/external/chromium-trace/catapult/third_party/Paste/tests/ |
test_urlparser.py | 121 assert res.body.strip() == b'index1' 124 assert res.body.strip() == b'test 3' 126 assert res.body.strip() == b'test 3' 128 assert res.body.strip() == b'test 4' 130 assert res.body.strip() == b'test 4'
|
/external/harfbuzz_ng/src/ |
gen-arabic-table.py | 26 fields = [x.strip () for x in line.split (';')] 50 fields = [x.strip () for x in line.split (';')] 157 fields = [x.strip () for x in line.split (';')] 184 names[items[0]] = os.path.commonprefix ([names[items[0]], fields[1]]).strip () 254 print " * %s" % (l.strip())
|
/external/libxml2/ |
genUnicode.py | 52 line = string.strip(line) 57 range = string.strip(fields[0]) 59 name = string.strip(fields[1]) 107 line = string.strip(line) 112 point = string.strip(fields[0])
|
/external/llvm/utils/ |
update_llc_test_checks.py | 49 # Strip kill operands inserted into the asm. 51 # Strip trailing whitespace. 94 (llc_cmd, filecheck_cmd) = tuple([cmd.strip() for cmd in l.split('|', 1)]) 103 llc_cmd_args = llc_cmd[len('llc'):].strip() 104 llc_cmd_args = llc_cmd_args.replace('< %s', '').replace('%s', '').strip() 185 if l.strip() == ';': 194 if l.strip() == '}':
|
/libcore/ojluni/src/main/java/sun/misc/ |
SoftCache.java | 135 private static Object strip(Object val, boolean drop) { method in class:SoftCache.ValueCell 242 return ValueCell.strip(hash.get(key), false) != null; 295 return ValueCell.strip(v, false); 315 return ValueCell.strip(hash.put(key, vc), true); 329 return ValueCell.strip(hash.remove(key), true);
|
/ndk/build/core/ |
build-local.mk | 33 NDK_ROOT := $(strip $(NDK_ROOT:%build/core/=%)) 77 find-project-dir = $(strip $(call find-project-dir-inner,$(abspath $1),$2)) 88 $(eval __find_project_manifest := $(strip $(wildcard $(__find_project_path)/$(__find_project_file))))\ 100 NDK_PROJECT_PATH := $(strip $(NDK_PROJECT_PATH)) 101 APP_PROJECT_PATH := $(strip $(APP_PROJECT_PATH)) 134 ifneq (,$(strip $(wildcard AndroidManifest.xml))) 137 ifneq (,$(strip $(wildcard jni/Android.mk))) 163 NDK_APPLICATION_MK := $(strip $(wildcard $(NDK_PROJECT_PATH)/jni/Application.mk)) 173 NDK_APP_OUT := $(strip $(NDK_OUT)) 184 NDK_APP_LIBS_OUT := $(strip $(NDK_LIBS_OUT) [all...] |
/prebuilts/gdb/darwin-x86/lib/python2.7/ |
mailcap.py | 67 if line[0] == '#' or line.strip() == '': 82 types[j] = types[j].strip() 113 fkey = field[:i].strip() 114 fvalue = field[i+1:].strip() 133 return line[start:i].strip(), i
|
/prebuilts/gdb/linux-x86/lib/python2.7/ |
mailcap.py | 67 if line[0] == '#' or line.strip() == '': 82 types[j] = types[j].strip() 113 fkey = field[:i].strip() 114 fvalue = field[i+1:].strip() 133 return line[start:i].strip(), i
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
mailcap.py | 67 if line[0] == '#' or line.strip() == '': 82 types[j] = types[j].strip() 113 fkey = field[:i].strip() 114 fvalue = field[i+1:].strip() 133 return line[start:i].strip(), i
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
mailcap.py | 67 if line[0] == '#' or line.strip() == '': 82 types[j] = types[j].strip() 113 fkey = field[:i].strip() 114 fvalue = field[i+1:].strip() 133 return line[start:i].strip(), i
|
/art/tools/ |
generate-operator-out.py | 115 # ...and then strip // comments. 118 # Strip whitespace. 119 line = line.strip() 139 rest = m.group(2).strip() 152 rest = rest.strip()
|
/build/tools/releasetools/ |
sign_target_files_apks | 330 line = line.strip() 470 line = line.strip() 474 key = key.strip() 476 api_level = int(value.strip()) 478 codename = value.strip() 493 line = line.strip() 497 key = key.strip() 499 api_level = int(value.strip()) 501 codenames = value.strip().split(",") 510 codename = codename.strip() [all...] |
sign_target_files_apks.py | 330 line = line.strip() 470 line = line.strip() 474 key = key.strip() 476 api_level = int(value.strip()) 478 codename = value.strip() 493 line = line.strip() 497 key = key.strip() 499 api_level = int(value.strip()) 501 codenames = value.strip().split(",") 510 codename = codename.strip() [all...] |
/external/autotest/client/bin/ |
harness_ABAT.py | 26 conf['disks'] = val.strip('"').split() 30 conf['partitions'] = val.strip('"').split() 34 conf['modules'] = val.strip('"').split()
|
/external/autotest/client/cros/ |
kernel_trace.py | 79 result = int(utils.read_one_line(fname).strip()) 102 result = int(utils.read_one_line(fname).strip()) 172 result = utils.read_one_line(fname).strip()
|
/external/autotest/client/tests/btreplay/ |
btreplay.py | 92 if self.results[n].strip() == "==================== All Devices ====================": 94 s = words[1].strip('sytem').split(':') 95 e = words[2].strip('elapsd').split(':')
|
/external/autotest/server/site_tests/brillo_Gtests/ |
brillo_Gtests.py | 45 if line.strip() == '': 54 name = parts[0].strip() 56 suites.append(GtestSuite(path, parts[1].strip() == 'yes'))
|
/external/autotest/server/site_tests/cellular_StaleModemReboot/ |
cellular_StaleModemReboot.py | 136 columns = [x.strip() for x in columns] 153 modem_status = self._client.run('modem status').stdout.strip() 221 if 'gobi' in self._client.run('modem status').stdout.strip().lower():
|
/external/autotest/server/site_tests/platform_ExternalUSBBootStress/ |
platform_ExternalUSBBootStress.py | 33 if len(columns) == 6 or len(' '.join(columns[6:]).strip()) == 0: 38 name = ' '.join(columns[6:]).strip() 51 return strip_lsusb_output(host.run('lsusb').stdout.strip())
|
/external/chromium-trace/catapult/dashboard/dashboard/ |
edit_site_config.py | 81 new_value_json = self.request.get('value').strip() 82 new_external_value_json = self.request.get('external_value').strip() 83 new_internal_value_json = self.request.get('internal_value').strip()
|
/external/chromium-trace/catapult/telemetry/telemetry/internal/platform/ |
linux_based_platform_backend.py | 79 private_dirty_bytes += self._ConvertToBytes(line.split(':')[1].strip()) 151 retval[key.strip()] = value.strip()
|
/external/chromium-trace/catapult/telemetry/third_party/pyserial/serial/tools/ |
list_ports_linux.py | 22 return so.read().strip() 28 return subprocess.check_output(argv, stderr=subprocess.STDOUT).strip() 46 line = f.readline().strip()
|
/external/icu/icu4c/source/tools/ |
icu-svnprops-check.py | 111 file_type = file_type.strip() 128 prop_name = prop_name.strip() 129 prop_val = prop_val.strip()
|
/external/libcxx/test/libcxx/android/test/ |
config.py | 51 cxx_under_test = open(cxx_under_test_file).read().strip() 54 cxx_template = open(cxx_template_file).read().strip() 57 link_template = open(link_template_file).read().strip()
|
/external/v8/test/message/ |
testcfg.py | 71 result += match.strip().split() 87 if not string.strip(): return True 103 if line.startswith("#") or not line.strip(): continue
|