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

<<11121314151617181920>>

  /external/flatbuffers/src/
idl_gen_go.cpp 39 static std::string GenMethod(const FieldDef &field);
45 static std::string TypeName(const FieldDef &field);
48 // Most field accessors need to retrieve and test the field offset first,
50 std::string OffsetPrefix(const FieldDef &field) {
52 NumToString(field.value.offset) +
62 // _ is reserved in flatbuffers field names, so no chance of name conflict:
166 const FieldDef &field,
171 code += " " + MakeCamel(field.name) + "Length(";
172 code += ") int " + OffsetPrefix(field);
360 auto &field = **it; local
394 auto &field = **it; local
583 auto &field = **it; local
618 auto &field = **it; local
    [all...]
idl_gen_cpp.cpp 360 const std::string &PtrType(const FieldDef *field) {
361 auto attr = field ? field->attributes.Lookup("cpp_ptr_type") : nullptr;
365 std::string GenTypeNativePtr(const std::string &type, const FieldDef *field,
367 auto &ptr_type = PtrType(field);
377 std::string GenPtrGet(const FieldDef &field) {
378 auto &ptr_type = PtrType(&field);
383 const FieldDef &field) {
389 const auto type_name = GenTypeNative(type.VectorType(), true, field);
399 if (invector || field.native_inline)
921 const auto &field = **it; local
1064 const auto &field = **it; local
1082 const auto &field = **it; local
1205 const auto &field = **it; local
1246 const auto &field = **it; local
1306 const auto &field = **it; local
1325 const auto &field = **it; local
1337 const auto &field = **it; local
1356 const auto &field = **it; local
1371 const auto &field = **it; local
1627 const auto &field = **it; local
1662 auto &field = **it; local
1676 auto &field = **it; local
1751 const auto &field = **it; local
1785 const auto &field = **it; local
1816 const auto &field = **it; local
1829 const auto &field = **it; local
    [all...]
  /art/test/121-modifiers/smali/
Inf.smali 23 .field public static final I:I
  /art/test/446-checker-inliner2/src/
Main.java 27 /// CHECK-DAG: <<Field:i\d+>> InstanceFieldGet
28 /// CHECK-DAG: Return [<<Field>>]
35 return field;
38 int field = 42; field in class:Main
  /art/test/492-checker-inline-invoke-interface/src/
Main.java 26 static int field; field in class:ForceStatic
31 int a = ForceStatic.field;
  /art/test/493-checker-inline-invoke-interface/src/
Main.java 26 static int field; field in class:ForceStatic
31 int a = ForceStatic.field;
  /art/test/579-inline-infinite/src/
Main.java 18 public int field; field in class:Infinite
22 field++;
  /dalvik/dexgen/src/com/android/dexgen/rop/
StdFieldList.java 23 * an array of {@link Field} objects and can be made immutable.
36 public Field get(int n) {
37 return (Field) get0(n);
41 * Sets the field at the given index.
43 * @param n {@code >= 0, < size();} which field
44 * @param field {@code null-ok;} the field object
46 public void set(int n, Field field) {
47 set0(n, field);
    [all...]
  /dalvik/dx/src/com/android/dx/cf/iface/
StdFieldList.java 23 * an array of {@link Field} objects and can be made immutable.
36 public Field get(int n) {
37 return (Field) get0(n);
41 * Sets the field at the given index.
43 * @param n {@code >= 0, < size();} which field
44 * @param field {@code null-ok;} the field object
46 public void set(int n, Field field) {
47 set0(n, field);
    [all...]
  /external/clang/test/CXX/dcl.decl/dcl.init/
p6.cpp 9 struct NoUserDefault : public MakeNonPOD { int field; }; member in struct:NoUserDefault
19 struct s0 { int field; }; member in struct:s0
  /external/clang/test/CodeGenCXX/
crash.cpp 16 union U { int field; } u = U(); member in union:U
17 (void)U().field;
vtable-pointer-initialization.cpp 3 struct Field {
4 Field();
5 ~Field();
19 Field field; member in struct:A
39 Field field; member in struct:B
  /external/clang/test/SemaCXX/
auto-type-from-cxx.cpp 15 struct BitField { int field:2; }; member in struct:BitField
16 __auto_type h = BitField{1}.field; // (should work from C++)
  /external/proguard/src/proguard/classfile/attribute/
ConstantValueAttribute.java 58 public void accept(Clazz clazz, Field field, AttributeVisitor attributeVisitor)
60 attributeVisitor.visitConstantValueAttribute(clazz, field, this);
  /external/skia/src/sksl/ast/
SkSLASTFieldSuffix.h 20 ASTFieldSuffix(Position position, String field)
22 , fField(std::move(field)) {}
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/analysis/reflection/
ReflectionField.java 38 import org.jf.dexlib2.iface.Field;
45 public class ReflectionField extends BaseFieldReference implements Field {
46 private final java.lang.reflect.Field field; field in class:ReflectionField
48 public ReflectionField(java.lang.reflect.Field field) {
49 this.field = field;
53 return field.getModifiers();
65 return ReflectionUtils.javaToDexName(field.getDeclaringClass().getName())
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
wpas_glue.h 19 const char * wpa_supplicant_ctrl_req_to_string(enum wpa_ctrl_req_type field,
23 enum wpa_ctrl_req_type wpa_supplicant_ctrl_req_from_string(const char *field);
  /frameworks/base/tools/incident_section_gen/
main.cpp 43 const FieldDescriptor* field = descriptor->field(i); local
44 if (field->type() == FieldDescriptor::TYPE_MESSAGE) {
45 sections[field->name()] = field;
54 const FieldDescriptor* field = it->second; local
55 printf(" { %d, \"%s\" }", field->number(), field->name().c_str());
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/tic54x/
cons.s 3 * See also long.s, space.s, field.s
5 .global binary, octal, hex, field
9 field: .field 3, 3 label
10 .field 8, 6
11 .field 16, 5
12 .field 01234h,20
13 .field 01234h,32
  /external/protobuf/src/google/protobuf/compiler/js/
js_generator.cc 240 // field's containing message descriptor.
280 const FieldDescriptor* field) {
281 GOOGLE_CHECK(field->cpp_type() == FieldDescriptor::CPPTYPE_MESSAGE);
282 return MaybeCrossFileRef(options, field->file(), field->message_type());
285 // - Object field name: LOWER_UNDERSCORE -> LOWER_CAMEL, except for group fields
422 bool IgnoreExtensionField(const FieldDescriptor* field) {
425 return field->is_extension() &&
426 field->containing_type()->file()->name() ==
434 bool IgnoreField(const FieldDescriptor* field) {
1438 const FieldDescriptor* field = fields[i]; local
1522 const FieldDescriptor* field = fields[i]; local
1590 const FieldDescriptor* field = desc->field(i); local
1599 const FieldDescriptor* field = desc->extension(i); local
1879 const FieldDescriptor* field = desc->field(i); local
1997 const FieldDescriptor* field = desc->field(i); local
    [all...]
  /external/r8/src/main/java/com/android/tools/r8/ir/code/
InstanceGet.java 22 public InstanceGet(MemberType type, Value dest, Value object, DexField field) {
23 super(type, field, dest, object);
42 instruction = new Iget(destRegister, objectRegister, field);
45 instruction = new IgetWide(destRegister, objectRegister, field);
48 instruction = new IgetObject(destRegister, objectRegister, field);
51 instruction = new IgetBoolean(destRegister, objectRegister, field);
54 instruction = new IgetByte(destRegister, objectRegister, field);
57 instruction = new IgetChar(destRegister, objectRegister, field);
60 instruction = new IgetShort(destRegister, objectRegister, field);
86 return o.field == field && o.type == type
    [all...]
InstancePut.java 22 public InstancePut(MemberType type, List<Value> values, DexField field) {
23 super(type, field, null, values);
41 instruction = new Iput(valueRegister, objectRegister, field);
44 instruction = new IputWide(valueRegister, objectRegister, field);
47 instruction = new IputObject(valueRegister, objectRegister, field);
50 instruction = new IputBoolean(valueRegister, objectRegister, field);
53 instruction = new IputByte(valueRegister, objectRegister, field);
56 instruction = new IputChar(valueRegister, objectRegister, field);
59 instruction = new IputShort(valueRegister, objectRegister, field);
75 return o.field == field && o.type == type
    [all...]
StaticGet.java 20 public StaticGet(MemberType type, Value dest, DexField field) {
21 super(type, field, dest, (Value) null);
34 instruction = new Sget(dest, field);
37 instruction = new SgetWide(dest, field);
40 instruction = new SgetObject(dest, field);
43 instruction = new SgetBoolean(dest, field);
46 instruction = new SgetByte(dest, field);
49 instruction = new SgetChar(dest, field);
52 instruction = new SgetShort(dest, field);
79 return o.field == field && o.type == type
    [all...]
StaticPut.java 20 public StaticPut(MemberType type, Value source, DexField field) {
21 super(type, field, null, source);
35 instruction = new Sput(src, field);
38 instruction = new SputWide(src, field);
41 instruction = new SputObject(src, field);
44 instruction = new SputBoolean(src, field);
47 instruction = new SputByte(src, field);
50 instruction = new SputChar(src, field);
53 instruction = new SputShort(src, field);
81 return o.field == field && o.type == type
    [all...]
  /external/wpa_supplicant_8/src/common/
wpa_helpers.h 16 int get_wpa_status(const char *ifname, const char *field, char *obuf,
28 int set_network(const char *ifname, int id, const char *field,
30 int set_network_quoted(const char *ifname, int id, const char *field,
33 int set_cred(const char *ifname, int id, const char *field, const char *value);
34 int set_cred_quoted(const char *ifname, int id, const char *field,

Completed in 2732 milliseconds

<<11121314151617181920>>