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

<<11121314151617181920>>

  /dalvik/libcore/luni/src/main/java/java/net/
URLConnection.java 73 * remote resource. If this field is set to {@code true} the flags for
147 * header field "Content-Type". If none is found it will guess the content
175 * header field "Content-Type". If none is found it will guess the content
206 * Gets the content encoding type specified by the response header field
207 * {@code content-encoding} or {@code null} if this field is not set.
209 * @return the value of the response header field {@code content-encoding}.
289 * Gets the content length in bytes specified by the response header field
290 * {@code content-length} or {@code -1} if this field is not set.
292 * @return the value of the response header field {@code content-length}.
299 * Gets the MIME-type of the content specified by the response header field
    [all...]
  /dalvik/libcore/luni/src/test/java/tests/api/java/lang/reflect/
FieldTest.java 32 import java.lang.reflect.Field;
39 @TestTargetClass(Field.class)
60 @Target( {ElementType.FIELD})
65 @Target( { ElementType.FIELD})
70 @Target( { ElementType.FIELD})
75 @Target( {ElementType.FIELD})
81 @Target( {ElementType.FIELD})
86 S field; field in class:FieldTest.GenericField
158 int field; field in class:FieldTest.TestEnum
162 * @tests java.lang.reflect.Field#equals(java.lang.Object
577 Field field = fields[j]; local
598 Field field = fields[j]; local
643 Field field = fields[j]; local
662 Field field = fields[j]; local
2019 Field field = TestClass.class.getField("annotatedField"); local
2040 Field field = TestEnum.class.getDeclaredField("A"); local
2064 Field field = TestEnum.class.getDeclaredField("field"); local
2081 Field field = GenericField.class.getDeclaredField("field"); local
2106 Field field = GenericField.class.getDeclaredField("field"); local
2133 Field field = TestClass.class.getDeclaredField("annotatedField"); local
    [all...]
  /dalvik/vm/oo/
Object.c 23 * Find a matching field, in the current class only.
25 * Returns NULL if the field can't be found. (Does not throw an exception.)
36 * Find a field with a matching name and signature. The Java programming
43 if (strcmp(fieldName, pField->field.name) == 0 &&
44 strcmp(signature, pField->field.signature) == 0)
54 * Find a matching field, in this class or a superclass.
59 * Returns NULL if the field can't be found. (Does not throw an exception.)
81 * Find a matching field, in this class or an interface.
83 * Returns NULL if the field can't be found. (Does not throw an exception.)
94 * Find a field with a matching name and signature. As with instanc
    [all...]
  /external/elfcopy/
fixdwarf.c 70 unsigned char *field, int size, dwarf_vma val);
72 unsigned char *field, int size, dwarf_vma val);
539 static void byte_set_little_endian (unsigned char *field, int size, dwarf_vma val)
546 *((uint8_t *)field) = (uint8_t)val;
552 field[1] = (uint8_t)(val >> 8);
553 field[0] = (uint8_t)val;
562 field[3] = (uint8_t)(val >> 23);
563 field[2] = (uint8_t)(val >> 16);
564 field[1] = (uint8_t)(val >> 8);
565 field[0] = (uint8_t)val
    [all...]
  /cts/tools/dex-tools/src/dex/reader/
TypeFormatter.java 114 for (DexField field : dexClass.getFields()) {
115 builder.append(field).append("\n");
  /external/icu4c/i18n/
cecal.cpp 82 CECalendar::handleGetLimit(UCalendarDateFields field, ELimitType limitType) const
84 return LIMITS[field][limitType];
udatpg.cpp 133 UDateTimePatternField field,
136 ((DateTimePatternGenerator *)dtpg)->setAppendItemFormat(field, valueString);
141 UDateTimePatternField field,
143 const UnicodeString &result=((const DateTimePatternGenerator *)dtpg)->getAppendItemFormat(field);
152 UDateTimePatternField field,
155 ((DateTimePatternGenerator *)dtpg)->setAppendItemName(field, valueString);
160 UDateTimePatternField field,
162 const UnicodeString &result=((const DateTimePatternGenerator *)dtpg)->getAppendItemName(field);
  /external/icu4c/i18n/unicode/
dtitvinf.h 73 * only keeps the field pattern letter and ignores all other parts
78 * might hide a field's pattern letter length.
82 * and the field's pattern letter length is honored.
85 * the field pattern length is ignored and the best match, which is defined
86 * in date time patterns, will be returned without honor the field pattern
97 * first different calendar field in above order.
107 * in en_US, if the largest different calendar field between date1 and date2
110 * If the largest different calendar field between date1 and date2 is "month",
113 * If the largest different calendar field between date1 and date2 is "day",
283 * the largest different calendar field
    [all...]
tmutfmt.h 251 TimeUnit::UTimeUnitFields field, const char*,
262 // get time unit name, such as "year", from time unit field enum, such as
264 static const char* getTimeUnitName(TimeUnit::UTimeUnitFields field, UErrorCode& status);
  /external/icu4c/test/intltest/
caltest.h 45 * Confirm the functioning of the field disambiguation algorithm.
99 int32_t ms, UCalendarDateFields field);
169 int times, UCalendarDateFields field, UCalendarDateFields field2,
  /packages/apps/Email/src/org/apache/james/mime4j/field/address/parser/
