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

<<21222324252627282930>>

  /external/webkit/JavaScriptCore/tests/mozilla/ecma/Boolean/
15.6.4.js 27 Boolean") whose value is false.
29 The value of the internal [[Prototype]] property of the Boolean prototype
34 is the this value for the invocation of the function; it is an error if
35 this does not refer to an object for which the value of the internal
36 [[Class]] property is "Boolean". Also, the phrase "this boolean value"
37 refers to the boolean value represented by this Boolean object, that is,
38 the value of the internal [[Value]] property of this Boolean object.
73 testcases[tc].reason += ( testcases[tc].passed ) ? "" : "wrong value ";
  /external/webkit/JavaScriptCore/tests/mozilla/ecma/Date/
15.9.5.js 28 "Date") whose value is NaN.
30 The value of the internal [[Prototype]] property of the Date prototype
35 is the this value for the invocation of the function; it is an error if
36 this does not refer to an object for which the value of the internal
37 [[Class]] property is "Date". Also, the phrase "this time value" refers
38 to the number value for the time represented by this Date object, that is,
39 the value of the internal [[Value]] property of this Date object.
77 testcases[tc].reason += ( testcases[tc].passed ) ? "" : "wrong value ";
  /external/webkit/JavaScriptCore/tests/mozilla/ecma/ExecutionContexts/
