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

<<11121314151617181920>>

  /external/ppp/pppd/plugins/radius/etc/
dictionary.microsoft 56 VALUE MS-BAP-Usage Not-Allowed 0
57 VALUE MS-BAP-Usage Allowed 1
58 VALUE MS-BAP-Usage Required 2
62 VALUE MS-ARAP-PW-Change-Reason Just-Change-Password 1
63 VALUE MS-ARAP-PW-Change-Reason Expired-Password 2
64 VALUE MS-ARAP-PW-Change-Reason Admin-Requires-Password-Change 3
65 VALUE MS-ARAP-PW-Change-Reason Password-Too-Short 4
69 VALUE MS-Acct-Auth-Type PAP 1
70 VALUE MS-Acct-Auth-Type CHAP 2
71 VALUE MS-Acct-Auth-Type MS-CHAP-1
    [all...]
  /external/srec/shared/include/
ESR_SessionTypeImpl.h 39 * [key, value] pairs.
41 HashMap* value; member in struct:ESR_SessionTypeData_t
53 * Pointer to value.
55 void* value; member in struct:ESR_SessionTypePair_t
57 * Value type.
68 void** value,
75 int* value);
81 asr_uint16_t* value);
87 size_t* value);
93 float* value);
    [all...]
  /external/webkit/JavaScriptCore/tests/mozilla/ecma_2/RegExp/
exec-001.js 19 * - value of lastIndex
20 * - value of index
21 * - value of input
22 * - value of the array indices
  /external/webkit/WebCore/manual-tests/wml/
select-element.wml 9 <option value="volvo" >Volvo</option>
10 <option value="fiat">Fiat</option>
11 <option value="saab">Saab</option>
12 <option value="audi">Audi</option>
  /frameworks/base/tools/localize/
XMLNode.h 12 string value; member in struct:XMLAttribute
  /packages/apps/Gallery3D/src/com/cooliris/media/
