| /development/tools/axl/ |
| D | chewperf.py | 13 rawLines = f.split('\n') 17 line = rawLines[x].split() 20 ts = int(rawLines[x - 1].split()[-1]) 29 rawLines = f.split('\r\n') 36 chewed = [int(line.split()[5]), int(line.split()[7])] 47 rawLines = f.split('\n') 50 sidx = lines[0].split().index("Pulled") 52 chewed = [[int(x.split()[sidx + 2]), int(x.split()[sidx + 4])] for x in lines]
|
| /development/tools/winscope/src/utils/ |
| D | names.js | 19 const classParts = componentFullName.split('.'); 50 layerName = layerName.split(" ").slice(1).join(" "); 67 return "Surface - " + layerName.split("- ").slice(-1).pop(); 71 return layerName.split(".").slice(-1).pop();
|
| /development/scripts/ |
| D | update_crate_tests.py | 155 … subprocess.check_output(cmd, shell=True, stderr=subprocess.DEVNULL, text=True).strip().split("\n") 169 .strip().split("\n")) 187 rule_type, _, mod = rdep.split(" ") 193 rdep_tests.add(mod.split(":")[1].split("--")[0]) 227 self.dir_rel = self.dir.split(env.ANDROID_BUILD_TOP)[1]
|
| D | acov-llvm.py | 109 status = status.split('\n') 111 line.split(':\t')[1] for line in status if line.startswith('SigCgt') 120 pids = [pid.strip() for pid in output.split()] 149 pids = adb_shell(['pidof'] + args.procnames, text=True).split()
|
| D | compare-installed-size.py | 50 size, name = line.split() 53 components = name.split('/')
|
| D | usb-reset-by-serial.py | 92 args = shlex.split(cmd) 104 lines = decoded.strip().split("\n")
|
| D | disassemble_tombstone.py | 82 words = line.split() 112 words = line.split()
|
| /development/tools/ota_analysis/src/services/ |
| D | payload_nonab.js | 38 let /** Array<String> */ lines = partition.rawText.split('\n') 75 let elements = line.split(' ') 141 let elements = rangeset.split(',')
|
| D | map_parser.js | 52 let /** Array<String> */fileEntries = mapText.split('\n') 57 let /** Array<String> */ elements = entry.split(' ')
|
| /development/vndk/snapshot/ |
| D | utils.py | 125 return path.split('/')[1].split('-')[1] 137 return path.split('/')[0]
|
| /development/build/ |
| D | Android.bp | 64 "split-select", 83 "split-select", 105 "split-select", 141 "split-select.exe",
|
| /development/samples/IntentPlayground/src/com/example/android/intentplayground/ |
| D | AMControl.java | 53 ProcessBuilder factory = new ProcessBuilder(cmd.split(" ")); in execCmd() 76 lineCount, cmd.split(" ")[0], output.toString())); in execCmd()
|
| /development/samples/ReceiveContentDemo/src/com/example/android/receivecontent/ |
| D | MyReceiver.java | 64 Pair<ContentInfo, ContentInfo> split = Utils.partition(contentInfo, in onReceiveContent() local 66 ContentInfo uriContent = split.first; in onReceiveContent() 67 ContentInfo remaining = split.second; in onReceiveContent()
|
| /development/tools/idegen/src/com/android/idegen/ |
| D | MakeFileParser.java | 66 return Splitter.on(VALUE_DELIMITER).trimResults().omitEmptyStrings().split(str); in .trimResults() 123 arr = line.split(":="); 125 arr = line.split("\\+="); 170 String[] tokens = value.split(" ");
|
| /development/vndk/tools/sourcedr/ninja/ |
| D | list_installed_file_from_source.py | 48 for path in args.installed_filter.split(':')) 56 for path in args.source_filter.split(':')))
|
| /development/testrunner/ |
| D | android_mk.py | 57 parts = line.split(self._VAR_DELIMITER) 132 java_libs = java_lib_string.split(' ')
|
| /development/samples/ApiDemos/src/com/example/android/mmslib/pdu/ |
| D | EncodedStringValue.java | 212 public EncodedStringValue[] split(String pattern) { in split() method in EncodedStringValue 213 String[] temp = getString().split(pattern); in split() 231 String[] values = src.split(";"); in extract()
|
| /development/samples/TicTacToeLib/ |
| D | README.txt | 4 split an APK into multiple projects.
|
| /development/vndk/tools/definition-tool/tools/ |
| D | update_dataset_auto.py | 20 dirname, basename = os.path.split(path) 37 dirname, basename = os.path.split(path)
|
| /development/samples/browseable/ActionBarCompat-Styled/ |
| D | _index.jd | 9 split action bar when running on a device with a narrow display, and show three tabs.
|
| /development/tools/repo_diff/service/repodiff/tools/ |
| D | clear_service_account_keys.py | 21 key_id, created_at, expires_at = line.split()
|
| /development/tools/otagui/ |
| D | ota_interface.py | 45 self.partial = self.partial.split(',') 70 basic_info['target_name'] = self.target.split('/')[-1] 72 basic_info['incremental_name'] = self.incremental.split('/')[-1] 279 command += args['extra'].strip().split(' ')
|
| /development/tools/privapp_permissions/ |
| D | privapp_permissions.py | 211 for p in partitions.split(','): 338 if len(output.split()) > 1: 359 + ' -type d | grep -v obj').split() 372 partitions.append('/'.join(privapp_dirs[i].split('/')[:-1])) 451 return get_output('find %s -name "*.apk"' % priv_app_dir).split() 704 raw_lines = txt.split('\n') 723 raw_lines = txt.split('\n')
|
| /development/vndk/tools/elfcheck/ |
| D | fix_android_mk_prebuilt.py | 43 key, value = var.split('=', 1)
|
| /development/apps/CustomLocale/src/com/android/customlocale2/ |
| D | ChangeLocale.java | 53 String[] langCountry = locale.split("_"); in changeSystemLocale()
|