HomeSort by relevance Sort by last modified time
    Searched refs:Field (Results 651 - 675 of 955) sorted by null

<<21222324252627282930>>

  /cts/tests/tests/util/src/android/util/cts/
RationalTest.java 29 import java.lang.reflect.Field;
481 Field f = object.getClass().getDeclaredField(name);
  /developers/build/prebuilts/gradle/WatchFace/Wearable/src/main/java/com/example/android/wearable/watchface/
FitStepsWatchFaceService.java 28 import com.google.android.gms.fitness.data.Field;
534 mStepsTotal = points.get(0).getValue(Field.FIELD_STEPS).asInt();
  /developers/samples/android/wearable/wear/WatchFace/Wearable/src/main/java/com/example/android/wearable/watchface/
FitStepsWatchFaceService.java 28 import com.google.android.gms.fitness.data.Field;
534 mStepsTotal = points.get(0).getValue(Field.FIELD_STEPS).asInt();
  /development/samples/browseable/WatchFace/Wearable/src/com.example.android.wearable.watchface/
FitStepsWatchFaceService.java 28 import com.google.android.gms.fitness.data.Field;
534 mStepsTotal = points.get(0).getValue(Field.FIELD_STEPS).asInt();
  /external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/
SQLExceptionTest.java 21 import java.lang.reflect.Field;
43 Field theField = theClass.getDeclaredField("serialVersionUID");
  /external/chromium-trace/catapult/third_party/gsutil/third_party/apitools/apitools/gen/
extended_descriptor.py 5 properties not directly supported in proto itself, notably field and
72 """Field descriptor with additional fields.
75 field_descriptor: The underlying field descriptor.
76 name: The name of this field.
77 description: Description of this field.
101 field_mappings: Mappings from python to json field names.
106 """Mapping from a python name to the wire name for a field."""
198 _FormatCustomJsonMapping('Field', m, descriptor, package)
308 field = extended_field.field_descriptor
309 field_type = messages.Field.lookup_field_type_by_variant
    [all...]
  /external/protobuf/java/src/test/java/com/google/protobuf/
WireFormatTest.java 111 // This used to be a bug where the size of a packed field was incorrect,
264 // are interleaved with field numbers.
357 UnknownFieldSet.Field.newBuilder()
440 // Check for unknown field with type LENGTH_DELIMITED,
446 UnknownFieldSet.Field field = unknownFields.getField(UNKNOWN_TYPE_ID); local
447 assertEquals(1, field.getLengthDelimitedList().size());
448 assertEquals("bar", field.getLengthDelimitedList().get(0).toStringUtf8());
522 // Parse as a TestMessageSet and store value into lazy field
525 // Merge lazy field check the contents
    [all...]
  /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/res/
ResourceLoader.java 28 import java.lang.reflect.Field;
473 for ( Field field : animClass.getDeclaredFields() ) {
474 if ( field.getInt( animClass ) == drawableResourceId ) {
  /external/smali/smalidea/src/main/java/org/jf/smalidea/
SmaliTokens.java 40 import java.lang.reflect.Field;
286 Field field; typedefs
289 field = SmaliTokens.class.getField(tokenName);
304 field.set(null, elementType);
  /external/v8/test/mjsunit/
keyed-ic.js 119 // Field access.
209 // Keyed store field.
  /frameworks/base/core/tests/coretests/src/android/os/
PerformanceCollectorTest.java 23 import java.lang.reflect.Field;
485 Field f = object.getClass().getDeclaredField(fieldName);
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/
RationalTest.java 29 import java.lang.reflect.Field;
500 Field f = object.getClass().getDeclaredField(name);
  /frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
BaseLinearLayoutManagerTest.java 24 import java.lang.reflect.Field;
71 Field field = Config.class.getDeclaredField(fieldName); local
75 field.set(newConfig, variation);
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/net/
ServerSocketTest.java 36 import java.lang.reflect.Field;
337 Field field = ServerSocket.class.getDeclaredField("factory"); local
338 field.setAccessible(true);
339 field.set(null, null);
    [all...]
  /libcore/luni/src/test/java/libcore/java/lang/reflect/
AnnotationsTest.java 27 import java.lang.reflect.Field;
58 Field field = Type.class.getField("field"); local
59 assertAnnotatedElement(field, AnnotationA.class, AnnotationD.class);
361 @AnnotationA @AnnotationD public String field; field in class:AnnotationsTest.Type
  /prebuilts/misc/common/swig/include/2.0.11/gcj/
javaprims.i 204 class Field;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/
ProjectCallback.java 70 import java.lang.reflect.Field;
245 Field centerField = gravity.getField("CENTER"); //$NON-NLS-1$
  /art/test/044-proxy/src/
BasicTest.java 21 import java.lang.reflect.Field;
  /art/test/068-classloader/src/
Main.java 143 java.lang.reflect.Field f = c.getDeclaredField("value");
  /dalvik/dx/src/com/android/dx/merge/
DexMerger.java 472 throw new DexIndexOverflowException("field ID not in [0, 0xffff]: " + newIndex);
710 // field index
771 ClassData.Field[] staticFields = classData.getStaticFields();
772 ClassData.Field[] instanceFields = classData.getInstanceFields();
787 private void transformFields(IndexMap indexMap, ClassData.Field[] fields) {
789 for (ClassData.Field field : fields) {
790 int outFieldIndex = indexMap.adjustField(field.getFieldIndex());
793 classDataOut.writeUleb128(field.getAccessFlags());
    [all...]
  /external/clang/lib/AST/
Comment.cpp 221 case Decl::Field:
  /external/icu/android_icu4j/src/main/java/android/icu/text/
MeasureFormat.java 278 * If the pos argument identifies a NumberFormat field,
279 * then its indices are set to the beginning and end of the first such field
288 * @param pos Identifies a field in the formatted text.
474 * @param pos The field position.
505 * If the fieldPosition argument identifies a NumberFormat field,
506 * then its indices are set to the beginning and end of the first such field
510 * @param fieldPosition Identifies a field in the formatted text.
539 // Fast track: No field position.
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
IntlTestDecimalFormatAPI.java 286 FieldPosition fposByField = new FieldPosition(NumberFormat.Field.INTEGER);
291 errln("ERROR: End index for integer field - fposByInt:" + fposByInt.getEndIndex() +
  /external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base.tests/src/com/ibm/icu/tests/
NumberFormatTest.java 90 FieldPosition fp = new FieldPosition(NumberFormat.Field.GROUPING_SEPARATOR);
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
MeasureFormat.java 292 * If the pos argument identifies a NumberFormat field,
293 * then its indices are set to the beginning and end of the first such field
302 * @param pos Identifies a field in the formatted text.
491 * @param pos The field position.
523 * If the fieldPosition argument identifies a NumberFormat field,
524 * then its indices are set to the beginning and end of the first such field
528 * @param fieldPosition Identifies a field in the formatted text.
558 // Fast track: No field position.
    [all...]

Completed in 1243 milliseconds

<<21222324252627282930>>