Searched refs:sub (Results 1 – 14 of 14) sorted by relevance
/development/tools/labpretest/ |
D | README | 31 sub directory. If you are setting this up with only the script, create a tools 32 sub directory and put adb and fastboot in it and make sure they are executable. 37 1) Create a new sub directory using the result of "fastboot getvar product". 38 2) Copy a build image to the new sub directory in our format. 40 3) Copy a boot image to the new sub directory in our format. 42 4) Copy a radio image to the new sub directory in our format.
|
/development/tools/rmtypedefs/test/com/android/tools/rmtypedefs/ |
D | RmTypeDefsTest.java | 183 private void assertDoesNotContainBytes(File file, String sub) throws IOException { in assertDoesNotContainBytes() argument 192 if (length == sub.length()) { in assertDoesNotContainBytes() 194 assertFalse("Found " + sub + " in class file " + file, in assertDoesNotContainBytes() 195 sub.equals(symbol)); in assertDoesNotContainBytes()
|
/development/vndk/tools/sourcedr/ninja/tests/testdata/ |
D | subninja.ninja | 3 subninja sub.ninja
|
D | include.ninja | 3 include sub.ninja
|
/development/samples/PictureInPicture/ComposePip/ |
D | build.gradle | 6 }// Top-level build file where you can add configuration options common to all sub-projects/modules.
|
/development/samples/NsdManagerSample/ |
D | build.gradle | 1 // Top-level build file where you can add configuration options common to all sub-projects/modules.
|
/development/samples/devbytes/telephony/SmsSampleProject/ |
D | build.gradle | 1 // Top-level build file where you can add configuration options common to all sub-projects/modules.
|
/development/scripts/ |
D | cargo2rulesmk.py | 170 return re.sub("^/.*/" + pkg + "-[0-9a-f]*/out/", ".../out/", s) 341 self.root_pkg = re.sub( 344 re.sub("/" + TARGET_TMP + "/.*/deps$", "", args[i]), 347 self.root_pkg = re.sub( 350 re.sub("/[^/]+/[^/]+/deps$", "", args[i]), 356 self.static_libs.append(re.sub("static=", "", args[i])) 358 self.shared_libs.append(re.sub("dylib=", "", args[i])) 381 self.main_src = re.sub( 384 self.main_src = re.sub( 444 pkg = re.sub("/.*", "", pkg[4:]) [all …]
|
D | lldbclient.py | 75 tracer_pid = re.sub('TracerPid:\t(.*)\n', r'\1', line)
|
D | gdbclient.py | 75 tracer_pid = re.sub('TracerPid:\t(.*)\n', r'\1', line)
|
/development/vndk/tools/elfcheck/elfcheck/ |
D | rewriter.py | 138 return re.sub('\\.so$', '', dt_needed) 219 string = re.sub('\\$\\(([A-Za-z][A-Za-z0-9_-]*)\\)',
|
/development/tools/repo_pull/ |
D | README.md | 41 $ repo_pull.py [sub-command] [query] \ 48 Three sub-commands are supported:
|
/development/vndk/tools/sourcedr/files/ |
D | list_app_shared_uid.py | 82 app_name = re.sub('_intermediates$', '', app_dir_name)
|
/development/sdk/ |
D | sdk_files_NOTICE.txt | 6437 The same holds for its supporting scripts (config.guess, config.sub, 7097 distribute, sub license, and/or sell copies of the Software, and to
|