FloatUtils.java 27 * This function animates a float value to another float value
30 * : The previous value (or the animated value)
32 * : The target value
35 * @return The new animated value that is closer to the target value and
36 * clamped to the target value
54 * This function animates a Tuple3f value to another Tuple3f value
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/resources/configurations/
NavigationMethodQualifier.java 47 private NavigationMethod(String value, String display) {
48 mValue = value;
53 * Returns the enum for matching the provided qualifier value.
54 * @param value The qualifier value.
55 * @return the enum for the qualifier value or null if no matching was found.
57 public static NavigationMethod getEnum(String value) {
59 if (orient.mValue.equals(value)) {
75 public static int getIndex(NavigationMethod value) {
78 if (nav == value) {
    [all...]
TextInputMethodQualifier.java 47 private TextInputMethod(String value, String displayValue) {
48 mValue = value;
53 * Returns the enum for matching the provided qualifier value.
54 * @param value The qualifier value.
55 * @return the enum for the qualifier value or null if no matching was found.
57 public static TextInputMethod getEnum(String value) {
59 if (orient.mValue.equals(value)) {
75 public static int getIndex(TextInputMethod value) {
78 if (value == input)
    [all...]
  /system/extras/tests/bionic/libc/bionic/
lib_static_init.h 6 int value; member in class:Foo
  /dalvik/libcore/sql/src/main/java/java/sql/
ResultSet.java 250 * Gets the value of a column specified by column name as a {@code
262 * Gets the value of a column specified by column index as an ASCII
274 * Gets the value of a column specified by column name as an ASCII character
286 * Gets the value of a column specified by column index as a {@code
291 * @return a {@code BigDecimal} with the value of the column.
298 * Gets the value of a column specified by column index as a {@code
307 * @return a {@code BigDecimal} with the value of the column.
316 * Gets the value of a column specified by column name, as a {@code
321 * @return a BigDecimal with value of the column.
328 * Gets the value of a column specified by column name, as a {@cod
    [all...]
  /external/webkit/WebKit/qt/Api/
qwebsettings.cpp 108 QString family = fontFamilies.value(QWebSettings::StandardFont,
109 global->fontFamilies.value(QWebSettings::StandardFont));
112 family = fontFamilies.value(QWebSettings::FixedFont,
113 global->fontFamilies.value(QWebSettings::FixedFont));
116 family = fontFamilies.value(QWebSettings::SerifFont,
117 global->fontFamilies.value(QWebSettings::SerifFont));
120 family = fontFamilies.value(QWebSettings::SansSerifFont,
121 global->fontFamilies.value(QWebSettings::SansSerifFont));
124 family = fontFamilies.value(QWebSettings::CursiveFont,
125 global->fontFamilies.value(QWebSettings::CursiveFont))
148 bool value = attributes.value(QWebSettings::AutoLoadImages, local
    [all...]
  /external/libxml2/include/libxml/
xmlschemastypes.h 42 const xmlChar *value,
46 const xmlChar *value,
52 const xmlChar *value,
58 const xmlChar *value,
79 const xmlChar *value,
88 xmlSchemaCollapseString (const xmlChar *value);
90 xmlSchemaWhiteSpaceReplace (const xmlChar *value);
96 const xmlChar *value,
102 const xmlChar *value,
108 const xmlChar *value,
    [all...]
  /external/opencore/codecs_v2/omx/omx_aac/src/
aac_timestamp.cpp 52 OMX_TICKS Value = iCurrentTs;
58 Value = iCurrentTs + (((OMX_TICKS)iCurrentSamples * 1000000 + (iSamplingFreq >> 1)) / iSamplingFreq);
61 iCurrentTs = Value;
64 return (Value);
68 /* Do not update iCurrentTs value, just calculate & return the current timestamp */
71 OMX_TICKS Value = iCurrentTs;
75 Value = iCurrentTs + (((OMX_TICKS)iCurrentSamples * 1000000 + (iSamplingFreq >> 1)) / iSamplingFreq);
78 return (Value);
84 OMX_TICKS Value = 0;
88 Value = ((OMX_TICKS)iSamplesPerFrame * 1000000 + (iSamplingFreq >> 1)) / iSamplingFreq
    [all...]
  /external/opencore/codecs_v2/omx/omx_mp3/src/
mp3_timestamp.cpp 50 OMX_TICKS Value = iCurrentTs;
57 Value = iCurrentTs + ((OMX_TICKS)iCurrentSamples * 1000000 + (iSamplingFreq >> 1)) / iSamplingFreq;
60 iCurrentTs = Value;
63 return (Value);
66 /* Do not update iCurrentTs value, just calculate & return the current timestamp */
69 OMX_TICKS Value = iCurrentTs;
73 Value = iCurrentTs + ((OMX_TICKS)iCurrentSamples * 1000000 + (iSamplingFreq >> 1)) / iSamplingFreq;
77 return (Value);
83 OMX_TICKS Value = 0;
87 Value = ((OMX_TICKS)iSamplesPerFrame * 1000000 + (iSamplingFreq >> 1)) / iSamplingFreq
    [all...]
  /external/skia/include/xml/
SkDOM.h 63 bool findS32(const Node*, const char name[], int32_t* value) const;
64 bool findScalars(const Node*, const char name[], SkScalar value[], int count) const;
65 bool findHex(const Node*, const char name[], uint32_t* value) const;
69 bool findScalar(const Node* node, const char name[], SkScalar value[]) const
71 return this->findScalars(node, name, value, 1);
74 bool hasAttr(const Node*, const char name[], const char value[]) const;
75 bool hasS32(const Node*, const char name[], int32_t value) const;
76 bool hasScalar(const Node*, const char name[], SkScalar value) const;
77 bool hasHex(const Node*, const char name[], uint32_t value) const;
78 bool hasBool(const Node*, const char name[], bool value) const
    [all...]
  /external/webkit/JavaScriptCore/tests/mozilla/ecma/ObjectObjects/
15.2.1.2.js 25 Object(value)
29 1. If value is null or undefined, create and return a
32 had been called on that same value (15.2.2.1).
33 2. Return ToObject (value), whose rules are:
38 value is the value of the boolean.
40 value is the value of the number.
42 value is the value of the string
    [all...]
  /external/webkit/WebCore/bindings/js/
JSWorkerContextBase.cpp 77 JSDedicatedWorkerContext* toJSDedicatedWorkerContext(JSValue value)
79 if (!value.isObject())
81 const ClassInfo* classInfo = asObject(value)->classInfo();
83 return static_cast<JSDedicatedWorkerContext*>(asObject(value));
88 JSSharedWorkerContext* toJSSharedWorkerContext(JSValue value)
90 if (!value.isObject())
92 const ClassInfo* classInfo = asObject(value)->classInfo();
94 return static_cast<JSSharedWorkerContext*>(asObject(value));
99 JSWorkerContext* toJSWorkerContext(JSValue value)
101 JSWorkerContext* context = toJSDedicatedWorkerContext(value);
    [all...]
  /external/webkit/WebCore/bindings/v8/
V8Collection.cpp 40 v8::Handle<v8::Value> toOptionsCollectionSetter(uint32_t index, v8::Handle<v8::Value> value, HTMLSelectElement* base)
42 if (value->IsNull() || value->IsUndefined()) {
44 return value;
49 // Check that the value is an HTMLOptionElement. If not, throw a TYPE_MISMATCH_ERR DOMException.
50 if (!V8HTMLOptionElement::HasInstance(value)) {
52 return value;
55 HTMLOptionElement* element = V8HTMLOptionElement::toNative(v8::Handle<v8::Object>::Cast(value));
    [all...]
  /external/webkit/WebCore/dom/
Attribute.h 38 // It is an internal representation of the node value of an Attr.
39 // The actual Attr with its value as a Text child is allocated only if needed.
44 static PassRefPtr<Attribute> create(const QualifiedName& name, const AtomicString& value)
46 return adoptRef(new Attribute(name, value));
50 const AtomicString& value() const { return m_value; } function in class:WebCore::Attribute
68 void setValue(const AtomicString& value) { m_value = value; }
74 Attribute(const QualifiedName& name, const AtomicString& value)
75 : m_name(name), m_value(value), m_impl(0)
78 Attribute(const AtomicString& name, const AtomicString& value)
    [all...]
  /external/webkit/WebCore/xml/
XPathPath.h 47 virtual Value evaluate() const;
50 virtual Value::Type resultType() const { return Value::NodeSetValue; }
60 void setAbsolute(bool value) { m_absolute = value; setIsContextNodeSensitive(!m_absolute); }
62 virtual Value evaluate() const;
69 virtual Value::Type resultType() const { return Value::NodeSetValue; }
80 virtual Value evaluate() const;
83 virtual Value::Type resultType() const { return Value::NodeSetValue;
    [all...]
  /frameworks/base/core/java/android/util/
FloatMath.java 34 * positive infinity) integer value which is less than the argument.
36 * @param value to be converted
37 * @return the floor of value
39 public static native float floor(float value);
43 * negative infinity) integer value which is greater than the argument.
45 * @param value to be converted
46 * @return the ceiling of value
48 public static native float ceil(float value);
70 * @param value to compute sqrt of
71 * @return the square root of value
    [all...]
  /dalvik/dx/src/com/android/dx/dex/file/
ValueEncoder.java 50 /** annotation value type constant: {@code byte} */
53 /** annotation value type constant: {@code short} */
56 /** annotation value type constant: {@code char} */
59 /** annotation value type constant: {@code int} */
62 /** annotation value type constant: {@code long} */
65 /** annotation value type constant: {@code float} */
68 /** annotation value type constant: {@code double} */
71 /** annotation value type constant: {@code string} */
74 /** annotation value type constant: {@code type} */
77 /** annotation value type constant: {@code field} *
137 long value = ((CstLiteralBits) cst).getLongBits(); local
142 long value = ((CstLiteralBits) cst).getLongBits(); local
148 long value = ((CstFloat) cst).getLongBits() << 32; local
153 long value = ((CstDouble) cst).getLongBits(); local
199 int value = ((CstBoolean) cst).getIntBits(); local
337 Constant value = pair.getValue(); local
    [all...]
  /dalvik/libcore/archive/src/test/java/org/apache/harmony/archive/tests/java/util/zip/
CRC32Test.java 63 // System.out.print("value of crc " + crc.getValue());
64 // Ran JDK and discovered that the value of the CRC should be
67 "update(max) failed to update the checksum to the correct value ",
73 // System.out.print("value of crc"+crc.getValue());
74 // Ran JDK and discovered that the value of the CRC should be
77 "update(byte[]) failed to update the checksum to the correct value ",
82 // System.out.print("value of crc"+crc.getValue());
83 // Ran JDK and discovered that the value of the CRC should be
87 // value ",2768625435L, crc.getValue());
89 assertEquals("reset failed to reset the checksum value to zero", 0, cr
    [all...]
  /dalvik/libcore-disabled/sound/src/main/java/javax/sound/sampled/
BooleanControl.java 32 private boolean value; field in class:BooleanControl
41 this.value = initialValue;
50 public void setValue(boolean value) {
51 this.value = value;
55 return this.value;
67 return getType() + " Control with current value: " + getStateLabel(value); //$NON-NLS-1$
  /dalvik/vm/mterp/x86/
OP_RETURN_WIDE.S 3 * Return a 64-bit value. Copies the return value into the "glue"

Completed in 1631 milliseconds

<<11121314151617181920>>