HomeSort by relevance Sort by last modified time
    Searched refs:FIELD (Results 276 - 300 of 845) sorted by null

<<11121314151617181920>>

  /frameworks/support/room/compiler/src/main/kotlin/androidx/room/vo/
FieldSetter.kt 26 CallType.FIELD -> "$L.$L = $L"
FieldGetter.kt 28 CallType.FIELD -> "final $T $L = $L.$L"
  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/spirv-tools/source/
spirv_validator_options.cpp 62 #define LIMIT(TYPE, FIELD) \
64 options->universal_limits_.FIELD = limit; \
  /cts/tools/dasm/src/dasm/
sym.java 72 static final int FIELD = 30;
  /external/desugar/java/com/google/devtools/common/options/
Option.java 30 @Target(ElementType.FIELD)
73 * This category field is deprecated. Bazel is in the process of migrating all options to use the
78 * <p>Please leave the old category field in existing options to minimize disruption to the Help
79 * output during the transition period. All uses of this field will be removed when transition is
80 * complete. This category field has no effect on the other fields below, having both set is not a
134 * <p>The {@link #defaultValue()} field of the annotation is ignored for repeatable flags and the
140 * If the option is actually an abbreviation for other options, this field will contain the
156 * <p>If provided (i.e. not {@link ExpansionFunction}{@code .class}), the {@code expansion} field
157 * must not be set. The mechanism of expansion is as if the {@code expansion} field were set to
178 * If this field is a non-empty string, the option is deprecated, and a deprecation warning i
    [all...]
  /external/smali/baksmali/src/main/java/org/jf/baksmali/Adaptors/
ReferenceFormatter.java 58 case ReferenceType.FIELD:
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/base/value/
BaseFieldEncodedValue.java 63 public int getValueType() { return ValueType.FIELD; }
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/reference/
DexBackedReference.java 50 case ReferenceType.FIELD:
  /external/smali/smalidea/src/main/java/org/jf/smalidea/psi/stub/
SmaliFieldStub.java 46 super(parent, SmaliElementTypes.FIELD);
  /external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue55/
FieldListTest.java 31 beanLoader.setBeanAccess(BeanAccess.FIELD);
41 fail("Private field must not be available");
JavaBeanListTest.java 31 beanLoader.setBeanAccess(BeanAccess.FIELD);
41 fail("Private field must not be available");
  /external/squashfs-tools/squashfs-tools/
caches-queues-lists.h 57 #define INSERT_HASH_TABLE(NAME, TYPE, HASH_FUNCTION, FIELD, LINK) \
60 int hash = HASH_FUNCTION(entry->FIELD); \
70 #define REMOVE_HASH_TABLE(NAME, TYPE, HASH_FUNCTION, FIELD, LINK) \
76 container->hash_table[HASH_FUNCTION(entry->FIELD)] = \
  /external/turbine/java/com/google/turbine/binder/sym/
FieldSymbol.java 22 /** A field symbol. */
38 /** The field name. */
45 return Kind.FIELD;
  /frameworks/data-binding/compiler/src/main/java/android/databinding/tool/reflection/
Callable.java 23 FIELD
  /frameworks/support/room/common/src/main/java/androidx/room/
ColumnInfo.java 28 * Allows specific customization about the column associated with this field.
30 * For example, you can specify a column name for the field or change the column's type affinity.
32 @Target(ElementType.FIELD)
36 * Name of the column in the database. Defaults to the field name if not set.
46 * on the field's type and available TypeConverters.
57 * Convenience method to index the field.
61 * @return True if this field should be indexed, false otherwise. Defaults to false.
77 * Constant to let Room inherit the field name as the column name. If used, Room will use the
78 * field name as the column name.
80 String INHERIT_FIELD_NAME = "[field-name]"
    [all...]
  /external/freetype/src/gxvalid/
gxvopbd.c 58 #define GXV_OPBD_DATA( FIELD ) GXV_TABLE_DATA( opbd, FIELD )
gxvlcar.c 57 #define GXV_LCAR_DATA( FIELD ) GXV_TABLE_DATA( lcar, FIELD )
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/
Opcode.java 120 IGET(0x52, "iget", ReferenceType.FIELD, Format.Format22c, Opcode.CAN_THROW | Opcode.CAN_CONTINUE | Opcode.SETS_REGISTER),
121 IGET_WIDE(0x53, "iget-wide", ReferenceType.FIELD, Format.Format22c, Opcode.CAN_THROW | Opcode.CAN_CONTINUE | Opcode.SETS_REGISTER | Opcode.SETS_WIDE_REGISTER),
122 IGET_OBJECT(0x54, "iget-object", ReferenceType.FIELD, Format.Format22c, Opcode.CAN_THROW | Opcode.CAN_CONTINUE | Opcode.SETS_REGISTER),
123 IGET_BOOLEAN(0x55, "iget-boolean", ReferenceType.FIELD, Format.Format22c, Opcode.CAN_THROW | Opcode.CAN_CONTINUE | Opcode.SETS_REGISTER),
124 IGET_BYTE(0x56, "iget-byte", ReferenceType.FIELD, Format.Format22c, Opcode.CAN_THROW | Opcode.CAN_CONTINUE | Opcode.SETS_REGISTER),
125 IGET_CHAR(0x57, "iget-char", ReferenceType.FIELD, Format.Format22c, Opcode.CAN_THROW | Opcode.CAN_CONTINUE | Opcode.SETS_REGISTER),
126 IGET_SHORT(0x58, "iget-short", ReferenceType.FIELD, Format.Format22c, Opcode.CAN_THROW | Opcode.CAN_CONTINUE | Opcode.SETS_REGISTER),
127 IPUT(0x59, "iput", ReferenceType.FIELD, Format.Format22c, Opcode.CAN_THROW | Opcode.CAN_CONTINUE),
128 IPUT_WIDE(0x5a, "iput-wide", ReferenceType.FIELD, Format.Format22c, Opcode.CAN_THROW | Opcode.CAN_CONTINUE),
129 IPUT_OBJECT(0x5b, "iput-object", ReferenceType.FIELD, Format.Format22c, Opcode.CAN_THROW | Opcode.CAN_CONTINUE)
    [all...]
  /toolchain/binutils/binutils-2.27/libiberty/
simple-object-elf.c 85 /* Indexes and values in e_ident field of Ehdr. */
114 /* Values for e_type field of Ehdr. */
118 /* Values for e_machine field of Ehdr. */
184 /* Values for sh_type field. */
246 /* Hideous macro to fetch the value of a field from an external ELF
249 struct type. FIELD is a field within the struct. TYPE is the type
250 of the field in the struct: Elf_Half, Elf_Word, or Elf_Addr. */
252 #define ELF_FETCH_STRUCT_FIELD(TYPEFUNCS, STRUCTTYPE, FIELD, BUFFER, TYPE) \
253 ((TYPEFUNCS)->fetch_ ## TYPE ((BUFFER) + offsetof (STRUCTTYPE, FIELD)))
    [all...]
  /external/libnl/lib/netfilter/
queue_obj.c 173 #define NFNL_QUEUE_DIFF_VAL(ATTR, FIELD) \
174 NFNL_QUEUE_DIFF(ATTR, a->FIELD != b->FIELD)
exp_obj.c 312 #define EXP_DIFF_VAL(ATTR, FIELD) EXP_DIFF(ATTR, a->FIELD != b->FIELD)
313 #define EXP_DIFF_STRING(ATTR, FIELD) EXP_DIFF(ATTR, (strcmp(a->FIELD, b->FIELD) != 0))
314 #define EXP_DIFF_ADDR(ATTR, FIELD) \
316 ? EXP_DIFF(ATTR, nl_addr_cmp_prefix(a->FIELD, b->FIELD)) \
317 : EXP_DIFF(ATTR, nl_addr_cmp(a->FIELD, b->FIELD))
    [all...]
  /packages/apps/DocumentsUI/src/com/android/documentsui/
Injector.java 18 import static java.lang.annotation.ElementType.FIELD;
154 * Decorates a field that that is injected.
157 @Target(FIELD)
163 * Decorates a field that holds an object that must be reset in the current content scope
168 @Target(FIELD)
  /external/guice/core/test/com/google/inject/
BoundInstanceInjectionTest.java 19 import static java.lang.annotation.ElementType.FIELD;
117 @BindingAnnotation @Target({ FIELD, PARAMETER, METHOD }) @Retention(RUNTIME)
  /external/protobuf/src/google/protobuf/
message_unittest.cc 342 // Test that if an optional or required message/group field appears multiple
350 #define ASSIGN_REPEATED_FIELD(FIELD) \
351 msg1 = generator.add_##FIELD(); \
352 msg2 = generator.add_##FIELD(); \
353 msg3 = generator.add_##FIELD(); \
363 #define ASSIGN_REPEATED_GROUP(FIELD) \
364 msg1 = generator.add_##FIELD()->mutable_field1(); \
365 msg2 = generator.add_##FIELD()->mutable_field1(); \
366 msg3 = generator.add_##FIELD()->mutable_field1(); \
  /external/annotation-tools/annotation-file-utilities/src/annotator/find/
FieldCriterion.java 49 return Kind.FIELD;

Completed in 1124 milliseconds

<<11121314151617181920>>