Home
last modified time | relevance | path

Searched refs:splits (Results 1 – 25 of 60) sorted by relevance

123

/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/
DApplicationResolver.java53 String[] splits = receiverClassName.split("\\."); in replaceLastDotWith$IfInnerStaticClass() local
55 …if (splits[splits.length - 1].matches(staticInnerClassRegex) && splits[splits.length - 2].matches(… in replaceLastDotWith$IfInnerStaticClass()
/external/skia/src/pathops/
DSkOpEdgeBuilder.cpp280 } splits[4]; in walk() local
281 SkASSERT(SK_ARRAY_COUNT(splits) == SK_ARRAY_COUNT(splitT) + 1); in walk()
284 Splitsville* split = &splits[index]; in walk()
297 Splitsville* split = &splits[index]; in walk()
302 while (prior > 0 && !splits[prior - 1].fCanAdd) { in walk()
306 split->fT[0] = splits[prior].fT[0]; in walk()
309 while (next < breaks && !splits[next + 1].fCanAdd) { in walk()
313 split->fT[1] = splits[next].fT[1]; in walk()
/external/swiftshader/third_party/LLVM/lib/Support/
DStringExtras.cpp68 for (int splits = 0; in split() local
69 rest.data() != NULL && (MaxSplit < 0 || splits < MaxSplit); in split()
70 ++splits) { in split()
/external/icu/icu4c/source/test/intltest/
Dcsdetest.cpp112 static UnicodeString *split(const UnicodeString &src, UChar ch, int32_t &splits) in split() argument
116 splits = 1; in split()
118 splits += 1; in split()
121 UnicodeString *result = new UnicodeString[splits]; in split()
159 int32_t splits = 0; in checkEncoding() local
161 UnicodeString *eSplit = split(encoding, CH_SLASH, splits); in checkEncoding()
212 if (splits > 1 && lang.compare(eSplit[1]) != 0) { in checkEncoding()
Dfldset.cpp70 static UnicodeString *split(const UnicodeString &src, UChar ch, int32_t &splits) in split() argument
74 splits = 1; in split()
76 splits += 1; in split()
79 UnicodeString *result = new UnicodeString[splits]; in split()
Dregextst.cpp3128 UText *splits[10] = {NULL}; in API_Pattern_UTF8() local
3129 int32_t numFields = matcher.split(textToSplit, splits, UPRV_LENGTHOF(splits), status); in API_Pattern_UTF8()
3132 REGEX_ASSERT_UTEXT_INVARIANT("first", splits[0]); in API_Pattern_UTF8()
3133 REGEX_ASSERT_UTEXT_INVARIANT(":", splits[1]); in API_Pattern_UTF8()
3134 REGEX_ASSERT_UTEXT_INVARIANT("second", splits[2]); in API_Pattern_UTF8()
3135 REGEX_ASSERT_UTEXT_INVARIANT(":", splits[3]); in API_Pattern_UTF8()
3136 REGEX_ASSERT_UTEXT_INVARIANT("third", splits[4]); in API_Pattern_UTF8()
3137 REGEX_ASSERT(splits[5] == NULL); in API_Pattern_UTF8()
3139 for (int i=0; i<UPRV_LENGTHOF(splits); i++) { in API_Pattern_UTF8()
3140 if (splits[i]) { in API_Pattern_UTF8()
[all …]
/external/swiftshader/third_party/LLVM/test/CodeGen/Mips/
D2011-05-26-BranchKillsVreg.ll4 ; PHI elimination splits the critical edge from %while.end415 to %if.end427.
/external/llvm/test/CodeGen/Mips/
D2011-05-26-BranchKillsVreg.ll4 ; PHI elimination splits the critical edge from %while.end415 to %if.end427.
/external/llvm/test/Transforms/SLPVectorizer/X86/
Dmulti_block.ll11 ; if (d) foo(); <----- This splits the blocks
/external/swiftshader/third_party/LLVM/test/Transforms/ScalarRepl/
D2008-06-05-loadstore-agg.ll4 ; values. This checks of scalarrepl splits up the struct and array properly.
/external/llvm/test/CodeGen/X86/
Dlate-address-taken.ll8 ; splits it into lea/mov followed by ret. Make sure the MBB is
Dcrash.ll432 ; uitofp expands to an FCMOV instruction which splits the basic block.
/external/libpcap/
DREADME.sita31 both WAN and LAN protocols. It effectively splits the operation of
/external/mesa3d/docs/
DREADME.MITS42 No. This implementation splits the processing of the vertex buffer
/external/mesa3d/src/gallium/drivers/nv50/codegen/
Dnv50_ir_ra.cpp705 std::list<Instruction *> splits; member in nv50_ir::GCRA
938 splits.push_back(insn); in doCoalesce()
1379 splits.clear(); // avoid duplicate entries on next coalesce pass in cleanup()
1607 for (std::list<Instruction *>::iterator it = splits.begin(); in resolveSplitsAndMerges()
1608 it != splits.end(); in resolveSplitsAndMerges()
1619 splits.clear(); in resolveSplitsAndMerges()
/external/opencv/ml/src/
Dmltree.cpp3288 CvFileNode* splits; in read_node() local
3311 splits = cvGetFileNodeByName( fs, fnode, "splits" ); in read_node()
3312 if( splits ) in read_node()
3317 if( CV_NODE_TYPE(splits->tag) != CV_NODE_SEQ ) in read_node()
3320 cvStartReadSeq( splits->data.seq, &reader ); in read_node()
/external/chromium-trace/catapult/devil/docs/
Dadb_wrapper.md209 Install an apk with splits on the device.
Ddevice_utils.md257 Noop if all of the APK splits are already installed.
262 split_apks: A list of strings of paths of all of the APK splits.
/external/llvm/lib/Target/Mips/
DMipsScheduleP5600.td45 // Pseudo-resource used to block CTISTD when handling multi-pipeline splits.
/external/libvorbis/doc/
D07-floor1.tex88 algorithm splits Y value computation and line plotting into two steps
/external/iproute2/doc/
Dapi-ip6-flowlabels.tex22 Every IPv6 packet carries 28 bits of flow information. RFC2460 splits
/external/clang/docs/
DSanitizerCoverage.rst181 edge-level coverage (``-fsanitize-coverage=edge``) simply splits all critical
/external/icu/icu4c/source/data/translit/
DLatin_ConjoiningJamo.txt412 # the above rules. 'bs' splits into Bi EU Sf. Similar for 'gs' 'ng'
/external/llvm/test/CodeGen/Mips/msa/
Dbasic_operations.ll841 ; TODO: This code could be a lot better but it works. The legalizer splits
/external/libogg/doc/
Drfc3533.txt735 (Ogg) segment: The Ogg encapsulation process splits each packet into

123