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

1 2

  /prebuilts/go/darwin-x86/src/database/sql/driver/
types.go 136 var String stringType
138 type stringType struct{}
140 func (stringType) ConvertValue(v interface{}) (Value, error) {
  /prebuilts/go/linux-x86/src/database/sql/driver/
types.go 136 var String stringType
138 type stringType struct{}
140 func (stringType) ConvertValue(v interface{}) (Value, error) {
  /external/dagger2/compiler/src/test/java/dagger/internal/codegen/
KeyTest.java 85 TypeMirror stringType = elements.getTypeElement(String.class.getCanonicalName()).asType();
94 MoreTypes.equivalence().wrap(stringType)));
105 TypeMirror stringType = elements.getTypeElement(String.class.getCanonicalName()).asType();
116 assertThat(key.wrappedType()).isEqualTo(MoreTypes.equivalence().wrap(stringType));
160 TypeMirror stringType = elements.getTypeElement(String.class.getCanonicalName()).asType();
161 TypeMirror setOfStringsType = types.getDeclaredType(setElement, stringType);
222 TypeMirror stringType = elements.getTypeElement(String.class.getCanonicalName()).asType();
231 MoreTypes.equivalence().wrap(stringType)));
248 TypeMirror stringType = elements.getTypeElement(String.class.getCanonicalName()).asType();
249 TypeMirror setOfStringsType = types.getDeclaredType(setElement, stringType);
    [all...]
  /frameworks/base/core/jni/
android_hardware_SensorManager.cpp 63 jfieldID stringType;
107 sensorOffsets.stringType =
187 jstring stringType = getJavaInternedString(env, nativeSensor.getStringType());
188 env->SetObjectField(sensor, sensorOffsets.stringType, stringType);
  /packages/apps/DeskClock/src/com/android/deskclock/
Utils.java 565 final @StringRes int stringType = isAhead
568 timeString = context.getString(stringType, hoursShortQuantityString,
576 final @StringRes int stringType = isAhead ? R.string.world_time_ahead
578 timeString = context.getString(stringType, displayMinutes
  /external/guice/extensions/multibindings/test/com/google/inject/multibindings/
MapBinderTest.java 102 private final TypeLiteral<String> stringType = TypeLiteral.get(String.class);
188 assertMapVisitor(Key.get(mapOfString), stringType, stringType, setOf(abc, de), BOTH, false, 0,
214 assertMapVisitor(key, stringType, stringType, setOf(module), BOTH, false, 0,
240 assertMapVisitor(key, stringType, stringType, setOf(module), BOTH, false, 0,
271 assertMapVisitor(abcKey, stringType, stringType, setOf(module), BOTH, false, 1,
273 assertMapVisitor(deKey, stringType, stringType, setOf(module), BOTH, false, 1
    [all...]
MultibinderTest.java 96 final TypeLiteral<String> stringType = TypeLiteral.get(String.class);
126 assertSetVisitor(setKey, stringType, setOf(abc, de), BOTH, false, 0,
148 assertSetVisitor(setKey, stringType, setOf(module), BOTH, false, 0,
170 assertSetVisitor(setKey, stringType, setOf(module), BOTH, false, 0,
199 assertSetVisitor(abcSetKey, stringType, setOf(module), BOTH, false, 1,
201 assertSetVisitor(deSetKey, stringType, setOf(module), BOTH, false, 1,
230 assertSetVisitor(abcSetKey, stringType, setOf(module), BOTH, false, 1,
232 assertSetVisitor(deSetKey, stringType, setOf(module), BOTH, false, 1,
249 assertSetVisitor(Key.get(setOfString), stringType, setOf(module), BOTH, false, 1,
265 assertSetVisitor(Key.get(setOfString), stringType,
    [all...]
  /external/r8/src/main/java/com/android/tools/r8/graph/
DexItemFactory.java 126 public DexType stringType = createType(stringDescriptor);
253 appendString = createMethod(receiver, createProto(receiver, stringType), append);
255 toString = createMethod(receiver, createProto(stringType), toStringMethodName);
  /hardware/libhardware/include/hardware/
sensors.h 484 const char* stringType;
  /external/libxml2/
xmlschemastypes.c     [all...]
  /prebuilts/tools/common/m2/repository/org/checkerframework/javacutil/1.8.10/
javacutil-1.8.10.jar 
  /prebuilts/tools/common/m2/repository/com/google/errorprone/error_prone_core/2.0.18/
error_prone_core-2.0.18.jar 
  /prebuilts/tools/common/m2/repository/net/sourceforge/cssparser/cssparser/0.9.13/
cssparser-0.9.13.jar 
  /prebuilts/tools/common/m2/repository/xhtmlrenderer/xhtmlrenderer/R8rc1/
xhtmlrenderer-R8rc1.jar 
  /prebuilts/tools/common/m2/repository/org/glassfish/jaxb/jaxb-runtime/2.2.11/
jaxb-runtime-2.2.11.jar 
  /prebuilts/tools/common/m2/repository/org/smali/dexlib2/2.1.3/
dexlib2-2.1.3.jar 
  /prebuilts/jdk/jdk8/darwin-x86/jre/lib/ext/
nashorn.jar 
  /prebuilts/jdk/jdk8/linux-x86/jre/lib/ext/
nashorn.jar 
  /external/robolectric/v3/runtime/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 
  /prebuilts/misc/common/robolectric/lib/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-6.0.0_r1-robolectric-0.jar 
  /prebuilts/tools/common/m2/repository/com/fasterxml/jackson/core/jackson-databind/2.6.6/
jackson-databind-2.6.6.jar 

Completed in 454 milliseconds

1 2