HomeSort by relevance Sort by last modified time
    Searched refs:split (Results 4776 - 4800 of 6499) sorted by null

<<191192193194195196197198199200>>

  /external/pdfium/third_party/pymock/
mock.py 645 args = arg.split('.')
    [all...]
  /external/spirv-llvm/lib/SPIRV/
SPIRVWriter.cpp 366 auto Splited = ExtOpName.split(kSPIRVPostfix::ExtDivider);
377 Splited.second.split(P, kSPIRVPostfix::Divider);
393 Name.split(SubStrs, Delim, -1, true);
401 SubStrs[2].split(Postfixes, PostDelim, -1, true);
485 STName.split(SubStrs, Delims);
    [all...]
  /frameworks/base/core/java/com/android/internal/policy/
DecorView.java     [all...]
  /frameworks/base/services/core/java/com/android/server/location/
GnssLocationProvider.java 663 String[] split = item.split("="); local
664 if (split.length == 2) {
665 properties.setProperty(split[0].trim().toUpperCase(), split[1]);
    [all...]
  /frameworks/native/services/inputflinger/
InputDispatcher.cpp     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_float.py 613 lhs, rhs = map(str.strip, line.split('->'))
614 fmt, arg = lhs.split()
627 floats_file = open(os.path.join(os.path.split(__file__)[0],
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Common/
DscClassObject.py     [all...]
EdkIIWorkspaceBuild.py 125 self.SupModList = CleanString(Type).split(DataType.TAB_SPACE_SPLIT)
    [all...]
  /external/autotest/frontend/afe/
rpc_interface.py     [all...]
  /external/clang/include/clang/AST/
ASTContext.h     [all...]
  /external/llvm/lib/Support/
CommandLine.cpp 455 // Split on any equal sign.
456 std::pair<StringRef, StringRef> SplitArg = Arg.split('=');
497 // it does, we have to split up the value into multiple values.
622 /// see if this is a prefix or grouped option. If so, split arg into output an
    [all...]
  /external/llvm/tools/llvm-objdump/
llvm-objdump.cpp 410 // Split off bundle attributes
412 // Split off first instruction from the rest
413 auto HeadTail = PacketBundle.first.split('\n');
423 auto Duplex = HeadTail.first.split('\v');
434 HeadTail = HeadTail.second.split('\n');
    [all...]
  /external/llvm/tools/llvm-readobj/
COFFDumper.cpp     [all...]
  /external/python/cpython2/Lib/test/
test_bytes.py 340 self.assertRaises(TypeError, self.type2test(b'a b').split, u' ')
345 self.assertEqual(b.split(), [b])
347 self.assertEqual(b.split(), [b'\x1c\x1d\x1e\x1f'])
    [all...]
test_float.py 673 lhs, rhs = map(str.strip, line.split('->'))
674 fmt, arg = lhs.split()
687 floats_file = open(os.path.join(os.path.split(__file__)[0],
    [all...]
test_support.py 204 dirname, name = os.path.split(pathname)
411 version = tuple(map(int, version_txt.split('.')))
810 filename = urlparse.urlparse(url)[2].split('/')[-1] # '/': it's URL!
    [all...]
  /external/selinux/python/sepolgen/src/sepolgen/
yacc.py 468 doc = v.__doc__.split(" ")
749 # Split the doc string into lines
755 p = ps.split()
    [all...]
  /external/swiftshader/third_party/llvm-subzero/lib/Support/
CommandLine.cpp 475 // Split on any equal sign.
476 std::pair<StringRef, StringRef> SplitArg = Arg.split('=');
517 // it does, we have to split up the value into multiple values.
641 /// see if this is a prefix or grouped option. If so, split arg into output an
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/AST/
ASTContext.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/AST/
ASTContext.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/AST/
ASTContext.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
ASTContext.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/AST/
ASTContext.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/AST/
ASTContext.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/AST/
ASTContext.h     [all...]

Completed in 1724 milliseconds

<<191192193194195196197198199200>>