HomeSort by relevance Sort by last modified time
    Searched refs:numberValue (Results 1 - 12 of 12) sorted by null

  /external/dagger2/compiler/src/it/functional-tests/src/main/java/test/nullables/
NullModule.java 23 Number numberValue = null;
33 return numberValue;
  /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowMatrixCursor.java 38 Number numberValue = (Number) get(column);
39 return numberValue == null ? 0 : numberValue.longValue();
44 Number numberValue = (Number) get(column);
45 return numberValue == null ? 0 : numberValue.shortValue();
50 Number numberValue = (Number) get(column);
51 return numberValue == null ? 0 : numberValue.intValue();
56 Number numberValue = (Number) get(column)
    [all...]
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
Value.java 111 private final Number numberValue;
120 private Value(byte tag, Number numberValue) {
122 this.numberValue = numberValue;
133 this.numberValue = null;
143 this.numberValue = null;
162 return numberValue.byteValue();
171 return numberValue.shortValue();
180 return numberValue.intValue();
189 return numberValue.longValue()
    [all...]
  /external/dagger2/compiler/src/it/functional-tests/src/test/java/test/nullables/
NullabilityTest.java 40 module.numberValue = 1;
44 module.numberValue = null;
  /external/protobuf/objectivec/google/protobuf/
Struct.pbobjc.h 116 @property(nonatomic, readwrite) double numberValue;
  /packages/apps/Car/Radio/src/com/android/car/radio/
ManualTunerController.java 415 int numberValue = Integer.valueOf(character);
416 return numberValue >= 7;
  /libcore/ojluni/src/main/java/sun/invoke/util/
Wrapper.java 520 Number xn = numberValue(x);
557 private static Number numberValue(Object x) {
  /prebuilts/tools/common/m2/repository/com/fasterxml/jackson/core/jackson-databind/2.2.2/
jackson-databind-2.2.2.jar 
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
activprof.h 412 double numberValue;
    [all...]
  /prebuilts/tools/common/m2/repository/com/fasterxml/jackson/core/jackson-databind/2.6.6/
jackson-databind-2.6.6.jar 
  /prebuilts/tools/common/m2/repository/org/beanshell/bsh/2.0b4/
bsh-2.0b4.jar 
  /prebuilts/tools/common/m2/repository/com/google/errorprone/error_prone_check_api/2.0.18/
error_prone_check_api-2.0.18.jar 

Completed in 317 milliseconds