HomeSort by relevance Sort by last modified time
    Searched full:field (Results 101 - 125 of 5019) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/iptables/extensions/
libipt_DSCP.man 6 Set the DSCP field to a numerical value (can be decimal or hex)
9 Set the DSCP field to a DiffServ class.
  /external/kernel-headers/original/linux/netfilter_ipv4/
ipt_dscp_.h 1 /* iptables module for matching the IPv4 DSCP field
6 * See RFC2474 for a description of the DSCP field within the IP Header.
  /dalvik/dx/src/com/android/dx/dex/file/
FieldIdItem.java 22 * Representation of a field reference inside a Dalvik file.
28 * @param field {@code non-null;} the constant for the field
30 public FieldIdItem(CstFieldRef field) {
31 super(field);
50 * Gets the field constant.
  /external/webkit/WebCore/manual-tests/
input-type-file-autocomplete-frame-1.html 3 <p><b>BUG ID:</b> <a href="<rdar://problem/4532113> REGRESSION (NativeTextField): Crash occurs after modifying field then reloading page -[FormDelegate frameLayoutHasChanged:]">4532113</a> REGRESSION (NativeTextField): Crash occurs after modifying field then reloading page -[FormDelegate frameLayoutHasChanged:]</p>
8 <li> type something in the input field, and press enter to register it with autofill
9 <li> clear the field and type part of the same string you did previously
10 <li> without ever removing focus from the input field, select the suggestion autofill suggests
11 <li> refresh the page or go to a bookmark (don't remove focus from the input field)
text-field-autoscroll.html 7 <p><b>BUG ID:</b> <a href="http://bugs.webkit.org/show_bug.cgi?id=8496">Bugzilla #8496</a> REGRESSION: Dragging to select text around a text field causes the text field to scroll</p>
10 Start dragging in the text above the text field. Stop where it says "HERE".</p>
13 The text field should not autoscroll its text during this drag.
17 If the text field scrolls, the test has failed.
21 End dragging ............................HERE........watch the text field scroll.
  /dalvik/docs/opcodes/
opcode-59-iput.html 17 Perform the identified object instance field operation with the identified
18 field, loading or storing into the value register.
22 field argument to be a more direct offset.
38 <td>i<i>instanceop</i> vA, vB, field@CCCC<br/>
49 <code>C:</code> instance field reference index (16 bits)</td>
68 C must be a valid index into the field reference pool.
71 The field must be an instance field. The type of the field denoted by C must
76 assignment-compatible to the type of the field
    [all...]
opcode-67-sput.html 17 Perform the identified object static field operation with the identified static
18 field, loading or storing into the value register.
22 field argument to be a more direct offset.
38 <td>s<i>staticop</i> vAA, field@BBBB<br/>
48 <code>B:</code> static field reference index (16 bits)</td>
64 B must be a valid index into the field reference pool.
67 The field must be static. The type of the field denoted by C must match the
72 assignment-compatible to the type of the field.
81 field, that is, &lt;class&gt;.&lt;field&gt;'=vA
    [all...]
  /dalvik/vm/native/
java_lang_reflect_Field.c 18 * java.lang.reflect.Field
25 * Get the address of a field from an object. This can be used with "get"
28 * "declaringClass" is the class in which the field was declared. For an
29 * instance field, "obj" is the object that holds the field data; for a
30 * static field its value is ignored.
32 * "If the underlying field is static, the class that declared the
33 * field is initialized if it has not already been initialized."
40 * attempting to set a protected field from an unrelated class causes an
42 * the field causes an IllegalArgumentException. If code does both at th
62 Field* field; local
151 Field* field; local
372 Field* field; local
393 Field* field; local
    [all...]
  /dalvik/libcore/security/src/test/java/tests/security/permissions/
JavaLangReflectAccessibleObjectTest.java 11 import java.lang.reflect.Field;
39 private int field; field in class:JavaLangReflectAccessibleObjectTest.TestClass
64 Field field = TestClass.class.getDeclaredField("field"); local
65 field.setAccessible(true);
94 Field field = TestClass.class.getDeclaredField("field"); local
95 field.setAccessible(TestClass.class.getDeclaredFields(), true)
    [all...]
  /external/jdiff/src/jdiff/
FieldAPI.java 7 * Class to represent a field, analogous to FieldDoc in the
11 * comparison based upon everything that is known about this field.
17 /** Name of the field. */
20 /** Type of the field. */
24 * The fully qualified name of the class or interface this field is
25 * inherited from. If this is null, then the field is defined locally
30 /** Set if this field is transient. */
33 /** Set if this field is volatile. */
36 /** If non-null, this is the value of this field. */
100 * Tests two fields, using just the field name, used by indexOf()
    [all...]
  /external/proguard/src/proguard/classfile/attribute/annotation/visitor/
