/development/vndk/tools/vndk-compliance/ |
D | parse-and-fix-errors.sh | 45 …d . -name Android.\* | xargs grep -w -H $module | grep "LOCAL_MODULE\|name:"; done > log.$lib.paths 52 …not_vendor_list=`cat log.$lib.paths | awk 'BEGIN{FS=":"}{print $1}' | xargs grep -L 'LOCAL_PROPRIE… 66 …cat log.$lib.paths | awk 'BEGIN{FS=":"}{print $1}' | xargs sed -i '/include \$(BUILD/i LOCAL_HEADE… 76 …cat log.$lib.paths | awk 'BEGIN{FS=":"}{print $1}' | xargs sed -i '/include \$(BUILD/i ifdef BOARD… 78 …cat log.$lib.paths | awk 'BEGIN{FS=":"}{print $1}' | xargs sed -i '/include \$(BUILD/i LOCAL_SHARE…
|
/development/vndk/tools/sourcedr/ninja/ |
D | list_installed_module_under_source.py | 24 paths = info['path'] 29 not match_any(module_definition_filter, paths): 32 for install, path in itertools.product(installs, paths):
|
D | list_installed_file_from_source.py | 74 paths = itertools.chain( 76 for path in paths:
|
/development/scripts/ |
D | update_crate_tests.py | 386 paths = args.paths if len(args.paths) > 0 else [os.getcwd()] 388 paths = [Path(path).resolve() for path in paths] 389 paths = sorted([path for abs_path in paths 394 for path in paths:
|
D | boardconfig_usage_analysis.py | 80 paths = module_info[module]['path'] 90 for path in paths:
|
/development/tools/external_crates/crate_health/src/ |
D | android_bp.rs | 72 let mut paths = vec![host_bin]; in run_cargo_embargo() localVariable 73 paths.extend(env::split_paths(&p)); in run_cargo_embargo() 74 env::join_paths(paths)? in run_cargo_embargo()
|
/development/vndk/snapshot/ |
D | check_gpl_license.py | 78 paths = line.split(' ') 79 if len(paths) > 1: 80 if paths[0] not in module_paths: 81 module_paths[paths[0]] = paths[1]
|
/development/tools/idegen/ |
D | excluded-paths | 1 # Default Idegen excluded paths file. Contains regular expressions, one per 2 # line, which match paths of directories and .jar files that should be excluded 8 # Developers can also create an 'excluded-paths' file in the project's root 18 # Note: Google-specific excludes go in vendor/google/excluded-paths.
|
D | README | 58 IDEGen keeps an exclusion list in the "excluded-paths" file. This file 59 has one regular expression per line that matches paths (relative to the 64 "excluded-paths" file in the project's root directory or your vendor 82 add "^(?!out/)" (which matches all paths that don't start with "out/").
|
/development/vndk/tools/sourcedr/Documentation/ |
D | list-installed-files-from-source-dirs.md | 60 * `--installed-filter` filters the paths of the files that may be installed to 64 * `--source-filter` filters the paths of the source files. The paths must be 66 paths may be specified and separated by semicolons. The default value is
|
/development/vndk/tools/ |
D | system_image_diff.py | 97 paths = module_info[module]['path'] 99 if len(paths) == 1: 100 path = paths[0]
|
/development/ide/eclipse/ |
D | README.importing-to-eclipse.txt | 12 To import the include paths, go to Project > Properties > C/C++ General > 14 Choose development/ide/eclipse/android-include-paths.xml and hit Finish.
|
/development/vndk/tools/image-diff-tool/ |
D | diff.py | 145 paths = [] 149 paths.append((str(path), str(path.relative_to(target)))) 151 for path, filename in paths:
|
/development/tools/winscope/ |
D | README.md | 40 Internal paths in vendor/ which are not available in AOSP must be replaced by
|
/development/tools/winscope/src/test/e2e/ |
D | utils.ts | 305 static async uploadFixture(...paths: string[]) { 311 paths.map((it) => E2eTestUtils.getFixturePath(it)).join('\n'),
|
/development/build/tools/ |
D | mk_sdk_repo_xml.sh | 123 Extra.OldPaths old-paths 3
|
/development/tools/cargo_embargo/src/ |
D | main.rs | 275 let mut paths = env::split_paths(&path).collect::<VecDeque<_>>(); in add_to_path() localVariable 276 paths.push_front(extra_path); in add_to_path() 277 let new_path = env::join_paths(paths)?; in add_to_path()
|
/development/tools/cargo_embargo/ |
D | README.md | 115 | `exported_c_header_dir` | list of paths | `[]` | yes | Directories with he…
|
/development/python-packages/fetchartifact/ |
D | poetry.lock | 778 description = "Utility library for gitignore style pattern matching of file paths."
|
/development/tools/cargo_embargo/testdata/async-trait/ |
D | cargo.metadata | 277 "name": "paths", 278 …ome/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/autocfg-1.2.0/examples/paths.rs", 2606 "description": "Support for matching file paths against Unix shell style patterns.\n",
|
/development/samples/SearchableDictionary/res/raw/ |
D | definitions.txt | 593 maze - n. complex system of paths or tunnels in which it is easy to get lost
|
/development/tools/cargo_embargo/testdata/plotters/ |
D | cargo.metadata | 800 "name": "paths", 801 …ome/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/autocfg-1.2.0/examples/paths.rs", 19175 … "description": "A simple crate for determining whether two file paths point to the same file.\n",
|