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

<<71727374757677787980>>

  /external/webkit/WebCore/css/
SVGCSSStyleSelector.cpp 94 static Color colorFromSVGColorCSSValue(CSSValue* value, RenderStyle* style)
96 ASSERT(value->isSVGColor());
97 SVGColor* c = static_cast<SVGColor*>(value);
106 void CSSStyleSelector::applySVGProperty(int id, CSSValue* value)
108 ASSERT(value);
110 if (value->isPrimitiveValue())
111 primitiveValue = static_cast<CSSPrimitiveValue*>(value);
114 unsigned short valueType = value->cssValueType();
235 if (value->isSVGPaint())
236 svgstyle->setFillPaint(static_cast<SVGPaint*>(value));
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/
WspTypeDecoder.java 72 * return value can be retrieved by getValueString() method
95 * return value can be retrieved by getValue32() method
113 * return value can be retrieved by getValue32() method
131 * Decode the "Integer-Value" type for WSP pdu
133 * @param startIndex The starting position of the "Integer-Value" in this pdu
135 * @return false when error(not a Integer-Value) occur
136 * return value can be retrieved by getValue32() method
152 * return value can be retrieved by getValue32() method
172 * Decode the "Value-length" type for WSP pdu
174 * @param startIndex The starting position of the "Value-length" in this pd
    [all...]
  /cts/tools/dex-tools/dex/
classes.out.dex 9 @dalvik.annotation.EnclosingClass (value =Landroid/Manifest; )
212 @dalvik.annotation.MemberClasses (value =Landroid/Manifest$permission; )
222 @dalvik.annotation.EnclosingClass (value =Landroid/R; )
247 @dalvik.annotation.EnclosingClass (value =Landroid/R; )
269 @dalvik.annotation.EnclosingClass (value =Landroid/R; )
1292 public static final int value
1361 @dalvik.annotation.EnclosingClass (value =Landroid/R; )
1409 @dalvik.annotation.EnclosingClass (value =Landroid/R; )
1425 @dalvik.annotation.EnclosingClass (value =Landroid/R; )
    [all...]
  /bionic/libc/bionic/
pthread.c 555 // a TLS key, the corresponding value will be set to NULL in this thread's TLS
572 * if it is zero, we set the count value to -1 to indicate that the
750 #define MUTEX_OWNER(m) (((m)->value >> 16) & 0xffff)
751 #define MUTEX_COUNTER(m) (((m)->value >> 2) & 0xfff)
853 int value = 0; local
859 mutex->value = MUTEX_TYPE_NORMAL;
864 value |= MUTEX_SHARED_MASK;
868 value |= MUTEX_TYPE_NORMAL;
871 value |= MUTEX_TYPE_RECURSIVE;
874 value |= MUTEX_TYPE_ERRORCHECK
    [all...]
  /external/opencore/fileformats/mp4/parser/src/
textsamplemodifiers.cpp 413 timedTextModifier->value->_pBlinkBox = NULL;
414 timedTextModifier->value->_pTextBoxBox = NULL;
415 timedTextModifier->value->_pTextHighlightBox = NULL;
416 timedTextModifier->value->_pTextHilightColorBox = NULL;
417 timedTextModifier->value->_pTextHyperTextBox = NULL;
418 timedTextModifier->value->_pTextKaraokeBox = NULL;
419 timedTextModifier->value->_pTextScrollDelay = NULL;
420 timedTextModifier->value->_pTextStyleBox = NULL;
455 timedTextModifier->value->_pTextStyleBox = pStyleBox;
477 timedTextModifier->value->_pTextHighlightBox = pHighlightBox
    [all...]
  /dalvik/libcore/luni/src/main/java/java/net/
