Home
last modified time | relevance | path

Searched refs:split (Results 2851 - 2875 of 2986) sorted by relevance

1...<<111112113114115116117118119120

/third_party/skia/src/pathops/
H A DSkPathOpsTSect.cpp195 // use line intersection to guess a better split than 0.5
614 // are split
1485 /* Each span has a range of opposite spans it intersects. After the span is split in two,
1813 // split it in BinarySearch()
1827 if (!half1->split(largest1, &sect1->fHeap)) { in BinarySearch()
1847 if (!half2->split(largest2, &sect2->fHeap)) { in BinarySearch()
/third_party/python/Lib/test/
H A Dtest_tempfile.py99 (ndir, nbase) = os.path.split(name)
639 (ndir, nbase) = os.path.split(name)
H A Dtest_ntpath.py156 tester('ntpath.split("c:\\foo\\bar")', ('c:\\foo', 'bar'))
157 tester('ntpath.split("\\\\conky\\mountpoint\\foo\\bar")',
160 tester('ntpath.split("c:\\")', ('c:\\', ''))
161 tester('ntpath.split("\\\\conky\\mountpoint\\")',
164 tester('ntpath.split("c:/")', ('c:/', ''))
165 tester('ntpath.split("//conky/mountpoint/")', ('//conky/mountpoint/', ''))
926 self._check_function(self.path.split)
/third_party/skia/third_party/externals/dng_sdk/source/
H A Ddng_negative.cpp2894 void dng_negative::SetGreenSplit (uint32 split)
2901 info.fBayerGreenSplit = split;
/third_party/protobuf/python/google/protobuf/internal/
H A Dtext_format_test.py905 text_format.ParseLines(self._BYTES_SAMPLE.split(b'\n'), m)
912 text_format.ParseLines(self._UNICODE_SAMPLE.split(u'\n'), m)
/third_party/eudev/src/shared/
H A Dutil.c376 const char* split(const char **state, size_t *l, const char *separator, bool quoted) { in split() function
/third_party/EGL/api/
H A Dreg.py150 self.category = self.name.split('_', 2)[1]
/third_party/icu/tools/release/java/src/main/java/com/ibm/icu/dev/tools/docs/
H A DStableAPI.java331 String vers[] = result.substring(4).split("\\."); in setVer()
/third_party/node/deps/v8/tools/mb/
H A Dmb.py60 can be removed as soon as all builder have been split and all MB configs
518 fields = l.split(' ')
/third_party/python/Lib/
H A Dpickletools.py2525 line += ' ' + opcode.doc.split('\n', 1)[0]
H A Dconfigparser.py491 path = m.group(1).split(':')
/third_party/openGLES/xml/
H A Dreg.py149 self.category = self.name.split('_', 2)[1]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
H A DMCStreamer.cpp789 TextSecCOFF->getSectionName().split('$').second) in getWinCFISection()
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/spec_tools/
H A Dmacro_checker_file.py1135 return s.split() # [x for x in s.split() if x]
1150 # Re-split after replacing commas.
/third_party/skia/third_party/externals/opengl-registry/xml/
H A Dreg.py160 self.category = self.name.split('_', 2)[1]
/third_party/python/Lib/test/test_importlib/
H A Dtest_abc.py787 values = module._.split('::')
/third_party/python/Lib/xml/dom/
H A Dexpatbuilder.py116 parts = name.split(' ')
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
H A DVectorUtils.cpp1173 S.split(ListAttr, ","); in getVectorVariantNames()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/
H A DInstrProf.cpp470 NameStrings.split(Names, getInstrProfNameSeparator()); in readPGOFuncNameStrings()
H A DInstrProfReader.cpp652 Parts = Parts.second.split(':');
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
H A DAMDGPULibFunc.cpp541 std::pair<StringRef, StringRef> const P = mangledName.split('_');
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUBaseInfo.cpp590 std::pair<StringRef, StringRef> Strs = A.getValueAsString().split(','); in getIntegerPairAttribute()
1262 // Given Imm, split it into the values to put into the SOffset and ImmOffset
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/MCTargetDesc/
H A DX86AsmBackend.cpp48 StringRef(Val).split(BranchTypes, '+', -1, false); in operator =()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
H A DGCOVProfiling.cpp188 /// Prefer relative paths in the coverage notes. Clang also may split
459 std::pair<StringRef, StringRef> HeadTail = RegexesStr.split(';');
653 // We need to split the block after the fork/exec call
701 // single successor, so split the entry block to make sure of that.
/third_party/skia/third_party/externals/egl-registry/api/
H A Dreg.py161 self.category = self.name.split('_', 2)[1]

Completed in 49 milliseconds

1...<<111112113114115116117118119120