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

1 2 3

  /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...]
  /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...]
  /frameworks/native/services/sensorservice/
SensorInterface.cpp 29 .name = "", .vendor = "", .stringType = "", .requiredPermission = ""};
  /device/generic/goldfish/sensors/
sensors_qemu.c 684 .stringType = 0,
715 .stringType = 0,
733 .stringType = 0,
751 .stringType = 0,
769 .stringType = 0,
787 .stringType = 0,
805 .stringType = 0,
823 .stringType = 0,
  /prebuilts/go/darwin-x86/src/encoding/asn1/
common.go 78 stringType int // the string tag to use when marshaling.
105 ret.stringType = TagIA5String
107 ret.stringType = TagPrintableString
109 ret.stringType = TagUTF8String
marshal.go 501 switch params.stringType {
569 if params.stringType != 0 && tag != TagPrintableString {
575 if params.stringType == 0 {
589 tag = params.stringType
  /prebuilts/go/linux-x86/src/encoding/asn1/
common.go 78 stringType int // the string tag to use when marshaling.
105 ret.stringType = TagIA5String
107 ret.stringType = TagPrintableString
109 ret.stringType = TagUTF8String
marshal.go 501 switch params.stringType {
569 if params.stringType != 0 && tag != TagPrintableString {
575 if params.stringType == 0 {
589 tag = params.stringType
  /device/google/dragon/sensor_hub/
sensors.cpp 100 .stringType = SENSOR_STRING_TYPE_ACCELEROMETER,
122 .stringType = SENSOR_STRING_TYPE_GYROSCOPE,
144 .stringType = SENSOR_STRING_TYPE_MAGNETIC_FIELD,
162 .stringType = SENSOR_STRING_TYPE_PROXIMITY,
182 .stringType = SENSOR_STRING_TYPE_LIGHT,
204 .stringType = SENSOR_STRING_TYPE_SIGNIFICANT_MOTION,
  /external/r8/src/test/java/com/android/tools/r8/dex/
DexItemFactoryTest.java 32 "Ljava/lang/String;", factory.stringDescriptor, factory.stringType,
  /frameworks/native/libs/sensor/tests/
Sensor_test.cpp 69 hwSensor.stringType = SENSOR_STRING_TYPE_ACCELEROMETER;
  /hardware/libhardware/modules/sensors/dynamic_sensor/
DynamicSensorManager.cpp 244 mStringType(mSensor.stringType),
249 mSensor.stringType = mStringType.c_str();
  /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/r8/src/main/java/com/android/tools/r8/graph/
DexEncodedMethod.java 277 DexType[] args = {itemFactory.stringType, itemFactory.stringType};
285 itemFactory.stringType),
DexItemFactory.java 126 public DexType stringType = createType(stringDescriptor);
253 appendString = createMethod(receiver, createProto(receiver, stringType), append);
255 toString = createMethod(receiver, createProto(stringType), toStringMethodName);
  /frameworks/opt/telephony/src/java/com/google/android/mms/pdu/
PduParser.java     [all...]
  /packages/apps/Messaging/src/android/support/v7/mms/pdu/
PduParser.java     [all...]
  /packages/apps/Messaging/src/com/android/messaging/mmslib/pdu/
PduParser.java     [all...]
  /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/r8/src/main/java/com/android/tools/r8/ir/desugar/
LambdaRewriter.java 105 factory.createProto(callSiteType, lookupType, factory.stringType, methodTypeType,
110 factory.createProto(callSiteType, lookupType, factory.stringType, methodTypeType,
  /hardware/interfaces/sensors/1.0/default/
convert.cpp 39 dst->typeAsString = src.stringType;
59 dst->stringType = strdup(src.typeAsString.c_str());
  /hardware/libhardware/include/hardware/
sensors.h 484 const char* stringType;

Completed in 1083 milliseconds

1 2 3