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

<<31323334353637383940>>

  /system/core/init/
property_service.c 167 static void update_prop_info(prop_info *pi, const char *value, unsigned len)
170 memcpy(pi->value, value, len + 1);
175 static int property_write(prop_info *pi, const char *value)
177 int valuelen = strlen(value);
179 update_prop_info(pi, value, valuelen);
243 return pi->value;
249 static void write_persistent_property(const char *name, const char *value)
262 write(fd, value, strlen(value));
336 char value[PROP_VALUE_MAX]; local
412 char *key, *value, *eol, *sol, *tmp; local
455 char value[PROP_VALUE_MAX]; local
    [all...]
  /frameworks/base/api/
1.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/libcore/xml/src/main/java/org/apache/xml/serializer/
XSLOutputAttributes.java 47 * this value is implicitly chosen by the serializer that is created, for
57 * Returns the previously set value of the value to be used as the public
65 * Returns the previously set value of the value to be used
97 * @return a value of "yes" if the <code>standalone</code> delaration is to
112 * Sets the value coming from the xsl:output cdata-section-elements
127 /** Set the value coming from the xsl:output doctype-public and doctype-system stylesheet properties
135 /** Set the value coming from the xsl:output doctype-public stylesheet attribute.
140 /** Set the value coming from the xsl:output doctype-system stylesheet attribute
    [all...]
  /external/bluetooth/glib/gobject/
gparam.h 104 * @value: a valid #GValue structure
110 #define G_VALUE_HOLDS_PARAM(value) (G_TYPE_CHECK_VALUE_TYPE ((value), G_TYPE_PARAM))
156 * #GParamFlags value alias for %G_PARAM_READABLE | %G_PARAM_WRITABLE.
162 * #GParamFlags value alias for %G_PARAM_STATIC_NAME | %G_PARAM_STATIC_NICK | %G_PARAM_STATIC_BLURB.
221 * @value_set_default: Resets a @value to the default value for this type
224 * @value_validate: Ensures that the contents of @value comply with the
244 GValue *value);
246 GValue *value);
264 GValue value; member in struct:_GParameter
    [all...]
  /external/skia/include/core/
SkTypes.h 152 /** Returns true if the value can be represented with signed 16bits
158 /** Returns true if the value can be represented with unsigned 16bits
183 /** 32 bit integer to hold a unicode value
186 /** 32 bit value to hold a millisecond count
219 static inline int32_t SkAbs32(int32_t value) {
221 if (value < 0)
222 value = -value;
223 return value;
225 int32_t mask = value >> 31
    [all...]
  /frameworks/base/include/utils/
TypeHelpers.h 33 template <typename T> struct trait_trivial_ctor { enum { value = false }; }; enumerator in enum:android::trait_trivial_ctor::__anon7231
34 template <typename T> struct trait_trivial_dtor { enum { value = false }; }; enumerator in enum:android::trait_trivial_dtor::__anon7232
35 template <typename T> struct trait_trivial_copy { enum { value = false }; }; enumerator in enum:android::trait_trivial_copy::__anon7233
36 template <typename T> struct trait_trivial_move { enum { value = false }; }; enumerator in enum:android::trait_trivial_move::__anon7234
37 template <typename T> struct trait_pointer { enum { value = false }; }; enumerator in enum:android::trait_pointer::__anon7235
38 template <typename T> struct trait_pointer<T*> { enum { value = true }; }; enumerator in enum:android::trait_pointer::__anon7236
43 enum { value = true }; enumerator in enum:android::trait_trivial_move::__anon7237
49 enum { value = true }; enumerator in enum:android::trait_trivial_move::__anon7238
56 is_pointer = trait_pointer<TYPE>::value,
58 has_trivial_ctor = is_pointer || trait_trivial_ctor<TYPE>::value,
230 VALUE value; member in struct:android::key_value_pair_t
243 { enum { value = aggregate_traits<K,V>::has_trivial_ctor }; }; enumerator in enum:android::trait_trivial_ctor::__anon7241
247 { enum { value = aggregate_traits<K,V>::has_trivial_dtor }; }; enumerator in enum:android::trait_trivial_dtor::__anon7242
251 { enum { value = aggregate_traits<K,V>::has_trivial_copy }; }; enumerator in enum:android::trait_trivial_copy::__anon7243
255 { enum { value = aggregate_traits<K,V>::has_trivial_move }; }; enumerator in enum:android::trait_trivial_move::__anon7244
    [all...]
  /dalvik/libcore/sql/src/main/java/javax/sql/
RowSet.java 79 * The {@code RowSet} object retains its value until either a new value for
80 * a parameter is set or its value is actively reset. {@code
137 * database. The default value for escape processing is {@code true}.
170 * Gets the value of the password property for this {@code RowSet}. This
174 * @return the value of the password property.
183 * @return the timeout value in seconds.
217 * Gets the URL property value for this {@code RowSet}. If there is no
219 * establish a connection to the database. The default value for the URL is
222 * @return a String holding the value of the URL property
    [all...]
  /external/guava/
guava.ipr 46 <value>
47 <option name="LAYOUT_STATIC_IMPORTS_SEPARATELY" value="false" />
48 <option name="USE_FQ_CLASS_NAMES_IN_JAVADOC" value="false" />
49 <option name="INSERT_INNER_CLASS_IMPORTS" value="true" />
50 <option name="CLASS_COUNT_TO_USE_IMPORT_ON_DEMAND" value="59" />
51 <option name="NAMES_COUNT_TO_USE_IMPORT_ON_DEMAND" value="39" />
53 <value />
56 <value>
65 </value>
68 <option name="INDENT_SIZE" value="4" /
    [all...]
  /frameworks/base/core/java/android/content/res/
Resources.java 182 * Return the string value associated with a particular resource ID. The
189 * entry. The value 0 is an invalid identifier.
208 * entry. The value 0 is an invalid identifier.
240 * Return the string value associated with a particular resource ID. It
246 * entry. The value 0 is an invalid identifier.
264 * Return the string value associated with a particular resource ID,
272 * entry. The value 0 is an invalid identifier.
287 * Return the string value associated with a particular resource ID for a particular
295 * entry. The value 0 is an invalid identifier.
312 * Return the string value associated with a particular resource ID for a particula
455 TypedValue value = mTmpValue; local
487 TypedValue value = mTmpValue; local
521 TypedValue value = mTmpValue; local
552 TypedValue value = mTmpValue; local
579 TypedValue value = mTmpValue; local
621 TypedValue value = mTmpValue; local
652 TypedValue value = mTmpValue; local
673 TypedValue value = mTmpValue; local
698 TypedValue value = mTmpValue; local
853 TypedValue value = mTmpValue; local
1046 TypedValue value = new TypedValue(); local
1143 TypedValue value = new TypedValue(); local
1868 TypedValue value = mTmpValue; local
    [all...]
  /external/openssl/crypto/x509v3/
v3_prn.c 69 /* Print out a name+value stack */
84 if(!nval->name) BIO_puts(out, nval->value);
85 else if(!nval->value) BIO_puts(out, nval->name);
87 else BIO_printf(out, "%s:%s", nval->name, nval->value);
92 len = strlen(nval->value)+1;
96 ascii2ebcdic(tmp, nval->value, len);
111 char *value = NULL; local
119 p = ext->value->data;
120 if(method->it) ext_str = ASN1_item_d2i(NULL, &p, ext->value->length, ASN1_ITEM_ptr(method->it));
121 else ext_str = method->d2i(NULL, &p, ext->value->length)
    [all...]
  /external/qemu/android/
