HomeSort by relevance Sort by last modified time
    Searched full:value (Results 751 - 775 of 15709) sorted by null

<<31323334353637383940>>

  /external/webkit/WebCore/manual-tests/
remove-form-node-with-radio-buttons-crash.html 6 doc.innerHTML = "<form name=\"gaga\"><input type=\"radio\" name=\"asdf\" id=\"chk\" value=\"A\"> Checkbox 1" +
7 "<input type=\"radio\" name=\"asdf\" value=\"B\"> Checkbox 2";
30 <input type="button" onclick="runTest()" value="Run Test">
  /external/webkit/WebCore/svg/
SVGEllipseElement.cpp 53 setCxBaseValue(SVGLength(LengthModeWidth, attr->value()));
55 setCyBaseValue(SVGLength(LengthModeHeight, attr->value()));
57 setRxBaseValue(SVGLength(LengthModeWidth, attr->value()));
58 if (rxBaseValue().value(this) < 0.0)
59 document()->accessSVGExtensions()->reportError("A negative value for ellipse <rx> is not allowed");
61 setRyBaseValue(SVGLength(LengthModeHeight, attr->value()));
62 if (ryBaseValue().value(this) < 0.0)
63 document()->accessSVGExtensions()->reportError("A negative value for ellipse <ry> is not allowed");
118 return Path::createEllipse(FloatPoint(cx().value(this), cy().value(this))
    [all...]
SVGFELightElement.cpp 44 const String& value = attr->value(); local
46 setAzimuthBaseValue(value.toFloat());
48 setElevationBaseValue(value.toFloat());
50 setXBaseValue(value.toFloat());
52 setYBaseValue(value.toFloat());
54 setZBaseValue(value.toFloat());
56 setPointsAtXBaseValue(value.toFloat());
58 setPointsAtYBaseValue(value.toFloat());
60 setPointsAtZBaseValue(value.toFloat())
    [all...]
  /external/webkit/WebKitLibraries/win/tools/vsprops/
release.vsprops 31 Value=""
36 Value=""
41 Value=""
  /frameworks/base/awt/java/awt/
Adjustable.java 27 * The Adjustable interface represents an adjustable numeric value contained
29 * region or the value of a gauge.
54 * Gets the value of the Adjustable.
56 * @return the current value of the Adjustable.
61 * Sets the value to the Adjustable object.
64 * the new value of the Adjustable object.
84 * Gets the maximum value of the Adjustable.
86 * @return the maximum value of the Adjustable.
91 * Gets the minimum value of the Adjustable.
93 * @return the minimum value of the Adjustable
    [all...]
  /frameworks/base/test-runner/src/android/test/
SimpleCache.java 31 V value = load(key); local
32 map.put(key, value);
33 return value;
  /packages/apps/Gallery3D/src/com/cooliris/media/
Shared.java 67 public static int clamp(int value, int min, int max) {
68 if (value < min) {
69 value = min;
70 } else if (value > max) {
71 value = max;
73 return value;
76 public static long clamp(long value, long min, long max) {
77 if (value < min) {
78 value = min;
79 } else if (value > max)
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/resources/configurations/
ScreenOrientationQualifier.java 44 private ScreenOrientation(String value, String displayValue) {
45 mValue = value;
50 * Returns the enum for matching the provided qualifier value.
51 * @param value The qualifier value.
52 * @return the enum for the qualifier value or null if no matching was found.
54 public static ScreenOrientation getEnum(String value) {
56 if (orient.mValue.equals(value)) {
101 public ScreenOrientationQualifier(ScreenOrientation value) {
102 mValue = value;
    [all...]
ScreenRatioQualifier.java 41 private ScreenRatio(String value, String displayValue) {
42 mValue = value;
47 * Returns the enum for matching the provided qualifier value.
48 * @param value The qualifier value.
49 * @return the enum for the qualifier value or null if no matching was found.
51 public static ScreenRatio getEnum(String value) {
53 if (orient.mValue.equals(value)) {
98 public ScreenRatioQualifier(ScreenRatio value) {
99 mValue = value;
    [all...]
ScreenSizeQualifier.java 45 private ScreenSize(String value, String displayValue) {
46 mValue = value;
51 * Returns the enum for matching the provided qualifier value.
52 * @param value The qualifier value.
53 * @return the enum for the qualifier value or null if no matching was found.
55 public static ScreenSize getEnum(String value) {
57 if (orient.mValue.equals(value)) {
102 public ScreenSizeQualifier(ScreenSize value) {
103 mValue = value;
    [all...]
TouchScreenQualifier.java 45 private TouchScreenType(String value, String displayValue) {
46 mValue = value;
51 * Returns the enum for matching the provided qualifier value.
52 * @param value The qualifier value.
53 * @return the enum for the qualifier value or null if no matching was found.
55 public static TouchScreenType getEnum(String value) {
57 if (orient.mValue.equals(value)) {
88 for (TouchScreenType value : values()) {
90 return value;
    [all...]
  /frameworks/base/api/
4.xml 41 value="&quot;android.permission.ACCESS_CHECKIN_PROPERTIES&quot;"
52 value="&quot;android.permission.ACCESS_COARSE_LOCATION&quot;"
63 value="&quot;android.permission.ACCESS_FINE_LOCATION&quot;"
74 value="&quot;android.permission.ACCESS_LOCATION_EXTRA_COMMANDS&quot;"
85 value="&quot;android.permission.ACCESS_MOCK_LOCATION&quot;"
96 value="&quot;android.permission.ACCESS_NETWORK_STATE&quot;"
107 value="&quot;android.permission.ACCESS_SURFACE_FLINGER&quot;"
118 value="&quot;android.permission.ACCESS_WIFI_STATE&quot;"
129 value="&quot;android.permission.BATTERY_STATS&quot;"
140 value="&quot;android.permission.BIND_APPWIDGET&quot;
    [all...]
  /external/webkit/WebCore/html/
HTMLImageElement.cpp 89 addCSSLength(attr, CSSPropertyWidth, attr->value());
91 addCSSLength(attr, CSSPropertyHeight, attr->value());
94 addCSSLength(attr, CSSPropertyBorderWidth, attr->value().toInt() ? attr->value() : "0");
100 addCSSLength(attr, CSSPropertyMarginTop, attr->value());
101 addCSSLength(attr, CSSPropertyMarginBottom, attr->value());
103 addCSSLength(attr, CSSPropertyMarginLeft, attr->value());
104 addCSSLength(attr, CSSPropertyMarginRight, attr->value());
108 addCSSProperty(attr, CSSPropertyVerticalAlign, attr->value());
110 if (attr->value().string()[0] == '#'
    [all...]
  /cts/tools/signature-tools/src/signature/model/
IAnnotationElement.java 21 * name and a value.
25 * Returns the value of this annotation element. The type of this value is
26 * restricted to the possible value types for annotation elements.
38 * @return the value of this annotation element
45 * declaration also contains the default value of this element which is
  /dalvik/libcore/nio/src/main/java/java/nio/
ReadWriteDirectByteBuffer.java 102 public ByteBuffer put(byte value) {
106 getBaseAddress().setByte(offset + position++, value);
111 public ByteBuffer put(int index, byte value) {
115 getBaseAddress().setByte(offset + index, value);
223 public ByteBuffer putDouble(double value) {
228 getBaseAddress().setDouble(offset + position, value, order);
234 public ByteBuffer putDouble(int index, double value) {
238 getBaseAddress().setDouble(offset + index, value, order);
243 public ByteBuffer putFloat(float value) {
248 getBaseAddress().setFloat(offset + position, value, order)
    [all...]
  /dalvik/libcore/xml/src/main/java/org/apache/xalan/processor/
ProcessorOutputElem.java 48 * Set the cdata-section-elements property from the attribute value.
50 * @param newValue non-null reference to processed attribute value.
58 * Set the doctype-public property from the attribute value.
60 * @param newValue non-null reference to processed attribute value.
68 * Set the doctype-system property from the attribute value.
70 * @param newValue non-null reference to processed attribute value.
78 * Set the encoding property from the attribute value.
80 * @param newValue non-null reference to processed attribute value.
88 * Set the indent property from the attribute value.
90 * @param newValue non-null reference to processed attribute value
    [all...]
  /external/apache-http/src/org/apache/http/message/
BasicNameValuePair.java 39 * A simple class encapsulating an attribute/value pair.
70 * a parameter value (as defined in section 3.6).
95 * Parameters are in the form of attribute/value pairs.
98 * parameter = attribute "=" value
100 * value = token | quoted-string
109 private final String value; field in class:BasicNameValuePair
112 * Default Constructor taking a name and a value. The value may be null.
115 * @param value The value
    [all...]
  /external/e2fsprogs/lib/ext2fs/
ext2_ext_attr.h 11 /* Magic value in attribute blocks */
22 __u32 h_hash; /* hash value of all attributes */
29 __u16 e_value_offs; /* offset in disk block of value */
31 __u32 e_value_size; /* size of attribute value */
32 __u32 e_hash; /* hash value of name and value */
  /external/guava/src/com/google/common/collect/
ForwardingConcurrentMap.java 39 public V putIfAbsent(K key, V value) {
40 return delegate().putIfAbsent(key, value);
43 public boolean remove(Object key, Object value) {
44 return delegate().remove(key, value);
47 public V replace(K key, V value) {
48 return delegate().replace(key, value);
  /external/icu4c/layout/
ValueRecords.cpp 17 #define Nibble(value, nibble) ((value >> (nibble * 4)) & 0xF)
18 #define NibbleBits(value, nibble) (bitsInNibble[Nibble(value, nibble)])
23 le_int16 value = values[valueIndex]; local
25 return SWAPW(value);
32 le_int16 value = values[baseIndex + valueIndex]; local
34 return SWAPW(value);
46 le_int16 value = getFieldValue(valueFormat, vrfXPlacement); local
49 fontInstance->transformFunits(value, 0, pixels)
56 le_int16 value = getFieldValue(valueFormat, vrfYPlacement); local
66 le_int16 value = getFieldValue(valueFormat, vrfXAdvance); local
76 le_int16 value = getFieldValue(valueFormat, vrfYAdvance); local
150 le_int16 value = getFieldValue(index, valueFormat, vrfXPlacement); local
160 le_int16 value = getFieldValue(index, valueFormat, vrfYPlacement); local
170 le_int16 value = getFieldValue(index, valueFormat, vrfXAdvance); local
180 le_int16 value = getFieldValue(index, valueFormat, vrfYAdvance); local
    [all...]
  /external/proguard/src/proguard/evaluation/value/
ComparisonValue.java 21 package proguard.evaluation.value;
31 private final Value value1;
32 private final Value value2;
36 * Creates a new comparison integer value of the two given scalar values.
38 public ComparisonValue(Value integerValue1,
39 Value integerValue2)
  /external/qemu/elff/
dwarf_utils.h 27 * if DWARF attribute value passed to this routine has not been recognized.
36 * DWARF form value passed to this routine has not been recognized.
45 * tag value passed to this routine has not been recognized.
53 * val - Attribute value.
57 /* Dumps DWARF attribute value to stdout.
59 * val - Attribute value.
  /external/skia/src/animator/
SkDisplayRandom.cpp 59 bool SkDisplayRandom::getProperty(int index, SkScriptValue* value) const {
64 value->fOperand.fScalar = min + SkScalarMul(max - min, relativeT);
65 value->fType = SkType_Float;
74 bool SkDisplayRandom::setProperty(int index, SkScriptValue& value) {
76 SkASSERT(value.fType == SkType_Int);
77 fRandom.setSeed(value.fOperand.fS32);
  /external/stlport/test/unit/
macro_checks.cpp 10 # error Weird WCHAR_BIT value.
82 # error Weird WCHAR_MIN or WCHAR_MAX macro value.
90 # error Weird UCHAR_MAX macro value.
98 # error Weird UINT_MAX macro value.
106 # error Weird ULONG_MAX macro value.
114 # error Weird USHRT_MAX macro value.
  /external/webkit/JavaScriptCore/runtime/
JSAPIValueWrapper.h 36 JSValue value() const { return m_value; } function in class:JSC::JSAPIValueWrapper
47 JSAPIValueWrapper(ExecState* exec, JSValue value)
49 , m_value(value)
51 ASSERT(!value.isCell());
57 inline JSValue jsAPIValueWrapper(ExecState* exec, JSValue value)
59 return new (exec) JSAPIValueWrapper(exec, value);

Completed in 133 milliseconds

<<31323334353637383940>>