HomeSort by relevance Sort by last modified time
    Searched refs:strip (Results 301 - 325 of 2341) sorted by null

<<11121314151617181920>>

  /external/v8/tools/release/
search_related_commits.py 78 git_working_dir, git_args(start_hash), verbose).strip()
84 git_working_dir, git_args(commit_position), verbose).strip()
94 git_working_dir, git_args(title), verbose).strip()
120 return commits_between.strip()
156 return pre_text + text_to_print.strip()
170 options.verbose)).strip()
  /system/core/healthd/
Android.mk 37 ifeq ($(strip $(BOARD_CHARGER_DISABLE_INIT_BLANK)),true)
41 ifeq ($(strip $(BOARD_CHARGER_ENABLE_SUSPEND)),true)
49 ifeq ($(strip $(BOARD_CHARGER_ENABLE_SUSPEND)),true)
  /toolchain/binutils/binutils-2.25/binutils/testsuite/config/
default.exp 51 if ![info exists STRIP] then {
52 set STRIP [findfile $base_dir/strip-new $base_dir/strip-new [transform strip]]
  /external/llvm/lib/Support/
regengine.inc 316 switch (OP(m->g->strip[es])) {
319 es += OPND(m->g->strip[es]);
322 while (OP(m->g->strip[es]) != O_CH)
323 es += OPND(m->g->strip[es]);
329 switch (OP(m->g->strip[ss])) {
429 esub = ss + OPND(m->g->strip[ss]) - 1;
430 assert(OP(m->g->strip[esub]) == OOR1);
435 assert(OP(m->g->strip[esub]) == OOR1);
437 assert(OP(m->g->strip[esub]) == OOR2);
439 esub += OPND(m->g->strip[esub])
    [all...]
regcomp.c 68 sop *strip; /* malloced strip */ member in struct:parse
69 sopno ssize; /* malloced strip size (allocated) */
70 sopno slen; /* malloced strip length (used) */
195 p->strip = (sop *)calloc(p->ssize, sizeof(sop));
197 if (p->strip == NULL) {
400 assert(OP(p->strip[p->pbegin[backrefnum]]) != OLPAREN);
401 assert(OP(p->strip[p->pend[backrefnum]]) != ORPAREN);
599 assert(OP(p->strip[p->pbegin[i]]) == OLPAREN);
600 assert(OP(p->strip[p->pend[i]]) == ORPAREN)
    [all...]
  /bionic/libc/upstream-netbsd/lib/libc/regex/
engine.c 385 switch (OP(m->g->strip[es])) {
388 es += OPND(m->g->strip[es]);
391 while (OP(m->g->strip[es]) != O_CH)
392 es += OPND(m->g->strip[es]);
398 switch (OP(m->g->strip[ss])) {
504 esub = ss + OPND(m->g->strip[ss]) - 1;
505 assert(OP(m->g->strip[esub]) == OOR1);
510 assert(OP(m->g->strip[esub]) == OOR1);
512 assert(OP(m->g->strip[esub]) == OOR2);
514 esub += OPND(m->g->strip[esub])
    [all...]
  /ndk/sources/host-tools/ndk-stack/regex/
engine.c 311 switch (OP(m->g->strip[es])) {
314 es += OPND(m->g->strip[es]);
317 while (OP(m->g->strip[es]) != O_CH)
318 es += OPND(m->g->strip[es]);
324 switch (OP(m->g->strip[ss])) {
422 esub = ss + OPND(m->g->strip[ss]) - 1;
423 assert(OP(m->g->strip[esub]) == OOR1);
428 assert(OP(m->g->strip[esub]) == OOR1);
430 assert(OP(m->g->strip[esub]) == OOR2);
432 esub += OPND(m->g->strip[esub])
    [all...]
  /ndk/build/core/
init.mk 39 NDK_LOG := $(strip $(NDK_LOG))
56 NDK_ROOT := $(strip $(NDK_ROOT))
148 HOST_OS := $(strip $(HOST_OS))
199 ifneq (,$(strip $(wildcard /bin/uname.exe)))
234 HOST_ARCH := $(strip $(HOST_ARCH))
310 HOST_PREBUILT := $(strip $(wildcard $(HOST_TOOLS_ROOT)/bin))
311 HOST_AWK := $(strip $(NDK_HOST_AWK))
312 HOST_MAKE := $(strip $(NDK_HOST_MAKE))
313 HOST_PYTHON := $(strip $(NDK_HOST_PYTHON))
333 HOST_ECHO := $(strip $(NDK_HOST_ECHO)
    [all...]
  /build/core/
dex_preopt_odex_install.mk 6 LOCAL_DEX_PREOPT := $(strip $(LOCAL_DEX_PREOPT))
33 ifeq (,$(strip $(built_dex)$(my_prebuilt_src_file))) # contains no java code
42 # if installing into system, and odex are being installed into system_other, don't strip
99 built_odex := $(strip $(built_odex))
100 installed_odex := $(strip $(installed_odex))
  /external/autotest/client/cros/
cryptohome.py 23 ignore_status=True).strip()
107 items = line.strip().split(':')
108 if items[1].strip() == 'false':
110 elif items[1].strip() == 'true':
112 elif items[1].strip().isdigit():
113 value = int(items[1].strip())
115 value = items[1].strip(' "')
  /external/autotest/client/site_tests/network_EthernetStressPlug/
network_EthernetStressPlug.py 57 link_status = link_file.readline().strip()
65 duplex_status = duplex_file.readline().strip()
150 val = fp.readline().strip()
213 val= int(fp.readline().strip(), 16)
388 current_line = line.strip().partition(':')
406 parameters[current_key] = current_line[2].strip()
413 parameters[current_key]+=current_line[0].strip()
  /external/parameter-framework/upstream/test/functional-tests-legacy/PfwTestCase/Domains/
tDomain_Elements.py 139 element_name = f_DomainElements.readline().strip('\r\n')
140 element_name_backup = f_DomainElements_Backup.readline().strip('\r\n')
144 element_name = f_DomainElements.readline().strip('\r\n')
225 element_name = f_DomainElements.readline().strip('\r\n')
226 element_name_backup = f_DomainElements_Backup.readline().strip('\r\n')
303 element_name = f_DomainElements.readline().strip('\r\n')
304 element_name_backup = f_DomainElements_Backup.readline().strip('\r\n')
tDomain_rename.py 136 domain_renamed = f_domains.readline().strip('\n')
221 domain_name = f_domains.readline().strip('\n')
222 domain_backup_name = f_init_domains.readline().strip('\n')
253 domain_name = f_domains.readline().strip('\n')
254 domain_backup_name = f_init_domains.readline().strip('\n')
329 domain_name = f_domains.readline().strip('\n')
330 domain_backup_name = f_init_domains.readline().strip('\n')
  /build/tools/releasetools/
sign_target_files_apks 398 line = line.strip()
565 out_cmdline = out_cmdline.strip()
594 line = line.strip()
598 key = key.strip()
600 api_level = int(value.strip())
602 codename = value.strip()
617 line = line.strip()
621 key = key.strip()
623 api_level = int(value.strip())
625 codenames = value.strip().split(","
    [all...]
sign_target_files_apks.py 398 line = line.strip()
565 out_cmdline = out_cmdline.strip()
594 line = line.strip()
598 key = key.strip()
600 api_level = int(value.strip())
602 codename = value.strip()
617 line = line.strip()
621 key = key.strip()
623 api_level = int(value.strip())
625 codenames = value.strip().split(","
    [all...]
  /external/elfutils/tests/
Makefile.am 78 newscn run-strip-test.sh run-strip-test2.sh \
79 run-strip-test3.sh run-strip-test4.sh run-strip-test5.sh \
80 run-strip-test6.sh run-strip-test7.sh run-strip-test8.sh \
81 run-strip-test9.sh run-strip-test10.sh
    [all...]
  /build/core/combo/
TARGET_linux-arm.mk 32 ifeq ($(strip $(TARGET_$(combo_2nd_arch_prefix)ARCH_VARIANT)),)
39 ifeq ($(strip $(TARGET_GCC_VERSION_EXP)),)
46 ifeq ($(strip $(wildcard $(TARGET_ARCH_SPECIFIC_MAKEFILE))),)
54 ifeq ($(strip $($(combo_2nd_arch_prefix)TARGET_TOOLS_PREFIX)),)
65 $(combo_2nd_arch_prefix)TARGET_STRIP := $($(combo_2nd_arch_prefix)TARGET_TOOLS_PREFIX)strip
TARGET_linux-mips.mk 32 ifeq ($(strip $(TARGET_$(combo_2nd_arch_prefix)ARCH_VARIANT)),)
39 ifeq ($(strip $(TARGET_GCC_VERSION_EXP)),)
46 ifeq ($(strip $(wildcard $(TARGET_ARCH_SPECIFIC_MAKEFILE))),)
54 ifeq ($(strip $($(combo_2nd_arch_prefix)TARGET_TOOLS_PREFIX)),)
65 $(combo_2nd_arch_prefix)TARGET_STRIP := $($(combo_2nd_arch_prefix)TARGET_TOOLS_PREFIX)strip
TARGET_linux-x86.mk 21 ifeq ($(strip $(TARGET_$(combo_2nd_arch_prefix)ARCH_VARIANT)),)
28 ifeq ($(strip $(TARGET_GCC_VERSION_EXP)),)
39 ifeq ($(strip $(wildcard $(TARGET_ARCH_SPECIFIC_MAKEFILE))),)
47 ifeq ($(strip $($(combo_2nd_arch_prefix)TARGET_TOOLS_PREFIX)),)
58 $(combo_2nd_arch_prefix)TARGET_STRIP := $($(combo_2nd_arch_prefix)TARGET_TOOLS_PREFIX)strip
  /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() == '}':
  /external/v8/build/util/
lastchange.py 47 line = line.strip()
108 output = proc.communicate()[0].strip()
120 pos = line.rsplit()[-1].strip()
141 output = proc.communicate()[0].strip()
185 revision = open(default_lastchange, 'r').read().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);

Completed in 4836 milliseconds

<<11121314151617181920>>