HomeSort by relevance Sort by last modified time
    Searched refs:rsplit (Results 1 - 25 of 116) sorted by null

1 2 3 4 5

  /external/v8/build/android/pylib/instrumentation/
test_result.py 23 name_pieces = full_name.rsplit('#')
  /external/clang/include/clang/Frontend/
CommandLineSourceLoc.h 35 std::pair<StringRef, StringRef> ColSplit = Str.rsplit(':');
37 ColSplit.first.rsplit(':');
  /external/autotest/server/cros/faft/config/
config.py 49 config_name = platform.rsplit('_', 1)[-1].lower()
  /external/chromium-trace/catapult/telemetry/third_party/modulegraph/modulegraph_tests/
test_pep420_nspkg.py 38 """) %(test_dir1, test_dir2, name, name.rsplit('.', 1)[0], name)
60 data = data.rsplit('\n', 1)[0].strip()
150 """) %(test_dir1, test_dir2, name, name.rsplit('.', 1)[0], name)
172 data = data.rsplit('\n', 1)[0].strip()
test_import_from_init.py 23 """) %(name, name.rsplit('.', 1)[0], name)
44 data = data.rsplit('\n', 1)[0].strip()
test_setuptools_nspkg.py 58 """) %(test_dir, name, name.rsplit('.', 1)[0], name)
79 data = data.rsplit('\n', 1)[0].strip()
  /external/llvm/utils/git/
find-rev 34 _,lrev = repo.rsplit('@',1)
  /external/clang/lib/StaticAnalyzer/Core/
CheckerRegistry.cpp 90 std::tie(packageName, leafName) = name.rsplit(PackageSeparator);
93 std::tie(packageName, leafName) = packageName.rsplit(PackageSeparator);
  /external/autotest/client/site_tests/firmware_TouchMTB/tools/
mtplot_play.py 58 image_file = evemu_file.rsplit('.', 2)[0]
  /external/llvm/utils/Target/ARM/
analyze-match-table.py 14 ln = ln.rsplit("}", 1)[0]
  /external/v8/build/linux/unbundle/
remove_bundled_libraries.py 54 split = relpath.rsplit(os.sep + 'third_party' + os.sep, 1)
  /external/clang/tools/scan-build/bin/
set-xcode-analyzer 103 xcode_path = xcode_path.rsplit('/Developer', 1)[0]
  /external/deqp/scripts/
convert_case_list_to_xml.py 57 element.setAttribute("Name", testCase.casePath.rsplit(".", 2)[-1])
  /external/v8/test/simdjs/
testcfg.py 31 name = filename.rsplit('.')[0]
  /prebuilts/clang/darwin-x86/host/3.6/tools/scan-build/
set-xcode-analyzer 103 xcode_path = xcode_path.rsplit('/Developer', 1)[0]
  /prebuilts/clang/host/darwin-x86/3.8/tools/scan-build/
set-xcode-analyzer 103 xcode_path = xcode_path.rsplit('/Developer', 1)[0]
  /prebuilts/clang/host/darwin-x86/clang-2629532/tools/scan-build/bin/
set-xcode-analyzer 103 xcode_path = xcode_path.rsplit('/Developer', 1)[0]
  /prebuilts/clang/host/darwin-x86/clang-2658975/tools/scan-build/bin/
set-xcode-analyzer 103 xcode_path = xcode_path.rsplit('/Developer', 1)[0]
  /prebuilts/clang/host/darwin-x86/clang-2690385/tools/scan-build/bin/
set-xcode-analyzer 103 xcode_path = xcode_path.rsplit('/Developer', 1)[0]
  /prebuilts/clang/host/linux-x86/3.8/tools/scan-build/
set-xcode-analyzer 103 xcode_path = xcode_path.rsplit('/Developer', 1)[0]
  /prebuilts/clang/host/linux-x86/clang-2629532/tools/scan-build/bin/
set-xcode-analyzer 103 xcode_path = xcode_path.rsplit('/Developer', 1)[0]
  /prebuilts/clang/host/linux-x86/clang-2658975/tools/scan-build/bin/
set-xcode-analyzer 103 xcode_path = xcode_path.rsplit('/Developer', 1)[0]
  /prebuilts/clang/host/linux-x86/clang-2690385/tools/scan-build/bin/
set-xcode-analyzer 103 xcode_path = xcode_path.rsplit('/Developer', 1)[0]
  /prebuilts/clang/linux-x86/host/3.6/tools/scan-build/
set-xcode-analyzer 103 xcode_path = xcode_path.rsplit('/Developer', 1)[0]
  /external/autotest/puppylab/
clusterctl 159 vagrant_shard_name = '%sshard' % board.rsplit(':')[-1]
212 return shadow_value.rsplit(':')[-1].lstrip(' ')

Completed in 874 milliseconds

1 2 3 4 5