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

<<71727374757677787980>>

  /external/webkit/WebCore/svg/
SVGSVGElement.cpp 117 _x = x().value(this);
118 _y = y().value(this);
120 float w = width().value(this);
121 float h = height().value(this);
246 setXBaseValue(SVGLength(LengthModeWidth, attr->value()));
248 setYBaseValue(SVGLength(LengthModeHeight, attr->value()));
250 setWidthBaseValue(SVGLength(LengthModeWidth, attr->value()));
251 addCSSProperty(attr, CSSPropertyWidth, attr->value());
252 if (widthBaseValue().value(this) < 0.0)
253 document()->accessSVGExtensions()->reportError("A negative value for svg attribute <width> is not allowed")
    [all...]
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
BaseContactsProvider2Test.java 538 private void assertNullOrEquals(Cursor c, Long value, String columnName) {
539 if (value != NO_LONG) {
540 if (value == null) assertTrue(c.isNull(c.getColumnIndexOrThrow(columnName)));
541 else assertEquals((long) value, c.getLong(c.getColumnIndexOrThrow(columnName)));
545 private void assertNullOrEquals(Cursor c, String value, String columnName) {
546 if (value != NO_STRING) {
547 if (value == null) assertTrue(c.isNull(c.getColumnIndexOrThrow(columnName)));
548 else assertEquals(value, c.getString(c.getColumnIndexOrThrow(columnName)));
624 protected void storeValue(Uri contentUri, long id, String column, String value) {
625 storeValue(ContentUris.withAppendedId(contentUri, id), column, value); local
636 storeValue(ContentUris.withAppendedId(contentUri, id), column, value); local
651 String value = getStoredValue(rowUri, column); local
661 String value = getStoredValue(rowUri, selection, selectionArgs, column); local
675 String value = null; local
738 Object value = entry.getValue(); local
769 String value; local
    [all...]
  /dalvik/libcore/concurrent/src/main/java/java/util/concurrent/atomic/
AtomicReferenceFieldUpdater.java 80 * to the given updated value if the current value {@code ==} the
81 * expected value. This method is guaranteed to be atomic with respect to
86 * @param expect the expected value
87 * @param update the new value
94 * to the given updated value if the current value {@code ==} the
95 * expected value. This method is guaranteed to be atomic with respect to
104 * @param expect the expected value
105 * @param update the new value
    [all...]
  /dalvik/libcore/xml/src/main/java/org/apache/xalan/templates/
ElemValueOf.java 36 * Implement xsl:value-of.
38 * <!ELEMENT xsl:value-of EMPTY>
39 * <!ATTLIST xsl:value-of
44 * @see <a href="http://www.w3.org/TR/xslt#value-of">value-of in XSLT Specification</a>
69 * @param v The value to set for the "select" attribute.
90 * @return The value of the "select" attribute.
114 * An xsl:value-of or xsl:text element may have a
116 * are yes or no; the default is no; if the value is yes,
117 * then a text node generated by instantiating the xsl:value-o
    [all...]
KeyDeclaration.java 30 * with node x, name y and value z, we say that node x has a key
31 * with name y and value z.
59 * The name attribute specifies the name of the key. The value
63 * @param name Value to set for the "name" attribute.
72 * The name attribute specifies the name of the key. The value
76 * @return Value of the "name" attribute.
107 * @param v Value to set for the "match" attribute.
121 * @return Value of the "match" attribute.
140 * @param v Value to set for the "use" attribute.
153 * @return Value of the "use" attribute
    [all...]
  /external/dbus/tools/
dbus-send.c 40 append_arg (DBusMessageIter *iter, int type, const char *value)
56 byte = strtoul (value, NULL, 0);
61 d = strtod (value, NULL);
66 int16 = strtol (value, NULL, 0);
71 uint16 = strtoul (value, NULL, 0);
76 int32 = strtol (value, NULL, 0);
81 uint32 = strtoul (value, NULL, 0);
86 int64 = strtoll (value, NULL, 0);
91 uint64 = strtoull (value, NULL, 0);
96 dbus_message_iter_append_basic (iter, DBUS_TYPE_STRING, &value);
    [all...]
  /external/quake/quake/src/QW/qwfwd/
misc.c 249 key and returns the associated value, or an empty string.
255 static char value[512]; local
272 o = value;
282 return value;
294 char value[512]; local
318 o = value;
343 char value[512]; local
362 o = value;
383 void Info_SetValueForKey (char *s, char *key, char *value)
387 if (strstr (key, "\\") || strstr (value, "\\") )
414 char value[512]; local
    [all...]
  /external/webkit/WebCore/bindings/js/
JSLocationCustom.cpp 137 bool JSLocation::putDelegate(ExecState* exec, const Identifier& propertyName, JSValue value, PutPropertySlot& slot)
151 JSObject::put(exec, propertyName, value, slot);
197 void JSLocation::setHref(ExecState* exec, JSValue value)
202 KURL url = completeURL(exec, value.toString(exec));
212 void JSLocation::setProtocol(ExecState* exec, JSValue value)
218 if (!url.setProtocol(value.toString(exec))) {
226 void JSLocation::setHost(ExecState* exec, JSValue value)
232 url.setHostAndPort(value.toString(exec));
237 void JSLocation::setHostname(ExecState* exec, JSValue value)
243 url.setHost(value.toString(exec))
    [all...]
  /external/webkit/WebKitTools/DumpRenderTree/gtk/
AccessibilityUIElementGtk.cpp 260 GValue value = { 0, { { 0 } } }; local
265 atk_value_get_current_value(ATK_VALUE(m_element), &value);
267 if (G_VALUE_HOLDS_DOUBLE(&value))
268 return g_value_get_double(&value);
269 else if (G_VALUE_HOLDS_INT(&value))
270 return static_cast<double>(g_value_get_int(&value));
277 GValue value = { 0, { { 0 } } }; local
282 atk_value_get_minimum_value(ATK_VALUE(m_element), &value);
284 if (G_VALUE_HOLDS_DOUBLE(&value))
285 return g_value_get_double(&value);
294 GValue value = { 0, { { 0 } } }; local
    [all...]
  /frameworks/base/awt/java/awt/image/
DataBuffer.java 201 * Sets the data value in the specified array at the specified index.
208 * the value to write into the array.
213 * Sets the float data value in the specified array at the specified index.
220 * the value to write into the array.
227 * Sets the double data value in the specified array at the specified index.
234 * the value to write into the array.
241 * Sets the data value in the first array at the specified index.
246 * the value to write into the array.
253 * Gets the data value from the specified data array at the specified index.
264 * Gets the float-type data value from the specified data array at th
    [all...]
  /frameworks/base/opengl/include/EGL/
egl.h 73 /* Out-of-band attribute value */
135 #define EGL_SLOW_CONFIG 0x3050 /* EGL_CONFIG_CAVEAT value */
136 #define EGL_NON_CONFORMANT_CONFIG 0x3051 /* EGL_CONFIG_CAVEAT value */
137 #define EGL_TRANSPARENT_RGB 0x3052 /* EGL_TRANSPARENT_TYPE value */
138 #define EGL_RGB_BUFFER 0x308E /* EGL_COLOR_BUFFER_TYPE value */
139 #define EGL_LUMINANCE_BUFFER 0x308F /* EGL_COLOR_BUFFER_TYPE value */
189 #define EGL_VG_COLORSPACE_sRGB 0x3089 /* EGL_VG_COLORSPACE value */
190 #define EGL_VG_COLORSPACE_LINEAR 0x308A /* EGL_VG_COLORSPACE value */
193 #define EGL_VG_ALPHA_FORMAT_NONPRE 0x308B /* EGL_ALPHA_FORMAT value */
194 #define EGL_VG_ALPHA_FORMAT_PRE 0x308C /* EGL_ALPHA_FORMAT value */
    [all...]
  /hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/
OMX_Types.h 186 value when passing parameters to and from the OMX core and components. The
253 /** Unsigned bounded value type */
255 OMX_U32 nValue; /**< actual value */
256 OMX_U32 nMin; /**< minimum for value (i.e. nValue >= nMin) */
257 OMX_U32 nMax; /**< maximum for value (i.e. nValue <= nMax) */
261 /** Signed bounded value type */
263 OMX_S32 nValue; /**< actual value */
264 OMX_S32 nMin; /**< minimum for value (i.e. nValue >= nMin) */
265 OMX_S32 nMax; /**< maximum for value (i.e. nValue <= nMax) */
270 * must be interpreted as a signed 64 bit value. The quantity is signed to accommodate
    [all...]
  /packages/apps/Mms/src/com/android/mms/dom/smil/
ElementTimeImpl.java 85 * What is the right default value?
95 * "For children of a sequence, the only legal value for begin is
96 * a (single) non-negative offset value. The default begin value is 0."
98 * "The default value of begin for children of a par is 0."
100 * In short, if no value is specified, the default is always 0.
116 // Do nothing and return the minimum value
135 Log.e(TAG, "Malformed time value.", e);
177 * The fill behavior for the element is determined by the value of the fillDefault
178 * attribute. This is the default value
243 float value = Float.parseFloat(repeatCount); local
    [all...]
  /frameworks/base/core/res/res/values/
attrs.xml 46 theme does not set this value, meaning it is based on whether the
252 <flag name="stateUnspecified" value="0" />
255 <flag name="stateUnchanged" value="1" />
258 <flag name="stateHidden" value="2" />
261 <flag name="stateAlwaysHidden" value="3" />
264 <flag name="stateVisible" value="4" />
267 <flag name="stateAlwaysVisible" value="5" />
277 <flag name="adjustUnspecified" value="0x00" />
280 <flag name="adjustResize" value="0x10" />
287 <flag name="adjustPan" value="0x20" /
    [all...]
  /external/icu4c/i18n/unicode/
calendar.h 367 * plus input keyword and that value has different behavior than creation with the
397 * @param status Output param set to success/failure code on exit. If any value
411 * @param status Output param set to success/failure code on exit. If any value
460 * @param status Output param set to success/failure code on exit. If any value
475 * @param status Output param set to success/failure code on exit. If any value
490 * @param status Output param set to success/failure code on exit. If any value
511 * @param status Output param set to success/failure code on exit. If any value
530 * @param status Output param set to success/failure code on exit. If any value
541 * will roll the year value in the range between getMinimum(Calendar::YEAR) and the
542 * value returned by getMaximum(Calendar::YEAR). When rolling on the month o
    [all...]
  /dalvik/libcore/crypto/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/spec/
DHParameterSpecTest.java 90 assertEquals("The value returned by getP() must be "
91 + "equal to the value specified in the constructor",
93 assertEquals("The value returned by getG() must be "
94 + "equal to the value specified in the constructor",
99 assertEquals("The value returned by getP() must be "
100 + "equal to the value specified in the constructor",
102 assertEquals("The value returned by getG() must be "
103 + "equal to the value specified in the constructor",
105 assertEquals("The value returned by getL() must be "
106 + "equal to the value specified in the constructor"
    [all...]
  /dalvik/libcore/luni/src/main/java/java/net/
SocketOptions.java 34 * value of this option is set to {@code 0} the method closes the TCP socket
35 * forcefully and returns immediately. Is this value greater than {@code 0}
44 * Timeout for blocking operations. The argument value is specified in
103 * This option specifies the value for the Type-of-Service (TOS) field of
135 * Gets the value for the specified socket option.
137 * @return the option value.
141 * if an error occurs reading the option value.
146 * Sets the value of the specified socket option.
151 * the value to be set for the option.
153 * if an error occurs setting the option value
    [all...]
  /dalvik/libcore/xml/src/main/java/org/xml/sax/ext/
Attributes2.java 18 * feature flag will have the value <em>true</em>.
91 * Returns true unless the attribute value was provided
95 * @return true if the value was found in the XML text,
96 * false if the value was provided by DTD defaulting.
103 * Returns true unless the attribute value was provided
114 * @return true if the value was found in the XML text,
115 * false if the value was provided by DTD defaulting.
122 * Returns true unless the attribute value was provided
126 * @return true if the value was found in the XML text,
127 * false if the value was provided by DTD defaulting
    [all...]
  /external/apache-http/src/org/apache/http/params/
BasicHttpParams.java 44 * If a particular parameter value has not been explicitly defined
45 * in the collection itself, its value will be drawn from the parent
73 public HttpParams setParameter(final String name, final Object value) {
77 this.parameters.put(name, value);
85 //this is to avoid the case in which the key has a null value
96 * Assigns the value to all the parameter with the given names
99 * @param value parameter value
101 public void setParameters(final String[] names, final Object value) {
103 setParameter(names[i], value);
    [all...]
  /external/guava/src/com/google/common/base/
Objects.java 117 * Adds a name/value pair to the formatted output in {@code name=value}
118 * format. If {@code value} is {@code null}, the string {@code "null"}
121 public ToStringHelper add(String name, @Nullable Object value) {
122 return addValue(Preconditions.checkNotNull(name) + "=" + value);
126 * Adds a value to the formatted output in {@code value} format.<p/>
129 * give value a readable name.
131 public ToStringHelper addValue(@Nullable Object value) {
132 fieldString.add(String.valueOf(value));
    [all...]
  /external/opencore/codecs_v2/audio/gsm_amr/amr_wb/dec/src/
pvamrwbdecoder_basic_op_cequivalent.h 73 16 bit short signed integer (int16) whose value falls in the
77 16 bit short signed integer (int16) whose value falls in the
83 Return Value :
84 16 bit short signed integer (int16) whose value falls in the
112 16 bit short signed integer (int16) whose value falls in the
116 16 bit short signed integer (int16) whose value falls in the
122 Return Value :
123 16 bit short signed integer (int16) whose value falls in the
151 16 bit short signed integer (int16) whose value falls in the
155 16 bit short signed integer (int16) whose value falls in th
    [all...]
  /external/opencore/doc/oscl_html/
oscl__math_8h-source.html 27 00036 <a class="code" href="group__osclbase.html#a84">OSCL_COND_IMPORT_REF</a> <span class="keywordtype">double</span> <a class="code" href="group__osclutil.html#a23">oscl_log</a>(<span class="keywordtype">double</span> value);
28 00042 <a class="code" href="group__osclbase.html#a84">OSCL_COND_IMPORT_REF</a> <span class="keywordtype">double</span> <a class="code" href="group__osclutil.html#a24">oscl_log10</a>(<span class="keywordtype">double</span> value);
29 00048 <a class="code" href="group__osclbase.html#a84">OSCL_COND_IMPORT_REF</a> <span class="keywordtype">double</span> <a class="code" href="group__osclutil.html#a25">oscl_sqrt</a>(<span class="keywordtype">double</span> value);
31 00061 <a class="code" href="group__osclbase.html#a84">OSCL_COND_IMPORT_REF</a> <span class="keywordtype">double</span> <a class="code" href="group__osclutil.html#a27">oscl_exp</a>(<span class="keywordtype">double</span> value);
33 00068 <a class="code" href="group__osclbase.html#a84">OSCL_COND_IMPORT_REF</a> <span class="keywordtype">double</span> <a class="code" href="group__osclutil.html#a28">oscl_sin</a>(<span class="keywordtype">double</span> value);
35 00075 <a class="code" href="group__osclbase.html#a84">OSCL_COND_IMPORT_REF</a> <span class="keywordtype">double</span> <a class="code" href="group__osclutil.html#a29">oscl_cos</a>(<span class="keywordtype">double</span> value);
37 00082 <a class="code" href="group__osclbase.html#a84">OSCL_COND_IMPORT_REF</a> <span class="keywordtype">double</span> <a class="code" href="group__osclutil.html#a30">oscl_tan</a>(<span class="keywordtype">double</span> value);
39 00089 <a class="code" href="group__osclbase.html#a84">OSCL_COND_IMPORT_REF</a> <span class="keywordtype">double</span> <a class="code" href="group__osclutil.html#a31">oscl_asin</a>(<span class="keywordtype">double</span> value);
41 00096 <a class="code" href="group__osclbase.html#a84">OSCL_COND_IMPORT_REF</a> <span class="keywordtype">double</span> <a class="code" href="group__osclutil.html#a32">oscl_atan</a>(<span class="keywordtype">double</span> value);
43 00103 <a class="code" href="group__osclbase.html#a84">OSCL_COND_IMPORT_REF</a> <span class="keywordtype">double</span> <a class="code" href="group__osclutil.html#a33">oscl_floor</a>(<span class="keywordtype">double</span> value);
    [all...]
oscl__math_8h.html 20 <tr><td nowrap align=right valign=top>OSCL_COND_IMPORT_REF double&nbsp;</td><td valign=bottom><a class="el" href="group__osclutil.html#a23">oscl_log</a> (double value)</td></tr>
21 <tr><td nowrap align=right valign=top>OSCL_COND_IMPORT_REF double&nbsp;</td><td valign=bottom><a class="el" href="group__osclutil.html#a24">oscl_log10</a> (double value)</td></tr>
22 <tr><td nowrap align=right valign=top>OSCL_COND_IMPORT_REF double&nbsp;</td><td valign=bottom><a class="el" href="group__osclutil.html#a25">oscl_sqrt</a> (double value)</td></tr>
24 <tr><td nowrap align=right valign=top>OSCL_COND_IMPORT_REF double&nbsp;</td><td valign=bottom><a class="el" href="group__osclutil.html#a27">oscl_exp</a> (double value)</td></tr>
25 <tr><td nowrap align=right valign=top>OSCL_COND_IMPORT_REF double&nbsp;</td><td valign=bottom><a class="el" href="group__osclutil.html#a28">oscl_sin</a> (double value)</td></tr>
26 <tr><td nowrap align=right valign=top>OSCL_COND_IMPORT_REF double&nbsp;</td><td valign=bottom><a class="el" href="group__osclutil.html#a29">oscl_cos</a> (double value)</td></tr>
27 <tr><td nowrap align=right valign=top>OSCL_COND_IMPORT_REF double&nbsp;</td><td valign=bottom><a class="el" href="group__osclutil.html#a30">oscl_tan</a> (double value)</td></tr>
28 <tr><td nowrap align=right valign=top>OSCL_COND_IMPORT_REF double&nbsp;</td><td valign=bottom><a class="el" href="group__osclutil.html#a31">oscl_asin</a> (double value)</td></tr>
29 <tr><td nowrap align=right valign=top>OSCL_COND_IMPORT_REF double&nbsp;</td><td valign=bottom><a class="el" href="group__osclutil.html#a32">oscl_atan</a> (double value)</td></tr>
30 <tr><td nowrap align=right valign=top>OSCL_COND_IMPORT_REF double&nbsp;</td><td valign=bottom><a class="el" href="group__osclutil.html#a33">oscl_floor</a> (double value)</td></tr
    [all...]
  /external/openssl/crypto/asn1/
a_type.c 66 if ((a->value.ptr != NULL) || (a->type == V_ASN1_NULL))
72 void ASN1_TYPE_set(ASN1_TYPE *a, int type, void *value)
74 if (a->value.ptr != NULL)
80 a->value.ptr=value;
83 int ASN1_TYPE_set1(ASN1_TYPE *a, int type, const void *value)
85 if (!value || (type == V_ASN1_BOOLEAN))
87 void *p = (void *)value;
93 odup = OBJ_dup(value);
101 sdup = ASN1_STRING_dup((ASN1_STRING *)value);
    [all...]
  /external/quake/quake/src/WinQuake/
in_sun.cpp 96 if (x_focus && _windowed_mouse.value && !x_grabbed) {
118 } else if (x_grabbed && (!_windowed_mouse.value || !x_focus)) {
202 dx *= sensitivity.value;
203 dy *= sensitivity.value;
228 if ((in_strafe.state & 1) || (lookstrafe.value && (in_mlook.state & 1)))
229 cmd->sidemove += m_side.value * dx;
231 cl.viewangles[YAW] -= m_yaw.value * dx;
237 cl.viewangles[PITCH] += m_pitch.value * dy;
242 if ((in_strafe.state & 1) && noclip_anglehack) cmd->upmove -= m_forward.value * dy;
243 else cmd->forwardmove -= m_forward.value * dy
    [all...]

Completed in 1330 milliseconds

<<71727374757677787980>>