HomeSort by relevance Sort by last modified time
    Searched refs:splits (Results 1 - 25 of 35) sorted by null

1 2

  /external/robolectric/src/main/java/com/xtremelabs/robolectric/
ApplicationResolver.java 53 String[] splits = receiverClassName.split("\\."); local
55 if (splits[splits.length - 1].matches(staticInnerClassRegex) && splits[splits.length - 2].matches(staticInnerClassRegex)) {
  /external/chromium_org/third_party/skia/experimental/Intersection/
CubicConvexHull.cpp 24 , splits(0) {
108 __FUNCTION__, depth, splits, newMinT1, newMaxT1, minT1, maxT1,
119 __FUNCTION__, depth, splits, newMinT2, newMaxT2, minT2, maxT2,
132 ++splits;
142 --splits;
159 int splits; member in class:CubicIntersections
QuadraticIntersection.cpp 26 , splits(0)
107 splits, newMinT1, newMaxT1, minT1, maxT1, split);
117 splits, newMinT2, newMaxT2, minT2, maxT2, split);
225 ++splits;
235 --splits;
252 int splits; member in class:QuadraticIntersections
EdgeWalker.cpp     [all...]
  /external/skia/experimental/Intersection/
CubicConvexHull.cpp 24 , splits(0) {
108 __FUNCTION__, depth, splits, newMinT1, newMaxT1, minT1, maxT1,
119 __FUNCTION__, depth, splits, newMinT2, newMaxT2, minT2, maxT2,
132 ++splits;
142 --splits;
159 int splits; member in class:CubicIntersections
QuadraticIntersection.cpp 26 , splits(0)
107 splits, newMinT1, newMaxT1, minT1, maxT1, split);
117 splits, newMinT2, newMaxT2, minT2, maxT2, split);
225 ++splits;
235 --splits;
252 int splits; member in class:QuadraticIntersections
EdgeWalker.cpp     [all...]
  /external/chromium_org/third_party/icu/source/test/intltest/
fldset.cpp 68 static UnicodeString *split(const UnicodeString &src, UChar ch, int32_t &splits)
72 splits = 1;
74 splits += 1;
77 UnicodeString *result = new UnicodeString[splits];
csdetest.cpp 100 static UnicodeString *split(const UnicodeString &src, UChar ch, int32_t &splits)
104 splits = 1;
106 splits += 1;
109 UnicodeString *result = new UnicodeString[splits];
147 int32_t splits = 0; local
149 UnicodeString *eSplit = split(encoding, CH_SLASH, splits);
200 if (splits > 1 && lang.compare(eSplit[1]) != 0) {
  /external/chromium_org/tools/gyp/tools/
pretty_gyp.py 63 """Masks out the quotes and comments, and then splits appropriate
  /external/icu/icu4c/source/test/intltest/
fldset.cpp 68 static UnicodeString *split(const UnicodeString &src, UChar ch, int32_t &splits)
72 splits = 1;
74 splits += 1;
77 UnicodeString *result = new UnicodeString[splits];
csdetest.cpp 112 static UnicodeString *split(const UnicodeString &src, UChar ch, int32_t &splits)
116 splits = 1;
118 splits += 1;
121 UnicodeString *result = new UnicodeString[splits];
159 int32_t splits = 0; local
161 UnicodeString *eSplit = split(encoding, CH_SLASH, splits);
212 if (splits > 1 && lang.compare(eSplit[1]) != 0) {
    [all...]
  /external/chromium_org/ui/keyboard/resources/
touch_fuzzing.js 56 var splits = findSplits(this.keys, Orientation.HORIZONTAL);
57 this.tree = createBinaryTree(0, splits.length - 1, splits);
234 * Splits the tree further such that each leaf has exactly one data point.
242 var splits = findSplits(array, !currentRotation)
243 var tree = createBinaryTree(0, splits.length - 1, splits);
405 var splits = [];
406 // Min and max are bad splits.
410 splits.push(new Line(mid, orientation))
    [all...]
  /external/llvm/lib/Support/
StringRef.cpp 281 // rest.data() is used to distinguish cases like "a," that splits into
282 // "a" + "" and "a" that splits into "a" + 0.
283 for (int splits = 0;
284 rest.data() != nullptr && (MaxSplit < 0 || splits < MaxSplit);
285 ++splits) {
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
nv50_ir_ra.cpp 705 std::list<Instruction *> splits; member in class:nv50_ir::GCRA
938 splits.push_back(insn);
    [all...]
  /external/mesa3d/src/gallium/drivers/nv50/codegen/
nv50_ir_ra.cpp 705 std::list<Instruction *> splits; member in class:nv50_ir::GCRA
938 splits.push_back(insn);
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/irc/servlet/jstemplate/
jsevalcontext.js 359 * Parses the value of the jsvalues attribute in jstemplates: splits
389 * Parses the value of the jseval attribute of jstemplates: splits it
  /external/chromium_org/third_party/jstemplate/
jsevalcontext.js 359 * Parses the value of the jsvalues attribute in jstemplates: splits
389 * Parses the value of the jseval attribute of jstemplates: splits it
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/speech_rules/
math_store.js 184 * Evaluates a single string of a math expressions. The method splits the given
  /external/opencv/ml/src/
mltree.cpp 270 // create memory storage that will keep nodes and splits of the decision tree
3288 CvFileNode* splits; local
    [all...]
  /frameworks/base/tools/aapt/
Command.cpp 2432 const Vector<sp<ApkSplit> >& splits = builder->getSplits(); local
    [all...]
  /external/libvorbis/doc/
07-floor1.tex 88 algorithm splits Y value computation and line plotting into two steps
  /external/oprofile/events/i386/nehalem/
unit_masks 358 0x10 split_lock Counts the number of SQ lock splits across a cache line
  /external/iproute2/doc/
api-ip6-flowlabels.tex 22 Every IPv6 packet carries 28 bits of flow information. RFC2460 splits
  /dalvik/docs/
prettify.js 93 /** Splits input on space and returns an Object mapping each non-empty part to
621 // Splits any of the source|style|xmp entries above into a start tag,
749 /** splits the given string into comment, string, and "other" tokens.
771 /** splits plain text tokens into more specific tokens, and then tries to
    [all...]

Completed in 715 milliseconds

1 2