Searched refs:sub (Results 1 – 15 of 15) sorted by relevance
/development/vndk/tools/sourcedr/sourcedr/ |
D | codesearch.py | 30 code = re.sub(b'//[^\\r\\n]*[\\r\\n]', b'', code) 32 code = re.sub(b'/\\*(?:[^*]|(?:\\*+[^*/]))*\\*+/', b'', code) 35 code = re.sub(b'"(?:\\\\?.)*?"', b'', code) 36 code = re.sub(b'\'(?:\\\\?.)*?\'', b'', code) 69 code = re.sub(b'#[^\\r\\n]*[\\r\\n]', b'', code) 72 code = re.sub(b'"(?:\\\\?.)*?"', b'', code) 73 code = re.sub(b'\'(?:\\\\?.)*?\'', b'', code) 102 code = re.sub(b'@[^\\r\\n]*[\\r\\n]', b'', code) 104 code = re.sub(b'//[^\\r\\n]*[\\r\\n]', b'', code) 106 code = re.sub(b'/\\*(?:[^*]|(?:\\*+[^*/]))*\\*+/', b'', code) [all …]
|
/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/vndk/tools/sourcedr/sourcedr/tests/testdata/ninja/ |
D | include.ninja | 3 include sub.ninja
|
D | subninja.ninja | 3 subninja sub.ninja
|
/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/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/vndk/tools/definition-tool/tools/ |
D | update_dataset.py | 51 path = re.sub('/vndk-sp(?:-[^/$]*)/', '/vndk-sp${VNDK_VER}/', path) 52 path = re.sub('/vndk(?:-[^/$]*)/', '/vndk${VNDK_VER}/', path)
|
/development/build/ |
D | sdk-linux-x86.atree | 26 # Note that the build-tools sub-folder uses the platform-name as a placeholder
|
D | sdk-darwin-x86.atree | 26 # Note that the build-tools sub-folder uses the platform-name as a placeholder
|
D | sdk-windows-x86.atree | 67 # Note that the build-tools sub-folder uses the platform-name as a placeholder
|
D | sdk.atree | 72 # Note that the build-tools sub-folder uses the platform-name as a placeholder
|
/development/vndk/snapshot/ |
D | update.py | 148 revised = VNDK_INSTALL_DIR_RE.sub(r'\1-27\2', file.read())
|
/development/scripts/ |
D | gdbclient.py | 42 tracer_pid = re.sub('TracerPid:\t(.*)\n', r'\1', line)
|
/development/testrunner/ |
D | runtest.py | 298 target_dir_list = [re.sub(r'Android[.]mk$', r'', i) for i in target_list]
|
/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
|