HomeSort by relevance Sort by last modified time
    Searched defs:Field (Results 51 - 75 of 323) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/v8/src/
contexts.h 452 enum Field {
    [all...]
  /external/vboot_reference/utility/
tlcl_generator.c 24 /* See struct Command below. This structure represent a field in a TPM
25 * command. [name] is the field name. [visible] is 1 if the field is
27 * and remain constant. [size] is the field size in bytes. [value] is the
30 typedef struct Field {
36 struct Field* next;
37 } Field;
49 Field* fields;
53 /* Adds a field to a command, and makes its offset visible. The fields must be
57 Field* fld = (Field*) calloc(1, sizeof(Field))
    [all...]
  /libcore/luni/src/main/java/javax/xml/datatype/
DatatypeConstants.java 122 * Designation that an "int" field is not set.
127 * <p>A constant that represents the years field.</p>
129 public static final Field YEARS = new Field("YEARS", 0);
132 * <p>A constant that represents the months field.</p>
134 public static final Field MONTHS = new Field("MONTHS", 1);
137 * <p>A constant that represents the days field.</p>
139 public static final Field DAYS = new Field("DAYS", 2)
    [all...]
  /libcore/ojluni/src/main/java/java/lang/reflect/
Field.java 38 * A {@code Field} provides information about, and dynamic access to, a
39 * single field of a class or an interface. The reflected field may
40 * be a class (static) field or an instance field.
42 * <p>A {@code Field} permits widening conversions to occur during a get or
57 class Field extends AccessibleObject implements Member {
65 private Field() {
70 * that declares the field represented by this {@code Field} object
    [all...]
  /prebuilts/go/darwin-x86/src/debug/dwarf/
entry.go 22 field []afield
80 a.field = make([]afield, n)
81 for i := range a.field {
82 a.field[i].attr = Attr(b.uint())
83 a.field[i].fmt = format(b.uint())
84 a.field[i].class = formToClass(a.field[i].fmt, a.field[i].attr, vers, &b)
214 Field []Field
    [all...]
  /prebuilts/go/linux-x86/src/debug/dwarf/
entry.go 22 field []afield
80 a.field = make([]afield, n)
81 for i := range a.field {
82 a.field[i].attr = Attr(b.uint())
83 a.field[i].fmt = format(b.uint())
84 a.field[i].class = formToClass(a.field[i].fmt, a.field[i].attr, vers, &b)
214 Field []Field
    [all...]
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/
reflection.h 53 const Message& message, const FieldDescriptor* field) const {
54 return RepeatedFieldRef<T>(message, field);
59 Message* message, const FieldDescriptor* field) const {
60 return MutableRepeatedFieldRef<T>(message, field);
94 const FieldDescriptor* field) {
97 const_cast<Message*>(&message), field,
99 accessor_ = reflection->RepeatedFieldAccessor(field);
160 const FieldDescriptor* field) {
163 message, field, internal::RefTypeTraits<T>::cpp_type, NULL);
164 accessor_ = reflection->RepeatedFieldAccessor(field);
    [all...]
  /system/tools/aidl/
ast_java.cpp 67 Field::Field(int m, Variable* v) : ClassElement(), modifiers(m), variable(v) {}
69 void Field::Write(CodeWriter* to) const {
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Parser/
asdl.py 189 def p_fields_0(self, (field,)):
190 " fields ::= field "
191 return [field]
193 def p_fields_1(self, (field, _, fields)):
194 " fields ::= field , fields "
195 return fields + [field]
198 " field ::= Id "
199 return Field(type)
202 " field ::= Id Id "
203 return Field(type, name)
    [all...]
  /external/clang/include/clang/AST/
APValue.h 100 const FieldDecl *Field;
324 return ((const UnionData*)(const char*)Data.buffer)->Field;
381 void setUnion(const FieldDecl *Field, const APValue &Value) {
383 ((UnionData*)(char*)Data.buffer)->Field = Field;
  /external/clang/include/clang/Index/
IndexSymbol.h 41 Field,
  /external/clang/lib/StaticAnalyzer/Core/
ExprEngineCXX.cpp 134 const ValueDecl *Field;
137 Field = Init->getIndirectMember();
140 Field = Init->getMember();
144 QualType Ty = Field->getType();
599 // The field stores the length of a captured variable-length array.
  /external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/text/
MessageFormat.java     [all...]
  /external/llvm/lib/TableGen/
TGLexer.h 46 Bit, Bits, Class, Code, Dag, Def, Foreach, Defm, Field, In, Int, Let, List,
  /external/skia/src/sfnt/
SkOTTable_EBLC.h 65 struct Field {
76 } field; member in union:SkOTTableEmbeddedBitmapLocation::Flags
  /external/swiftshader/third_party/LLVM/lib/TableGen/
TGLexer.h 44 Bit, Bits, Class, Code, Dag, Def, Defm, Field, In, Int, Let, List,
  /external/valgrind/coregrind/m_debuginfo/
priv_tytypes.h 47 Te_UNKNOWN, /* denotes a unknown type/field/whatever */
49 Te_Field, /* struct/class field defn */
96 } Field;
169 this TyEnt, and set its tag to Te_EMPTY. The .cuOff field is
213 the entry which has .cuOff field as specified. Returns NULL if not
  /frameworks/base/tools/apilint/
