/external/bluetooth/bluez/tools/ |
csr_usb.c | 103 static int do_command(uint16_t command, uint16_t seqnum, uint16_t varid, uint8_t *value, uint16_t length) 129 memcpy(cp + 14, value, length); 161 memcpy(value, rp + 13, length); 166 int csr_read_usb(uint16_t varid, uint8_t *value, uint16_t length) 168 return do_command(0x0000, seqnum++, varid, value, length); 171 int csr_write_usb(uint16_t varid, uint8_t *value, uint16_t length) 173 return do_command(0x0002, seqnum++, varid, value, length);
|
/external/dbus/dbus/ |
dbus-hash.h | 79 void *value); 110 void *value); 113 void *value); 116 void *value); 119 void *value); 122 void *value); 136 void *value);
|
/external/guava/src/com/google/common/collect/ |
EnumBiMap.java | 41 * Returns a new, empty {@code EnumBiMap} using the specified key and value 45 * @param valueType the value type 56 * mapping, in order to determine the key and value types. 99 /** Returns the associated value type. */ 105 * @serialData the key class, value class, number of entries, first key, first 106 * value, second key, second value, and so on.
|
/external/iproute2/examples/diffserv/ |
Edge2 | 19 # tag all incoming packets from host 10.2.0.24 to value 1 20 # tag all incoming packets from host 10.2.0.3 to value 2 21 # tag the rest of incoming packets from subnet 10.2.0.0/24 to value 3 36 # by ipchains to tag value 3 (The rest of the subnet packets -- not 57 value 0xb8 59 value 0x28 61 value 0x48
|
/external/opencore/nodes/pvsocketnode/config/common/ |
pvmf_socket_node_tunables.h | 27 //The value can be modified at runtime by the 39 //The value can be modified at runtime by the 52 // This can be modified at compile-time by redefining the value 65 // This can be modified at compile-time by redefining the value 76 // This can be modified at compile-time by redefining the value 86 // Using a value of zero will effectively disable multi-packet 89 // This can be modified at compile-time by redefining the value
|
/external/opencore/pvmi/pvmf/src/ |
pvmi_kvp_util.cpp | 46 // value 344 aKeyVal.value.pWChar_value = NULL; 359 in case some exception occurs while allocating memory for "value array" */ 374 aKeyVal.value.pWChar_value = OSCL_ARRAY_NEW(oscl_wchar, valuelen); 388 // Copy the value 389 if (aKeyVal.value.pWChar_value != NULL) 391 oscl_strncpy(aKeyVal.value.pWChar_value, aValString.get_cstr(), valuelen); 392 aKeyVal.value.pWChar_value[valuelen-1] = '\0'; 415 aKeyVal.value.pChar_value = NULL; 429 in case some exception occurs while allocating memory for "value array" * [all...] |
/external/qemu/hw/ |
armv7m_nvic.c | 31 static void nvic_writel(void *opaque, uint32_t offset, uint32_t value); 132 case 0x14: /* SysTick Reload Value. */ 134 case 0x18: /* SysTick Current Value. */ 150 case 0x1c: /* SysTick Calibration Value. */ 266 static void nvic_writel(void *opaque, uint32_t offset, uint32_t value) 274 s->systick.control |= value & 7; 275 if ((oldval ^ value) & SYSTICK_ENABLE) { 277 if (value & SYSTICK_ENABLE) { 290 } else if ((oldval ^ value) & SYSTICK_CLKSOURCE) { 296 case 0x14: /* SysTick Reload Value. * [all...] |
goldfish_nand.c | 323 static void nand_dev_write(void *opaque, target_phys_addr_t offset, uint32_t value) 329 s->dev = value; 331 cpu_abort(cpu_single_env, "nand_dev_write: Bad dev %x\n", value); 335 s->addr_high = value; 338 s->addr_low = value; 341 s->transfer_size = value; 344 s->data = value; 347 s->result = nand_dev_do_cmd(s, value); 444 const char *value; local 462 value = strchr(arg, '=') [all...] |
/external/qemu/ |
offset_layout.py | 34 for opt, value in options: 36 DX = int(value.replace("_", "-")) 38 DY = int(value.replace("_", "-")) 40 PX = int(value.replace("_", "-")) 42 PY = int(value.replace("_", "-")) 44 KX = int(value.replace("_", "-")) 46 KY = int(value.replace("_", "-"))
|
/external/skia/tests/ |
UtilsTest.cpp | 32 int value = rand.nextS(); local 33 int index = SkTSearch<int>(array, kSEARCH_COUNT, value, sizeof(int)); 37 index < kSEARCH_COUNT && array[index] == value); 42 REPORTER_ASSERT(reporter, value < array[index]); 44 REPORTER_ASSERT(reporter, value > array[index - 1]); 47 // we should append the new value 48 REPORTER_ASSERT(reporter, value > array[kSEARCH_COUNT - 1]);
|
/external/v8/test/mjsunit/ |
mirror-regexp.js | 90 'Unexpected value for ' + p + ' attributes'); 93 'Unexpected value for ' + p + ' propertyType'); 94 assertEquals(mirror.property(p).value().handle(), 97 assertEquals(mirror.property(p).value().value(), 98 refs.lookup(fromJSON.properties[i].ref).value, 99 'Unexpected value for ' + p);
|
/external/webkit/JavaScriptCore/tests/mozilla/ecma/Date/ |
15.9.5.23-2.js | 27 1. If the this value is not a Date object, generate a runtime error. 30 4. Set the [[Value]] property of the this value to Result(2). 31 5. Return the value of the [[Value]] property of the this value. 107 testcases[tc].reason += ( testcases[tc].passed ) ? "" : "wrong value ";
|
15.9.5.23-4.js | 27 1. If the this value is not a Date object, generate a runtime error. 30 4. Set the [[Value]] property of the this value to Result(2). 31 5. Return the value of the [[Value]] property of the this value. 118 testcases[tc].reason += ( testcases[tc].passed ) ? "" : "wrong value ";
|
15.9.5.23-5.js | 27 1. If the this value is not a Date object, generate a runtime error. 30 4. Set the [[Value]] property of the this value to Result(2). 31 5. Return the value of the [[Value]] property of the this value. 118 testcases[tc].reason += ( testcases[tc].passed ) ? "" : "wrong value ";
|
15.9.5.23-6.js | 27 1. If the this value is not a Date object, generate a runtime error. 30 4. Set the [[Value]] property of the this value to Result(2). 31 5. Return the value of the [[Value]] property of the this value. 118 testcases[tc].reason += ( testcases[tc].passed ) ? "" : "wrong value ";
|
15.9.5.23-7.js | 27 1. If the this value is not a Date object, generate a runtime error. 30 4. Set the [[Value]] property of the this value to Result(2). 31 5. Return the value of the [[Value]] property of the this value. 118 testcases[tc].reason += ( testcases[tc].passed ) ? "" : "wrong value ";
|
15.9.5.23-8.js | 27 1. If the this value is not a Date object, generate a runtime error. 30 4. Set the [[Value]] property of the this value to Result(2). 31 5. Return the value of the [[Value]] property of the this value. 107 testcases[tc].reason += ( testcases[tc].passed ) ? "" : "wrong value ";
|
15.9.5.23-9.js | 27 1. If the this value is not a Date object, generate a runtime error. 30 4. Set the [[Value]] property of the this value to Result(2). 31 5. Return the value of the [[Value]] property of the this value. 108 testcases[tc].reason += ( testcases[tc].passed ) ? "" : "wrong value ";
|
/external/webkit/JavaScriptCore/tests/mozilla/ecma/ExecutionContexts/ |
10.1.4-10.js | 46 3. If Result(2) is true, return a value of type Reference whose base object 49 5. Return a value of type Reference whose base object is null and whose 51 The result of binding an identifier is always a value of type Reference with 68 var VALUE = 12345; 69 var MYOBJECT = new Number( VALUE ); 73 testcases[tc].expect = String(VALUE); 82 testcases[tc].reason += ( testcases[tc].passed ) ? "" : "wrong value ";
|
/external/webkit/JavaScriptCore/tests/mozilla/ecma/Number/ |
15.7.1.js | 30 15.7.1.1 Return a number value (not a Number object) 31 computed by ToNumber( value ) 82 testcases[tc].reason += ( testcases[tc].passed ) ? "" : "wrong value "; 87 function MyObject( value ) { 88 this.value = value; 89 this.valueOf = new Function( "return this.value" );
|
/external/webkit/JavaScriptCore/tests/mozilla/ecma/Statements/ |
12.6.3-5-n.js | 41 for the property name and W for the value. 44 GetPropertyName(V) for the property name and W for the value. 47 9. If Result(8) is a value completion, change C to be "normal completion 48 after value V" where V is the value carried by Result(8). 93 testcases[tc].reason += ( testcases[tc].passed ) ? "" : "wrong value "; 99 this.value = 2;
|
12.6.3-6-n.js | 41 for the property name and W for the value. 44 GetPropertyName(V) for the property name and W for the value. 47 9. If Result(8) is a value completion, change C to be "normal completion 48 after value V" where V is the value carried by Result(8). 93 testcases[tc].reason += ( testcases[tc].passed ) ? "" : "wrong value "; 99 this.value = 2;
|
12.6.3-7-n.js | 41 for the property name and W for the value. 44 GetPropertyName(V) for the property name and W for the value. 47 9. If Result(8) is a value completion, change C to be "normal completion 48 after value V" where V is the value carried by Result(8). 93 testcases[tc].reason += ( testcases[tc].passed ) ? "" : "wrong value "; 99 this.value = 2;
|
12.6.3-8-n.js | 41 for the property name and W for the value. 44 GetPropertyName(V) for the property name and W for the value. 47 9. If Result(8) is a value completion, change C to be "normal completion 48 after value V" where V is the value carried by Result(8). 93 testcases[tc].reason += ( testcases[tc].passed ) ? "" : "wrong value "; 99 this.value = 2;
|
12.6.3-9-n.js | 41 for the property name and W for the value. 44 GetPropertyName(V) for the property name and W for the value. 47 9. If Result(8) is a value completion, change C to be "normal completion 48 after value V" where V is the value carried by Result(8). 93 testcases[tc].reason += ( testcases[tc].passed ) ? "" : "wrong value "; 99 this.value = 2;
|