config.c 22 aconfig_node(const char *name, const char *value)
28 n->value = value ? value : "";
45 node->value = "";
71 switch(n->value[0]){
89 return strtoul(n->value, 0, 0);
100 return strtol(n->value, 0, 0);
112 return n->value;
117 aconfig_set(AConfig *root, const char *name, const char *value)
    [all...]
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/location/
CoordinateControls.java 123 * @param value the coordinate value to set.
125 public void setValue(double value) {
126 mValue = value;
128 setValueIntoDecimalControl(value);
129 setValueIntoSexagesimalControl(value);
133 * Returns whether the value in the control(s) is valid.
140 * Returns the current value set in the control(s).
141 * <p/>This value can be erroneous, and a check with {@link #isValueValid()} should be performed
212 double value = degrees + minutes / 60. + seconds / 3600.; local
    [all...]
  /external/proguard/src/proguard/classfile/instruction/
Instruction.java 820 default: throw new IllegalArgumentException("Unsupported value size ["+valueSize+"]");
843 default: throw new IllegalArgumentException("Unsupported value size ["+valueSize+"]");
847 protected static void writeByte(byte[] code, int offset, int value)
849 if (value > 0xff)
851 throw new IllegalArgumentException("Unsigned byte value larger than 0xff ["+value+"]");
854 code[offset] = (byte)value;
857 protected static void writeShort(byte[] code, int offset, int value)
859 if (value > 0xffff)
861 throw new IllegalArgumentException("Unsigned short value larger than 0xffff ["+value+"]")
    [all...]
  /external/v8/src/
accessors.cc 66 Object* Accessors::ReadOnlySetAccessor(JSObject*, Object* value, void*) {
69 return value;
88 Object* Accessors::FlattenNumber(Object* value) {
89 if (value->IsNumber() || !value->IsJSValue()) return value;
90 JSValue* wrapper = JSValue::cast(value);
95 if (wrapper->map() == number_map) return wrapper->value();
96 return value;
100 Object* Accessors::ArraySetLength(JSObject* object, Object* value, void*)
149 Object* value = object; local
    [all...]
  /external/webkit/WebCore/html/
HTMLAnchorElement.cpp 62 static unsigned parsePortFromStringPosition(const String& value, unsigned portStart, unsigned& portEnd)
65 while (isASCIIDigit(value[portEnd]))
67 return value.substring(portStart, portEnd - portStart).toUInt();
279 String parsedURL = deprecatedParseURL(attr->value());
293 setRel(attr->value());
320 const AtomicString& value = getAttribute(draggableAttr); local
321 if (equalIgnoringCase(value, "true"))
323 if (equalIgnoringCase(value, "false"))
333 void HTMLAnchorElement::setHref(const AtomicString& value)
335 setAttribute(hrefAttr, value);
    [all...]
  /external/webkit/WebKitTools/Scripts/
build-webkit 63 define => "ENABLE_3D_CANVAS", default => (isAppleMacWebKit() && !isTiger()), value => \$threeDCanvasSupport },
66 define => "ENABLE_3D_RENDERING", default => (isAppleMacWebKit() && !isTiger()), value => \$threeDRenderingSupport },
69 define => "ENABLE_CHANNEL_MESSAGING", default => 1, value => \$channelMessagingSupport },
72 define => "ENABLE_CLIENT_BASED_GEOLOCATION", default => isAppleWebKit(), value => \$clientBasedGeolocationSupport },
75 define => "", default => 0, value => \$coverageSupport },
78 define => "ENABLE_DATABASE", default => 1, value => \$databaseSupport },
81 define => "ENABLE_DATAGRID", default => 0, value => \$datagridSupport },
84 define => "ENABLE_DATALIST", default => 1, value => \$datalistSupport },
87 define => "ENABLE_DOM_STORAGE", default => 1, value => \$domStorageSupport },
90 define => "ENABLE_EVENTSOURCE", default => 1, value => \$eventsourceSupport }
    [all...]
  /build/tools/check_prereq/
