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

<<31323334353637383940>>

  /system/core/libcutils/
config_utils.c 26 cnode* config_node(const char *name, const char *value)
33 node->value = value ? value : "";
75 switch(node->value[0]) {
92 return node->value;
95 void config_set(cnode *root, const char *name, const char *value)
101 node->value = value;
104 node->value = value
    [all...]
  /external/bluetooth/glib/gobject/
gparam.c 58 #define PSPEC_APPLIES_TO_VALUE(pspec, value) (G_TYPE_CHECK_VALUE_TYPE ((value), G_PARAM_SPEC_VALUE_TYPE (pspec)))
71 static void value_param_init (GValue *value);
72 static void value_param_free_value (GValue *value);
77 static gpointer value_param_peek_pointer (const GValue *value);
78 static gchar* value_param_collect_value (GValue *value,
82 static gchar* value_param_lcopy_value (const GValue *value,
581 * @value: a #GValue of correct type for @pspec
583 * Sets @value to its default value as specified in @pspec
    [all...]
  /dalvik/libcore/icu/src/main/java/com/ibm/icu4jni/text/
NativeDecimalFormat.java 213 // Get new value by multiplying multiplier.
217 public StringBuffer formatBigDecimal(BigDecimal value, StringBuffer buffer, FieldPosition field) {
222 value = applyMultiplier(value);
225 val.append(value.unscaledValue().toString(10));
226 int scale = value.scale();
233 public StringBuffer formatBigInteger(BigInteger value, StringBuffer buffer, FieldPosition field) {
238 String result = format(this.addr, value.toString(10), field, fieldType, null, 0);
242 public StringBuffer format(long value, StringBuffer buffer, FieldPosition field) {
247 buffer.append(format(this.addr, value, field, fieldType, null))
    [all...]
  /external/dbus/dbus/
dbus-hash.c 106 * Takes a preliminary integer hash value and produces an index into a
139 * A single entry (key-value pair) in the hash table.
149 void *value; /**< Hash value */ member in struct:DBusHashEntry
194 int mask; /**< Mask value used in hashing
458 (* table->free_value_function) (entry->value);
509 * printf ("The first key is %s and value is %s\n",
600 * frees the key and/or value for this entry.
621 * Gets the value of the current entry.
635 return real->entry->value;
1829 void *value; local
1947 void *value; local
1978 void *value; local
2006 void *value; local
2038 void *value; local
2059 void *value; local
2104 void *value; local
    [all...]
  /frameworks/base/api/
3.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.ADD_SYSTEM_SERVICE&quot;"
140 value="&quot;android.permission.BATTERY_STATS&quot;
    [all...]
  /dalvik/vm/compiler/codegen/arm/Thumb2/
Factory.c 31 static int encodeImmSingle(int value)
34 int bitA = (value & 0x80000000) >> 31;
35 int notBitB = (value & 0x40000000) >> 30;
36 int bitB = (value & 0x20000000) >> 29;
37 int bSmear = (value & 0x3e000000) >> 25;
38 int slice = (value & 0x01f80000) >> 19;
39 int zeroes = (value & 0x0007ffff);
54 int value)
56 int encodedImm = encodeImmSingle(value);
61 ArmLIR *dataTarget = scanLiteralPool(cUnit, value, 0)
    [all...]
  /dalvik/libcore/sql/src/main/java/java/sql/
PreparedStatement.java 50 * {@code Statement}. Setting a parameter value replaces the previous value. This
130 * Sets the value of a specified parameter to the supplied {@code Array}.
136 * a {@code java.sql.Array} giving the new value of the parameter at {@code
146 * Sets the value of a specified parameter to the content of a supplied
170 * Sets the value of a specified parameter to a supplied {@code
171 * java.math.BigDecimal} value.
177 * the value to which the parameter at {@code parameterIndex} is
187 * Sets the value of a specified parameter to the content of a supplied
209 * Sets the value of a specified parameter to the given {@code Blob} object
    [all...]
  /external/oprofile/libop/
op_events.c 60 int value; local
61 if (sscanf(str, "%d", &value) != 1)
62 parse_error("expected decimal value");
64 return value;
70 int value; local
73 if (sscanf(str, "0x%x", &value) != 1 &&
74 sscanf(str, "0X%x", &value) != 1)
75 parse_error("expected hexadecimal value");
77 return value;
83 u64 value; local
428 char * value; local
737 char * value; local
    [all...]
  /external/skia/include/animator/
SkAnimator.h 218 @param element the value returned by getElement
223 /** Returns the scalar value of the specified element's attribute[index]
224 @param element the value returned by getElement
225 @param field the value returned by getField
227 @return the integer value to retrieve, or SK_NaN32 if unsuccessful
231 /** Returns the scalar value of the specified element's attribute[index]
232 @param elementID is the value of the id attribute in the XML of this element
235 @return the integer value to retrieve, or SK_NaN32 if unsuccessful
239 /** Returns the scalar value of the specified element's attribute[index]
240 @param element the value returned by getElemen
    [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/CUDK/Inc/
TI_AdapterApiC.h 69 Return: If the function succeeds, the return value is a handle to the
70 specified Adapter. If the function fails, the return value is NULL.
80 Return: TI_RESULT_OK on success. Any other value indicates an error.
90 Return: TI_RESULT_OK on success. Any other value indicates an error.
104 Return: TI_RESULT_OK on success. Any other value indicates an error.
118 Return: TI_RESULT_OK on success. Any other value indicates an error.
134 Return: TI_RESULT_OK on success. Any other value indicates an error.
146 Return: TI_RESULT_OK on success. Any other value indicates an error.
158 Return: TI_RESULT_OK on success. Any other value indicates an error.
172 Return: TI_RESULT_OK on success. Any other value indicates an error
    [all...]
  /dalvik/dx/src/com/android/dx/util/
Hex.java 31 * Formats a {@code long} as an 8-byte unsigned hex value.
33 * @param v value to format
47 * Formats an {@code int} as a 4-byte unsigned hex value.
49 * @param v value to format
63 * Formats an {@code int} as a 3-byte unsigned hex value.
65 * @param v value to format
79 * Formats an {@code int} as a 2-byte unsigned hex value.
81 * @param v value to format
95 * Formats an {@code int} as either a 2-byte unsigned hex value
96 * (if the value is small enough) or a 4-byte unsigned hex value (i
    [all...]
  /external/bluetooth/glib/docs/reference/glib/tmpl/
hash_tables.sgml 5 associations between keys and values so that given a key the value
11 is optimized so that given a key, the associated value can be found
33 To insert a key and value into a #GHashTable, use g_hash_table_insert().
36 To lookup a value corresponding to a given key, use g_hash_table_lookup()
40 To remove a key and value, use g_hash_table_remove().
43 To call a function for each key and value pair use g_hash_table_foreach()
44 or use a iterator to iterate over the key/value pairs in the hash table, see
95 The function is passed a key and should return a #guint hash value.
110 @Returns: the hash value corresponding to the key.
120 @a: a value
    [all...]
  /external/icu4c/tools/toolutil/
uparse.c 185 uint32_t value; local
204 value=(uint32_t)uprv_strtoul(s, &end, 16);
205 if(end<=s || (*end!=' ' && *end!='\t' && *end!=';' && *end!=0) || value>=0x110000) {
212 dest[count++]=value;
234 uint32_t value; local
263 value=(uint32_t)uprv_strtoul(s, &end, 16);
264 if(end<=s || (*end!=' ' && *end!='\t' && *end!=';' && *end!=0) || value>=0x110000) {
271 *pFirst=value;
275 if((destLength+UTF_CHAR_LENGTH(value))<=destCapacity) {
276 UTF_APPEND_CHAR_UNSAFE(dest, destLength, value);
292 uint32_t value; local
356 unsigned int value = 0; local
    [all...]
  /external/skia/src/utils/
SkParse.cpp 115 const char* SkParse::FindHex(const char str[], uint32_t* value)
137 if (value)
138 *value = n;
144 const char* SkParse::FindS32(const char str[], int32_t* value)
165 if (value)
166 *value = (n ^ sign) - sign;
170 const char* SkParse::FindMSec(const char str[], SkMSec* value)
204 if (value)
205 *value = (n ^ sign) - sign;
209 const char* SkParse::FindScalar(const char str[], SkScalar* value) {
    [all...]
  /external/skia/src/xml/
SkXMLWriter.cpp 36 void SkXMLWriter::addAttribute(const char name[], const char value[])
38 this->addAttributeLen(name, value, strlen(value));
41 void SkXMLWriter::addS32Attribute(const char name[], int32_t value)
44 tmp.appendS32(value);
48 void SkXMLWriter::addHexAttribute(const char name[], uint32_t value, int minDigits)
51 tmp.appendHex(value, minDigits);
55 void SkXMLWriter::addScalarAttribute(const char name[], SkScalar value)
58 tmp.appendScalar(value);
145 void SkXMLWriter::addAttributeLen(const char name[], const char value[], size_t length
178 const char* value; local
    [all...]
  /external/v8/src/
d8.h 85 return reinterpret_cast<Counter*>(answer->value);
87 void Set(const char* name, Counter* value) {
93 answer->value = value;
102 Counter* CurrentValue() { return static_cast<Counter*>(entry_->value); }
117 Handle<Value> name,
137 static Handle<Value> DebugCommandToJSONRequest(Handle<String> command);
140 static Handle<Value> Print(const Arguments& args);
141 static Handle<Value> Write(const Arguments& args);
142 static Handle<Value> Yield(const Arguments& args)
    [all...]
  /external/v8/test/cctest/
test-accessors.cc 38 using ::v8::Value;
49 static v8::Handle<Value> handle_property(Local<String> name,
70 static v8::Handle<Value> GetIntValue(Local<String> property,
73 int* value = local
74 static_cast<int*>(v8::Handle<v8::External>::Cast(info.Data())->Value());
75 return v8_num(*value);
80 Local<Value> value,
83 static_cast<int*>(v8::Handle<v8::External>::Cast(info.Data())->Value());
84 *field = value->Int32Value()
181 Local<Value> value = CompileRun( local
    [all...]
  /external/webkit/WebCore/bindings/v8/
V8NPObject.cpp 59 static v8::Handle<v8::Value> npObjectInvokeImpl(const v8::Arguments& args, InvokeFunctionType functionId)
130 v8::Handle<v8::Value> returnValue = convertNPVariantToV8Object(&result, npObject);
137 v8::Handle<v8::Value> npObjectMethodHandler(const v8::Arguments& args)
143 v8::Handle<v8::Value> npObjectInvokeDefaultHandler(const v8::Arguments& args)
152 static void weakTemplateCallback(v8::Persistent<v8::Value>, void* parameter);
157 static void weakTemplateCallback(v8::Persistent<v8::Value> object, void* parameter)
167 static v8::Handle<v8::Value> npObjectGetProperty(v8::Local<v8::Object> self, NPIdentifier identifier, v8::Local<v8::Value> key)
183 return v8::Handle<v8::Value>();
185 v8::Handle<v8::Value> returnValue = convertNPVariantToV8Object(&result, npObject)
372 v8::Local<v8::Object> value = SafeAllocation::newInstance(v8Function); local
    [all...]
  /sdk/eclipse/sites/external/web/
site.xsl 13 <p class="bodyText"><xsl:value-of select="description"/></p>
21 <xsl:value-of select="@name"/>
24 <xsl:value-of select="@label"/>
42 <a href="{ancestor::feature//@url}"><xsl:value-of select="ancestor::feature//@label"/></a>
45 (<xsl:value-of select="ancestor::feature//@id"/> - <xsl:value-of select="ancestor::feature//@version"/>)
49 <a href="{ancestor::feature//@url}"><xsl:value-of select="ancestor::feature//@id"/> - <xsl:value-of select="ancestor::feature//@version"/></a>
58 <td class="log-text" id="indent"><xsl:value-of select="ancestor::feature//@os"/></td>
63 <td class="log-text" id="indent"><xsl:value-of select="ancestor::feature//@ws"/></td
    [all...]
  /sdk/eclipse/sites/internal/web/
site.xsl 13 <p class="bodyText"><xsl:value-of select="description"/></p>
21 <xsl:value-of select="@name"/>
24 <xsl:value-of select="@label"/>
42 <a href="{ancestor::feature//@url}"><xsl:value-of select="ancestor::feature//@label"/></a>
45 (<xsl:value-of select="ancestor::feature//@id"/> - <xsl:value-of select="ancestor::feature//@version"/>)
49 <a href="{ancestor::feature//@url}"><xsl:value-of select="ancestor::feature//@id"/> - <xsl:value-of select="ancestor::feature//@version"/></a>
58 <td class="log-text" id="indent"><xsl:value-of select="ancestor::feature//@os"/></td>
63 <td class="log-text" id="indent"><xsl:value-of select="ancestor::feature//@ws"/></td
    [all...]
  /external/webkit/JavaScriptCore/runtime/
JSObject.h 42 inline JSCell* getJSFunction(JSGlobalData& globalData, JSValue value)
44 if (value.isCell() && (value.asCell()->vptr() == globalData.jsFunctionVPtr))
45 return value.asCell();
105 virtual void put(ExecState*, const Identifier& propertyName, JSValue value, PutPropertySlot&);
106 virtual void put(ExecState*, unsigned propertyName, JSValue value);
108 virtual void putWithAttributes(ExecState*, const Identifier& propertyName, JSValue value, unsigned attributes, bool checkReadOnly, PutPropertySlot& slot);
109 virtual void putWithAttributes(ExecState*, const Identifier& propertyName, JSValue value, unsigned attributes);
110 virtual void putWithAttributes(ExecState*, unsigned propertyName, JSValue value, unsigned attributes);
129 virtual bool getPrimitiveNumber(ExecState*, double& number, JSValue& value);
    [all...]
  /bionic/libc/include/sys/
system_properties.h 41 /* Look up a system property by name, copying its value and a
44 ** the string length of the value. A property that is not
45 ** defined is identical to a property with a length 0 value.
47 int __system_property_get(const char *name, char *value);
51 ** __system_property_read() to obtain the string value from
60 /* Read the value of a system property. Returns the length
61 ** of the value. Copies the value and \0 terminator into
62 ** the provided value pointer. Total length (including
69 int __system_property_read(const prop_info *pi, char *name, char *value);
    [all...]
  /cts/tests/tests/provider/src/android/provider/cts/
Contacts_SettingsTest.java 54 // ContentValues value = new ContentValues();
56 // value.put(Settings._ID, cursor.getInt(0));
57 // value.put(Settings._SYNC_ACCOUNT, cursor.getString(1));
58 // value.put(Settings.KEY, cursor.getString(2));
59 // value.put(Settings.VALUE, cursor.getString(3));
60 // mSettingBackup.add(value);
76 // for (ContentValues value : mSettingBackup) {
77 // mProvider.insert(Settings.CONTENT_URI, value);
101 String value1 = "value 1"
    [all...]
  /dalvik/libcore/xml/src/main/java/org/apache/xalan/templates/
NamespaceAlias.java 54 * @param v non-null prefix value.
64 * @return non-null prefix value.
78 * Set the value for the stylesheet namespace.
80 * @param v non-null prefix value.
88 * Get the value for the stylesheet namespace.
90 * @return non-null prefix value.
106 * @param v non-null prefix value.
116 * @return non-null prefix value.
132 * @param v non-null namespace value
140 * Get the result namespace value
    [all...]
  /dalvik/tests/046-reflect/
expected.txt 40 string1 value is 'hey'
42 string1 value is now 'a new string'
47 pubLong initial value is 1122334455667788
48 pubLong new value is 9988776655443322
53 superInt value is 1010101
55 superInt value is now 20202
56 superInt value (from short) is now 30303
57 superInt value is now 40404
66 superClassInt value is 1010102
71 staticDoubleVal value is 3.
    [all...]

Completed in 403 milliseconds

<<31323334353637383940>>