Home
last modified time | relevance | path

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

123

/external/chromium_org/ui/keyboard/resources/
Dtouch_fuzzing.js56 var splits = findSplits(this.keys, Orientation.HORIZONTAL);
57 this.tree = createBinaryTree(0, splits.length - 1, splits);
246 var splits = findSplits(array, !currentRotation);
247 var tree = createBinaryTree(0, splits.length - 1, splits);
409 var splits = [];
414 splits.push(new Line(mid, orientation));
417 return splits;
/external/robolectric/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/chromium_org/third_party/skia/experimental/Intersection/
DCubicConvexHull.cpp24 , splits(0) { in CubicIntersections()
108 __FUNCTION__, depth, splits, newMinT1, newMaxT1, minT1, maxT1, in intersect()
119 __FUNCTION__, depth, splits, newMinT2, newMaxT2, minT2, maxT2, in intersect()
132 ++splits; in chop()
142 --splits; in chop()
159 int splits; member in CubicIntersections
DQuadraticIntersection.cpp26 , splits(0) in QuadraticIntersections()
107 splits, newMinT1, newMaxT1, minT1, maxT1, split); in intersect()
117 splits, newMinT2, newMaxT2, minT2, maxT2, split); in intersect()
225 ++splits; in chop()
235 --splits; in chop()
252 int splits; member in QuadraticIntersections
DEdgeWalker.cpp2668 SkTArray<InEdge> splits; in simplify() local
2670 (*currentPtr)->splitInflectionPts(splits); in simplify()
2672 if (splits.count()) { in simplify()
2673 for (int index = 0; index < splits.count(); ++index) { in simplify()
2674 edges.push_back(splits[index]); in simplify()
/external/skia/experimental/Intersection/
DCubicConvexHull.cpp24 , splits(0) { in CubicIntersections()
108 __FUNCTION__, depth, splits, newMinT1, newMaxT1, minT1, maxT1, in intersect()
119 __FUNCTION__, depth, splits, newMinT2, newMaxT2, minT2, maxT2, in intersect()
132 ++splits; in chop()
142 --splits; in chop()
159 int splits; member in CubicIntersections
DQuadraticIntersection.cpp26 , splits(0) in QuadraticIntersections()
107 splits, newMinT1, newMaxT1, minT1, maxT1, split); in intersect()
117 splits, newMinT2, newMaxT2, minT2, maxT2, split); in intersect()
225 ++splits; in chop()
235 --splits; in chop()
252 int splits; member in QuadraticIntersections
DEdgeWalker.cpp2668 SkTArray<InEdge> splits; in simplify() local
2670 (*currentPtr)->splitInflectionPts(splits); in simplify()
2672 if (splits.count()) { in simplify()
2673 for (int index = 0; index < splits.count(); ++index) { in simplify()
2674 edges.push_back(splits[index]); in simplify()
/external/chromium_org/components/autofill/core/browser/
Dautofill_field_unittest.cc541 int splits[] = {4, 4, 4, 4}; in TEST() local
542 test.splits_ = std::vector<int>(splits, splits + arraysize(splits)); in TEST()
585 int splits[] = {4, 6, 5}; in TEST() local
586 test.splits_ = std::vector<int>(splits, splits + arraysize(splits)); in TEST()
/external/chromium_org/third_party/icu/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.cpp68 static UnicodeString *split(const UnicodeString &src, UChar ch, int32_t &splits) in split() argument
72 splits = 1; in split()
74 splits += 1; in split()
77 UnicodeString *result = new UnicodeString[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.cpp68 static UnicodeString *split(const UnicodeString &src, UChar ch, int32_t &splits) in split() argument
72 splits = 1; in split()
74 splits += 1; in split()
77 UnicodeString *result = new UnicodeString[splits]; in split()
/external/llvm/lib/Support/
DStringRef.cpp283 for (int splits = 0; in split() local
284 rest.data() != nullptr && (MaxSplit < 0 || splits < MaxSplit); in split()
285 ++splits) { in split()
/external/llvm/test/Transforms/SLPVectorizer/X86/
Dmulti_block.ll11 ; if (d) foo(); <----- This splits the blocks
/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/ScalarRepl/
D2008-06-05-loadstore-agg.ll4 ; values. This checks of scalarrepl splits up the struct and array properly.
/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/chromium_org/third_party/mesa/src/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/chromium_org/third_party/mesa/src/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/stlport/doc/
Dbuild_system.txt34 files that define generic rules. Here, it then splits into app/ and lib/, which are
/external/chromium_org/third_party/sqlite/src/ext/fts3/
DREADME.tokenizers72 The ICU tokenizer implementation is very simple. It splits the input
/external/chromium_org/third_party/sqlite/src/ext/fts2/
DREADME.tokenizers72 The ICU tokenizer implementation is very simple. It splits the input

123