check_prereq.c 23 // against the current value of ro.build.date.utc. Exit successfully
33 char value[PROPERTY_VALUE_MAX]; local
36 property_get("ro.build.date.utc", value, default_value);
38 long current = strtol(value, NULL, 10);
  /cts/tools/dex-tools/src/dex/structure/
DexEncodedValue.java 20 * {@code DexEncodedValue} represents an encoded value. The value of a {@code
33 * Returns the value of this {@code DexEncodedValue}.
35 * @return the value of this {@code DexEncodedValue}
  /dalvik/dx/tests/003-magic-version-access/
class-bad-magic.txt 2 # classfile with a bad magic value
  /dalvik/dx/tests/100-local-mismatch/
expected.txt 2 com.android.dx.cf.code.SimException: local variable type mismatch: attempt to set or access a value of type int using a local variable of type java.lang.Object. This is symptomatic of .class transformation tools that ignore local variable information.
4 com.android.dx.cf.code.SimException: local variable type mismatch: attempt to set or access a value of type java.lang.Object using a local variable of type int. This is symptomatic of .class transformation tools that ignore local variable information.
6 com.android.dx.cf.code.SimException: local variable type mismatch: attempt to set or access a value of type int using a local variable of type byte[]. This is symptomatic of .class transformation tools that ignore local variable information.
8 com.android.dx.cf.code.SimException: local variable type mismatch: attempt to set or access a value of type java.lang.String using a local variable of type java.lang.Object[]. This is symptomatic of .class transformation tools that ignore local variable information.
  /dalvik/libcore/prefs/src/test/resources/prefs/java/util/prefs/
userprefs-ascii.xml 37 <entry key="prefskey3" value="newvalue3" />
43 <entry key="key2" value="value2" />
47 <entry key="key3" value="value3" />
51 <entry key="key4" value="value4" />
  /dalvik/libcore/security/src/main/java/org/bouncycastle/asn1/
DERUnknownTag.java 15 * @param tag the tag value.
77 int value = 0; local
81 value ^= (b[i] & 0xff) << (i % 4);
84 return value ^ this.getTag();
  /dalvik/libcore/xml/src/main/java/org/apache/xalan/templates/
OutputProperties.java 115 * @param value the value corresponding to <tt>key</tt>.
118 public void setProperty(QName key, String value)
120 setProperty(key.toNamespacedString(), value); local
127 * @param value the value corresponding to <tt>key</tt>.
130 public void setProperty(String key, String value)
134 setMethodDefaults(value);
141 m_properties.put(key, value);
151 * @return the value in this property list with the specified key value
240 setIntProperty(key.toNamespacedString(), value); local
298 setQNameProperty(key.toNamespacedString(), value); local
    [all...]
  /dalvik/libcore/xml/src/main/java/org/apache/xpath/
Arg.java 28 * the stack. The value of the argument can be either an
62 /** Field m_val: Stored XObject value of this argument
69 * Get the value for this argument.
71 * @return the argument's stored XObject value.
80 * Set the value of this argument.
82 * @param val an XObject representing the arguments's value.
104 /** Field m_expression: Stored expression value of this argument.
111 * Get the value expression for this argument.
123 * Set the value expression for this argument.
126 * argument's value
    [all...]
  /dalvik/vm/mterp/c/
OP_CONST_4.c 6 tmp = (s4) (INST_B(inst) << 28) >> 28; // sign extend 4-bit value

Completed in 372 milliseconds

<<31323334353637383940>>