HomeSort by relevance Sort by last modified time
    Searched refs:two (Results 551 - 575 of 1983) sorted by null

<<21222324252627282930>>

  /external/ImageMagick/www/api/
signature.php 59 <p>SignatureImage() computes a message digest from an image pixel stream with an implementation of the NIST SHA-256 Message Digest algorithm. This signature uniquely identifies the image and is convenient for determining if an image has been modified or whether two images are identical.</p>
  /external/fdlibm/
e_pow.c 20 * 1. Compute and return log2(x) in two pieces:
73 two = 2.0, variable
302 r = (z*t1)/(t1-two)-(w+z*w);
  /external/guice/core/test/com/google/inject/
ParentInjectorTest.java 249 Object two = childInjector.getInstance(Object.class); local
250 assertSame(one, two);
  /external/guice/core/test/com/google/inject/spi/
ElementsTest.java     [all...]
  /external/netperf/doc/examples/
runemomniagg2.sh 80 echo four dl585 G5 clients rh5.2, each with two AD386A
  /external/replicaisland/src/com/replica/replicaisland/
AnimationComponent.java 373 public void setRubySounds(Sound one, Sound two, Sound three) {
375 mRubySound2 = two;
  /external/skia/tools/lua/
paths.lua 11 -- number of uploads, since there is some overlap with clipping: e.g. two clipped paths
  /external/smali/dexlib2/src/test/java/org/jf/dexlib2/analysis/
CommonSuperclassTest.java 61 TestUtils.makeClassDef("Ltest/two;", "Ljava/lang/Object;"),
110 String two = "Ltest/two;"; local
139 // other object is superclass two levels up
155 superclassTest(object, one, two);
270 String two1 = "[Ltest/two;";
  /external/v8/test/mjsunit/compiler/
regress-rep-change.js 30 // Regression test for the case where a phi has two input operands with
  /external/v8/test/mjsunit/es6/
debug-stepin-collections-foreach.js 62 // Test two levels of builtin callbacks:
  /external/v8/test/mjsunit/regress/
regress-2193.js 41 // Create two closures that share the same literal boilerplates.
regress-2326.js 46 // Generate two closures sharing the same underlying function literal.
regress-crbug-323942.js 38 // Inline two levels.
  /external/v8/test/mjsunit/
string-compare-alignment.js 28 // Test that we can compare two strings that are not 4-byte aligned.
string-replace-with-empty.js 51 externalizeString(cons, true/* force two-byte */);
  /external/v8/test/webkit/
for-in-var-scope.js 26 + "In previous versions of JavaScriptCore there were two bugs that caused problems. "
regexp-non-bmp.js 25 'Tests that regular expressions treat non-BMP characters as two separate characters. '
  /ndk/build/core/
setup-abi.mk 53 # everything when you switch between these two modes. For projects
  /prebuilts/go/darwin-x86/doc/play/
life.go 11 // Field represents a two-dimensional field of cells.
tree.go 54 // Compare reads values from two Walkers
  /prebuilts/go/darwin-x86/src/hash/adler32/
adler32.go 8 // Adler-32 is composed of two sums accumulated per byte: s1 is
  /prebuilts/go/darwin-x86/src/math/
atan.go 47 // The two known misprints in the book are repaired here in the
pow.go 114 // accumulate powers of two into exp.
  /prebuilts/go/darwin-x86/src/math/cmplx/
pow.go 24 // The two known misprints in the book are repaired here in the
sqrt.go 24 // The two known misprints in the book are repaired here in the

Completed in 1750 milliseconds

<<21222324252627282930>>