HomeSort by relevance Sort by last modified time
    Searched refs:answer (Results 101 - 124 of 124) sorted by null

1 2 3 45

  /external/valgrind/main/memcheck/tests/
varinfo5.stderr.exp 180 answer is 0
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
ArraysTest.java 1001 double[] answer = new double[] { Double.NEGATIVE_INFINITY, -0d, 0d, local
1099 float[] answer = new float[] { Float.NEGATIVE_INFINITY, -0f, 0f, local
    [all...]
  /prebuilt/common/groovy/
groovy-all-1.7.0.jar 
  /external/v8/src/arm/
assembler-arm.cc 56 uint64_t answer = 0; local
58 answer |= 1u << ARMv7;
64 answer |= 1u << VFP3 | 1u << ARMv7;
67 answer |= 1u << VFP3 | 1u << ARMv7;
69 return answer;
    [all...]
  /external/iptables/libiptc/
libiptc.c     [all...]
  /external/v8/benchmarks/
deltablue.js 168 * graph. Answer the constraint that this constraint overrides, if
388 * Answer true if this constraint is satisfied in the current solution.
682 * detected, remove the given constraint and answer
683 * false. Otherwise, answer true.
709 * downstream of the given constraint. Answer a collection of
earley-boyer.js     [all...]
  /external/webkit/PerformanceTests/SunSpider/tests/v8-v4/
v8-deltablue.js 162 * graph. Answer the constraint that this constraint overrides, if
382 * Answer true if this constraint is satisfied in the current solution.
676 * detected, remove the given constraint and answer
677 * false. Otherwise, answer true.
703 * downstream of the given constraint. Answer a collection of
v8-earley-boyer.js     [all...]
  /external/webkit/PerformanceTests/SunSpider/tests/v8-v5/
v8-deltablue.js 162 * graph. Answer the constraint that this constraint overrides, if
382 * Answer true if this constraint is satisfied in the current solution.
676 * detected, remove the given constraint and answer
677 * false. Otherwise, answer true.
703 * downstream of the given constraint. Answer a collection of
v8-earley-boyer.js     [all...]
  /external/webkit/PerformanceTests/SunSpider/tests/v8-v6/
v8-deltablue.js 162 * graph. Answer the constraint that this constraint overrides, if
382 * Answer true if this constraint is satisfied in the current solution.
676 * detected, remove the given constraint and answer
677 * false. Otherwise, answer true.
703 * downstream of the given constraint. Answer a collection of
v8-earley-boyer.js     [all...]
  /frameworks/base/services/tests/servicestests/src/com/android/server/
NetworkPolicyManagerServiceTest.java 206 // expect to answer screen status during systemReady()
796 public Void answer() { method in class:NetworkPolicyManagerServiceTest.FutureAnswer
    [all...]
  /external/skia/src/core/
SkMatrix.cpp 116 // all non-zero (answer is 0 or 1)
272 SkFixed answer = (numer + (denom >> 1)) / denom; local
274 return (answer ^ as) - as;
    [all...]
  /external/android-mock/tests/com/google/android/testing/mocking/
AndroidMockTest.java     [all...]
  /external/v8/src/
objects.cc 4777 const unibrow::byte* answer = local
4792 const unibrow::byte* answer = local
5113 const unibrow::byte* answer = ReadBlock(input, &rbb, offset_ptr, chars); local
    [all...]
objects.h 4741 Object* answer = GetProperty(key)->ToObjectUnchecked(); local
    [all...]
  /external/libvpx/vp8/common/ppc/
loopfilter_filters_altivec.asm 351 ;# exploit the saturation here. if the answer is negative
    [all...]
  /external/dropbear/libtommath/
bn.tex 258 So you may be thinking ``should I use LibTomMath?'' and the answer is a definite maybe. Let me tabulate what I think
    [all...]
  /external/iproute2/doc/
ip-cref.tex     [all...]
  /external/chromium/chrome/browser/resources/file_manager/js/
file_manager.js     [all...]
  /prebuilt/common/ecj/
ecj.jar 
  /external/v8/test/cctest/
test-api.cc 12278 uint32_t* answer = &size - (size \/ sizeof(size)); local
    [all...]

Completed in 746 milliseconds

1 2 3 45