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

<<11121314151617181920>>

  /external/v8/test/cctest/
testcfg.py 58 for test_desc in output.stdout.strip().split():
  /external/v8/tools/gyp/tools/
pretty_vcproj.py 63 if node.data.strip():
64 print '%s%s' % (' '*indent, node.data.strip())
120 filename = filename.strip('"\' ')
305 vsprops_list = FixFilenames(vsprops.strip().split(';'),
  /external/vulkan-validation-layers/
determine_vs_version.py 45 path = path.strip('"')
  /external/webrtc/webrtc/tools/barcode_tools/
helper_functions.py 60 return output.strip()
  /frameworks/support/samples/SupportLeanbackShowcase/
build-local.py 33 return matchObj.group(1).strip(' \t\n\r')
  /hardware/qcom/camera/QCamera2/stack/mm-jpeg-interface/test/
Android.mk 14 ifeq ($(strip $(TARGET_USES_ION)),true)
57 ifeq ($(strip $(TARGET_USES_ION)),true)
  /hardware/qcom/camera/msmcobalt/QCamera2/stack/mm-jpeg-interface/test/
Android.mk 14 ifeq ($(strip $(TARGET_USES_ION)),true)
57 ifeq ($(strip $(TARGET_USES_ION)),true)
  /hardware/ti/omap4-aah/domx/make/
start.mk 99 STRIP := $(CROSS)strip
  /hardware/ti/omap4xxx/domx/make/
start.mk 99 STRIP := $(CROSS)strip
  /ndk/build/core/
check-cygwin-make.mk 29 # (e.g. /cygdrive/c/cygwin/usr/bin/make), then strip the
38 SELF_MAKE := $(strip $(wildcard $(CYGWIN_MAKE).exe))
  /ndk/sources/host-tools/make-3.81/
dep.h 62 extern struct nameseq *parse_file_seq PARAMS ((char **stringp, int stopchar, unsigned int size, int strip));
  /ndk/tests/
adb.py 54 if not value.strip():
  /packages/apps/Messaging/
ForceProguard.mk 30 ifneq ($(strip $(PREVIOUS_FLAG_FILES_USED)), $(strip $(LOCAL_PROGUARD_FLAG_FILES)))
  /packages/inputmethods/LatinIME/tools/dicttool/
NativeLib.mk 33 ifneq ($(strip $(HOST_JDK_IS_64BIT_VERSION)),)
  /prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/
configHelpSourceEdit.py 103 menu.strip()
123 path.strip()
145 self.result = (self.menu.get().strip(),
146 self.path.get().strip())
  /prebuilts/gdb/darwin-x86/lib/python2.7/lib-tk/test/test_tkinter/
test_loadtk.py 34 display = os.popen('echo $DISPLAY').read().strip()
  /prebuilts/gdb/darwin-x86/lib/python2.7/
mimetools.py 45 fields[i] = fields[i].strip().lower()
63 f = f[:i].strip().lower() + \
64 '=' + f[i+1:].strip()
65 self.plist.append(f.strip())
robotparser.py 58 lines = [line.strip() for line in f]
99 # remove optional comment and strip line
103 line = line.strip()
108 line[0] = line[0].strip().lower()
109 line[1] = urllib.unquote(line[1].strip())
  /prebuilts/gdb/linux-x86/lib/python2.7/idlelib/
configHelpSourceEdit.py 103 menu.strip()
123 path.strip()
145 self.result = (self.menu.get().strip(),
146 self.path.get().strip())
  /prebuilts/gdb/linux-x86/lib/python2.7/lib-tk/test/test_tkinter/
test_loadtk.py 34 display = os.popen('echo $DISPLAY').read().strip()
  /prebuilts/gdb/linux-x86/lib/python2.7/
mimetools.py 45 fields[i] = fields[i].strip().lower()
63 f = f[:i].strip().lower() + \
64 '=' + f[i+1:].strip()
65 self.plist.append(f.strip())
robotparser.py 58 lines = [line.strip() for line in f]
99 # remove optional comment and strip line
103 line = line.strip()
108 line[0] = line[0].strip().lower()
109 line[1] = urllib.unquote(line[1].strip())
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
configHelpSourceEdit.py 103 menu.strip()
123 path.strip()
145 self.result = (self.menu.get().strip(),
146 self.path.get().strip())
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/test/test_tkinter/
test_loadtk.py 34 display = os.popen('echo $DISPLAY').read().strip()
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
mimetools.py 45 fields[i] = fields[i].strip().lower()
63 f = f[:i].strip().lower() + \
64 '=' + f[i+1:].strip()
65 self.plist.append(f.strip())

Completed in 1538 milliseconds

<<11121314151617181920>>