URLConnection.java 133 * Gets the option value which indicates whether user interaction is allowed
136 * @return the value of the option {@code allowUserInteraction}.
209 * @return the value of the response header field {@code content-encoding}.
292 * @return the value of the response header field {@code content-length}.
302 * @return the value of the response header field {@code content-type}.
322 * @return the value of the default setting {@code
331 * Gets the default value for the specified request {@code field} or {@code
336 * the request field whose default value shall be returned.
337 * @return the default value for the given field.
348 * @return the value of the default setting {@code defaultUseCaches}
    [all...]
  /external/opencore/android/
pvmediascanner.cpp 122 const char* value = framevector[i]->value.pChar_value; local
136 if (oscl_str_is_valid_utf8((const uint8 *)value, valid_chars)) {
138 if (!client.handleStringTag(key, value)) goto failure;
149 const unsigned char* src = (const unsigned char *)value;
150 char* temp = (char *)alloca(strlen(value) * 2 + 1);
171 const oscl_wchar* src = framevector[i]->value.pWChar_value;
182 snprintf(temp, sizeof(temp), "%d", (int)framevector[i]->value.uint32_value);
519 const char* value; local
521 value = retriever->extractMetadata(METADATA_KEY_IS_DRM_CRIPPLED)
655 const char* value = framevector[i]->value.pChar_value; local
    [all...]
  /external/qemu/android/
charmap.c 26 * Key code value, followed by one or more space or tab characters.
27 * Display value, followed by one or more space or tab characters.
28 * Number value, followed by one or more space or tab characters.
29 * Base value, followed by one or more space or tab characters.
30 * Caps value, followed by one or more space or tab characters.
31 * Fn value, followed by one or more space or tab characters.
32 * Caps_fn value, followed by one or more space or tab characters.
33 * All values, except for the key code value must be either in character
34 * form ('X', where X is the value), or in hexadecimal form (0xXXXX, where
35 * XXXX is hexadecimal representation of the value). Note that if value i
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/joystick/darwin/
SDL_sysjoystick.c 53 IOHIDElementCookie cookie; /* unique value which identifies element, will NOT change */
54 long min; /* reported min value possible */
55 long max; /* reported max value possible */
59 long scaledMin; /* reported scaled min value possible */
60 long scaledMax; /* reported scaled max value possible */
63 Boolean wrapping; /* does element wrap around (one value higher than max is min) */
70 long minReport; /* min returned value */
71 long maxReport; /* max returned value */
113 /* returns current value for element, polling element
121 hidEvent.value = 0
144 SInt32 value = HIDGetElementValue(pDevice, pElement); local
726 SInt32 value; local
    [all...]
  /frameworks/base/awt/javax/imageio/metadata/
IIOMetadataFormatImpl.java 150 throw new IllegalArgumentException("Invalid value for dataType!");
182 * the default value of the attribute.
190 throw new IllegalArgumentException("Invalid value for dataType!");
218 * the default value of the attribute.
228 throw new IllegalArgumentException("Invalid value for dataType!");
241 throw new IllegalArgumentException("enumeratedValues contains a non-String value!");
270 * the default value of attribute.
272 * the minimum legal value of an attribute.
274 * the maximum legal value of an attribute.
287 throw new IllegalArgumentException("Invalid value for dataType!")
    [all...]
  /frameworks/base/core/java/android/content/
ContentProviderOperation.java 248 throw new OperationApplicationException("Found value " + cursorValue
273 * key refers to a column and the value is an index of the back reference whose
309 * and the value is the index of the previous result that should be used for that selection
439 * and the value is an integer that is the index of the previous result whose
440 * value should be used for the column. The value is added as a {@link String}.
441 * A column value from the back references takes precedence over a value specified in
449 "only inserts, updates, and asserts can have value back-references");
457 * A column value from the back references takes precedence over a value specified i
    [all...]
  /sdk/sdkmanager/app/src/com/android/sdkmanager/
CommandLineProcessor.java 167 * command line are returned first. Otherwise one with a non-null value is returned.
172 * If nothing has been found, return the last default value seen matching the filter.
176 * value set will be used.
179 * the first value set will be used.
181 * @return The current value object stored in the parameter, which depends on the argument mode.
211 * Internal setter for raw parameter value.
215 * @param value The new current value object stored in the parameter, which depends on the
218 protected void setValue(String verb, String directObject, String longFlagName, Object value) {
221 arg.setCurrentValue(value);
518 String value = ""; local
    [all...]
  /hardware/ti/wlan/wl1271/CUDK/configurationutility/src/
cu_cmd.c 53 os_error_printf(CU_MSG_INFO2, (PS8)"%d - %s%s", arr[i].value, arr[i].name, (i>=SIZE_ARR(arr)-1) ? (PS8)"\n" : (PS8)", " ); \
58 if ( arr[ index ].value == (val) ) \
448 /* Converts a single ASCII character to a hex value (i.e. '0'-'9' = 0-9, 'a'-'f' = a-f, 'A'-'F' = a-f) */
641 (char)pBssid->Rssi | 0xffffff00, /* need the 0xffffff00 to get negative value display */
4282 unsigned long result = 0, value; local
    [all...]
  /external/bluetooth/glib/gio/
glocalfileinfo.c 229 #define g_fgetxattr(fd,name,value,size) fgetxattr(fd,name,value,size,0,0)
231 #define g_setxattr(path,name,value,size) setxattr(path,name,value,size,0,0)
235 #define g_setxattr(path,name,value,size) setxattr(path,name,value,size,0)
239 g_getxattr (const char *path, const char *name, void *value, size_t size,
243 return getxattr (path, name, value, size, 0, follow_symlinks ? 0 : XATTR_NOFOLLOW);
246 return getxattr (path, name, value, size);
248 return lgetxattr (path, name, value, size)
400 char value[64]; local
557 char value[64]; local
710 char *attribute, *value; local
2114 GFileAttributeValue value = { 0 }; local
2168 GFileAttributeValue *value; local
    [all...]
  /dalvik/libcore/luni/src/main/java/java/util/
Calendar.java 57 * has value {@code MONTH} == {@code JANUARY} for all calendars.
161 * <strong>{@code set(f, value)}</strong> changes field {@code f}
162 * to {@code value}. In addition, it sets an internal member variable to
169 * other fields may also change, depending on the field, the field value, and
171 * return {@code value} after the fields have been recomputed. The
192 * <strong>Add rule 1</strong>. The value of field {@code f} after the
193 * call minus the value of field {@code f} before the call is
195 * {@code f}. Overflow occurs when a field value exceeds its range and,
197 * field value is adjusted back into its range.
201 * but &nbsp; it is impossible for it to be equal to its prior value because o
881 int value, next; local
906 int value, next; local
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/ui/
ConfigurationSelector.java 581 String value = ((ResourceQualifier)element).getStringValue(); local
582 if (value.length() == 0) {
586 return value;
669 String value = mText.getText(); local
671 if (value.length() == 0) {
672 // empty string, means a qualifier with no value.
679 CountryCodeQualifier.getFolderSegment(Integer.parseInt(value)));
683 // Failure! Looks like the value is wrong
734 String value = mText.getText(); local
736 if (value.length() == 0)
802 String value = mLanguage.getText(); local
832 String value = q.getValue(); local
870 String value = mRegion.getText(); local
900 String value = q.getValue(); local
957 ScreenSize value = q.getValue(); local
1016 ScreenRatio value = q.getValue(); local
1075 ScreenOrientation value = q.getValue(); local
1135 Density value = q.getValue(); local
1193 TouchScreenType value = q.getValue(); local
1252 KeyboardState value = q.getValue(); local
1311 TextInputMethod value = q.getValue(); local
1370 NavigationMethod value = q.getValue(); local
1482 String value = mText.getText(); local
    [all...]
  /external/guava/src/com/google/common/primitives/
Longs.java 49 * value.
54 * Returns a hash code for {@code value}; equal to the result of invoking
55 * {@code ((Long) value).hashCode()}.
57 * @param value a primitive {@code long} value
58 * @return a hash code for the value
60 public static int hashCode(long value) {
61 return (int) (value ^ (value >>> 32));
65 * Compares the two specified {@code long} values. The sign of the value
    [all...]
  /external/proguard/src/proguard/optimize/evaluation/
EvaluationSimplifier.java 32 import proguard.evaluation.value.*;
377 Value pushedValue = partialEvaluator.getStackAfter(offset).getTop(0);
382 case Value.TYPE_INTEGER:
385 case Value.TYPE_LONG:
388 case Value.TYPE_FLOAT:
391 case Value.TYPE_DOUBLE:
394 case Value.TYPE_REFERENCE:
426 Value pushedValue = partialEvaluator.getStackAfter(offset).getTop(0);
429 int value = pushedValue.integerValue().value(); local
495 long value = pushedValue.longValue().value(); local
562 float value = pushedValue.floatValue().value(); local
630 double value = pushedValue.doubleValue().value(); local
    [all...]
  /external/webkit/WebCore/svg/animation/
SVGSMILElement.cpp 183 // "If no attribute is present, the default begin value (an offset-value of 0) must be evaluated."
254 bool SVGSMILElement::parseCondition(const String& value, BeginOrEnd beginOrEnd)
256 String parseString = value.stripWhiteSpace();
336 existing.add(timeList[n].value());
340 SMILTime value = parseClockValue(splitString[n]); local
341 if (value.isUnresolved())
343 else if (!existing.contains(value.value()))
344 timeList.append(value);
486 const AtomicString& value = getAttribute(SVGNames::restartAttr); local
497 const AtomicString& value = getAttribute(SVGNames::fillAttr); local
510 const AtomicString& value = getAttribute(SVGNames::durAttr); local
519 const AtomicString& value = getAttribute(SVGNames::repeatDurAttr); local
529 const AtomicString& value = getAttribute(SVGNames::repeatCountAttr); local
545 const AtomicString& value = getAttribute(SVGNames::maxAttr); local
554 const AtomicString& value = getAttribute(SVGNames::minAttr); local
    [all...]
  /dalvik/libcore/text/src/main/java/java/text/
Collator.java 60 * This strength should be used sparingly, as only code point value differences
135 * Constant used to specify the decomposition rule. This value for
163 // CACHE_SIZE includes key and value, so needs to be double
202 * strength value as this collator.
226 * @return a negative value if {@code object1} is less than {@code object2},
227 * 0 if they are equal, and a positive value if {@code object1} is
243 * @return a negative value if {@code string1} is less than {@code string2},
244 * 0 if they are equal and a positive value if {@code string1} is
297 * with the current decomposition rule and strength value.
347 * Returns the strength value for this collator
    [all...]
  /dalvik/libcore/xml/src/main/java/org/apache/xml/utils/
SuballocatedIntVector.java 143 * @param value Int to add to the list
145 public void addElement(int value)
151 m_buildCache[indexRelativeToCache]=value;
174 block[offset]=value;
188 * @param value Int to add to the list
190 private void addElements(int value, int numberOfElements)
195 m_map0[m_firstFree++]=value;
218 block[offset++]=value;
227 * Note: "Not Set" means the value is unspecified.
248 * than the value it had previously
    [all...]
  /dalvik/libdex/
DexProto.c 41 free((void*) pCache->value);
45 pCache->value = pCache->buffer;
48 pCache->value = malloc(length);
58 pCache->value = pCache->buffer;
69 free((void*) pCache->value);
70 pCache->value = pCache->buffer;
76 * If the given DexStringCache doesn't already point at the given value,
82 char* dexStringCacheEnsureCopy(DexStringCache* pCache, const char* value) {
83 if (value != pCache->value) {
    [all...]
  /external/grub/netboot/
pci.c 37 unsigned int where, unsigned char *value)
40 *value = inb(0xCFC + (where&3));
45 unsigned int device_fn, unsigned int where, unsigned short *value)
48 *value = inw(0xCFC + (where&2));
53 unsigned int where, unsigned int *value)
56 *value = inl(0xCFC);
61 unsigned int where, unsigned char value)
64 outb(value, 0xCFC + (where&3));
69 unsigned int where, unsigned short value)
72 outw(value, 0xCFC + (where&2))
    [all...]
  /external/libxml2/include/libxml/
xpathInternals.h 202 * Check if the current value on the XPath stack is a node set or
203 * an XSLT value tree.
208 (((ctxt)->value != NULL) \
209 && (((ctxt)->value->type == XPATH_NODESET) \
210 || ((ctxt)->value->type == XPATH_XSLT_TREE)))
216 * Checks if the current value on the XPath stack is an external
223 ((ctxt->value != NULL) && (ctxt->value->type == XPATH_USERS))
272 * Macro to check that the value on top of the XPath stack is of a given
276 if ((ctxt->value == NULL) || (ctxt->value->type != typeval))
    [all...]
  /external/webkit/WebCore/platform/graphics/gtk/
WebKitWebSourceGStreamer.cpp 104 static void webKitWebSrcSetProperty(GObject* object, guint propID, const GValue* value, GParamSpec* pspec);
105 static void webKitWebSrcGetProperty(GObject* object, guint propID, GValue* value, GParamSpec* pspec);
235 // 512k is a abitrary number but we should choose a value
256 static void webKitWebSrcSetProperty(GObject* object, guint propID, const GValue* value, GParamSpec* pspec)
263 priv->iradioMode = g_value_get_boolean(value);
271 static void webKitWebSrcGetProperty(GObject* object, guint propID, GValue* value, GParamSpec* pspec)
278 g_value_set_boolean(value, priv->iradioMode);
281 g_value_set_string(value, priv->iradioName);
284 g_value_set_string(value, priv->iradioGenre);
287 g_value_set_string(value, priv->iradioUrl)
634 String value = response.httpHeaderField("icy-metaint"); local
    [all...]

Completed in 2170 milliseconds

<<71727374757677787980>>