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

1 2 3 4 5 67 8 91011>>

  /packages/apps/Email/src/org/apache/james/mime4j/field/
AddressListField.java 20 package org.apache.james.mime4j.field;
26 import org.apache.james.mime4j.field.address.AddressList;
27 import org.apache.james.mime4j.field.address.parser.ParseException;
29 public class AddressListField extends Field {
50 public Field parse(final String name, final String body, final String raw) {
DateTimeField.java 20 package org.apache.james.mime4j.field;
26 import org.apache.james.mime4j.field.datetime.DateTime;
27 import org.apache.james.mime4j.field.datetime.parser.ParseException;
31 public class DateTimeField extends Field {
52 public Field parse(final String name, final String body, final String raw) {
  /dalvik/libcore/icu/src/main/java/com/ibm/icu4jni/text/
NativeDecimalFormat.java 217 public StringBuffer formatBigDecimal(BigDecimal value, StringBuffer buffer, FieldPosition field) {
218 if (buffer == null || field == null) {
228 String fieldType = getFieldType(field.getFieldAttribute());
229 String result = format(this.addr, val.toString(), field, fieldType, null, scale);
233 public StringBuffer formatBigInteger(BigInteger value, StringBuffer buffer, FieldPosition field) {
234 if (buffer == null || field == null) {
237 String fieldType = getFieldType(field.getFieldAttribute());
238 String result = format(this.addr, value.toString(10), field, fieldType, null, 0);
242 public StringBuffer format(long value, StringBuffer buffer, FieldPosition field) {
243 if (buffer == null || field == null)
    [all...]
  /cts/tools/signature-tools/src/signature/compare/model/impl/
SigDelta.java 19 import java.lang.reflect.Field;
85 List<Field> allFields = new LinkedList<Field>();
101 for (Field field : allFields) {
102 if (!ignore.contains(field.getName())) {
103 field.setAccessible(true);
104 Object delta = field.get(this);
106 builder.append(field.getName());
  /external/qemu/hw/
qdev.h 109 #define DO_UPCAST(type, field, dev) ( __extension__ ( { \
111 -offsetof(type, field)]; \
112 container_of(dev, type, field);}))
114 #define DO_UPCAST(type, field, dev) container_of(dev, type, field)
  /frameworks/base/core/jni/
android_database_CursorWindow.cpp 135 snprintf(buf, sizeof(buf), "get field slot from row %d col %d failed", row, column);
152 field_slot_t field; local
153 err = window->read_field_slot(row, column, &field);
159 uint8_t type = field.type;
167 uint32_t size = field.data.buffer.size;
170 return strtoll((char const *)window->offsetToPtr(field.data.buffer.offset), NULL, 0);
172 String8 ascii((char16_t *) window->offsetToPtr(field.data.buffer.offset), size / 2);
202 field_slot_t field; local
203 err = window->read_field_slot(row, column, &field);
209 uint8_t type = field.type
234 field_slot_t field; local
250 field_slot_t field; local
266 field_slot_t field; local
282 field_slot_t field; local
298 field_slot_t field; local
371 field_slot_t field; local
446 field_slot_t field; local
    [all...]
  /external/proguard/src/proguard/classfile/
LibraryClass.java 43 * An extra field pointing to the superclass of this class.
44 * This field is filled out by the {@link ClassSuperHierarchyInitializer}.
49 * An extra field pointing to the interfaces of this class.
50 * This field is filled out by the {@link ClassSuperHierarchyInitializer}.
55 * An extra field pointing to the subclasses of this class.
56 * This field is filled out by the {@link ClassSubHierarchyInitializer}.
61 * An extra field in which visitors can store information.
212 public Field findField(String name, String descriptor)
216 Field field = fields[index] local
410 Field field = fields[index]; local
421 Field field = findField(name, descriptor); local
    [all...]
  /external/webkit/WebCore/bridge/jni/
JNIUtility.cpp 290 jfieldID field = env->GetFieldID(cls, name, signature); local
291 if (field) {
295 result.l = env->functions->GetObjectField(env, obj, field);
298 result.z = env->functions->GetBooleanField(env, obj, field);
301 result.b = env->functions->GetByteField(env, obj, field);
304 result.c = env->functions->GetCharField(env, obj, field);
307 result.s = env->functions->GetShortField(env, obj, field);
310 result.i = env->functions->GetIntField(env, obj, field);
313 result.j = env->functions->GetLongField(env, obj, field);
316 result.f = env->functions->GetFloatField(env, obj, field);
    [all...]
  /dalvik/tests/004-annotations/src/android/test/anno/
TestAnnotations.java 5 import java.lang.reflect.Field;
60 for (Field f: clazz.getDeclaredFields()) {
62 System.out.println(" annotations on FIELD " + f + ":");
103 Field field; local
107 field = TestAnnotations.class.getDeclaredField("thing1");
108 annotations = field.getAnnotations();
109 System.out.println(field + ": " + annotations[0].toString());
111 field = TestAnnotations.class.getDeclaredField("thing2");
112 annotations = field.getAnnotations()
    [all...]
  /external/icu4c/i18n/unicode/
dtitvfmt.h 74 * only keeps the field pattern letter and ignores all other parts
81 * might hide a field's pattern letter length.
87 * and the field's pattern letter length is honored.
90 * the field pattern length is ignored and the best match, which is defined
91 * in date time patterns, will be returned without honor the field pattern
101 * first different calendar field in above order.
116 * in en_US, if the largest different calendar field between date1 and date2
119 * If the largest different calendar field between date1 and date2 is "month",
122 * If the largest different calendar field between date1 and date2 is "day",
194 * For the calendar field pattern letter, such as G, y, M, d, a, h, H, m, s etc
    [all...]
  /dalvik/vm/mterp/x86-atom/
OP_IGET_WIDE.S 19 * Code: 64 bit instance field "get" operation. Uses no substitutions.
23 * Description: Perform the object instance field "get" operation
24 * with the identified field; load the instance value into
30 * op vA, vB, field@CCCC
43 movl %ecx, -8(%esp) # push parameter CCCC; field ref
55 movl %eax, %ecx # %ecx<- %eax; %ecx expected to hold field
59 * %ecx holds resolved field
70 movl offInstField_byteOffset(%ecx), %ecx # %ecx<- field offset
72 movq (%ecx, %edx), %xmm0 # %xmm0<- object field
73 movq %xmm0, (rFP, rINST, 4) # vA<- %xmm0; object field
    [all...]
  /dalvik/libcore/luni/src/main/java/java/io/
EmulatedFields.java 32 // A slot is a field plus its value
35 // Field descriptor
36 ObjectStreamField field; field in class:EmulatedFields.ObjectSlot
38 // Actual value this emulated field holds
41 // If this field has a default value (true) or something has been
46 * Returns the descriptor for this emulated field.
48 * @return the field descriptor
51 return field;
55 * Returns the value held by this emulated field.
57 * @return the field valu
173 ObjectStreamField field = declaredFields[i]; local
    [all...]
  /build/tools/droiddoc/src/
Stubs.java 409 FieldInfo field = enumConstants[i]; local
410 if (!field.constantLiteralValue().equals("null")){
411 stream.println(field.name() + "(" + field.constantLiteralValue()
414 stream.println(field.name() + "(" + (i==N-1 ? ");" : "),"));
434 for (FieldInfo field: cl.allSelfFields()) {
435 if (!field.isDocOnly()) {
436 if (!field.isStatic() && field.isFinal() && !fieldIsInitialized(field)) {
    [all...]
  /cts/tools/vm-tests/src/dot/junit/opcodes/iput/d/
T_iput_1.d 19 .field public st_i1 I
20 .field protected st_p1 I
21 .field private st_pvt1 I
T_iput_13.d 19 .field public st_i1 I
20 .field protected st_p1 I
21 .field private st_pvt1 I
  /cts/tools/vm-tests/src/dot/junit/opcodes/iput_boolean/d/
T_iput_boolean_1.d 19 .field public st_i1 Z
20 .field protected st_p1 Z
21 .field private st_pvt1 Z
  /cts/tools/vm-tests/src/dot/junit/opcodes/iput_byte/d/
T_iput_byte_1.d 19 .field public st_i1 B
20 .field protected st_p1 B
21 .field private st_pvt1 B
  /cts/tools/vm-tests/src/dot/junit/opcodes/iput_char/d/
T_iput_char_1.d 19 .field public st_i1 C
20 .field protected st_p1 C
21 .field private st_pvt1 C
  /cts/tools/vm-tests/src/dot/junit/opcodes/iput_short/d/
T_iput_short_1.d 19 .field public st_i1 S
20 .field protected st_p1 S
21 .field private st_pvt1 S
  /cts/tools/vm-tests/src/dot/junit/opcodes/iput_wide/d/
T_iput_wide_1.d 19 .field public st_i1 J
20 .field protected st_p1 J
21 .field private st_pvt1 J
  /cts/tools/vm-tests/src/dot/junit/opcodes/sput/d/
T_sput_1.d 19 .field public static st_i1 I
20 .field protected static st_p1 I
21 .field private static st_pvt1 I
  /cts/tools/vm-tests/src/dot/junit/opcodes/sput_boolean/d/
T_sput_boolean_1.d 19 .field public static st_i1 Z
20 .field protected static st_p1 Z
21 .field private static st_pvt1 Z
  /cts/tools/vm-tests/src/dot/junit/opcodes/sput_byte/d/
T_sput_byte_1.d 19 .field public static st_i1 B
20 .field protected static st_p1 B
21 .field private static st_pvt1 B
  /cts/tools/vm-tests/src/dot/junit/opcodes/sput_char/d/
T_sput_char_1.d 19 .field public static st_i1 C
20 .field protected static st_p1 C
21 .field private static st_pvt1 C
  /cts/tools/vm-tests/src/dot/junit/opcodes/sput_short/d/
T_sput_short_1.d 19 .field public static st_i1 S
20 .field protected static st_p1 S
21 .field private static st_pvt1 S

Completed in 293 milliseconds

1 2 3 4 5 67 8 91011>>