ElementValueVisitor.java 40 // public void visitConstantElementValue( Clazz clazz, Field field, Annotation annotation, ConstantElementValue constantElementValue);
41 // public void visitEnumConstantElementValue(Clazz clazz, Field field, Annotation annotation, EnumConstantElementValue enumConstantElementValue);
42 // public void visitClassElementValue( Clazz clazz, Field field, Annotation annotation, ClassElementValue classElementValue);
43 // public void visitAnnotationElementValue( Clazz clazz, Field field, Annotation annotation, AnnotationElementValue annotationElementValue);
44 // public void visitArrayElementValue( Clazz clazz, Field field, Annotation annotation, ArrayElementValue arrayElementValue)
    [all...]
  /dalvik/libcore/xml/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...]
  /dalvik/libcore/text/src/main/java/java/text/
DateFormat.java 119 * <li>align any particular field.
174 * The {@code FieldPosition} selector for 'G' field alignment, corresponds
175 * to the {@link Calendar#ERA} field.
180 * The {@code FieldPosition} selector for 'y' field alignment, corresponds
181 * to the {@link Calendar#YEAR} field.
186 * The {@code FieldPosition} selector for 'M' field alignment, corresponds
187 * to the {@link Calendar#MONTH} field.
192 * The {@code FieldPosition} selector for 'd' field alignment, corresponds
193 * to the {@link Calendar#DATE} field.
198 * The {@code FieldPosition} selector for 'k' field alignment, correspond
    [all...]
  /external/proguard/src/proguard/classfile/editor/
ClassEditor.java 118 * Adds the given field.
120 public void addField(Field field)
123 Field[] fields = targetClass.fields;
125 // Make sure there is enough space for the new field.
137 System.out.println(targetClass.getName()+": adding field ["+field.getName(targetClass)+" "+field.getDescriptor(targetClass)+"]");
140 // Add the field.
141 fields[targetClass.u2fieldsCount++] = field;
    [all...]
  /dalvik/libcore/concurrent/src/main/java/java/util/concurrent/atomic/
AtomicIntegerFieldUpdater.java 23 * Because this class cannot ensure that all uses of the field
30 * @param <T> The type of the object holding the updatable field
34 * Creates and returns an updater for objects with the given field.
38 * @param tclass the class of the objects holding the field
39 * @param fieldName the name of the field to be updated
41 * @throws IllegalArgumentException if the field is not a
44 * exception if the class does not hold field or is the wrong type
57 * Atomically sets the field of the given object managed by this updater
61 * necessarily with respect to other changes in the field.
63 * @param obj An object whose field to conditionally se
237 Field field = null; local
    [all...]
  /external/proguard/src/proguard/optimize/evaluation/
StoringInvocationUnit.java 81 generalizeFieldClassValue((Field)referencedMember, value);
96 generalizeFieldValue((Field)referencedMember, value);
133 private static void generalizeFieldClassValue(Field field, ReferenceValue value)
135 FieldOptimizationInfo info = FieldOptimizationInfo.getFieldOptimizationInfo(field);
143 public static ReferenceValue getFieldClassValue(Field field)
145 FieldOptimizationInfo info = FieldOptimizationInfo.getFieldOptimizationInfo(field);
152 private static void generalizeFieldValue(Field field, Value value
    [all...]
  /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/tests/res/anim/
lineartest.xml 27 <set target="paint" field="linearText" to="true"/>
28 <set target="col" field="color" to="black"/>
29 <animate target="paint" id="grow" field="textSize" from="12" to="15" dur=".25"/>
34 <set target="paint" field="linearText" to="false"/>
39 <set target="col" field="color" to="gray"/>
40 <animate target="paint" id="shrink" field="textSize" from="15" to="12" dur=".25"/>
45 <set target="paint" field="linearText" to="false"/>
  /dalvik/libcore/luni-kernel/src/main/java/org/apache/harmony/kernel/vm/
ReflectionAccess.java 20 import java.lang.reflect.Field;
39 * Gets a clone of the given field.
41 * @param field non-null; the field to clone
44 public Field clone(Field field);
  /dalvik/libcore/luni/src/main/java/java/io/
ObjectStreamField.java 34 * Describes a field for the purpose of serialization. Classes can define the
46 // Declared name of the field
49 // Declared type of the field
52 // offset of this field in the object
83 * the name of the field.
85 * the type of the field.
102 * the name of the field.
104 * the type of the field.
106 * {@code true} if the field is written and read unshared;
127 * A String representing the type of the field
    [all...]
  /external/icu4c/i18n/unicode/
calendar.h 83 * A <code>Calendar</code> object can produce all the time field values
97 * the Gregorian calendar, the default for a field is the same as that of the
105 * most recently set single field, will be used.
152 * <code>Calendar</code> provides an API for field "rolling", where fields
159 * adding the specified (signed) amount of time to a particular time field.
169 * Field IDs for date and time. Used to specify date/time fields. ERA is calendar
207 * who create locale resources for the field of first-day-of-week should be aware of
393 * to previous calls to set time field values. The time specified is non-local UTC
398 * previously set in the time field is invalid or restricted by
412 * set in the time field is invalid or restricted b
    [all...]
  /dalvik/vm/mterp/x86-atom/
OP_SPUT_WIDE.S 19 * Code: Generic 32-bit static field "put" operation. Uses no substitutions.
23 * Description: Perform the identified object static field operation
24 * with the identified static field; store the field value
43 movq %xmm0, offStaticField_value(%ecx) # field value<- field value
48 * Continuation if the field has not yet been resolved.
49 * %edx: BBBB field ref
55 movl %edx, -4(%esp) # push parameter CCCC; field ref
  /external/icu4c/tools/ctestfw/unicode/
udbgutil.h 49 * @param field field number
52 T_CTEST_API const char * T_CTEST_EXPORT2 udbg_enumName(UDebugEnumType type, int32_t field);
65 * @param field field number
66 * @return should be equal to 'field' or -1 if out of range.
68 T_CTEST_API int32_t T_CTEST_EXPORT2 udbg_enumArrayValue(UDebugEnumType type, int32_t field);
71 * Locate the specified field value by name.
74 * @return should be a field value or -1 if not found.
  /external/dbus/dbus/
dbus-marshal-header.c 65 /** Offset to first field in header */
70 unsigned char code; /**< the field code */
87 /** Macro to look up the correct type for a field */
88 #define EXPECTED_TYPE_OF_FIELD(field) (_dbus_header_field_types[field].type)
145 * Caches one field
148 * @param field_code the field
149 * @param variant_reader the reader for the variant in the field
160 _dbus_verbose ("cached value_pos %d for field %d\n",
221 * Checks for a field, updating the cache if required
    [all...]
  /dalvik/libcore/luni-kernel/src/main/java/java/lang/reflect/
ReflectionAccessImpl.java 41 public Field clone(Field field) {
42 return new Field(field);

Completed in 2313 milliseconds

1 2 3 45 6 7 8 91011>>