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

1 2

  /art/runtime/base/
timing_logger_test.cc 35 const base::TimingLogger::SplitTimings& splits = timings.GetSplits(); local
37 EXPECT_EQ(1U, splits.size());
38 EXPECT_STREQ(splits[0].second, split1name);
56 const base::TimingLogger::SplitTimings& splits = timings.GetSplits(); local
58 EXPECT_EQ(3U, splits.size());
59 EXPECT_STREQ(splits[0].second, split1name);
60 EXPECT_STREQ(splits[1].second, split2name);
61 EXPECT_STREQ(splits[2].second, split3name);
88 const base::TimingLogger::SplitTimings& splits = timings.GetSplits(); local
90 EXPECT_EQ(5U, splits.size())
122 const base::TimingLogger::SplitTimings& splits = timings.GetSplits(); local
151 const base::TimingLogger::SplitTimings& splits = timings.GetSplits(); local
    [all...]
timing_logger.cc 79 const base::TimingLogger::SplitTimings& splits = logger.GetSplits(); local
80 for (base::TimingLogger::SplitTimingsIterator it = splits.begin(), end = splits.end();
179 // Print formatted splits.
229 // If one or more enclosed explcitly started splits are not terminated we can
230 // either fail or "unwind" the stack of splits in the timing logger to 'this'
231 // (by deleting the intervening scoped splits). This implements the latter.
253 // scoped split in place. Basically, it's one way to make explicit and scoped splits compose
255 // since we unwind the stack of scoped splits in the scoped split destructor. However, this implies
  /external/jmonkeyengine/engine/src/core/com/jme3/shadow/
PssmShadowUtil.java 55 * Updates the frustum splits stores in <code>splits</code> using PSSM.
57 public static void updateFrustumSplits(float[] splits, float near, float far, float lambda) {
58 for (int i = 0; i < splits.length; i++) {
59 float IDM = i / (float) splits.length;
62 splits[i] = log * lambda + uniform * (1.0f - lambda);
67 splits[0] = near;
68 splits[splits.length - 1] = far;
72 * Compute the Zfar in the model vieuw to adjust the Zfar distance for the splits calculatio
    [all...]
PssmShadowRenderer.java 59 * It splits the view frustum in several parts and compute a shadow map for each
60 * one.<br> splits are distributed so that the closer they are from the camera,
131 private ColorRGBA splits; field in class:PssmShadowRenderer
175 splits = new ColorRGBA();
350 //We prevent computing the frustum points and splits with zeroed or negative near clip value
364 splits.a = splitsArray[4];
366 splits.b = splitsArray[3];
368 splits.g = splitsArray[2];
371 splits.r = splitsArray[1];
433 postshadowMat.setColor("Splits", splits)
    [all...]
  /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/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/icu4c/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) {
  /external/llvm/lib/Support/
StringRef.cpp 263 // rest.data() is used to distinguish cases like "a," that splits into
264 // "a" + "" and "a" that splits into "a" + 0.
265 for (int splits = 0;
266 rest.data() != NULL && (MaxSplit < 0 || splits < MaxSplit);
267 ++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/chrome/common/extensions/docs/examples/extensions/benchmark/jst/
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/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/chrome/common/extensions/docs/examples/extensions/benchmark/jst/
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/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/opencv/ml/src/
mltree.cpp 270 // create memory storage that will keep nodes and splits of the decision tree
3288 CvFileNode* splits; 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...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/pydoc_data/
topics.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/pydoc_data/
topics.py     [all...]

Completed in 2364 milliseconds

1 2