Home
last modified time | relevance | path

Searched refs:paths (Results 1 – 22 of 22) sorted by relevance

/development/vndk/tools/vndk-compliance/
Dparse-and-fix-errors.sh45 …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/
Dlist_installed_module_under_source.py24 paths = info['path']
29 not match_any(module_definition_filter, paths):
32 for install, path in itertools.product(installs, paths):
Dlist_installed_file_from_source.py74 paths = itertools.chain(
76 for path in paths:
/development/scripts/
Dupdate_crate_tests.py386 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:
Dboardconfig_usage_analysis.py80 paths = module_info[module]['path']
90 for path in paths:
/development/tools/external_crates/crate_health/src/
Dandroid_bp.rs72 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/
Dcheck_gpl_license.py78 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/
Dexcluded-paths1 # 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.
DREADME58 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/
Dlist-installed-files-from-source-dirs.md60 * `--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/
Dsystem_image_diff.py97 paths = module_info[module]['path']
99 if len(paths) == 1:
100 path = paths[0]
/development/ide/eclipse/
DREADME.importing-to-eclipse.txt12 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/
Ddiff.py145 paths = []
149 paths.append((str(path), str(path.relative_to(target))))
151 for path, filename in paths:
/development/tools/winscope/
DREADME.md40 Internal paths in vendor/ which are not available in AOSP must be replaced by
/development/tools/winscope/src/test/e2e/
Dutils.ts305 static async uploadFixture(...paths: string[]) {
311 paths.map((it) => E2eTestUtils.getFixturePath(it)).join('\n'),
/development/build/tools/
Dmk_sdk_repo_xml.sh123 Extra.OldPaths old-paths 3
/development/tools/cargo_embargo/src/
Dmain.rs275 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/
DREADME.md115 | `exported_c_header_dir` | list of paths | `[]` | yes | Directories with he…
/development/python-packages/fetchartifact/
Dpoetry.lock778 description = "Utility library for gitignore style pattern matching of file paths."
/development/tools/cargo_embargo/testdata/async-trait/
Dcargo.metadata277 "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/
Ddefinitions.txt593 maze - n. complex system of paths or tunnels in which it is easy to get lost
/development/tools/cargo_embargo/testdata/plotters/
Dcargo.metadata800 "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",