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

<<41424344454647484950>>

  /external/chromium-trace/catapult/common/eslint/eslint/
__init__.py 48 eslint_cmd.extend(extra_args.strip().split(' '))
  /external/chromium-trace/catapult/devil/devil/android/sdk/
adb_compatibility_devicetest.py 123 external_storage = under_test.Shell('echo $EXTERNAL_STORAGE').strip()
148 self.assertEquals(dest, under_test.Shell('ls %s' % dest).strip())
161 under_test.Shell('ls %s' % resulting_file).strip())
173 sorted(under_test.Shell('ls %s' % dest).strip().split()))
  /external/clang/test/Analysis/
pr_4164.c 33 // data) we strip off the ElementRegion when doing the invalidation.
  /external/clang/utils/perf-training/
lit.cfg 12 out = lit.util.capture(['xcrun', '--show-sdk-path']).strip()
order-files.lit.cfg 13 out = lit.util.capture(['xcrun', '--show-sdk-path']).strip()
  /external/curl/tests/data/
test1050 52 # Strip all valid kinds of EPRT that curl can send
  /external/curl/tests/libtest/
test1022.pl 43 # Strip off the -DEV from the curl version if it's there
  /external/fonttools/MetaTools/
buildTableList.py 26 tables.append(tag.strip())
  /external/google-breakpad/src/common/linux/
file_id_unittest.cc 71 // 'strip' binary installed on test devices.
75 // strip it, and ensure that the result is the same.
79 // copy our binary to a temp file, and strip it
87 sprintf(cmdline, "strip \"%s\"", templ.c_str());
  /external/guava/
mvn-deploy.sh 23 # TODO(cgruber) strip the quotes and patch version and do version comparison.
  /external/jarjar/src/main/com/tonicsystems/jarjar/
JarJarTask.java 51 proc.strip(getDestFile());
  /external/libbrillo/brillo/
osrelease_reader.cc 47 // There might be a trailing new line. Strip it to keep only the first line
  /external/llvm/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/llvm/test/Transforms/StripSymbols/
2010-06-30-StripDebug.ll 1 ; RUN: opt -strip-debug < %s -S | FileCheck %s
2010-08-25-crash.ll 1 ; RUN: opt -strip-dead-debug-info -disable-output < %s
  /external/llvm/test/tools/dsymutil/X86/
dead-stripped.cpp 4 // clang++ -O2 -g -c dead-strip.cpp -o 1.o
  /external/ltp/testcases/realtime/scripts/
run_c_files.sh 33 # Strip off comments and feed it to trivial parser.
  /external/mesa3d/src/compiler/nir/
nir_opcodes_c.py 49 opcode.algebraic_properties.strip().split(" ")) }
  /external/mesa3d/src/gallium/drivers/virgl/
virgl_tgsi.c 34 /* for now just strip out the new properties the remote doesn't understand
  /external/openssh/contrib/aix/
inventory.sh 43 $name =~ s|^.||; # Strip leading dot from path
  /external/openssh/openbsd-compat/
basename.c 40 /* Strip any trailing slashes */
dirname.c 42 /* Strip any trailing slashes */
readpassphrase.h 37 #define RPP_SEVENBIT 0x10 /* Strip the high bit from input. */
  /external/python/cpython2/Lib/
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())
  /external/python/cpython2/Lib/test/
test_traceback.py 45 self.assertTrue(err[1].strip() == "return x!")
62 self.assertTrue(err[1].strip() == "[x for x in x] = x")
68 self.assertTrue(err[1].strip() == "print 2")
120 self.assertEqual(err[1].strip(), "print(2)")

Completed in 488 milliseconds

<<41424344454647484950>>