/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/ |
D | WNafPreCompInfo.java | 25 protected ECPoint twice = null; field in WNafPreCompInfo 49 return twice; in getTwice() 52 public void setTwice(ECPoint twice) in setTwice() argument 54 this.twice = twice; in setTwice()
|
D | ECPoint.java | 501 p = p.twice(); in timesPow2() 506 public abstract ECPoint twice(); in twice() method in ECPoint 510 return twice().add(b); in twicePlus() 675 return twice(); in add() 695 return twice(); in add() 730 return this.twice(); in add() 770 return twice(); in add() 823 return this.twice(); in add() 882 public ECPoint twice() in twice() method in ECPoint.Fp 1026 return twice(); in twicePlus() [all …]
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/custom/sec/ |
D | SecP192K1Point.java | 81 return twice(); in add() 148 return this.twice(); in add() 195 public ECPoint twice() in twice() method in SecP192K1Point 245 SecP192K1Field.twice(Y1.x, Z3.x); in twice() 266 return twice(); in twicePlus() 275 return twice().add(b); in twicePlus() 286 return twice().add(this); in threeTimes()
|
D | SecP256K1Point.java | 81 return twice(); in add() 148 return this.twice(); in add() 195 public ECPoint twice() in twice() method in SecP256K1Point 245 SecP256K1Field.twice(Y1.x, Z3.x); in twice() 266 return twice(); in twicePlus() 275 return twice().add(b); in twicePlus() 286 return twice().add(this); in threeTimes()
|
D | SecP224K1Point.java | 81 return twice(); in add() 148 return this.twice(); in add() 195 public ECPoint twice() in twice() method in SecP224K1Point 245 SecP224K1Field.twice(Y1.x, Z3.x); in twice() 266 return twice(); in twicePlus() 275 return twice().add(b); in twicePlus() 286 return twice().add(this); in threeTimes()
|
D | SecP192R1Point.java | 80 return twice(); in add() 147 return this.twice(); in add() 194 public ECPoint twice() in twice() method in SecP192R1Point 257 SecP192R1Field.twice(Y1.x, Z3.x); in twice() 278 return twice(); in twicePlus() 287 return twice().add(b); in twicePlus() 298 return twice().add(this); in threeTimes()
|
D | SecP256R1Point.java | 79 return twice(); in add() 146 return this.twice(); in add() 192 public ECPoint twice() in twice() method in SecP256R1Point 255 SecP256R1Field.twice(Y1.x, Z3.x); in twice() 276 return twice(); in twicePlus() 285 return twice().add(b); in twicePlus() 296 return twice().add(this); in threeTimes()
|
D | SecP224R1Point.java | 79 return twice(); in add() 146 return this.twice(); in add() 192 public ECPoint twice() in twice() method in SecP224R1Point 255 SecP224R1Field.twice(Y1.x, Z3.x); in twice() 276 return twice(); in twicePlus() 285 return twice().add(b); in twicePlus() 296 return twice().add(this); in threeTimes()
|
D | SecP384R1Point.java | 79 return twice(); in add() 146 return this.twice(); in add() 193 public ECPoint twice() in twice() method in SecP384R1Point 256 SecP384R1Field.twice(Y1.x, Z3.x); in twice() 277 return twice(); in twicePlus() 286 return twice().add(b); in twicePlus() 297 return twice().add(this); in threeTimes()
|
D | SecP521R1Point.java | 78 return twice(); in add() 144 return this.twice(); in add() 188 public ECPoint twice() in twice() method in SecP521R1Point 250 SecP521R1Field.twice(Y1.x, Z3.x); in twice() 271 return twice(); in twicePlus() 280 return twice().add(b); in twicePlus() 291 return twice().add(this); in threeTimes()
|
/external/markdown/MarkdownTest/Tests_2004/ |
D | Links, reference style.text | 16 Indented [twice][]. 24 [twice]: /url
|
/external/markdown/tests/markdown-test/ |
D | links-reference.txt | 16 Indented [twice][]. 24 [twice]: /url
|
/external/skia/samplecode/ |
D | SampleXfermodesBlur.cpp | 142 for (int twice = 0; twice < 2; twice++) { in onDrawContent() local 154 draw_mode(canvas, gModes[i], twice ? 0x88 : 0xFF, r.fLeft, r.fTop); in onDrawContent()
|
/external/clang/test/CXX/temp/temp.decls/temp.mem/ |
D | p1.cpp | 8 static T twice(U value) { in twice() function 17 return A<bool>::B<int>::twice(4); in foo()
|
/external/llvm/test/Other/ |
D | opt-twice.ll | 2 ; that the -run-twice options exists, generates output, and 4 ; RUN: opt -run-twice -deadargelim -S < %s | FileCheck %s
|
/external/clang/test/SemaCXX/ |
D | pragma-optimize.cpp | 46 template <typename T> T twice (T param); 80 return twice(par); in CREATE_FUNC()
|
/external/markdown/MarkdownTest/Tests_2007/ |
D | Links, reference style.text | 16 Indented [twice][]. 24 [twice]: /url
|
/external/google-breakpad/src/testing/test/ |
D | gmock_output_test_golden.txt | 24 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/autotest/client/site_tests/security_NetworkListeners/ |
D | control.bvt-arc | 17 # that will make it run twice in release builders. However, the CQ 23 # cost of running twice in release builders is low enough, so that's
|
/external/clang/test/Analysis/ |
D | DeallocUseAfterFreeErrors.m | 217 // Warn about calling [super dealloc] twice due to missing return statement. 237 // Warn about calling [super dealloc] twice in two different methods. 264 // a false positive that [super dealloc] is called twice if each object instance 292 // Do not warn about calling [super dealloc] twice if +dealloc is a class 315 // Do not warn about calling [super dealloc] twice if when the analyzer has 341 // Treat calling [super dealloc] twice as as a sink.
|
/external/python/cpython2/PC/VC6/ |
D | rt.bat | 5 @rem -q "quick" -- normally the tests are run twice, the first time 13 @rem twice, and
|
/external/v8/testing/gmock/test/ |
D | gmock_output_test_golden.txt | 24 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/googletest/googlemock/test/ |
D | gmock_output_test_golden.txt | 24 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/python/cpython2/PC/VS8.0/ |
D | rt.bat | 6 rem -q "quick" -- normally the tests are run twice, the first time 14 rem twice, and
|
/external/zlib/src/examples/ |
D | README.examples | 17 - is approximately twice as fast as gzip -d 18 - also provides Unix uncompress functionality, again twice as fast
|