SimpleNode.java 3 package org.apache.james.mime4j.field.address.parser;
5 public class SimpleNode extends org.apache.james.mime4j.field.address.parser.BaseNode implements Node {
  /bionic/libc/kernel/common/linux/
videodev2.h 51 #define V4L2_FIELD_HAS_TOP(field) ((field) == V4L2_FIELD_TOP || (field) == V4L2_FIELD_INTERLACED || (field) == V4L2_FIELD_INTERLACED_TB || (field) == V4L2_FIELD_INTERLACED_BT || (field) == V4L2_FIELD_SEQ_TB || (field) == V4L2_FIELD_SEQ_BT)
52 #define V4L2_FIELD_HAS_BOTTOM(field) ((field) == V4L2_FIELD_BOTTOM || (field) == V4L2_FIELD_INTERLACED || (field) == V4L2_FIELD_INTERLACED_TB || (field) == V4L2_FIELD_INTERL (…)
159 enum v4l2_field field; member in struct:v4l2_pix_format
354 enum v4l2_field field; member in struct:v4l2_buffer
410 enum v4l2_field field; member in struct:v4l2_window
1067 __u32 field; member in struct:v4l2_sliced_vbi_data
    [all...]
  /cts/tools/vm-tests/src/dot/junit/opcodes/iget/d/
T_iget_1.d 19 .field public i1 I
20 .field protected p1 I
21 .field private pvt1 I
  /cts/tools/vm-tests/src/dot/junit/opcodes/iget_boolean/d/
T_iget_boolean_1.d 19 .field public i1 Z
20 .field protected p1 Z
21 .field private pvt1 Z
  /cts/tools/vm-tests/src/dot/junit/opcodes/iget_byte/d/
T_iget_byte_1.d 19 .field public i1 B
20 .field protected p1 B
21 .field private pvt1 B
  /cts/tools/vm-tests/src/dot/junit/opcodes/iget_char/d/
T_iget_char_1.d 19 .field public i1 C
20 .field protected p1 C
21 .field private pvt1 C
  /cts/tools/vm-tests/src/dot/junit/opcodes/iget_object/d/
T_iget_object_1.d 19 .field public i1 Ljava/lang/Object;
20 .field protected p1 Ljava/lang/Object;
21 .field private pvt1 Ljava/lang/Object;
  /cts/tools/vm-tests/src/dot/junit/opcodes/iget_short/d/
T_iget_short_1.d 19 .field public i1 S
20 .field protected p1 S
21 .field private pvt1 S
  /cts/tools/vm-tests/src/dot/junit/opcodes/iget_wide/d/
T_iget_wide_1.d 19 .field public i1 J
20 .field protected p1 J
21 .field private pvt1 J
  /cts/tools/vm-tests/src/dot/junit/opcodes/iput_object/d/
T_iput_object_1.d 19 .field public st_i1 Ljava/lang/Object;
20 .field protected st_p1 Ljava/lang/Object;
21 .field private st_pvt1 Ljava/lang/Object;
  /cts/tools/vm-tests/src/dot/junit/opcodes/sget/d/
T_sget_1.d 19 .field public static i1 I
20 .field protected static p1 I
21 .field private static pvt1 I
  /cts/tools/vm-tests/src/dot/junit/opcodes/sget_boolean/d/
T_sget_boolean_1.d 19 .field public static i1 Z
20 .field protected static p1 Z
21 .field private static pvt1 Z
  /cts/tools/vm-tests/src/dot/junit/opcodes/sget_byte/d/
T_sget_byte_1.d 19 .field public static i1 B
20 .field protected static p1 B
21 .field private static pvt1 B
  /cts/tools/vm-tests/src/dot/junit/opcodes/sget_char/d/
T_sget_char_1.d 19 .field public static i1 C
20 .field protected static p1 C
21 .field private static pvt1 C
  /cts/tools/vm-tests/src/dot/junit/opcodes/sget_object/d/
T_sget_object_1.d 19 .field public static i1 Ljava/lang/Object;
20 .field protected static p1 Ljava/lang/Object;
21 .field private static pvt1 Ljava/lang/Object;

Completed in 71 milliseconds

<<11121314151617181920>>