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

1 2 3 4

  /external/clang/test/Index/
preamble-reparse-import.m-1.h 2 #error parsed twice
preamble-reparse-import.m-2.h 2 #error parsed twice
  /external/chromium_org/third_party/mesa/src/src/glsl/glcpp/tests/
101-macros-used-twice.c 8 twice
  /external/mesa3d/src/glsl/glcpp/tests/
101-macros-used-twice.c 8 twice
  /external/chromium/net/data/proxy_resolver_v8_unittest/
side_effects.js 2 // We write it this way so if the script gets loaded twice,
  /external/chromium-libpac/test/js-unittest/
side_effects.js 2 // We write it this way so if the script gets loaded twice,
  /external/chromium_org/net/data/proxy_resolver_v8_unittest/
side_effects.js 2 // We write it this way so if the script gets loaded twice,
  /external/clang/test/CXX/temp/temp.decls/temp.mem/
p1.cpp 8 static T twice(U value) { function in struct:A::B
16 return A<bool>::B<int>::twice(4);
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/
FpNafMultiplier.java 26 R = R.twice();
WNafMultiplier.java 187 // Compute twice(p)
188 twiceP = p.twice();
216 q = q.twice();
ECAlgorithms.java 68 R = R.twice();
ECPoint.java 121 public abstract ECPoint twice(); method in class:ECPoint
264 return this.twice();
280 public ECPoint twice() method in class:ECPoint.Fp
284 // Twice identity element (point at infinity) is identity
489 return (ECPoint.F2m)this.twice();
538 * @see org.bouncycastle.math.ec.ECPoint#twice()
540 public ECPoint twice() method in class:ECPoint.F2m
544 // Twice identity element (point at infinity) is identity
  /external/chromium_org/v8/test/mjsunit/regress/
regress-260.js 29 // conditions twice, even in cases where the loop condition is
30 // compiled twice.
  /external/skia/gm/
xfermodes.cpp 139 for (int twice = 0; twice < 2; twice++) {
153 draw_mode(canvas, mode, twice ? 0x88 : 0xFF, r.fLeft, r.fTop);
  /external/v8/test/mjsunit/regress/
regress-260.js 29 // conditions twice, even in cases where the loop condition is
30 // compiled twice.
  /external/valgrind/main/helgrind/tests/
bar_bad.stderr.exp 21 initialise a barrier twice
  /external/chromium_org/v8/test/mjsunit/
elements-transition-hoisting.js 59 testDoubleConversion4(new Array(5)); // Call twice to make sure that second
85 testExactMapHoisting(new Array(5)); // Call twice to make sure that second
116 testExactMapHoisting2(new Array(5)); // Call twice to make sure that second
146 testExactMapHoisting3(new Array(5)); // Call twice to make sure that second
169 testDominatingTransitionHoisting1(new Array(5)); // Call twice to make sure
194 testHoistingWithSideEffect(new Array(5)); // Call twice to make sure that
regexp-UC16.js 43 "backref-UC16-twice");
  /external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/tree/
RewriteRuleSubtreeStream.js 14 * Referencing a rule result twice is ok; dup entire tree as
  /external/chromium_org/v8/test/webkit/
dfg-to-string-side-effect-clobbers-toString.js 25 "Tests what happens when you do ToString twice, and it has a side effect that clobbers the toString method in between the two ToStrings."
  /external/valgrind/main/drd/tests/
bar_bad.stderr.exp 9 initialise a barrier twice
  /external/chromium_org/tools/page_cycler/common/
head.js 45 // Call GC twice to cleanup JS heap before starting a new test.
  /external/chromium_org/tools/page_cycler/database/
head.js 51 // Call GC twice to cleanup JS heap before starting a new test.
  /external/chromium_org/tools/page_cycler/indexed_db/
head.js 51 // Call GC twice to cleanup JS heap before starting a new test.
  /external/chromium_org/tools/perf/measurements/
page_cycler.js 27 // Call GC twice to cleanup JS heap before starting a new test.

Completed in 442 milliseconds

1 2 3 4