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

<<21222324252627282930>>

  /external/tagsoup/src/org/ccil/cowan/tagsoup/
ElementType.java 145 have an internal value of <tt>null</tt>.
146 The return value is an AttributesImpl to allow the caller to mutate
181 Sets an attribute and its value into an AttributesImpl object.
186 @param value The value of the attribute
189 public void setAttribute(AttributesImpl atts, String name, String type, String value) {
200 if (!type.equals("CDATA")) value = normalize(value);
201 atts.addAttribute(namespace, localName, name, type, value);
205 if (!type.equals("CDATA")) value=normalize(value)
    [all...]
  /external/webkit/JavaScriptCore/wtf/
HashTable.h 67 template<typename Key, typename Value, typename Extractor, typename HashFunctions, typename Traits, typename KeyTraits>
69 template<typename Key, typename Value, typename Extractor, typename HashFunctions, typename Traits, typename KeyTraits>
71 template<typename Key, typename Value, typename Extractor, typename HashFunctions, typename Traits, typename KeyTraits>
74 template<typename Key, typename Value, typename Extractor, typename HashFunctions, typename Traits, typename KeyTraits>
75 void addIterator(const HashTable<Key, Value, Extractor, HashFunctions, Traits, KeyTraits>*,
76 HashTableConstIterator<Key, Value, Extractor, HashFunctions, Traits, KeyTraits>*);
78 template<typename Key, typename Value, typename Extractor, typename HashFunctions, typename Traits, typename KeyTraits>
79 void removeIterator(HashTableConstIterator<Key, Value, Extractor, HashFunctions, Traits, KeyTraits>*);
83 template<typename Key, typename Value, typename Extractor, typename HashFunctions, typename Traits, typename KeyTraits>
84 inline void addIterator(const HashTable<Key, Value, Extractor, HashFunctions, Traits, KeyTraits>*
    [all...]
  /dalvik/libcore/math/src/test/java/org/apache/harmony/math/tests/java/math/
BigDecimalConstructorsTest.java 51 assertEquals("incorrect string value", oneS, BigDecimal.ONE.toString());
52 assertEquals("incorrect double value", oneD, BigDecimal.ONE.doubleValue(), 0);
66 assertEquals("incorrect string value", oneS, BigDecimal.TEN.toString());
67 assertEquals("incorrect double value", oneD, BigDecimal.TEN.doubleValue(), 0);
81 assertEquals("incorrect string value", oneS, BigDecimal.ZERO.toString());
82 assertEquals("incorrect double value", oneD, BigDecimal.ZERO.doubleValue(), 0);
86 * new BigDecimal(BigInteger value)
98 assertEquals("incorrect value", bA, aNumber.unscaledValue());
110 * new BigDecimal(BigInteger value, int scale)
123 assertEquals("incorrect value", bA, aNumber.unscaledValue())
395 char value[] = {'-', '1', '2', '3', '8', '0', '.', '4', '7', '3', '8', 'E', '-', '4', '2', '3'}; local
420 char value[] = {'-', '1', '2', '3', '8', '0', '.', '4', '7', '3', '8', 'E', '-', '4', '2', '3'}; local
447 char value[] = {'-', '1', '2', '3', '8', '0', '.', '4', '7', '3', '8', 'E', '-', '4', '2', '3'}; local
546 char value[] = {'-', '1', '2', '3', '8', '0', '.', '4', '7', '3', '8', 'E', '-', '4', '2', '3'}; local
1527 BigInteger value = new BigInteger("12345908"); local
    [all...]
BigIntegerToStringTest.java 48 String value = "442429234853876401"; local
50 BigInteger aNumber = new BigInteger(value, radix);
52 assertTrue(result.equals(value));
65 String value = "-101001100010010001001010101110000101010110001010010101010101010101010101010101010101010101010010101"; local
67 BigInteger aNumber = new BigInteger(value, radix);
69 assertTrue(result.equals(value));
82 String value = "101000011111000000110101010101010101010001001010101010101010010101010101010000100010010"; local
84 BigInteger aNumber = new BigInteger(value, radix);
86 assertTrue(result.equals(value));
99 String value = "-2489756308572364789878394872984" local
116 String value = "2387627892347567398736473476"; local
133 String value = "-287628a883451b800865c67e8d7ff20"; local
150 String value = "287628a883451b800865c67e8d7ff20"; local
167 String value = "-287628a88gmn3451b8ijk00865c67e8d7ff20"; local
184 String value = "287628a883451bg80ijhk0865c67e8d7ff20"; local
201 String value = "-uhguweut98iu4h3478tq3985pq98yeiuth33485yq4aiuhalai485yiaehasdkr8tywi5uhslei8"; local
218 String value = "23895lt45y6vhgliuwhgi45y845htsuerhsi4586ysuerhtsio5y68peruhgsil4568ypeorihtse48y6"; local
    [all...]
  /frameworks/base/include/camera/
CameraParameters.h 35 void set(const char *key, const char *value);
36 void set(const char *key, int value);
37 void setFloat(const char *key, float value);
63 // Example value: "480x320". Read/Write.
66 // Example value: "800x600,480x320". Read only.
69 // Example value: "yuv420sp" or PIXEL_FORMAT_XXX constants. Read/write.
72 // Example value: "yuv420sp,yuv422i-yuyv". Read only.
75 // Example value: "15". Read/write.
78 // Example value: "24,15,10". Read.
81 // Example value: "1024x768". Read/write
    [all...]
  /dalvik/libcore/luni/src/main/java/java/util/
MapEntry.java 26 V value; field in class:MapEntry
38 value = theValue;
59 && (value == null ? entry.getValue() == null : value
70 return value;
76 ^ (value == null ? 0 : value.hashCode());
80 V result = value;
81 value = object;
87 return key + "=" + value;
    [all...]
  /dalvik/libcore/sql/src/main/java/java/sql/
DriverPropertyInfo.java 29 * If the value member can be chosen from a set of possible values, they are
45 * {@code true} when the value member must be provided during {@code
51 * The current value associated with this property. It is depending on the
55 public String value; field in class:DriverPropertyInfo
59 * value. Other class members take their default values.
63 * @param value
64 * The property value.
66 public DriverPropertyInfo(String name, String value) {
68 this.value = value;
    [all...]
  /dalvik/libcore/support/src/test/java/tests/util/
CallVerificationStack.java 128 * the value to push
138 * the value to push
148 * the value to push
158 * the value to push
168 * the value to push
178 * the value to push
188 * the value to push
208 * @return the value
212 Boolean value = (Boolean) wrapper.getValue(); local
213 return value.booleanValue()
223 Character value = (Character) wrapper.getValue(); local
234 Double value = (Double) wrapper.getValue(); local
245 Float value = (Float) wrapper.getValue(); local
256 Integer value = (Integer) wrapper.getValue(); local
267 Long value = (Long) wrapper.getValue(); local
278 Short value = (Short) wrapper.getValue(); local
288 private Object value; field in class:CallVerificationStack.BaseTypeWrapper
    [all...]
  /dalvik/libcore/text/src/main/java/java/text/
Annotation.java 21 * Wrapper for a text attribute value which represents an annotation. An
27 * value is the same.</li>
39 private Object value; field in class:Annotation
48 value = attribute;
52 * Returns the value of this annotation. The value may be {@code null}.
54 * @return the value of this annotation or {@code null}.
57 return value;
67 return getClass().getName() + "[value=" + value + ']'; //$NON-NLS-1
    [all...]
  /external/webkit/JavaScriptCore/tests/mozilla/ecma/Date/
15.9.5.23-3-n.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.
53 function MyDate(value) {
54 this.value = value;
66 testcases[tc].reason += ( testcases[tc].passed ) ? "" : "wrong value ";
    [all...]
  /external/webkit/WebCore/html/
HTMLTextAreaElement.cpp 93 result = value();
111 int rows = attr->value().toInt();
120 int cols = attr->value().toInt();
132 if (equalIgnoringCase(attr->value(), "physical") || equalIgnoringCase(attr->value(), "hard") || equalIgnoringCase(attr->value(), "on"))
134 else if (equalIgnoringCase(attr->value(), "off"))
176 const String& text = (m_wrap == HardWrap && control) ? control->textWithHardLineBreaks() : value();
272 String HTMLTextAreaElement::value() const function in class:WebCore::HTMLTextAreaElement
278 void HTMLTextAreaElement::setValue(const String& value)
322 String value = ""; local
356 String value = defaultValue; local
370 int value = getAttribute(maxlengthAttr).string().toInt(&ok); local
    [all...]
  /external/webkit/WebCore/manual-tests/
liveconnect-applet-array-parameters.html 11 <input type="button" name="string" value="Send String array" onClick="document.arraytestapplet.arrayFunction(['one', 'two', 'three'])"/><br>
12 <input type="button" name="boolean" value="Send boolean array" onClick="document.arraytestapplet.booleanFunction(['0', '1', '2'])"/><br>
13 <input type="button" name="byte" value="Send byte array" onClick="document.arraytestapplet.byteFunction(new Array(0, 1, 2))"/><br>
14 <input type="button" name="char" value="Send char array" onClick="document.arraytestapplet.charFunction(new Array('a', 'b', 'c'))"/><br>
15 <input type="button" name="short" value="Send short array" onClick="document.arraytestapplet.shortFunction(new Array(0, 1, 2))"/><br>
16 <input type="button" name="int" value="Send int array" onClick="document.arraytestapplet.intFunction(new Array(0, 1, 2))"/><br>
17 <input type="button" name="long" value="Send long array" onClick="document.arraytestapplet.longFunction(new Array(0, 1, 2))"/><br>
18 <input type="button" name="float" value="Send float array" onClick="document.arraytestapplet.floatFunction(new Array(0.0, 0.1, 0.2))"/><br>
19 <input type="button" name="double" value="Send double array" onClick="document.arraytestapplet.doubleFunction(new Array(0.1, 0.1, 0.2))"/><br>
20 <input type="button" name="object" value="Send object array" onClick="document.arraytestapplet.objectFunction(new Array(0.1, 0.1, 0.2))"/>< (…)
    [all...]
  /external/webkit/WebCore/svg/
RadialGradientAttributes.h 49 void setCx(const SVGLength& value) { m_cx = value; m_cxSet = true; }
50 void setCy(const SVGLength& value) { m_cy = value; m_cySet = true; }
51 void setR(const SVGLength& value) { m_r = value; m_rSet = true; }
52 void setFx(const SVGLength& value) { m_fx = value; m_fxSet = true; }
53 void setFy(const SVGLength& value) { m_fy = value; m_fySet = true;
    [all...]
  /external/webkit/WebKit/mac/WebView/
WebSerializedJSValue.mm 34 RefPtr<SerializedScriptValue> value;
43 - (id)initWithValue:(JSValueRef)value context:(JSContextRef)sourceContext exception:(JSValueRef*)exception;
45 ASSERT_ARG(value, value);
48 if (!value || !sourceContext) {
59 _private->value = SerializedScriptValue::create(sourceContext, value, exception);
60 if (!_private->value) {
70 if (!_private || !_private->value)
72 return _private->value->deserialize(destinationContext, 0)
    [all...]
  /frameworks/base/core/java/android/net/http/
HttpAuthHeader.java 52 * rejected because the nonce value was stale. If stale is TRUE
84 * value "auth" indicates authentication; the value "auth-int"
190 * the client was rejected because the nonce value was stale.
197 * @return The realm value or null if there is none.
204 * @return The nonce value or null if there is none.
211 * @return The opaque value or null if there is none.
218 * @return The QOP ("quality-of_protection") value or null if
219 * there is none. The QOP value is always lower-case.
278 * scheme, sets the algorithm value to the default of MD5
341 String value = local
    [all...]
  /frameworks/base/core/java/com/google/android/mms/pdu/
PduPart.java 40 // This value of "TYPE" s used with Content-Type: multipart/related
71 // The next header is unassigned header, use reserved header(0x48) value.
81 * Value of Content-Transfer-Encoding.
90 * Value of disposition can be set to PduPart when the value is octet in
101 * Content-Disposition value.
179 * Set Content-id value
181 * @param contentId the content-id value
182 * @throws NullPointerException if the value is null.
206 * Get Content-id value
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/
RetryManager.java 35 * separated by a comma. There are two name value pair parameters plus a series
37 * The name value pairs which may be specified are:
39 *<li>max_retries=<value>
40 *<li>default_randomizationTime=<value>
44 * maybe called before isRetryNeeded will return false. if value
52 * may have an optional randomization value separated from the
57 * <li>3 retires with no randomization value which means its 0:
60 * <li>10 retires with a 500 default randomization value for each and
64 * <li>4 retires with a 100 as the default randomization value for the first 2 values and
120 * a random value
131 Pair<Boolean, Integer> value; local
181 Pair<Boolean, Integer> value; local
348 int value; local
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/gsm/stk/
AppInterface.java 65 CommandType(int value) {
66 mValue = value;
69 public int value() { method in class:AppInterface.CommandType
76 * @param value Integer value to be converted to a CommandType object.
77 * @return CommandType object whose "Type of Command" value is {@code
78 * value}. If no CommandType object has that value, null is
81 public static CommandType fromInt(int value) {
83 if (e.mValue == value) {
    [all...]
  /development/tools/idegen/templates/
android.ipr 8 <customJdkName value="" />
9 <maximumHeapSize value="128" />
14 <option name="BUILD_JARS_ON_MAKE" value="false" />
18 <option name="USE_PROJECT_LEVEL_SETTINGS" value="false" />
22 <value>
23 <option name="ALIGN_MULTILINE_PARAMETERS" value="false" />
24 <option name="RIGHT_MARGIN" value="80" />
25 <option name="BINARY_OPERATION_SIGN_ON_NEXT_LINE" value="true" />
26 <option name="PLACE_ASSIGNMENT_SIGN_ON_NEXT_LINE" value="true" />
27 </value>
    [all...]
  /external/bluetooth/bluez/audio/
gstavdtpsink.c 186 const GValue *value, GParamSpec *pspec)
194 sink->device = g_value_dup_string(value);
198 sink->autoconnect = g_value_get_boolean(value);
207 GValue *value, GParamSpec *pspec)
213 g_value_set_string(value, sink->device);
217 g_value_set_boolean(value, sink->autoconnect);
272 const GValue *value = NULL; local
286 value = gst_structure_get_value(structure, "rate");
287 rate = g_value_get_int(value);
301 value = gst_structure_get_value(structure, "mode")
446 GValue *value; local
612 GValue *value; local
959 const GValue *value = NULL; local
    [all...]
  /external/bluetooth/glib/glib/
ghash.c 45 gpointer value; member in struct:_GHashNode
171 * Return value: index of the described #GHashNode
176 * This function first computes the hash value of the key using the
193 * We need to make sure our hash value is not one of these. */
236 * Return value: index of the described #GHashNode
241 * This function first computes the hash value of the key using the
249 * The computed hash value is returned in the variable pointed to
266 * We need to make sure our hash value is not one of these. */
324 * for the key and value of the hash node.
335 hash_table->value_destroy_func (node->value);
    [all...]
  /external/bluetooth/glib/gobject/
genums.c 47 * value, and the methods g_enum_get_value_by_name(),
51 * GLib type system, it can be used as value type for object
66 static void value_flags_enum_init (GValue *value);
69 static gchar* value_flags_enum_collect_value (GValue *value,
73 static gchar* value_flags_enum_lcopy_value (const GValue *value,
129 value_flags_enum_init (GValue *value)
131 value->data[0].v_long = 0;
142 value_flags_enum_collect_value (GValue *value,
147 value->data[0].v_long = collect_values[0].v_int;
153 value_flags_enum_lcopy_value (const GValue *value,
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/file/
SDL_rwops.c 150 SDL_SetError("win32_file_seek: Unknown value for 'whence'");
296 /* WARNING: Check the return value here! */
322 SDL_SetError("Unknown value for 'whence'");
542 Uint16 value; local
544 SDL_RWread(src, &value, (sizeof value), 1);
545 return(SDL_SwapLE16(value));
549 Uint16 value; local
551 SDL_RWread(src, &value, (sizeof value), 1)
556 Uint32 value; local
563 Uint32 value; local
570 Uint64 value; local
577 Uint64 value; local
    [all...]
  /external/stlport/stlport/
type_traits 132 static const _Tp value = __v;
133 // enum { value = __v }; ?
152 public integral_constant<bool, __virtual_aux<_Tp,__is_union_or_class<_Tp>::value >::__value>
158 public integral_constant<bool, __is_union_or_class<_Tp>::value ? (sizeof(__inheritance_aux<_Tp,__is_union_or_class<_Tp>::value>) == sizeof(_Tp)) : false >
294 || detail::__is_union_or_class<_Tp>::value
295 || is_reference<_Tp>::value
296 || is_void<_Tp>::value)>
304 // _SPEC_FULL2(is_member_object_pointer, _Tp1 _Tp2::*,!is_function<_Tp1>::value);
308 public integral_constant<bool, !is_function<_Tp1>::value>
    [all...]
  /dalvik/libcore/luni-kernel/src/main/java/java/lang/reflect/
Array.java 513 * Sets the element of the array at the specified index to the value. This
514 * reproduces the effect of {@code array[index] = value}. If the array
515 * component is a primitive type, the value is automatically unwrapped.
521 * @param value
522 * the new value
527 * if {@code array} is not an array or the value cannot be
534 public static void set(Object array, int index, Object value)
541 if (value != null &&
542 !array.getClass().getComponentType().isInstance(value)) {
547 ((Object[]) array)[index] = value;
    [all...]

Completed in 286 milliseconds

<<21222324252627282930>>