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

<<11121314151617181920>>

  /external/webkit/WebCore/xml/
XPathFunctions.cpp 58 Interval(int value);
61 bool contains(int value) const;
77 virtual Value evaluate() const;
78 virtual Value::Type resultType() const { return Value::NumberValue; }
84 virtual Value evaluate() const;
85 virtual Value::Type resultType() const { return Value::NumberValue; }
91 virtual Value evaluate() const;
92 virtual Value::Type resultType() const { return Value::NumberValue;
    [all...]
  /dalvik/libcore/luni/src/main/java/java/lang/
Boolean.java 32 * The boolean value of the receiver.
34 private final boolean value; field in class:Boolean
47 * The {@code Boolean} object that represents the primitive value
53 * The {@code Boolean} object that represents the primitive value
59 * Constructs a new {@code Boolean} with its boolean value specified by
62 * Boolean representing the primitive value {@code true}, otherwise it will
63 * be a Boolean representing the primitive value {@code false}.
66 * the string representing a boolean value.
74 * value.
76 * @param value
    [all...]
  /external/webkit/WebCore/bindings/v8/custom/
V8HTMLPlugInElementCustom.cpp 48 static v8::Handle<v8::Value> npObjectNamedGetter(v8::Local<v8::String> name, const v8::AccessorInfo& info)
63 static v8::Handle<v8::Value> npObjectNamedSetter(v8::Local<v8::String> name, v8::Local<v8::Value> value, const v8::AccessorInfo& info)
74 return npObjectSetNamedProperty(instance, name, value);
77 v8::Handle<v8::Value> V8HTMLAppletElement::namedPropertyGetter(v8::Local<v8::String> name, const v8::AccessorInfo& info)
83 v8::Handle<v8::Value> V8HTMLEmbedElement::namedPropertyGetter(v8::Local<v8::String> name, const v8::AccessorInfo& info)
89 v8::Handle<v8::Value> V8HTMLObjectElement::namedPropertyGetter(v8::Local<v8::String> name, const v8::AccessorInfo& info)
95 v8::Handle<v8::Value> V8HTMLAppletElement::namedPropertySetter(v8::Local<v8::String> name, v8::Local<v8::Value> value, const v8::AccessorInfo& info
    [all...]
  /external/bison/src/
muscle_tab.h 27 void muscle_insert (const char *key, char *value);
35 #define MUSCLE_INSERT_BOOL(Key, Value) \
37 int v = Value; \
41 #define MUSCLE_INSERT_INT(Key, Value) \
43 obstack_fgrow1 (&muscle_obstack, "%d", Value); \
48 #define MUSCLE_INSERT_LONG_INT(Key, Value) \
50 obstack_fgrow1 (&muscle_obstack, "%ld", Value); \
55 #define MUSCLE_INSERT_STRING(Key, Value) \
57 obstack_sgrow (&muscle_obstack, Value); \
62 #define MUSCLE_OBSTACK_SGROW(Obstack, Value) \
    [all...]
  /external/skia/include/views/
SkMetaData.h 32 bool findS32(const char name[], int32_t* value = NULL) const;
33 bool findScalar(const char name[], SkScalar* value = NULL) const;
36 bool findPtr(const char name[], void** value = NULL) const;
37 bool findBool(const char name[], bool* value = NULL) const;
39 bool hasS32(const char name[], int32_t value) const
42 return this->findS32(name, &v) && v == value;
44 bool hasScalar(const char name[], SkScalar value) const
47 return this->findScalar(name, &v) && v == value;
49 bool hasString(const char name[], const char value[]) const
52 return v == NULL && value == NULL |
    [all...]
  /dalvik/libcore/luni/src/main/java/java/io/
EmulatedFields.java 32 // A slot is a field plus its value
38 // Actual value this emulated field holds
41 // If this field has a default value (true) or something has been
55 * Returns the value held by this emulated field.
57 * @return the field value
89 * field descriptor (ObjectStreamField) plus the actual value it holds.
107 * a value explicitly assigned and that it still holds a default value for
109 * assigned a value explicitly.
113 * @return {@code true} if {@code name} still holds its default value,
    [all...]
EmulatedFieldsForLoading.java 52 * been assigned a value explicitly (false) or if it still holds a default
53 * value for the type (true) because it hasn't been assigned to yet.
57 * @return <code>true</code> if the field holds it default value,
83 * Find and return the byte value of a given field named <code>name</code>
84 * in the receiver. If the field has not been assigned any value yet, the
85 * default value <code>defaultValue</code> is returned instead.
90 * Return value in case the field has not been assigned to yet.
91 * @return the value of the given field if it has been assigned, or the
92 * default value otherwise
106 * Find and return the char value of a given field named <code>name</code
    [all...]
  /external/v8/src/
json.js 112 function SerializeArray(value, replacer, stack, indent, gap) {
113 if (StackContains(stack, value)) {
116 stack.push(value);
120 var len = value.length;
122 var strP = JSONSerialize($String(i), value, replacer, stack,
143 function SerializeObject(value, replacer, stack, indent, gap) {
144 if (StackContains(stack, value)) {
147 stack.push(value);
156 var strP = JSONSerialize(p, value, replacer, stack, indent, gap);
166 for (var p in value) {
    [all...]
  /external/webkit/WebCore/bindings/v8/
V8Binding.h 52 typedef v8::Handle<v8::Value> Value;
73 String v8NonStringValueToWebCoreString(v8::Handle<v8::Value>);
74 String v8ValueToWebCoreString(v8::Handle<v8::Value> value);
81 AtomicString v8NonStringValueToAtomicWebCoreString(v8::Handle<v8::Value>);
82 AtomicString v8ValueToAtomicWebCoreString(v8::Handle<v8::Value> value);
100 // Convert a value to a 32-bit integer. The conversion fails if the
101 // value cannot be converted to an integer or converts to nan or to an infinity
    [all...]
  /dalvik/dx/tests/042-dex-ignore-result/
info.txt 4 method call to a method which returns a value, where that value is
  /dalvik/dx/tests/081-dex-throws-list/
expected.txt 2 system-annotation dalvik.annotation.Throws {value: {java.lang.RuntimeException}}
4 system-annotation dalvik.annotation.Throws {value: {java.lang.Throwable, java.lang.IllegalArgumentException}}
  /dalvik/libcore/concurrent/src/main/java/java/util/concurrent/atomic/
AtomicLongArray.java 81 * Gets the current value at position {@code i}.
84 * @return the current value
91 * Sets the element at position {@code i} to the given value.
94 * @param newValue the new value
101 * Atomically sets the element at position {@code i} to the given value
102 * and returns the old value.
105 * @param newValue the new value
106 * @return the previous value
117 * Atomically sets the value to the given updated value
    [all...]
  /dalvik/libcore/security/src/main/java/org/bouncycastle/asn1/ess/
ContentIdentifier.java 11 ASN1OctetString value; field in class:ContentIdentifier
33 ASN1OctetString value)
35 this.value = value;
42 byte[] value)
44 this(new DEROctetString(value));
49 return value;
63 return value;
  /dalvik/vm/mterp/armv5te/
OP_RETURN.S 3 * Return a 32-bit value. Copies the return value into the "glue"
  /dalvik/vm/mterp/x86/
OP_RETURN.S 3 * Return a 32-bit value. Copies the return value into the "glue"
  /external/bluetooth/bluez/common/
test_textfile.c 37 static void print_entry(char *key, char *value, void *data)
39 printf("%s %s\n", key, value);
45 char key[18], value[512], *str; local
55 memset(value, 0, sizeof(value));
56 for (i = 0; i < (size / sizeof(value)); i++)
57 err = write(fd, value, sizeof(value));
71 memset(value, 0, sizeof(value));
    [all...]
  /external/bluetooth/glib/docs/reference/glib/tmpl/
limits.sgml 23 The minimum value which can be held in a #gint.
30 The maximum value which can be held in a #gint.
37 The maximum value which can be held in a #guint.
44 The minimum value which can be held in a #gshort.
51 The maximum value which can be held in a #gshort.
58 The maximum value which can be held in a #gushort.
65 The minimum value which can be held in a #glong.
72 The maximum value which can be held in a #glong.
79 The maximum value which can be held in a #gulong.
86 The minimum value which can be held in a #gint8
    [all...]
  /external/clearsilver/man/man3/
dictNext.3 14 dictNext - search for next value in dictionary.
31 plock - place for value lock (or NULL).
36 isn't usefully externally. Will return the value if
39 the returned value. Until this lock is passed to
40 dictReleaseLock(), the value will not be passed to the
45 .SH "RETURN VALUE"
46 plock - set to value lock.
48 id - pointer to id of found value
  /external/icu4c/layoutex/
LXUtilities.h 19 static le_int8 highBit(le_int32 value);
20 static le_int32 search(le_int32 value, const le_int32 array[], le_int32 count);
  /external/iptables/extensions/
libipt_CLASSIFY.man 1 This module allows you to set the skb->priority value (and thus classify the packet into a specific CBQ class).
4 Set the major and minor class value.
libipt_connmark.man 6 .BI "--mark " "value[/mask]"
7 Matches packets in connections with the given mark value (if a mask is
libipt_realm.man 4 .BI "--realm " "[!] " "value[/mask]"
5 Matches a given realm number (and optionally mask). If not a number, value
  /external/oprofile/libutil/
fscanf.c 5 int fscanf(FILE* stream, const char* format, int* value)
18 *value = r;
  /external/skia/include/core/
SkColor.h 27 /** 8-bit type for an alpha value. 0xFF is 100% opaque, 0x00 is 100% transparent.
30 /** 32 bit ARGB color value, not premultiplied. The color components are always in
37 /** Return a SkColor value from 8 bit component values
46 /** Return a SkColor value from 8 bit component values, with an implied value
51 /** return the alpha byte from a SkColor value */
53 /** return the red byte from a SkColor value */
55 /** return the green byte from a SkColor value */
57 /** return the blue byte from a SkColor value */
66 #define SK_ColorBLACK 0xFF000000 //!< black SkColor value
    [all...]
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
float-weight.h 62 const float &Value() const { return value_; }
71 volatile float v1 = w1.Value();
72 volatile float v2 = w2.Value();
82 return w1.Value() <= w2.Value() + delta && w2.Value() <= w1.Value() + delta;
86 if (w.Value() == kPosInfinity)
88 else if (w.Value() == kNegInfinity)
90 else if (w.Value() != w.Value()) // Fails for Na
    [all...]

Completed in 48 milliseconds

<<11121314151617181920>>