/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/ |
D | ApplicationResolver.java | 53 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/ |
D | SkOpEdgeBuilder.cpp | 280 } 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/ |
D | StringExtras.cpp | 68 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/ |
D | csdetest.cpp | 112 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()
|
D | fldset.cpp | 70 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()
|
D | regextst.cpp | 3128 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/ |
D | 2011-05-26-BranchKillsVreg.ll | 4 ; PHI elimination splits the critical edge from %while.end415 to %if.end427.
|
/external/llvm/test/CodeGen/Mips/ |
D | 2011-05-26-BranchKillsVreg.ll | 4 ; PHI elimination splits the critical edge from %while.end415 to %if.end427.
|
/external/llvm/test/Transforms/SLPVectorizer/X86/ |
D | multi_block.ll | 11 ; if (d) foo(); <----- This splits the blocks
|
/external/swiftshader/third_party/LLVM/test/Transforms/ScalarRepl/ |
D | 2008-06-05-loadstore-agg.ll | 4 ; values. This checks of scalarrepl splits up the struct and array properly.
|
/external/llvm/test/CodeGen/X86/ |
D | late-address-taken.ll | 8 ; splits it into lea/mov followed by ret. Make sure the MBB is
|
D | crash.ll | 432 ; uitofp expands to an FCMOV instruction which splits the basic block.
|
/external/libpcap/ |
D | README.sita | 31 both WAN and LAN protocols. It effectively splits the operation of
|
/external/mesa3d/docs/ |
D | README.MITS | 42 No. This implementation splits the processing of the vertex buffer
|
/external/mesa3d/src/gallium/drivers/nv50/codegen/ |
D | nv50_ir_ra.cpp | 705 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/ |
D | mltree.cpp | 3288 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/ |
D | adb_wrapper.md | 209 Install an apk with splits on the device.
|
D | device_utils.md | 257 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/ |
D | MipsScheduleP5600.td | 45 // Pseudo-resource used to block CTISTD when handling multi-pipeline splits.
|
/external/libvorbis/doc/ |
D | 07-floor1.tex | 88 algorithm splits Y value computation and line plotting into two steps
|
/external/iproute2/doc/ |
D | api-ip6-flowlabels.tex | 22 Every IPv6 packet carries 28 bits of flow information. RFC2460 splits
|
/external/clang/docs/ |
D | SanitizerCoverage.rst | 181 edge-level coverage (``-fsanitize-coverage=edge``) simply splits all critical
|
/external/icu/icu4c/source/data/translit/ |
D | Latin_ConjoiningJamo.txt | 412 # the above rules. 'bs' splits into Bi EU Sf. Similar for 'gs' 'ng'
|
/external/llvm/test/CodeGen/Mips/msa/ |
D | basic_operations.ll | 841 ; TODO: This code could be a lot better but it works. The legalizer splits
|
/external/libogg/doc/ |
D | rfc3533.txt | 735 (Ogg) segment: The Ogg encapsulation process splits each packet into
|