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

1 2 3

  /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/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 116 public abstract ECPoint twice(); method in class:ECPoint
259 return this.twice();
275 public ECPoint twice() method in class:ECPoint.Fp
279 // Twice identity element (point at infinity) is identity
484 return (ECPoint.F2m)this.twice();
533 * @see org.bouncycastle.math.ec.ECPoint#twice()
535 public ECPoint twice() method in class:ECPoint.F2m
539 // Twice identity element (point at infinity) is identity
  /external/skia/gm/
xfermodes.cpp 134 for (int twice = 0; twice < 2; twice++) {
148 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.
regress-900966.js 33 // index correctly. We need to call the function twice to initialize
  /external/valgrind/main/helgrind/tests/
bar_bad.stderr.exp 21 initialise a barrier 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/valgrind/main/drd/tests/
bar_bad.stderr.exp 9 initialise a barrier twice
  /external/skia/legacy/src/core/
SkBlitter_4444.cpp 94 int twice = count >> 1; local
95 while (--twice >= 0) {
113 int twice = count >> 1; local
115 while (--twice >= 0) {
  /external/skia/src/core/
SkBlitter_4444.cpp 94 int twice = count >> 1; local
95 while (--twice >= 0) {
113 int twice = count >> 1; local
115 while (--twice >= 0) {
  /external/v8/test/mjsunit/
regexp-UC16.js 43 "backref-UC16-twice");
array-store-and-grow.js 30 // called twice to make sure that the IC is used, first call is handled
debug-clearbreakpoint.js 78 // Cannot clear the same break point twice.
debug-mirror-cache.js 78 // Enter the debugger twice.
  /external/webkit/LayoutTests/dom/html/level1/core/
hc_documentcreateelementcasesensitive.js 81 "createElement(tagName)" method twice. Once for tagName
  /external/webkit/LayoutTests/dom/html/level2/events/
dispatchEvent10.js 80 The same monitor is registered twice and an event is dispatched. The monitor should
dispatchEvent11.js 80 The same monitor is registered twice, removed once, and an event is dispatched.
  /external/webkit/LayoutTests/dom/xhtml/level1/core/
hc_documentcreateelementcasesensitive.js 81 "createElement(tagName)" method twice. Once for tagName
  /external/webkit/LayoutTests/dom/xhtml/level2/events/
dispatchEvent10.js 80 The same monitor is registered twice and an event is dispatched. The monitor should

Completed in 1370 milliseconds

1 2 3