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

<<51525354555657585960>>

  /prebuilts/gdb/linux-x86/lib/python2.7/distutils/
versionpredicate.py 102 versionPredicateStr = versionPredicateStr.strip()
109 paren = paren.strip()
157 value = value.strip()
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_popen2.py 40 # end. So we strip whitespace off both ends for comparison.
41 expected = teststr.strip()
66 self.assertEqual(expected_out, got.strip(), "wrote %r read %r" %
test_traceback.py 42 self.assertTrue(err[1].strip() == "return x!")
59 self.assertTrue(err[1].strip() == "[x for x in x] = x")
65 self.assertTrue(err[1].strip() == "print 2")
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/libcxx/
compiler.py 129 lines = [l.strip() for l in out.split('\n') if l.strip()]
139 return lit.util.capture(cmd).strip()
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/
Android.mk 10 LIBCXX_FORCE_REBUILD := $(strip $(LIBCXX_FORCE_REBUILD))
12 ifeq (,$(strip $(wildcard $(LOCAL_PATH)/libs/$(TARGET_ARCH_ABI)/libc++_static$(TARGET_LIB_EXTENSION))))
131 # Use --as-needed to strip the DT_NEEDED on libstdc++.so (bionic's) that the
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
versionpredicate.py 102 versionPredicateStr = versionPredicateStr.strip()
109 paren = paren.strip()
157 value = value.strip()
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_popen2.py 40 # end. So we strip whitespace off both ends for comparison.
41 expected = teststr.strip()
66 self.assertEqual(expected_out, got.strip(), "wrote %r read %r" %
test_traceback.py 42 self.assertTrue(err[1].strip() == "return x!")
59 self.assertTrue(err[1].strip() == "[x for x in x] = x")
65 self.assertTrue(err[1].strip() == "print 2")
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
versionpredicate.py 102 versionPredicateStr = versionPredicateStr.strip()
109 paren = paren.strip()
157 value = value.strip()
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_popen2.py 40 # end. So we strip whitespace off both ends for comparison.
41 expected = teststr.strip()
66 self.assertEqual(expected_out, got.strip(), "wrote %r read %r" %
test_traceback.py 42 self.assertTrue(err[1].strip() == "return x!")
59 self.assertTrue(err[1].strip() == "[x for x in x] = x")
65 self.assertTrue(err[1].strip() == "print 2")
  /test/vts/testcases/template/binary_test/
binary_test_case.py 23 '''Strip string value if value is not None.
26 value: string, value to strip
33 return value.strip()
  /packages/services/BuiltInPrintService/jni/plugins/genPCLm/src/
genPCLm.cpp 47 * Shift the strip image right in the strip buffer by leftMargin pixels.
49 * Assumptions: The strip buffer was allocated large enough to handle the shift; if not
52 * We allocate a full strip (height and width), but then only copy numLinesThisCall from
64 // Allocate a full strip
420 ubyte *strip, sint32 stripWidth, sint32 stripHeight) {
423 ubyte *srcPtr = strip;
424 ubyte *dstPtr = strip;
456 sprintf(pOutStr, "%%============= PCLm: FileBody: Strip Stream: RLE Image \n");
511 // Write the zlib compressed strip to the PDF output fil
    [all...]
  /bionic/libc/upstream-netbsd/lib/libc/regex/
regcomp.c 112 sop *strip; /* malloced strip */ local
113 sopno ssize; /* malloced strip size (allocated) */
114 sopno slen; /* malloced strip length (used) */
269 p->strip = calloc(p->ssize, sizeof(sop));
271 if (p->strip == NULL) {
683 assert(OP(p->strip[p->pbegin[i]]) == OLPAREN);
684 assert(OP(p->strip[p->pend[i]]) == ORPAREN);
1133 sopno start, /* operand from here to end of strip */
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/build/
BuildReport.py 155 FileName = Match.group(1).strip()
376 self.Depex = Match.group(1).strip()
387 LibDepex = " ".join(Lib.DepexExpression[M.Arch, M.ModuleType]).strip()
778 PcdValueNumber = int(PcdValue.strip(), 0)
782 DecDefaultValueNumber = int(DecDefaultValue.strip(), 0)
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Core/
IpiDb.py 250 if Version == None or len(Version.strip()) == 0:
256 if NewDpFileName == None or len(NewDpFileName.strip()) == 0:
298 if Version == None or len(Version.strip()) == 0:
301 if DpGuid == None or len(DpGuid.strip()) == 0:
304 if DpVersion == None or len(DpVersion.strip()) == 0:
328 if Version == None or len(Version.strip()) == 0:
331 if PkgGuid == None or len(PkgGuid.strip()) == 0:
334 if PkgVersion == None or len(PkgVersion.strip()) == 0:
364 if Version == None or len(Version.strip()) == 0:
367 if DpGuid == None or len(DpGuid.strip()) == 0:
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Library/
String.py 23 from string import strip
47 return map(lambda l: l.strip(), String.split(SplitTag, MaxSplit))
279 Line = Line.strip()
298 Line = Line.strip()
315 Line = Line.strip()
328 Line = LineParts[0].strip()
330 Comment = LineParts[1].strip()
341 Comment = Comment.strip()
438 Value = map(strip, LineList[1].split(ValueSplitCharacter))
581 if LineList[Index].strip()[0] == DataType.TAB_COMMENT_SPLIT:
    [all...]
  /libcore/ojluni/src/main/java/java/util/jar/
Pack200.java 69 * p.put(Packer.CODE_ATTRIBUTE_PFX+"LineNumberTable", Packer.STRIP);
371 * {@link #STRIP}, and {@link #PASS}.
376 * {@link #STRIP} means that the attribute will be dropped.
386 * p.put(UNKNOWN_ATTRIBUTE, STRIP);
400 * The special strings {@link #ERROR}, {@link #STRIP}, and {@link #PASS} are
414 * Code like this might be used to strip debugging attributes:
417 * p.put(CODE_ATTRIBUTE_PFX+"LineNumberTable", STRIP);
418 * p.put(CODE_ATTRIBUTE_PFX+"LocalVariableTable", STRIP);
419 * p.put(CLASS_ATTRIBUTE_PFX+"SourceFile", STRIP);
429 * The special strings {@link #ERROR}, {@link #STRIP}, an
    [all...]
  /system/core/adb/
test_device.py 47 was_root = self.device.shell(['id', '-un'])[0].strip() == 'root'
64 was_root = self.device.shell(['id', '-un'])[0].strip() == 'root'
141 self.assertEqual('', msg.strip(),
164 self.assertEqual('', msg.strip())
178 self.assertEqual('', msg.strip(),
193 self.assertEqual('', msg.strip())
196 self.assertEqual('', self.device.forward_list().strip(),
202 port = self.device.forward('tcp:0', 'tcp:8888').strip()
213 self.assertEqual('', msg.strip(),
228 self.assertEqual('', msg.strip())
    [all...]
  /build/make/tools/atree/
files.cpp 276 errstr = "Error: you can only specifiy 'rm' or 'strip' once per line.";
280 } else if (word == "strip") {
282 errstr = "Error: you can only specifiy 'rm' or 'strip' once per line.";
304 fprintf(stderr, "%s:%d: bad format: %s\n%s\nExpected: [SRC] [rm|strip] DEST\n",
309 // pattern: [rm|strip] DEST
  /build/make/tools/releasetools/
ota_package_parser.py 79 lines = self.package.read(name).strip().splitlines()
88 cmd_list = line.strip().split(" ")
176 for line in self.package.read(metadata_path).strip().splitlines():
178 metadata_info[line[0 : index].strip()] = line[index + 1:].strip()
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Parser/
DecParserMisc.py 83 # Strip root path
115 Line = Line.strip()
131 Comment = Line[Index:].strip()
132 Line = Line[0:Index].strip()
148 Token = Token.strip()
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
Strip.java 41 public class Strip {
48 Strip s = new Strip(args);
53 public Strip(String[] args) { this.args = args; }
263 System.err.println("usage: java org.antlr.tool.Strip [args] file.g");
  /external/autotest/server/site_tests/enterprise_CFM_USBPeripheralHotplugDetect/
enterprise_CFM_USBPeripheralHotplugDetect.py 51 cmd_output = self.client.run(cmd).stdout.strip().split('\n')
66 cmd_out = self.client.run(cmd).stdout.strip().split('\n')
85 return self.client.run('cat %s' % product_file_name).stdout.strip()
102 vendor_id = self.client.run('cat %s' % file_name).stdout.strip()
197 crash_files = crash_out.strip().split('\n')
  /external/autotest/server/site_tests/platform_ExternalUsbPeripherals/
platform_ExternalUsbPeripherals.py 29 lsusb_output = self.host.run('lsusb').stdout.strip()
35 if len(columns) == 6 or len(' '.join(columns[6:]).strip()) == 0:
40 name = ' '.join(columns[6:]).strip()
160 crash_files = crash_out.strip().split('\n')
324 action = action.strip()

Completed in 1787 milliseconds

<<51525354555657585960>>