/external/skia/src/animator/ |
SkDisplayTypes.cpp | 37 SK_MEMBER(value, Boolean) 44 SkDisplayBoolean::SkDisplayBoolean() : value(false) { 50 SkDebugf("value=\"%s\" />\n", value ? "true" : "false"); 58 SK_MEMBER(value, Int) 65 SkDisplayInt::SkDisplayInt() : value(0) { 71 SkDebugf("value=\"%d\" />\n", value); 79 SK_MEMBER(value, Float) 86 SkDisplayFloat::SkDisplayFloat() : value(0) [all...] |
/dalvik/libcore/json/src/main/java/org/json/ |
JSONStringer.java | 40 * <li>Values are inserted with either literal {@link #value(Object) value} 54 * <p>Each stringer may be used to encode a single top level value. Instances of 80 * A array with at least one value requires a comma and newline before 93 * be a value. 98 * An object with at least one name/value pair requires a comma and 203 * Returns the value on the top of the stack. 213 * Replace the value on the top of the stack with the given value. 220 * Encodes {@code value} 227 public JSONStringer value(Object value) throws JSONException { method in class:JSONStringer 263 public JSONStringer value(boolean value) throws JSONException { method in class:JSONStringer 279 public JSONStringer value(double value) throws JSONException { method in class:JSONStringer 293 public JSONStringer value(long value) throws JSONException { method in class:JSONStringer [all...] |
/external/qemu/ |
qemu-option.c | 40 * The return value is the position of the delimiter/zero byte after the option 60 * Extracts the value of an option from the parameter string p (p points at the 61 * first byte of the option value) 65 * option value that contains commas, double each comma. 105 * Sets the value of a parameter in a given option list. The parsing of the 106 * value depends on the type of option: 108 * OPT_FLAG (uses value.n): 109 * If no value is given, the flag is set to 1. 110 * Otherwise the value must be "on" (set to 1) or "off" (set to 0) 112 * OPT_STRING (uses value.s) 265 char value[256]; local [all...] |
/external/bluetooth/glib/docs/reference/glib/tmpl/ |
byte_order.sgml | 19 hold the largest part of the value) first. These are known as big-endian 90 Converts a 32-bit integer value from host to network byte order. 93 @val: a 32-bit integer value in host byte order. 99 Converts a 16-bit integer value from host to network byte order. 102 @val: a 16-bit integer value in host byte order. 108 Converts a 32-bit integer value from network to host byte order. 111 @val: a 32-bit integer value in network byte order. 117 Converts a 16-bit integer value from network to host byte order. 120 @val: a 16-bit integer value in network byte order. 126 Converts a #gint value from big-endian to host byte order [all...] |
caches.sgml | 21 A #GCache value is the actual resource. 55 @hash_key_func: a function to create a hash value from a key. 56 @hash_value_func: a function to create a hash value from a value. 64 Gets the value corresponding to the given key, creating it if necessary. 65 It first checks if the value already exists in the #GCache, by using 69 If the value does not currently exist, if is created by calling the 71 @key_dup_func and the duplicated key and value are inserted 77 @Returns: a pointer to a #GCache value. 82 Decreases the reference count of the given value [all...] |
/cts/tests/config_demo/data/result_rep/ |
cts_result.xsl | 47 <xsl:value-of select="TestResult/@testPlan"/> 50 <xsl:value-of select="TestResult/@starttime"/> 53 <xsl:value-of select="TestResult/@endtime"/> 56 <xsl:value-of select="TestResult/@version"/> 66 <xsl:value-of select="TestResult/DeviceInfo/BuildInfo/@buildName"/> 72 <xsl:value-of select="TestResult/DeviceInfo/BuildInfo/@deviceID"/> 78 <xsl:value-of select="TestResult/DeviceInfo/BuildInfo/@buildVersion"/> 84 <xsl:value-of select="TestResult/DeviceInfo/BuildInfo/@buildID"/> 90 <xsl:value-of 97 <xsl:value-of select="TestResult/DeviceInfo/BuildInfo/@locales"/ [all...] |
/external/qemu/android/utils/ |
ini.c | 33 char* value; member in struct:__anon4170 49 i->pairs[nn].value = NULL; 66 const char* value, int valueLen ) 84 pair->value = pair->key + keyLen + 1; 85 memcpy(pair->value, value, valueLen); 86 pair->value[valueLen] = 0; 99 return i->pairs[nn].value; 118 const char* value = NULL; local 122 value = i->pairs[index].value 183 const char* value; local 331 int value = defaultValue; local 346 double value = defaultValue; local 360 const char* value = iniFile_getValue(f, key); local 381 int64_t value = 0; local 404 int64_t value = defaultValue; local [all...] |
/external/v8/src/ |
checks.h | 75 const char* value_source, int value) { 76 if (expected != value) { 79 expected_source, value_source, expected, value); 89 int64_t value) { 90 if (expected != value) { 99 static_cast<uint32_t>(value >> 32), 100 static_cast<uint32_t>(value)); 112 int value) { 113 if (unexpected == value) { 114 V8_Fatal(file, line, "CHECK_NE(%s, %s) failed\n# Value: %i" [all...] |
/external/webkit/WebCore/bridge/jni/jsc/ |
JNIUtilityPrivate.cpp | 75 jboolean value = (jboolean)item.toNumber(exec); local 76 env->SetBooleanArrayRegion((jbooleanArray)jarray, (jsize)i, (jsize)1, &value); 86 jbyte value = (jbyte)item.toNumber(exec); local 87 env->SetByteArrayRegion((jbyteArray)jarray, (jsize)i, (jsize)1, &value); 98 jchar value = 0; local 100 value = ((const jchar*)stringValue.data())[0]; 101 env->SetCharArrayRegion((jcharArray)jarray, (jsize)i, (jsize)1, &value); 111 jshort value = (jshort)item.toNumber(exec); local 112 env->SetShortArrayRegion((jshortArray)jarray, (jsize)i, (jsize)1, &value); 122 jint value = (jint)item.toNumber(exec) local 133 jlong value = (jlong)item.toNumber(exec); local 144 jfloat value = (jfloat)item.toNumber(exec); local 155 jdouble value = (jdouble)item.toNumber(exec); local [all...] |
/external/libxml2/ |
xmlschemastypes.c | 58 /* Date value */ 73 /* Duration value */ 130 } value; member in struct:_xmlSchemaVal 215 * @type: the value type 217 * Allocate a new simple type value 219 * Returns a pointer to the new value or NULL in case of error 223 xmlSchemaValPtr value; local 225 value = (xmlSchemaValPtr) xmlMalloc(sizeof(xmlSchemaVal)); 226 if (value == NULL) { 229 memset(value, 0, sizeof(xmlSchemaVal)) 1287 unsigned int value = 0; local 1317 unsigned int value = 0; local 1347 int value = 0; local [all...] |
/dalvik/dx/src/com/android/dx/rop/cst/ |
CstInteger.java | 52 * Makes an instance for the given value. This may (but does not 55 * @param value the {@code int} value 58 public static CstInteger make(int value) { 64 int idx = (value & 0x7fffffff) % cache.length; 67 if ((obj != null) && (obj.getValue() == value)) { 71 obj = new CstInteger(value); 79 * @param value the {@code int} value 81 private CstInteger(int value) { 88 int value = getIntBits(); local [all...] |
/dalvik/dx/src/com/android/dx/util/ |
BitIntSet.java | 32 * @param max the maximum value of ints in this set. 39 public void add(int value) { 40 ensureCapacity(value); 41 Bits.set(bits, value, true); 45 * Ensures that the bit set has the capacity to represent the given value. 47 * @param value {@code >= 0;} value to represent 49 private void ensureCapacity(int value) { 50 if (value >= Bits.getMax(bits)) { 52 Math.max(value + 1, 2 * Bits.getMax(bits))) [all...] |
/dalvik/libcore/luni/src/main/java/java/util/ |
Dictionary.java | 49 * Returns the value which is associated with {@code key}. 52 * the key of the value returned. 53 * @return the value associated with {@code key}, or {@code null} if the 60 * Returns true if this dictionary has no key/value pairs. 62 * @return {@code true} if this dictionary has no key/value pairs, 79 * Associate {@code key} with {@code value} in this dictionary. If {@code 80 * key} exists in the dictionary before this call, the old value in the 81 * dictionary is replaced by {@code value}. 85 * @param value 86 * the value to add [all...] |
/dalvik/libcore/security/src/main/java/org/bouncycastle/asn1/ocsp/ |
OCSPResponseStatus.java | 30 int value) 32 super(value); 36 DEREnumerated value) 38 super(value.getValue().intValue());
|
/dalvik/vm/mterp/armv5te/ |
OP_IGET_BYTE.S | 2 %verify "negative value is sign-extended"
|
OP_IGET_SHORT.S | 2 %verify "negative value is sign-extended"
|
/external/clearsilver/cs/ |
test17.cs.gold | 3 Test from Chuck Simmons for setting of null value
|
/external/clearsilver/man/man3/ |
hdf_get_int_value.3 | 14 hdf_get_int_value - Return the integer value of a point in 30 defval -> value to return in case of error or if the node 36 hdf to name, and returns the value of that node 40 .SH "RETURN VALUE"
|
hdf_get_valuef.3 | 14 hdf_get_valuef - Return the value of a node in the data set 35 string value located there, or NULL if it doesn't exist. 37 default value possible. 39 .SH "RETURN VALUE"
|
/external/iptables/extensions/ |
libip6t_MARK.man | 1 This is used to set the netfilter mark value associated with the
|
libip6t_condition.man | 4 Match on boolean value stored in /proc/net/ip6t_condition/filename file
|
libipt_2ttl.c | 21 " --ttl-eq value Match time to live value\n" 22 " --ttl-lt value Match TTL < value\n" 23 " --ttl-gt value Match TTL > value\n" 32 unsigned int value; local 38 if (string_to_number(optarg, 0, 255, &value) == -1) 40 "ttl: Expected value between 0 and 255"); 48 info->ttl = value; [all...] |
libipt_condition.man | 4 Match on boolean value stored in /proc/net/ipt_condition/filename file
|
libipt_length.man | 1 This module matches the length of a packet against a specific value
|
/external/jsr305/ri/src/main/java/javax/annotation/ |
MatchesPattern.java | 17 String value(); method in interface:MatchesPattern 22 public When forConstantValue(MatchesPattern annotation, Object value) { 23 Pattern p = Pattern.compile(annotation.value(), annotation.flags()); 24 if (p.matcher(((String) value)).matches())
|