apilint.py 53 class Field():
63 for r in ["field", "volatile", "transient", "public", "protected", "static", "final", "deprecated"]:
198 elif raw.startswith(" field"):
199 clazz.fields.append(Field(clazz, line, raw, blame))
269 error(clazz, f, "C2", "Constant field names must be FOO_NAME")
664 warn(clazz, f, "FW6", "Field type violates package layering")
781 error(clazz, f, None, "Field type must not be heavy BitSet")
    [all...]
  /libcore/ojluni/src/main/java/java/text/
DateFormat.java 128 * <li>align any particular field, or find out where it is for selection
152 * and the instant of time. This field is used for both formatting and
155 * <p>Subclasses should initialize this field to a {@link Calendar}
171 * Useful constant for ERA field alignment.
176 * Useful constant for YEAR field alignment.
181 * Useful constant for MONTH field alignment.
186 * Useful constant for DATE field alignment.
191 * Useful constant for one-based HOUR_OF_DAY field alignment.
198 * Useful constant for zero-based HOUR_OF_DAY field alignment.
205 * Useful constant for MINUTE field alignment
    [all...]
  /libcore/ojluni/src/main/java/java/time/temporal/
IsoFields.java 115 * <li>{@link ChronoField#DAY_OF_WEEK DAY_OF_WEEK} - the standard field defining the
140 * <tr><th>Date</th><th>Day-of-week</th><th>Field values</th></tr>
158 * The field that represents the day-of-quarter.
160 * This field allows the day-of-quarter value to be queried and set.
167 * When setting this field, the value is allowed to be partially lenient, taking any
175 * validated against their range of valid values. The day-of-quarter field
179 * validated against their range of valid values. The day-of-quarter field is
194 public static final TemporalField DAY_OF_QUARTER = Field.DAY_OF_QUARTER;
196 * The field that represents the quarter-of-year.
198 * This field allows the quarter-of-year value to be queried and set
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/syntax/
nodes.go 100 Recv *Field // nil means regular function
246 FieldList []*Field
247 TagList []*BasicLit // i >= len(TagList) || TagList[i] == nil means no tag for field i
253 Field struct {
254 Name *Name // nil means anonymous field/parameter (structs/parameters), or embedded interface (interfaces)
255 Type Expr // field names declared in a list share the same Type (identical pointers)
261 MethodList []*Field
266 ParamList []*Field
267 ResultList []*Field
  /prebuilts/go/darwin-x86/src/go/ast/
ast.go 153 // A Field represents a Field declaration list in a struct type,
157 type Field struct {
159 Names []*Ident // field/method/parameter names; or nil if anonymous field
160 Type Expr // field/method/parameter type
161 Tag *BasicLit // field tag; or nil
165 func (f *Field) Pos() token.Pos {
172 func (f *Field) End() token.Pos {
182 List []*Field // field list; or ni
    [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/syntax/
nodes.go 100 Recv *Field // nil means regular function
246 FieldList []*Field
247 TagList []*BasicLit // i >= len(TagList) || TagList[i] == nil means no tag for field i
253 Field struct {
254 Name *Name // nil means anonymous field/parameter (structs/parameters), or embedded interface (interfaces)
255 Type Expr // field names declared in a list share the same Type (identical pointers)
261 MethodList []*Field
266 ParamList []*Field
267 ResultList []*Field
  /prebuilts/go/linux-x86/src/go/ast/
ast.go 153 // A Field represents a Field declaration list in a struct type,
157 type Field struct {
159 Names []*Ident // field/method/parameter names; or nil if anonymous field
160 Type Expr // field/method/parameter type
161 Tag *BasicLit // field tag; or nil
165 func (f *Field) Pos() token.Pos {
172 func (f *Field) End() token.Pos {
182 List []*Field // field list; or ni
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/DxeHttpLib/
DxeHttpLib.c 32 // Field index of the HTTP URL parse result.
230 UINT32 Field;
246 Field = HTTP_URI_FIELD_MAX;
247 OldField = Field;
261 Field = HTTP_URI_FIELD_USERINFO;
265 Field = HTTP_URI_FIELD_HOST;
269 Field = HTTP_URI_FIELD_HOST;
273 Field = HTTP_URI_FIELD_PORT;
281 // Field not changed, count the length.
283 ASSERT (Field < HTTP_URI_FIELD_MAX);
    [all...]

Completed in 1208 milliseconds

1 23 4 5 6 7 8 91011>>