HomeSort by relevance Sort by last modified time
    Searched refs:strip (Results 276 - 300 of 1398) sorted by null

<<11121314151617181920>>

  /external/chromium_org/tools/tcmalloc/
print-live-objects.py 36 "frames": matches.group(3).strip().split(" ")}
52 stdout=subprocess.PIPE).communicate()[0].strip().split("\n")
  /external/chromium_org/v8/test/mjsunit/
testcfg.py 63 flags += match.strip().split()
70 files_list += files_match.group(1).strip().split()
  /external/chromium_org/v8/tools/
js2c.py 104 replacement = expander(str.strip())
165 line = line.strip()
170 value = const_match.group(2).strip()
176 args = [match.strip() for match in macro_match.group(2).split(',')]
177 body = macro_match.group(3).strip()
183 args = [match.strip() for match in python_match.group(2).split(',')]
184 body = python_match.group(3).strip()
202 args = [match.strip() for match in macro_match.group(2).split(',')]
  /external/chromium_org/v8/tools/testrunner/server/
daemon.py 88 pid = int(pf.read().strip())
109 pid = int(pf.read().strip())
  /external/markdown/markdown/extensions/
def_list.py 37 terms = [l.strip() for l in block[:m.start()].split('\n') if l.strip()]
rss.py 25 heading = heading.strip().replace(",", " ").replace(".", " ")
81 heading = child.text.strip()
  /external/mesa3d/
Android.mk 42 MESA_GPU_DRIVERS := $(strip $(BOARD_GPU_DRIVERS))
73 ifneq ($(strip $(MESA_GPU_DRIVERS)),)
81 ifeq ($(strip $(MESA_BUILD_CLASSIC)),true)
87 ifeq ($(strip $(MESA_BUILD_GALLIUM)),true)
  /external/mesa3d/scons/
source_list.py 73 sym = line[:op_pos].strip()
90 self.line_cont += line[:-1].strip() + ' '
  /external/nanopb-c/tests/site_scons/
site_init.py 88 if pattern.strip() and not re.search(pattern.strip(), data, re.MULTILINE):
  /external/zlib/src/nintendods/
Makefile 5 ifeq ($(strip $(DEVKITARM)),)
68 ifeq ($(strip $(CPPFILES)),)
  /hardware/ti/omap4-aah/
Android.mk 11 OMAP4_DEBUG_LDFLAGS:= $(foreach f, $(strip malloc realloc calloc free), -Wl,--wrap=$(f))
  /hardware/ti/omap4-aah/domx/
Android.mk 10 OMAP4_DEBUG_LDFLAGS:= $(foreach f, $(strip malloc realloc calloc free), -Wl,--wrap=$(f))
  /ndk/sources/host-tools/nawk-20071023/
GNUmakefile 21 MINGW := $(strip $(WIN32))
22 TRY64 := $(strip $(TRY64))
  /prebuilts/clang/darwin-x86/host/3.5/
update.sh 12 strip $b
  /prebuilts/clang/linux-x86/host/3.5/
update.sh 12 strip $b
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
_MozillaCookieJar.py 66 if (line.strip().startswith(("#", "$")) or
67 line.strip() == ""):
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
config.py 63 _servers = [server.strip() for server in
65 if server.strip() != '']
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_modulefinder.py 217 ofi.write(line.strip() + "\n")
221 ofi = open_file(os.path.join(TEST_DIR, line.strip()))
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
_MozillaCookieJar.py 66 if (line.strip().startswith(("#", "$")) or
67 line.strip() == ""):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
config.py 63 _servers = [server.strip() for server in
65 if server.strip() != '']
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_modulefinder.py 217 ofi.write(line.strip() + "\n")
221 ofi = open_file(os.path.join(TEST_DIR, line.strip()))
  /ndk/sources/host-tools/ndk-stack/regex/
regcomp.c 59 sop *strip; /* malloced strip */ member in struct:parse
60 sopno ssize; /* malloced strip size (allocated) */
61 sopno slen; /* malloced strip length (used) */
179 p->strip = (sop *)calloc(p->ssize, sizeof(sop));
181 if (p->strip == NULL) {
555 assert(OP(p->strip[p->pbegin[i]]) == OLPAREN);
556 assert(OP(p->strip[p->pend[i]]) == ORPAREN);
940 sopno start, /* operand from here to end of strip */
1287 (void) memcpy((char *)(p->strip + p->slen)
    [all...]
  /build/core/
notice_files.mk 5 notice_file:=$(strip $(wildcard $(LOCAL_PATH)/NOTICE))
  /build/core/tasks/tools/
package-modules.mk 21 $(eval _pickup_files := $(strip $(ALL_MODULES.$(m).PICKUP_FILES)\
23 $(eval _built_files := $(strip $(ALL_MODULES.$(m).BUILT_INSTALLED)\
  /build/tools/
diff_package_overlays.py 52 line = line.strip()

Completed in 2283 milliseconds

<<11121314151617181920>>