/tools/tradefederation/core/src/com/android/tradefed/device/ |
DeviceSelectionOptions.java | 510 String[] parts = prod.split(VARIANT_SEPARATOR); local 511 if (parts.length == 1) { 512 splitProducts.put(parts[0], null); 513 } else if (parts.length == 2) { 515 Collection<String> variants = splitProducts.get(parts[0]); 518 splitProducts.put(parts[0], variants); 520 variants.add(parts[1]); 524 prod, VARIANT_SEPARATOR, parts.length));
|
/build/make/tools/zipalign/ |
ZipEntry.cpp | 342 struct tm parts; local 344 parts.tm_sec = (mCDE.mLastModFileTime & 0x001f) << 1; 345 parts.tm_min = (mCDE.mLastModFileTime & 0x07e0) >> 5; 346 parts.tm_hour = (mCDE.mLastModFileTime & 0xf800) >> 11; 347 parts.tm_mday = (mCDE.mLastModFileDate & 0x001f); 348 parts.tm_mon = ((mCDE.mLastModFileDate & 0x01e0) >> 5) -1; 349 parts.tm_year = ((mCDE.mLastModFileDate & 0xfe00) >> 9) + 80; 350 parts.tm_wday = parts.tm_yday = 0; 351 parts.tm_isdst = -1; // DST info "not available [all...] |
/cts/tests/jdwp/runner/host-side/src/com/android/compatibility/testtype/ |
DalvikTest.java | 399 String[] parts = line.split(":", 2); 400 String tag = parts[0]; 402 listener.testRunStarted(mRunName, Integer.parseInt(parts[1])); 405 listener.testRunEnded(Integer.parseInt(parts[1]), 408 test = getTestDescription(parts[1]); 411 listener.testFailed(test, parts[1]); 413 listener.testEnded(getTestDescription(parts[1]), 422 String[] parts = name.split("#"); 423 String className = parts[0]; 425 if (parts.length > 1) [all...] |
/frameworks/base/tools/aapt/ |
ZipEntry.cpp | 323 struct tm parts; local 325 parts.tm_sec = (mCDE.mLastModFileTime & 0x001f) << 1; 326 parts.tm_min = (mCDE.mLastModFileTime & 0x07e0) >> 5; 327 parts.tm_hour = (mCDE.mLastModFileTime & 0xf800) >> 11; 328 parts.tm_mday = (mCDE.mLastModFileDate & 0x001f); 329 parts.tm_mon = ((mCDE.mLastModFileDate & 0x01e0) >> 5) -1; 330 parts.tm_year = ((mCDE.mLastModFileDate & 0xfe00) >> 9) + 80; 331 parts.tm_wday = parts.tm_yday = 0; 332 parts.tm_isdst = -1; // DST info "not available [all...] |
/build/make/tools/releasetools/ |
edify_generator.py | 63 parts = cmd.split("\0", 1) 64 out.append(parts[0]+"\n") 65 if len(parts) == 1: 68 cmd = parts[1]
|
/development/samples/TtsEngine/src/com/example/android/ttsengine/ |
RobotSpeakTtsService.java | 221 String[] parts = line.split(":"); local 222 if (parts.length != 2) { 225 map.put(parts[0].charAt(0), Integer.parseInt(parts[1]));
|
/external/autotest/client/bin/ |
package.py | 169 parts = line.split() 170 if parts[0] == "ii": # only grab "installed" packages 171 installed_packages.append("%s-%s" % (parts[1], parts[2]))
|
/external/autotest/site_utils/sponge_lib/ |
acts_job_info.py | 76 parts = line.split('=') 78 if len(parts) != 2: 81 prop_dict[parts[0]] = parts[1]
|
/external/chromium-trace/catapult/common/py_vulcanize/py_vulcanize/ |
fake_fs.py | 134 parts = dirpart.split(os.sep) 135 if len(parts) == 0: 138 pending = os.path.join(prefix, parts[0]) 139 dirs.add(parts[0])
|
/external/conscrypt/platform/src/main/java/org/conscrypt/ct/ |
CTLogStoreImpl.java | 200 String[] parts = scan.next().split(":", 2); local 201 if (parts.length < 2) { 205 String name = parts[0]; 206 String value = parts[1];
|
/external/devlib/devlib/instrument/ |
daq.py | 114 parts = [] 117 parts.extend(reader.next()) 119 parts.extend([None, None]) 120 return list(chain(parts))
|
/external/libbrillo/brillo/ |
url_utils.h | 27 const std::vector<std::string>& parts) WARN_UNUSED_RESULT;
|
/external/python/cpython2/PC/VC6/ |
build_ssl.py | 79 parts = re.split("[.-]", os.path.basename(c))[1:] 81 if len(parts) >= 4: 83 if parts > best_parts: 84 best_parts = parts
|
/external/python/cpython2/PC/VS8.0/ |
build_ssl.py | 84 parts = re.split("[.-]", os.path.basename(c))[1:] 86 if len(parts) >= 4: 88 if parts > best_parts: 89 best_parts = parts
|
/external/skia/tests/ |
SubsetPath.cpp | 18 int parts = 1 << (31 - leadingZero); local 19 int partIndex = fSubset - parts; 22 int start = count * partIndex / parts; 23 *end = count * (partIndex + 1) / parts;
|
/external/skqp/tests/ |
SubsetPath.cpp | 18 int parts = 1 << (31 - leadingZero); local 19 int partIndex = fSubset - parts; 22 int start = count * partIndex / parts; 23 *end = count * (partIndex + 1) / parts;
|
/external/tensorflow/tensorflow/core/distributed_runtime/rpc/ |
grpc_channel.cc | 47 std::vector<string> parts = str_util::Split(host_port, ':'); local 49 if (parts.size() != 2 || !strings::safe_strtou32(parts[1], &port) || 50 parts[0].find("/") != string::npos) {
|
/external/v8/tools/ |
gen-postmortem-metadata.py | 403 parts = usetype.split('_'); 406 if (parts[0] == 'JS'): 413 for ii in range(start, len(parts)): 414 part = parts[ii];
|
/external/walt/android/WALT/app/src/main/java/org/chromium/latency/walt/ |
WaltTcpConnection.java | 207 String[] parts = s.trim().split("\\s+"); local 211 remoteClock.baseTime = RemoteClockInfo.microTime() - Long.parseLong(parts[1]); 212 remoteClock.minLag = Integer.parseInt(parts[2]); 213 remoteClock.maxLag = Integer.parseInt(parts[3]);
|
/packages/services/Car/tools/ |
update-obd2-sensors.py | 59 parts = string.split('\n') 60 parts = [indent + part for part in parts] 61 return '\n'.join(parts) + "\n"
|
/tools/tradefederation/core/src/com/android/tradefed/targetprep/ |
DefaultTestsZipInstaller.java | 222 private static String buildRelPath(String... parts) { 223 return ArrayUtil.join(FileListingService.FILE_SEPARATOR, (Object[]) parts); 226 private static String buildAbsPath(String... parts) { 227 return FileListingService.FILE_SEPARATOR + buildRelPath(parts);
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/email/ |
header.py | 67 decoded parts of the header. Charset is None for non-encoded parts of the
85 parts = ecre.split(line)
86 while parts:
87 unenc = parts.pop(0).strip()
94 if parts:
95 charset, encoding = [s.lower() for s in parts[0:2]]
96 encoded = parts[2]
118 del parts[0:3]
486 # Put any left over parts on a line by themselves [all...] |
/external/autotest/frontend/client/src/autotest/common/ |
Utils.java | 171 String[] parts = component.split("="); local 172 if (parts.length > 2) { 175 String key = decodeComponent(parts[0]); 177 if (parts.length == 2) { 178 value = URL.decodeComponent(parts[1]); 253 String[] parts = list.split(splitRegex); local 255 for (String part : parts) {
|
/external/python/cpython2/Lib/email/ |
header.py | 67 decoded parts of the header. Charset is None for non-encoded parts of the 85 parts = ecre.split(line) 86 while parts: 87 unenc = parts.pop(0).strip() 94 if parts: 95 charset, encoding = [s.lower() for s in parts[0:2]] 96 encoded = parts[2] 118 del parts[0:3] 486 # Put any left over parts on a line by themselve [all...] |
/libcore/luni/src/main/java/org/xml/sax/helpers/ |
ParserAdapter.java | 736 * @return The name split into three parts. 744 String parts[] = nsSupport.processName(qName, nameParts, 746 if (parts == null) { 750 parts = new String[3]; 751 parts[0] = parts[1] = ""; 752 parts[2] = qName.intern(); 754 return parts; 741 String parts[] = nsSupport.processName(qName, nameParts, local
|