/external/icu4c/test/cintltst/ |
chashtst.c | 32 int32_t value, 211 log_err("FAIL: uhash_put() with value=NULL didn't remove the key value pair\n"); 216 log_err("FAIL: uhash_put() with value!=NULL should fail when status != U_ZERO_ERROR \n"); 222 log_err("FAIL: uhash_put() with value!=NULL didn't replace the key value pair\n"); 338 int32_t value, 342 uhash_puti(hash, (void*) key, value, &status); 347 log_err("FAIL: uhash_put(%s) returned old value %ld; expected %ld\n", 350 log_verbose("Ok: uhash_put(%s, %d) returned old value %ld\n" 359 int32_t value = uhash_geti(hash, key); local 375 int32_t value = uhash_removei(hash, key); local [all...] |
/external/v8/test/mjsunit/ |
mirror-object.js | 114 assertEquals(properties[i].value().handle(), fromJSON.properties[i].ref, 'Unexpected serialized handle'); 137 assertEquals(properties[i].value().type(), o.type, 'Unexpected serialized property type for ' + name); 138 if (properties[i].value().isPrimitive()) { 140 if (properties[i].value().isNumber() && isNaN(properties[i].value().value())) { 141 assertEquals('NaN', o.value, 'Unexpected serialized property value for ' + name); 143 assertEquals(properties[i].value().value(), o.value, 'Unexpected serialized property value for ' + name) [all...] |
/frameworks/base/core/java/android/preference/ |
Preference.java | 51 * the value. 113 * Interface definition for a callback to be invoked when the value of this 116 * to prevent setting and/or persisting the value. 125 * @param newValue The new value of the Preference. 126 * @return True to update the state of the Preference with the new value. 182 * may either be an attribute resource, whose value will be 280 * Called when a Preference is being inflated and the default value 282 * different value types, the subclass should get and return the default 283 * value which will be its value type [all...] |
/frameworks/base/core/jni/ |
android_util_EventLog.cpp | 48 * static native int writeEvent(int tag, int value) 51 jint tag, jint value) 53 return android_btWriteLog(tag, EVENT_TYPE_INT, &value, sizeof(value)); 58 * static native int writeEvent(long tag, long value) 61 jint tag, jlong value) 63 return android_btWriteLog(tag, EVENT_TYPE_LONG, &value, sizeof(value)); 68 * static native int writeEvent(int tag, String value) 71 jint tag, jstring value) { [all...] |
/external/v8/test/cctest/ |
test-api.cc | 52 using ::v8::Value; 65 Local<Value> result = CompileRun(code); 73 Local<Value> result = CompileRun(code); 79 static void ExpectObject(const char* code, Local<Value> expected) { 80 Local<Value> result = CompileRun(code); 86 static v8::Handle<Value> IncrementingSignatureCallback( 97 static v8::Handle<Value> SignatureCallback(const v8::Arguments& args) { 140 v8::Handle<Value>(), 186 v8::FunctionTemplate::New(SignatureCallback, v8::Handle<Value>(), sig); 190 v8::Handle<Value> value1 = CompileRun("Fun1(4) == '';") 245 char* value = i::NewArray<char>(undef_str->Length() + 1); local 354 Local<Value> value = script->Run(); local 378 Local<Value> value = script->Run(); local 403 Local<Value> value = script->Run(); local 429 Local<Value> value = script->Run(); local 613 Local<Value> value = script->Run(); local 733 int32_t value = 239; local 742 int32_t value = i::Smi::kMaxValue; local 760 int32_t value = local 773 uint32_t value = 239; local 782 uint32_t value = static_cast<uint32_t>(i::Smi::kMaxValue); local 793 uint32_t value = static_cast<uint32_t>(i::Smi::kMaxValue) + 1; local 805 uint32_t value = INT32_MAX_AS_UINT + 1; local 3755 v8::Handle<Value> value = local 3757 CHECK_EQ(v8::True(), value); local 4558 v8::Handle<Value> value; local 4639 v8::Handle<Value> value; local 4704 v8::Handle<Value> value = v8_compile("other.accessible")->Run(); local 4767 v8::Handle<Value> value; local 4916 v8::Handle<Value> value; local 4985 v8::Handle<Value> value; local 5045 Local<Value> value = Script::Compile(v8_str("i.x"))->Run(); local 5079 Local<Value> value = Script::Compile(v8_str("x"))->Run(); local 5088 Local<Value> value = Script::Compile(v8_str("x"))->Run(); local 5159 Local<Value> value = local 5332 Local<Value> value = CompileRun("(new Fun()).constructor === Fun"); local 5343 Local<Value> value = CompileRun( local 5528 Local<Value> value = script->Run(); local 5558 Local<Value> value; local 5657 v8::Handle<Value> value = CompileRun( local 5702 v8::Handle<Value> value = CompileRun( local 5722 v8::Handle<Value> value = CompileRun(source); local 5903 v8::Handle<Value> value = CompileRun( local 5923 v8::Handle<Value> value = CompileRun( local 5942 v8::Handle<Value> value = CompileRun( local 5972 v8::Handle<Value> value = CompileRun( local 6000 v8::Handle<Value> value = CompileRun( local 6032 v8::Handle<Value> value = CompileRun( local 6080 v8::Handle<Value> value = CompileRun( local 6093 v8::Handle<Value> value = CompileRun( local 6125 v8::Handle<Value> value = CompileRun( local 6142 v8::Handle<Value> value = CompileRun( local 6172 v8::Handle<Value> value = CompileRun( local 6190 v8::Handle<Value> value = CompileRun( local 6228 v8::Handle<Value> value = CompileRun( local 6251 v8::Handle<Value> value = CompileRun( local 6271 v8::Handle<Value> value = CompileRun( local 6301 v8::Handle<Value> value = CompileRun( local 6328 v8::Handle<Value> value = CompileRun( local 6405 v8::Handle<Value> value = CompileRun( local 6432 v8::Handle<Value> value = CompileRun( local 6462 v8::Handle<Value> value = CompileRun( local 6498 v8::Handle<Value> value = CompileRun( local 6535 v8::Handle<Value> value = CompileRun( local 6569 v8::Handle<Value> value = CompileRun( local 6592 v8::Handle<Value> value = CompileRun( local 6618 v8::Handle<Value> value = CompileRun( local 6657 v8::Handle<Value> value = CompileRun( local 6704 v8::Handle<Value> value = CompileRun( local 6746 v8::Handle<Value> value = CompileRun( local 6767 v8::Handle<Value> value = CompileRun("obj.x"); local 6782 v8::Handle<Value> value = CompileRun("obj[42]"); local 6843 Local<Value> value = v8_compile("o.f")->Run(); local 6878 Local<Value> value = v8_compile("f()")->Run(); local 6901 Local<String> value = instance->ToString(); local 7077 v8::Handle<Value> value = CompileRun(code); local 7098 v8::Handle<Value> value = CompileRun(code); local 7362 v8::Handle<Value> value = inner.Close(three); local 7372 v8::Handle<Value> value = NestedScope(env); local 7522 v8::Handle<v8::Value> value = CompileRun("obj.asdf.name"); local 7603 Local<Value> value = CompileRun("obj.x"); local 7828 Local<Value> value = CompileRun("var instance = new other.C(); instance.x"); local 9437 memcpy(reinterpret_cast<char*>(&target) + kIntSize, &value, kIntSize); local 9451 memcpy(reinterpret_cast<char*>(&target) + kIntSize, &value, kIntSize); local [all...] |
/build/core/combo/arch/arm/ |
armv5te.mk | 11 # Note: Hard coding the 'tune' value here is probably not ideal,
|
/dalvik/dx/tests/075-dex-cat2-value-merge/ |
info.txt | 2 when a known value of category-2 gets merged during control
|
/dalvik/libcore/awt-kernel/src/main/java/java/beans/ |
IndexedPropertyChangeEvent.java | 42 * the previous value of the property, or <code>null</code> if 44 * previous value is unknown. 46 * the new value of the property, or <code>null</code> if the 48 * value is unknown..
|
/dalvik/libcore/crypto/src/main/java/javax/crypto/spec/ |
DHPrivateKeySpec.java | 34 * value</i> <code>x</code>. <i>prime modulus</i> <code>p</code> and <i>base 38 * the private value. 51 * Returns the <i>private value</i> <code>x</code>. 53 * @return the private value <code>x</code>.
|
DHPublicKeySpec.java | 34 * <i>public value</i> <code>y</code>, the <i>prime modulus</i> 38 * the public value. 51 * Returns the <i>public value</i> <code>y</code>. 53 * @return the public value <code>y</code>.
|
/dalvik/libcore/luni/src/test/java/tests/api/java/io/ |
ObjectInputValidationTest.java | 11 value = ObjectInputValidation.class,
|
/dalvik/libcore/nio/src/main/java/java/nio/ |
BaseByteBuffer.java | 70 public final ByteBuffer putChar(char value) { 71 return putShort((short) value); 75 public final ByteBuffer putChar(int index, char value) { 76 return putShort(index, (short) value);
|
/dalvik/libcore/security/src/main/java/org/apache/harmony/security/x509/ |
ExtensionValue.java | 23 * Base class for extension value structures. 52 * Places the string representation of extension value 56 buffer.append(prefix).append("Unparseable extension value:\n"); //$NON-NLS-1$ 68 * Places the string representation of extension value
|
/dalvik/libcore/security/src/main/java/org/apache/harmony/security/x509/tsp/ |
PKIStatus.java | 33 -- when the PKIStatus contains the value zero a TimeStampToken, as 36 -- when the PKIStatus contains the value one a TimeStampToken, 78 * @return int value of the status 90 throw new InvalidParameterException("Unknown PKIStatus value");
|
/dalvik/libcore/security/src/main/java/org/bouncycastle/asn1/ |
DEREnumerated.java | 54 int value) 56 bytes = BigInteger.valueOf(value).toByteArray(); 60 BigInteger value) 62 bytes = value.toByteArray();
|
/dalvik/libcore/xml/src/main/java/org/apache/xalan/transformer/ |
DecimalToRoman.java | 34 * @param postValue Minimum value for a given range of 37 * @param preValue Value of last prefixed number within 51 /** Minimum value for a given range of roman numbers */ 57 /** Value of last prefixed number within that same range */
|
/development/host/windows/usb/adb_winapi_test/ |
stdafx.h | 22 #define WINVER 0x0500 // Change this to the appropriate value to target other versions of Windows.
26 #define _WIN32_WINNT 0x0500 // Change this to the appropriate value to target other versions of Windows.
30 #define _WIN32_WINDOWS 0x0410 // Change this to the appropriate value to target Windows Me or later.
34 #define _WIN32_IE 0x0600 // Change this to the appropriate value to target other versions of IE.
|
/external/clearsilver/man/man3/ |
cBroadcast.3 | 33 .SH "RETURN VALUE"
|
cDestroy.3 | 33 .SH "RETURN VALUE"
|
cSignal.3 | 33 .SH "RETURN VALUE"
|
cWait.3 | 35 .SH "RETURN VALUE"
|
cgi_cs_init.3 | 33 .SH "RETURN VALUE"
|
cgi_output.3 | 34 .SH "RETURN VALUE"
|
cgiwrap_init_std.3 | 33 .SH "RETURN VALUE"
|
cgiwrap_write.3 | 33 .SH "RETURN VALUE"
|