Searched refs:paths (Results 1 – 17 of 17) sorted by relevance
/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/tools/winscope/loaders/ |
D | proto-loader.js | 29 var paths = loaderUtils.getOptions(this)['paths'] || []; 42 for (var i = 0; i < paths.length; ++i) { 43 var iresolved = protobuf.util.path.resolve(paths[i] + "/", target);
|
/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/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 17 # 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. For example, you 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/tools/winscope/ |
D | webpack.config.js | 48 paths: [ property
|
/development/scripts/ |
D | boardconfig_usage_analysis.py | 80 paths = module_info[module]['path'] 90 for path in paths:
|
/development/vndk/tools/definition-tool/tests/ |
D | test_dex_file.py | 75 def _create_zip_file(self, dest, paths): argument 78 for path in paths:
|
D | test_elf_linker.py | 72 paths = ['/system/lib/libc.so', '/system/lib/libdl.so'] 73 nodes = graph.get_libs(paths, bad.append) 77 self.assertEqual(paths, self._get_paths_from_nodes(nodes)) 80 paths = ['/no/such/path.so', '/system/lib64/libdl.so'] 81 nodes = graph.get_libs(paths, bad.append)
|
/development/build/tools/ |
D | mk_sdk_repo_xml.sh | 123 Extra.OldPaths old-paths 3
|
/development/vndk/tools/definition-tool/ |
D | vndk_definition_tool.py | 2255 def get_libs(self, paths, report_error=None): argument 2257 for path in paths:
|
/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
|