Searched refs:field (Results 1 - 25 of 4666) sorted by path

1234567891011>>

/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.JavaExtensions/
H A DTypeExtensions.cs43 public static object get( this FieldInfo field, object obj ) argument
45 return field.GetValue( obj );
63 FieldInfo field = type.GetField( name );
64 if ( field == null )
67 return field;
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
H A DField.java30 * This class provides description of class field.
62 * field id
66 * field name
68 * signature signature of the field class
70 * field modifiers
85 * signature of the field class
143 * Gets field id.
152 * Gets id of the field reference type.
161 * Gets field name.
170 * Gets signature of field typ
[all...]
H A DVmMirror.java791 * Returns FieldID for specified class and field name.
794 * ClassID to find field
796 * field name
809 * @param field
810 * field name to get ID for
813 public long getFieldID(ReplyPacket request, String field) { argument
821 if (field.equals(fieldName)) {
1629 * Sets field access event request for specified class signature and field
1637 * field nam
[all...]
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ClassType/
H A DSetValuesTest.java59 FieldInfo field = fields[i];
60 //logWriter.println(field.toString());
61 testField(classID, field);
68 // if field has primitive type
/external/bison/
H A Dconfigure3303 # Tries to find if the field MEMBER exists in type AGGR, after including
38506 nfields = split(line, field, "@")
38508 len = length(field[1])
38510 key = field[i]
38515 len += length(value) + length(field[++i])
/external/bison/doc/
H A Drefcard.tex348 {\%union\{{\it field list}\} }
443 \key{Access a field of the data union.} {\$\$.{\it t},
/external/bison/tests/
H A Dtestsuite11312 { $if_stmt2 = new IfStmt($cond, $stmt.field, 0); };
11320 { $if_stmt6 = new IfStmt($cond, $stmt.list.field, $else); };
11322 { $if_stmt7 = new IfStmt($cond, $[stmt.list].field, $else); };
11326 { $if_stmt9 = new IfStmt($cond, $then.1.field, $else); };
11372 test.y:26.43-53: error: invalid reference: '\$stmt.field'
11374 test.y:25.35-38: possibly meant: \$then.field, hiding \$stmt.field at \$4
11385 test.y:34.43-58: error: invalid reference: '\$stmt.list.field'
11387 test.y:33.40-43: possibly meant: \$then.field, hiding \$[stmt.list].field a
[all...]
/external/blktrace/
H A Dblkparse_fmt.c164 int pdu_len, unsigned char *pdu_buf, char field,
177 switch (field) {
251 fprintf(ofp,strcat(format, "c"), field);
162 print_field(char *act, struct per_cpu_info *pci, struct blk_io_trace *t, unsigned long long elapsed, int pdu_len, unsigned char *pdu_buf, char field, int minus, int has_w, int width) argument
/external/blktrace/btreplay/doc/
H A Dbtreplay.tex362 \item[Field 1] The first field contains the device name and CPU
366 \item[Field 2] The second field contains the total number of packets
369 \item[Field 3] The next field shows the number of packets eligible for
372 \item[Field 4] The fourth field contains the total number of IO bunches.
374 \item[Field 5] The last field shows the average number of IOs per bunch
/external/blktrace/btt/doc/
H A Dbtt.tex616 Note that the STAMP field contains the runtime (in seconds) for that
/external/blktrace/doc/
H A Dblktrace.tex485 & & event type. The single-character \emph{typ} field is one of the \\
596 \emph{d} & RWBS field, a (small) string (1-3 characters) -- see section below for more details \\ \hline
615 Note that the user can optionally specify field display width, and
616 optionally a left-aligned specifier. These precede field specifiers,
618 (-) followed by the width (a decimal number) and then the field.
620 Thus, to specify the command in a 12-character field that is left aligned:
665 \item[\%2c] CPU ID (2-character field).
667 \item[\%5T.\%9t] 5-charcter field for the seconds portion of the
668 time stamp and a 9-character field for the nanoseconds in the time stamp.
669 \item[\%5p] 5-character field fo
[all...]
/external/bluetooth/bluedroid/test/suite/
H A DAndroid.mk39 LOCAL_CFLAGS += -std=c99 -Wall -Wno-unused-parameter -Wno-missing-field-initializers -Werror
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/util/
H A DEC5Util.java50 ECField field = ec.getField();
54 if (field instanceof ECFieldFp)
56 return new ECCurve.Fp(((ECFieldFp)field).getP(), a, b);
60 ECFieldF2m fieldF2m = (ECFieldF2m)field;
/external/checkpolicy/test/
H A Ddismod.c590 int display_avdecl(avrule_decl_t * decl, int field, argument
595 switch (field) {
671 int display_avblock(int field, policydb_t * policy, argument
679 if (display_avdecl(decl, field, policy, out_fp)) {
/external/chromium-trace/trace-viewer/src/tracing/analysis/
H A Dgeneric_object_view_test.js99 view.object = [{complex: 'object', field: 'two'}];
/external/chromium-trace/trace-viewer/src/tracing/importer/
H A Dtrace_event_importer.js115 // Might be an object with a traceEvents field in it.
567 // Javascript-level object inside their args list that has an "id" field,
644 throw new Error('args cannot have an id field inside it');
678 patchup.object[patchup.field] = patchup.value;
702 field: fieldName,
/external/chromium-trace/trace-viewer/src/
H A Dui.js88 tagName + ' prototye\'s __proto__ field is messed up. ' +
/external/chromium-trace/trace-viewer/third_party/pywebsocket/src/example/
H A Decho_client.py360 for field in fields:
361 self._socket.sendall(field)
516 # 4.1 9-12. Add Host: field to /fields/.
521 # 4.1 13. Add Origin: field to /fields/.
527 # TODO: 4.1 14 Add Sec-WebSocket-Protocol: field to /fields/.
544 for field in fields:
545 self._socket.sendall(field)
560 # closes, or a 0x0A byte is read. let /field/ be these bytes, including
562 field = ''
565 field
[all...]
/external/chromium-trace/trace-viewer/third_party/pywebsocket/src/test/
H A Dclient_for_testing.py337 for field in fields:
338 self._socket.sendall(field)
343 field = ''
346 field += ch
350 self._logger.debug('Opening handshake Response-Line: %r', field)
352 if len(field) < 7 or not field.endswith('\r\n'):
353 raise Exception('Wrong status line: %r' % field)
354 m = re.match('[^ ]* ([^ ]*) .*', field)
357 'No HTTP status code found in status line: %r' % field)
[all...]
/external/chromium_org/android_webview/
H A Dandroid_webview_common.target.darwin-arm.mk101 -Wno-missing-field-initializers \
262 -Wno-missing-field-initializers \
H A Dandroid_webview_common.target.darwin-arm64.mk100 -Wno-missing-field-initializers \
249 -Wno-missing-field-initializers \
H A Dandroid_webview_common.target.darwin-mips.mk101 -Wno-missing-field-initializers \
254 -Wno-missing-field-initializers \
H A Dandroid_webview_common.target.darwin-mips64.mk100 -Wno-missing-field-initializers \
253 -Wno-missing-field-initializers \
H A Dandroid_webview_common.target.darwin-x86.mk100 -Wno-missing-field-initializers \
255 -Wno-missing-field-initializers \
H A Dandroid_webview_common.target.darwin-x86_64.mk101 -Wno-missing-field-initializers \
255 -Wno-missing-field-initializers \

Completed in 996 milliseconds

1234567891011>>