/external/webkit/JavaScriptCore/tests/mozilla/ecma/Date/ |
15.9.5.4-2-n.js | 27 1. If the this value is not an object whose [[Class]] property is "Date", 29 2. Return this time value. 51 function MyDate( value ) { 52 this.value = value; 63 testcases[tc].reason += ( testcases[tc].passed ) ? "" : "wrong value ";
|
/external/webkit/JavaScriptCore/tests/mozilla/ecma_2/Exceptions/ |
date-001.js | 6 This function returns a string value. The contents of the string are 11 this value is not a Date object. Therefore it cannot be transferred to 52 function MyObject( value ) { 53 this.value = value; 54 this.valueOf = new Function( "return this.value" );
|
/external/webkit/JavaScriptCore/tests/mozilla/ecma_2/Statements/ |
try-007.js | 57 function TryObject( value, fun, exception ) { 58 this.value = value; 62 this.valueOf = function () { return this.value; } 86 (object.exception ? EXCEPTION_STRING +": " + object.value : object.value),
|
/external/webkit/WebCore/html/ |
FormDataList.h | 34 void appendData(const String& key, const String& value) 35 { appendString(key); appendString(value); } 36 void appendData(const String& key, const CString& value) 37 { appendString(key); appendString(value); } 38 void appendData(const String& key, int value) 39 { appendString(key); appendString(String::number(value)); }
|
/external/webkit/WebCore/svg/ |
SVGStopElement.cpp | 47 const String& value = attr->value(); local 48 if (value.endsWith("%")) 49 setOffsetBaseValue(value.left(value.length() - 1).toFloat() / 100.0f); 51 setOffsetBaseValue(value.toFloat());
|
/frameworks/base/core/java/android/util/ |
LongSparseArray.java | 63 * Sets all supplied keys to the given unique value. 65 * @param uniqueValue Value to set all supplied keys to 145 * Adds a mapping from the specified key to the specified value, 149 public void put(long key, E value) { 153 mValues[i] = value; 159 mValues[i] = value; 191 mValues[i] = value; 197 * Returns the number of key-value mappings that this SparseArray 210 * the key from the <code>index</code>th key-value mapping that this 223 * the value from the <code>index</code>th key-value mapping that thi [all...] |
/packages/apps/Camera/tests/src/com/android/camera/gallery/ |
LruCacheUnitTests.java | 11 Integer value = Integer.valueOf(3); local 12 cache.put(key, value); 13 assertEquals(value, cache.get(key)); 19 Integer value = new Integer(3); local 20 cache.put(key, value); 25 assertEquals(value, cache.get(key));
|
/packages/apps/Gallery/tests/src/com/android/camera/gallery/ |
LruCacheUnitTests.java | 11 Integer value = Integer.valueOf(3); local 12 cache.put(key, value); 13 assertEquals(value, cache.get(key)); 19 Integer value = new Integer(3); local 20 cache.put(key, value); 25 assertEquals(value, cache.get(key));
|
/system/core/toolbox/ |
r.c | 9 fprintf(stderr,"r [-b|-s] <address> [<value>]\n"); 16 unsigned addr, value; local 36 value = strtoul(argv[2], 0, 16); 56 if(set) *x = value; 62 if(set) *x = value; 68 if(set) *x = value;
|
/external/easymock/src/org/easymock/ |
MockControl.java | 83 * object will return an empty value (0, null, false).
174 * will react by returning the provided return value.
176 * @param value
177 * the return value.
183 public void setReturnValue(Object value) {
185 "method call on the mock needed before setting return value")
186 .andReturn(value).once();
231 * number of times, and will react by returning the provided return value.
233 * @param value
234 * the return value. [all...] |
/external/icu4c/common/ |
ucnv_ext.h | 52 * The lookup value of a unit points to another table that is to be searched 81 * which are output value limits in the data structure. 155 * Array of byte/value pairs for lookups for toUnicode conversion. 158 * a default value for when the lookup in this section yields no match. 170 * Each uint32_t contains an input byte value in bits 31..24 and the 171 * corresponding lookup value in bits 23..0. 172 * Interpret the value as follows: 173 * if(value==0) { 175 * } else if(value<0x1f0000) { 176 * partial match - use value as index to the next toUTable sectio [all...] |
/dalvik/libcore/luni-kernel/src/main/java/java/lang/reflect/ |
Field.java | 45 * and the field's value can be accessed dynamically. 219 * Returns the value of the field in the specified object. This reproduces 222 * If the type of this field is a primitive type, the field value is 237 * @return the field value, possibly wrapped 251 * Returns the value of the field in the specified object as a {@code 265 * @return the field value 280 * Returns the value of the field in the specified object as a {@code byte}. 294 * @return the field value 308 * Returns the value of the field in the specified object as a {@code char}. 322 * @return the field value [all...] |
/dalvik/libcore/luni/src/main/java/java/util/ |
Map.java | 23 * in which each key is mapped to a single value. The class of the objects 29 * the key/value pairs. 34 * {@code Map.Entry} is a key/value mapping contained in a {@code Map}. 40 * same key and value. 58 * Returns the value. 60 * @return the value 66 * equal return the same value for this method. 74 * Sets the value of this entry to the specified value, replacing any 75 * existing value [all...] |
/dalvik/libcore/xml/src/main/java/org/xml/sax/ext/ |
Locator2Impl.java | 64 * Returns the current value of the version property. 66 * @return the current value of the version property. 74 * Returns the current value of the encoding property. 76 * @return the current value of the encoding property. 89 * Assigns the current value of the version property. 91 * @param version the new "version" value 98 * Assigns the current value of the encoding property. 100 * @param encoding the new "encoding" value
|
/dalvik/vm/mterp/armv5te/ |
OP_RETURN_WIDE.S | 3 * Return a 64-bit value. Copies the return value into the "glue"
|
/external/bluetooth/bluez/test/ |
list-devices | 39 value = properties[key] variable 41 list = extract_objects(value) 44 print " %s = %s" % (key, value) 58 value = properties[key] variable 60 list = extract_objects(value) 63 list = extract_uuids(value) 66 print " %s = 0x%06x" % (key, value) 68 print " %s = %s" % (key, value)
|
/external/dbus/dbus/ |
dbus-resources.c | 56 long value; /**< current counter value */ member in struct:DBusCounter 58 long notify_guard_value; /**< call notify function when crossing this value */ 86 counter->value = 0; 132 * Adjusts the value of the counter by the given 138 * @param delta value to add to the counter's current value 144 long old = counter->value; 146 counter->value += delta; 150 old, delta, counter->value); [all...] |
/external/icu4c/i18n/ |
bms.cpp | 19 #define STATIC_CAST(type,value) static_cast<type>(value) 20 #define CONST_CAST(type,value) const_cast<type>(value) 22 #define STATIC_CAST(type,value) (type) (value) 23 #define CONST_CAST(type,value) (type) (value)
|
/external/jsr305/ri/src/main/java/javax/annotation/ |
Nonnull.java | 20 Object value) { 21 if (value == null)
|
/external/jsr305/sampleUses/src/main/java/ |
FixedLengthString.java | 13 int value(); method in interface:FixedLengthString 21 if (s.length() == annotation.value())
|
/external/junit/src/junit/swingui/ |
ProgressBar.java | 35 public void step(int value, boolean successful) { 36 setValue(value);
|
/external/oprofile/daemon/ |
opd_cookie.h | 20 * Shift value to remove trailing zero on a dcookie value, 7 is sufficient
|
/external/proguard/src/proguard/evaluation/value/ |
InstructionOffsetValue.java | 21 package proguard.evaluation.value; 44 public InstructionOffsetValue(int value) 46 this.values = new int[] { value }; 69 * Returns whether the given value is present in this list of instruction 72 public boolean contains(int value) 78 if (values[index] == value) 90 * Returns the minimum value from this list of instruction offsets. 101 int value = values[index]; local 103 if (minimumValue > value) 105 minimumValue = value; 126 int value = values[index]; local [all...] |
ValueFactory.java | 21 package proguard.evaluation.value; 27 * This class provides methods to create and reuse Value objects. 33 // Shared copies of Value objects, to avoid creating a lot of objects. 45 * Creates a new Value of the given type. 49 public Value createValue(String type, Clazz referencedClass, boolean mayBeNull) 71 * Creates a new IntegerValue with an undefined value. 79 * Creates a new IntegerValue with a given particular value. 81 public IntegerValue createIntegerValue(int value) 88 * Creates a new LongValue with an undefined value. 96 * Creates a new LongValue with a given particular value [all...] |
/external/qemu/ |
varint.h | 14 extern char *varint_encode(uint64_t value, char *buf); 15 extern char *varint_encode_signed(int64_t value, char *buf);
|