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

<<11121314151617181920>>

  /external/chromium_org/third_party/markdown/extensions/
wikilinks.py 154 if m.group(2).strip():
156 label = m.group(2).strip()
  /external/chromium_org/third_party/mesa/src/
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/chromium_org/third_party/mesa/src/scons/
source_list.py 73 sym = line[:op_pos].strip()
90 self.line_cont += line[:-1].strip() + ' '
  /external/chromium_org/tools/checklicenses/
checklicenses.py 462 filename = os.path.relpath(filename.strip(), options.base_directory)
470 license = license.replace('*No copyright*', '').strip()
  /external/chromium_org/tools/grit/grit/format/policy_templates/writers/
plist_strings_writer_unittest.py 44 self.assertEquals(output.strip(), expected_output.strip())
84 self.assertEquals(output.strip(), expected_output.strip())
128 self.assertEquals(output.strip(), expected_output.strip())
174 self.assertEquals(output.strip(), expected_output.strip())
233 self.assertEquals(output.strip(), expected_output.strip())
    [all...]
  /external/chromium_org/tools/grit/grit/tool/
transl2tc_unittest.py 40 self.failUnless(output.strip() == '''
49 '''.strip())
  /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/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() != '']

Completed in 559 milliseconds

<<11121314151617181920>>