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

1 2

  /device/htc/flounder/sensor_hub/libsensors/
sensors.cpp 55 .stringType = 0,
72 .stringType = 0,
89 .stringType = 0,
106 .stringType = NULL,
123 .stringType = 0,
140 .stringType = 0,
157 .stringType = 0,
174 .stringType = 0,
191 .stringType = 0,
208 .stringType = 0
    [all...]
  /hardware/bsp/intel/peripheral/sensors/mraa/sensors/
GroveLight.cpp 33 .stringType = SENSOR_STRING_TYPE_LIGHT,
GroveTemperature.cpp 33 .stringType = SENSOR_STRING_TYPE_TEMPERATURE,
ProximityGPIO.cpp 54 .stringType = SENSOR_STRING_TYPE_PROXIMITY,
LSM303dAccelerometer.cpp 34 .stringType = SENSOR_STRING_TYPE_ACCELEROMETER,
LSM303dOrientation.cpp 34 .stringType = SENSOR_STRING_TYPE_ORIENTATION,
LSM9DS0Accelerometer.cpp 34 .stringType = SENSOR_STRING_TYPE_ACCELEROMETER,
MMA7660Accelerometer.cpp 35 .stringType = SENSOR_STRING_TYPE_ACCELEROMETER,
MPU9150Accelerometer.cpp 35 .stringType = SENSOR_STRING_TYPE_ACCELEROMETER,
  /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/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,
  /frameworks/base/core/jni/
android_hardware_SensorManager.cpp 60 jfieldID stringType;
97 sensorOffsets.stringType = _env->GetFieldID(sensorClass, "mStringType", "Ljava/lang/String;");
135 * It is common that Vendor, StringType, and RequirePermission data is common between many of the
198 jstring stringType = getInternedString(env, &nativeSensor.getStringType());
199 env->SetObjectField(sensor, sensorOffsets.stringType, stringType);
  /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...]
  /frameworks/native/libs/gui/
Sensor.cpp 248 // Only pipe the stringType, requiredPermission and flags for custom sensors.
249 if (halVersion > SENSORS_DEVICE_API_VERSION_1_0 && hwSensor.stringType) {
250 mStringType = hwSensor.stringType;
  /hardware/libhardware/include/hardware/
sensors.h 214 * has a stringType.
215 * - StringType of sensors inside of the device private range MUST be prefixed
218 * - StringType of sensors outside of the device private range MUST correspond
222 * stringType=SENSOR_STRING_TYPE_ACCELEROMETER
225 * sensor type, the OEM must use the official sensor type and stringType on
232 * type = 0x10001 and stringType = "com.google.glass.onheaddetector"
238 * type (SENSOR_TYPE_ON_HEAD_DETECTOR) and stringType.
    [all...]
  /hardware/libhardware/tests/hardware/
struct-offset.cpp 105 CHECK_MEMBER_AT(struct sensor_t, stringType, 44, 56);
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/analysis/
MethodAnalyzer.java     [all...]
  /external/libxml2/
xmlschemastypes.c     [all...]
  /frameworks/base/tools/aapt/
ResourceTable.cpp     [all...]
  /prebuilts/tools/common/m2/repository/net/sourceforge/cssparser/cssparser/0.9.13/
cssparser-0.9.13.jar 

Completed in 1266 milliseconds

1 2