Home
last modified time | relevance | path

Searched refs:twice (Results 1 – 25 of 231) sorted by relevance

12345678910

/external/markdown/tests/markdown-test/
Dlinks-reference.txt16 Indented [twice][].
24 [twice]: /url
/external/markdown/MarkdownTest/Tests_2004/
DLinks, reference style.text16 Indented [twice][].
24 [twice]: /url
/external/clang/test/CXX/temp/temp.decls/temp.mem/
Dp1.cpp7 static T twice(U value) { in twice() function
15 return A<bool>::B<int>::twice(4); in foo()
/external/skia/gm/
Dxfermodes.cpp137 for (int twice = 0; twice < 2; twice++) { in onDraw() local
151 draw_mode(canvas, mode, twice ? 0x88 : 0xFF, r.fLeft, r.fTop); in onDraw()
/external/skia/samplecode/
DSampleXfermodesBlur.cpp196 for (int twice = 0; twice < 2; twice++) { in onDrawContent() local
210 draw_mode(canvas, mode, twice ? 0x88 : 0xFF, r.fLeft, r.fTop); in onDrawContent()
DSampleXfermodes.cpp211 for (int twice = 0; twice < 2; twice++) { in onDrawContent() local
226 draw_mode(canvas, mode, twice ? 0x88 : 0xFF, r.fLeft, r.fTop); in onDrawContent()
/external/markdown/MarkdownTest/Tests_2007/
DLinks, reference style.text16 Indented [twice][].
24 [twice]: /url
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/
DECPoint.java116 public abstract ECPoint twice(); in twice() method in ECPoint
259 return this.twice(); in add()
275 public ECPoint twice() in twice() method in ECPoint.Fp
484 return (ECPoint.F2m)this.twice(); in addSimple()
535 public ECPoint twice() in twice() method in ECPoint.F2m
DWNafMultiplier.java188 twiceP = p.twice(); in multiply()
216 q = q.twice(); in multiply()
DFpNafMultiplier.java26 R = R.twice(); in multiply()
DECAlgorithms.java68 R = R.twice(); in implShamirsTrick()
/external/chromium/testing/gmock/test/
Dgmock_output_test_golden.txt24 Expected to be called twice, but has only 1 WillOnce().
63 Actual: called twice - over-saturated and active
70 Actual: called twice - over-saturated and active
161 Expected: to be called twice
253 Actual: called twice - over-saturated and active
260 Actual: called twice - over-saturated and active
282 Expected to be called twice, but has only 1 WillOnce().
/external/clang/test/Index/
Dpreamble-reparse-import.m-2.h2 #error parsed twice
Dpreamble-reparse-import.m-1.h2 #error parsed twice
/external/webkit/LayoutTests/fast/encoding/
Dmeta-charset-expected.txt1 Should see Hebrew letter Aleph twice: אא
/external/zlib/src/examples/
DREADME.examples17 - is approximately twice as fast as gzip -d
18 - also provides Unix uncompress functionality, again twice as fast
/external/webkit/Source/WebCore/manual-tests/animation/
DanimateTransform-repeat-once.svg6 The rect should from 0,0 to 100,0 over 2 seconds, twice.
/external/llvm/test/CodeGen/X86/
D2008-04-24-MemCpyBug.ll2 ; Don't accidentally add the offset twice for trailing bytes.
D2011-12-26-extractelement-duplicate-load.ll3 ; twice: it has non-obvious performance implications, and
/external/skia/src/core/
DSkBlitter_4444.cpp94 int twice = count >> 1; in src_over_4444() local
95 while (--twice >= 0) { in src_over_4444()
113 int twice = count >> 1; in src_over_4444x() local
115 while (--twice >= 0) { in src_over_4444x()
/external/e2fsprogs/tests/f_h_badnode/
Dexpect.14 Problem in HTREE directory inode 12929: block #993 referenced twice
/external/valgrind/main/helgrind/tests/
Dbar_bad.stderr.exp21 initialise a barrier twice
/external/llvm/test/CodeGen/Generic/
Dfwdtwice.ll6 ;; This sequence should cause the cast value to be forwarded twice,
/external/valgrind/main/drd/tests/
Dbar_bad.stderr.exp9 initialise a barrier twice
/external/clang/test/CodeGenObjC/
Dblocks-2.m1 // We run this twice, once as Objective-C and once as Objective-C++.

12345678910