10.2.3-2.js 31 { DontDelete }. The caller provides the this value. If the this value
33 null), then the this value is the global object.
72 testcases[tc].reason += ( testcases[tc].passed ) ? "" : "wrong value ";
78 function MyFunction( value ) {
79 var x = value;
83 function MyOtherFunction(value) {
84 var x = value;
87 function MyObject( value ) {
  /external/webkit/WebCore/bindings/v8/
SerializedScriptValue.h 43 // Creates a serialized representation of the given V8 value.
44 static PassRefPtr<SerializedScriptValue> create(v8::Handle<v8::Value> value)
46 return adoptRef(new SerializedScriptValue(value));
49 // Creates a serialized value with the given data obtained from a
62 // Creates an empty serialized value.
77 // Deserializes the value (in the current context). Returns an
79 v8::Local<v8::Value> deserialize();
89 explicit SerializedScriptValue(v8::Handle<v8::Value>);
  /external/webkit/WebCore/platform/network/
FormDataBuilder.h 39 void setIsPostMethod(bool value) { m_isPostMethod = value; }
42 void setIsMultiPartForm(bool value) { m_isMultiPartForm = value; }
45 void setEncodingType(const String& value) { m_encodingType = value; }
48 void setAcceptCharset(const String& value) { m_acceptCharset = value; }
64 static void addKeyValuePairAsFormData(Vector<char>&, const CString& key, const CString& value);
  /external/webkit/WebCore/svg/
SVGFEBlendElement.cpp 43 const String& value = attr->value(); local
45 if (value == "normal")
47 else if (value == "multiply")
49 else if (value == "screen")
51 else if (value == "darken")
53 else if (value == "lighten")
56 setIn1BaseValue(value);
58 setIn2BaseValue(value);
SVGFETurbulenceElement.cpp 49 const String& value = attr->value(); local
51 if (value == "fractalNoise")
53 else if (value == "turbulence")
56 if (value == "stitch")
58 else if (value == "nostitch")
62 if (parseNumberOptionalNumber(value, x, y)) {
67 setSeedBaseValue(value.toFloat());
69 setNumOctavesBaseValue(value.toUIntStrict());
  /external/webkit/WebCore/svg/animation/
SMILTime.cpp 35 // Just a big value smaller than DBL_MAX. Our times are relative to 0, we don't really need the full range.
44 return a.value() + b.value();
53 return a.value() - b.value();
60 if (a.value() == 0 || b.value() == 0)
64 return a.value() * b.value();
  /dalvik/libcore/xml/src/main/java/org/apache/xalan/processor/
XSLTAttributeDef.java 88 * @param defaultVal The default value for this attribute.
112 * @param k1 The XSLT name of the enumerated value.
114 * @param k2 The XSLT name of the enumerated value.
143 * @param k1 The XSLT name of the enumerated value.
145 * @param k2 The XSLT name of the enumerated value.
147 * @param k3 The XSLT name of the enumerated value.
176 * @param errorType the type of error to issue if validation fails. One of FATAL, ERROR, WARNING. * @param k1 The XSLT name of the enumerated value.
178 * @param k2 The XSLT name of the enumerated value.
180 * @param k3 The XSLT name of the enumerated value.
182 * @param k4 The XSLT name of the enumerated value
1601 Object value = processValue(handler, attrUri, attrLocalName, local
    [all...]
  /external/v8/src/
objects-inl.h 47 value_ = smi->value();
58 Smi* smi = Smi::FromInt(AsSmi()->value() | DeletedField::encode(1));
72 void holder::set_##name(int value) { WRITE_INT_FIELD(this, offset, value); }
77 void holder::set_##name(type* value, WriteBarrierMode mode) { \
78 WRITE_FIELD(this, offset, value); \
86 Object* value = READ_FIELD(this, offset); \
87 return Smi::cast(value)->value(); \
89 void holder::set_##name(int value) { \
678 double value = HeapNumber::cast(this)->value(); local
775 int Smi::value() { function in class:v8::internal::Smi
842 intptr_t Failure::value() const { function in class:v8::internal::Failure
858 int value = static_cast<int>(requested << kSpaceTagSize) | NEW_SPACE; local
    [all...]
  /frameworks/base/api/
8.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.ACCOUNT_MANAGER&quot;"
140 value="&quot;android.permission.AUTHENTICATE_ACCOUNTS&quot;
    [all...]
current.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.ACCOUNT_MANAGER&quot;"
140 value="&quot;android.permission.AUTHENTICATE_ACCOUNTS&quot;
    [all...]
  /cts/tests/tests/provider/src/android/provider/cts/
BrowserTest.java 77 ContentValues value = new ContentValues(); local
79 value.put(BookmarkColumns._ID, cursor.getInt(0));
80 value.put(BookmarkColumns.TITLE, cursor.getString(1));
81 value.put(BookmarkColumns.URL, cursor.getString(2));
82 value.put(BookmarkColumns.VISITS, cursor.getInt(3));
83 value.put(BookmarkColumns.DATE, cursor.getLong(4));
84 value.put(BookmarkColumns.CREATED, cursor.getLong(5));
85 value.put(BookmarkColumns.BOOKMARK, cursor.getInt(7));
86 value.put(BookmarkColumns.FAVICON, cursor.getBlob(8));
87 mBookmarksBackup.add(value);
97 ContentValues value = new ContentValues(); local
218 ContentValues value = new ContentValues(); local
256 ContentValues value = new ContentValues(); local
    [all...]
  /cts/tools/dx-tests/src/dxc/junit/opcodes/areturn/jm/
T_areturn_7.java 23 Integer value = new Integer(0); field in class:T_areturn_7
33 Integer c = new Integer(value.intValue() + 1);
35 value = c;
37 if(c != value)
58 if(test.value.intValue() != CNT * 2)
  /cts/tools/dx-tests/src/dxc/junit/opcodes/dreturn/jm/
T_dreturn_7.java 21 double value = 0; field in class:T_dreturn_7
31 value++;
32 double c = value;
34 if(c != value)
55 if(test.value != CNT * 2)
  /cts/tools/dx-tests/src/dxc/junit/opcodes/freturn/jm/
T_freturn_7.java 21 float value = 0; field in class:T_freturn_7
31 value++;
32 float c = value;
34 if(c != value)
55 if(test.value != CNT * 2)
  /cts/tools/dx-tests/src/dxc/junit/opcodes/invokeinterface/jm/
T_invokeinterface_19.java 22 int value = 0; field in class:T_invokeinterface_19
32 value++;
33 int c = value;
35 if(c != value)
65 if(test.value != CNT * 2)
  /cts/tools/dx-tests/src/dxc/junit/opcodes/invokespecial/jm/
T_invokespecial_22.java 21 int value = 0; field in class:T_invokespecial_22
31 value++;
32 int c = value;
34 if(c != value)
54 if(test.value != CNT * 2)
  /cts/tools/dx-tests/src/dxc/junit/opcodes/invokestatic/jm/
T_invokestatic_12.java 21 static int value = 0; field in class:T_invokestatic_12
31 value++;
32 int c = value;
34 if(c != value)
54 if(value != CNT * 2)
  /cts/tools/dx-tests/src/dxc/junit/opcodes/invokevirtual/jm/
T_invokevirtual_2.java 21 int value = 0; field in class:T_invokevirtual_2
31 value++;
32 int c = value;
34 if(c != value)
54 if(test.value != CNT * 2)
  /cts/tools/dx-tests/src/dxc/junit/opcodes/ireturn/jm/
T_ireturn_7.java 21 int value = 0; field in class:T_ireturn_7
31 value++;
32 int c = value;
34 if(c != value)
55 if(test.value != CNT * 2)
  /cts/tools/dx-tests/src/dxc/junit/opcodes/lreturn/jm/
T_lreturn_7.java 23 long value = 0; field in class:T_lreturn_7
33 value++;
34 long c = value;
36 if(c != value)
57 if(test.value != CNT * 2)
  /cts/tools/dx-tests/src/dxc/junit/opcodes/opc_return/jm/
T_opc_return_2.java 21 int value = 0; field in class:T_opc_return_2
31 value++;
32 int c = value;
34 if(c != value)
54 if(test.value != CNT * 2)
  /cts/tools/signature-tools/src/signature/model/impl/
SigAnnotationElement.java 28 private Object value; field in class:SigAnnotationElement
39 return value;
42 public void setValue(Object value) {
43 this.value = value;
  /dalvik/libcore/concurrent/src/main/java/java/util/concurrent/atomic/
AtomicReferenceArray.java 82 * Gets the current value at position {@code i}.
85 * @return the current value
92 * Sets the element at position {@code i} to the given value.
95 * @param newValue the new value
103 * value and returns the old value.
106 * @param newValue the new value
107 * @return the previous value
119 * updated value if the current value {@code ==} the expected value
    [all...]

Completed in 362 milliseconds

<<21222324252627282930>>