HomeSort by relevance Sort by last modified time
    Searched full:strip (Results 1251 - 1275 of 6288) sorted by null

<<51525354555657585960>>

  /external/python/cpython2/PCbuild/
prepare_ssl.py 79 if '.asm' in line and line.strip().endswith('.pl'):
81 while line.strip():
106 src = src.replace('$(SRC_D)', '.').strip('"')
107 dest = dest.strip('"').replace('$(INCO_D)', dir)
  /external/selinux/gui/
loginsPage.py 153 target = self.loginsNameEntry.get_text().strip()
154 serange = self.loginsMLSEntry.get_text().strip()
173 target = self.loginsNameEntry.get_text().strip()
174 serange = self.loginsMLSEntry.get_text().strip()
  /external/selinux/mcstrans/share/util/
mlstrans-test 38 if not line.strip():
  /external/skia/bin/
sync 41 current_deps_hash = f.read().strip()
  /external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue163/
LinearScalaTralingTest.java 35 // mind the trailing '|-' to indicate strip chomping
  /external/swiftshader/third_party/LLVM/lib/Support/
regex2.h 44 * The internal representation is a *strip*, a sequence of
62 typedef unsigned long sop; /* strip operator */
129 sop *strip; /* malloced area for strip */ member in struct:re_guts
  /external/swiftshader/third_party/LLVM/test/Transforms/StripSymbols/
2010-06-30-StripDebug.ll 1 ; RUN: opt -strip-debug < %s | llvm-dis | grep -v llvm.dbg
2010-08-25-crash.ll 1 ; RUN: opt -strip-dead-debug-info -disable-output %s
  /external/swiftshader/third_party/llvm-subzero/lib/Support/
regex2.h 47 * The internal representation is a *strip*, a sequence of
65 typedef unsigned long sop; /* strip operator */
132 sop *strip; /* malloced area for strip */ member in struct:re_guts
  /external/tagsoup/tssl/
tssl-validate.xslt 24 <xsl:strip-space elements="*"/>
  /frameworks/av/media/audioserver/
Android.mk 52 ifeq ($(strip $(AUDIOSERVER_MULTILIB)),)
  /frameworks/base/tools/aapt2/filter/
AbiFilter.cpp 46 // Strip the lib/ prefix.
  /frameworks/support/annotations/
build.gradle 9 // Strip out typedef classes. For Android libraries, this is done
  /hardware/interfaces/audio/2.0/default/
Android.mk 81 ifeq ($(strip $(AUDIOSERVER_MULTILIB)),)
  /hardware/qcom/camera/msm8998/QCamera2/stack/mm-camera-interface/
Android.mk 24 ifeq ($(strip $(TARGET_USES_ION)),true)
  /kernel/tests/net/test/
removed_feature_test.py 31 line = line.strip()
  /packages/inputmethods/LatinIME/tools/dicttool/
NativeLib.mk 33 ifneq ($(strip $(HOST_JDK_IS_64BIT_VERSION)),)
  /packages/services/BuiltInPrintService/src/com/android/bips/render/
IPdfRender.aidl 45 * @param height height of strip to render
  /platform_testing/scripts/perf-setup/
Android.mk 36 ifneq ($(strip $(BOARD_PERFSETUP_SCRIPT)),)
  /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())
  /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())
  /prebuilts/go/darwin-x86/src/cmd/asm/internal/lex/
slice.go 55 // text/scanner strip the blanks for us, this is extremely rare, hard to fix, and not worth it.
  /prebuilts/go/linux-x86/src/cmd/asm/internal/lex/
slice.go 55 // text/scanner strip the blanks for us, this is extremely rare, hard to fix, and not worth it.
  /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())
  /prebuilts/python/linux-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 629 milliseconds

<<51525354555657585960>>