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

1 2

  /external/apache-harmony/support/src/test/java/tests/support/
Support_UnmodifiableCollectionTest.java 79 int nextValue = it.next().intValue();
82 + counter + " got: " + nextValue,
83 nextValue == counter);
  /external/icu/android_icu4j/src/main/java/android/icu/lang/
CharacterProperties.java 73 int nextValue = UCharacter.getIntPropertyValue(c, property);
74 if (value != nextValue) {
79 value = nextValue;
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/lang/
CharacterProperties.java 72 int nextValue = UCharacter.getIntPropertyValue(c, property);
73 if (value != nextValue) {
78 value = nextValue;
  /external/apache-commons-math/src/main/java/org/apache/commons/math/stat/
Frequency.java 425 Comparable<?> nextValue = values.next();
426 if (c.compare(v, nextValue) > 0) {
427 result += getCount(nextValue);
  /cts/libs/json/src/com/android/json/stream/
JsonReader.java 313 JsonToken firstToken = nextValue();
587 return nextValue();
659 return nextValue();
662 private JsonToken nextValue() throws IOException {
994 * Assigns {@code nextToken} based on the value of {@code nextValue}.
    [all...]
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/StackFrame/
GetValues002Test.java 116 Value nextValue = Value.createInt(StackTrace002Debuggee.INT_PARAM_VALUE * 2);
118 suspensionMethodInfo.addVariable("param", oldValue, null /* no set value */, nextValue);
121 methodInfo.addVariable("local", oldValue, null /* no set value */, nextValue);
  /external/icu/icu4c/source/common/
characterproperties.cpp 314 uint32_t nextValue = u_getIntPropertyValue(c, property);
315 if (value != nextValue) {
320 value = nextValue;
  /external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
LowerSwitch.cpp 249 int64_t nextValue = cast<ConstantInt>(J->Low)->getSExtValue();
256 if ((nextValue-currentValue==1) && (currentBB == nextBB)) {
  /external/llvm/lib/Transforms/Utils/
LowerSwitch.cpp 369 int64_t nextValue = J->Low->getSExtValue();
376 assert(nextValue > currentValue && "Cases should be strictly ascending");
377 if ((nextValue == currentValue + 1) && (currentBB == nextBB)) {
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
LowerSwitch.cpp 381 int64_t nextValue = J->Low->getSExtValue();
388 assert(nextValue > currentValue && "Cases should be strictly ascending");
389 if ((nextValue == currentValue + 1) && (currentBB == nextBB)) {
  /external/guava/guava-tests/test/com/google/common/base/
SuppliersTest.java 343 int nextValue = counter + 1;
345 counter = nextValue;
  /external/cldr/tools/java/org/unicode/cldr/tool/
GenerateCoverageLevels.java 250 String nextValue = nextAttrs.get(key);
251 if (!Objects.equals(lastValue, nextValue)) {
253 if (nextValue != null) old.put(key, nextValue);
  /external/deqp/modules/egl/
teglQuerySurfaceTests.cpp 555 const EGLint nextValue = (value == EGL_BUFFER_DESTROYED) ? EGL_BUFFER_PRESERVED : EGL_BUFFER_DESTROYED;
557 egl.surfaceAttrib(display, surface, EGL_SWAP_BEHAVIOR, nextValue);
559 if (eglu::querySurfaceInt(egl, display, surface, EGL_SWAP_BEHAVIOR) != nextValue)
561 log << TestLog::Message << " Fail, tried to set swap behavior to " << eglu::getSurfaceAttribStr(nextValue) << TestLog::EndMessage;
  /external/v8/benchmarks/
navier-stokes.js 247 var nextValue = row + 1;
250 div[++currentRow] = h * (u[++nextValue] - u[++prevValue] + v[++nextRow] - v[++previousRow]);
  /frameworks/av/media/codec2/vndk/util/
C2InterfaceUtils.cpp 124 double nextValue = fma(lastValue, base, _mStep);
125 if (nextValue <= lastValue || nextValue > _mMax) {
128 lastValue = nextValue;
    [all...]
  /external/guice/core/test/com/google/inject/internal/
MapBinderTest.java 494 int nextValue = 1;
498 return nextValue++;
    [all...]
MultibinderTest.java 377 int nextValue = 1;
381 return nextValue++;
    [all...]
OptionalBinderTest.java 810 int nextValue = 1;
822 return nextValue++;
    [all...]
  /external/caliper/lib/
gson-2.2.2.jar 
  /build/blueprint/
context.go     [all...]
  /external/kotlinc/lib/
kotlin-stdlib.jar 
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp     [all...]
  /external/guice/extensions/persist/lib/
commons-collections.jar 
  /external/guice/extensions/struts2/lib/
jsp-api-2.1.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
findbugs.jar 

Completed in 1065 milliseconds

1 2