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

<<21222324252627282930>>

  /dalvik/libcore/concurrent/src/test/java/tests/api/java/util/concurrent/
AtomicIntegerTest.java 24 * constructor initializes to given value
40 * get returns the last value set
53 * compareAndSet succeeds in changing value if equal to expected else fails
67 * compareAndSet in one thread enables another waiting for value
89 * repeated weakCompareAndSet succeeds in changing value when equal
102 * getAndSet returns previous value and sets to given value
112 * getAndAdd returns previous value and adds given value
123 * getAndDecrement returns previous value and decrement
    [all...]
  /dalvik/libcore/luni/src/main/java/org/apache/harmony/luni/platform/
OSMemory.java 31 * <code>int</code>. The <code>int</code> value is interpreted based on
33 * <code>POINTER_SIZE</code> bytes of the <code>long</code> value are used.
41 * the OS address value is zero-extended to an eight-byte int to correspond to
154 * Places <code>value</code> into first <code>length</code> bytes of the
164 * @param value
165 * the byte value to set at each location.
169 public native void memset(int address, byte value, long length);
319 * Gets the value of the single byte at the given address.
327 * @return the byte value.
332 * Sets the given single byte value at the given address
    [all...]
  /dalvik/libcore/security/src/main/java/org/bouncycastle/asn1/
OrderedTable.java 17 * key-value pairs directly, resorting to an external collection only
33 /** null-ok; value #0 */
36 /** null-ok; value #1 */
39 /** null-ok; value #2 */
42 /** null-ok; value #3 */
47 * key then value, etc.
60 * @param value non-null; the value
62 public void add(DERObjectIdentifier key, Object value) {
67 if (value == null)
    [all...]
  /external/webkit/JavaScriptCore/tests/mozilla/ecma/Types/
8.6.2.1-1.js 24 ECMA Section: 8.6.2.1 Get (Value)
31 2. Get the value of the property.
37 This tests [[Get]] (Value).
47 writeHeaderToLog( SECTION + " [[Get]] (Value)");
58 testcases[tc].reason += ( testcases[tc].passed ) ? "" : "wrong value ";
84 function MyProtoValuelessObject(value) {
89 function MyProtolessObject( value ) {
90 this.valueOf = new Function( "return this.value" );
92 this.value = value;
    [all...]
  /external/webkit/WebCore/page/
WindowFeatures.cpp 125 int value; local
127 // Listing a key with no value is shorthand for key=yes
129 value = 1;
131 value = valueString.toInt();
136 x = value;
139 y = value;
142 width = value;
145 height = value;
147 menuBarVisible = value;
149 toolBarVisible = value;
165 const String& value = it->second; local
    [all...]
  /external/webkit/WebCore/svg/
SVGFilterElement.cpp 57 // Spec: If the x/y attribute is not specified, the effect is as if a value of "-10%" were specified.
58 // Spec: If the width/height attribute is not specified, the effect is as if a value of "120%" were specified.
71 const String& value = attr->value(); local
73 if (value == "userSpaceOnUse")
75 else if (value == "objectBoundingBox")
78 if (value == "userSpaceOnUse")
80 else if (value == "objectBoundingBox")
83 setXBaseValue(SVGLength(LengthModeWidth, value));
85 setYBaseValue(SVGLength(LengthModeHeight, value));
    [all...]
  /external/webkit/WebKit/win/
COMVariantSetter.h 51 static void setVariant(VARIANT* variant, const WebCore::String& value)
56 V_BSTR(variant) = WebCore::BString(value).release();
64 static void setVariant(VARIANT* variant, bool value)
69 V_BOOL(variant) = value;
77 static void setVariant(VARIANT* variant, unsigned long long value)
82 V_UI8(variant) = value;
90 static void setVariant(VARIANT* variant, int value)
95 V_I4(variant) = value;
103 static void setVariant(VARIANT* variant, float value)
108 V_R4(variant) = value;
    [all...]
  /packages/apps/Email/tests/src/com/android/exchange/adapter/
ProvisionParserTests.java 35 "<characteristic type=\"SecurityPolicy\"><parm name=\"4131\" value=\"0\"/>" +
40 "<parm name=\"AEFrequencyType\" value=\"1\"/>" +
41 "<parm name=\"AEFrequencyValue\" value=\"5\"/>" +
44 "<parm name=\"DeviceWipeThreshold\" value=\"20\"/>" +
47 "<parm name=\"CodewordFrequency\" value=\"5\"/>" +
50 "<parm name=\"MinimumPasswordLength\" value=\"8\"/>" +
53 "<parm name=\"PasswordComplexity\" value=\"0\"/>" +
61 "<characteristic type=\"SecurityPolicy\"><parm name=\"4131\" value=\"1\"/>" +
66 "<parm name=\"AEFrequencyType\" value=\"0\"/>" +
67 "<parm name=\"AEFrequencyValue\" value=\"5\"/>"
    [all...]
  /packages/providers/CalendarProvider/src/com/android/providers/calendar/
CalendarCache.java 26 * Class for managing a persistent Cache of (key, value) pairs. The persistent storage used is
39 private static final String COLUMN_NAME_VALUE = "value";
77 * Write a (key, value) pair in the Cache.
80 * @param value the value (can be null)
83 public void writeData(String key, String value) throws CacheException {
87 writeDataLocked(db, key, value);
90 Log.i(TAG, "Wrote (key, value) = [ " + key + ", " + value + "] ");
98 * Write a (key, value) pair in the database used by the cache. This call should be called int
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/resources/configurations/
PixelDensityQualifier.java 52 private Density(String value, String displayValue,
54 mValue = value;
60 * Returns the enum for matching the provided qualifier value.
61 * @param value The qualifier value.
62 * @return the enum for the qualifier value or null if no matching was found.
64 public static Density getEnum(String value) {
66 if (orient.mValue.equals(value)) {
74 static Density getLegacyEnum(String value) {
75 Matcher m = sDensityLegacyPattern.matcher(value);
    [all...]
  /sdk/files/
ant_test_rules_r1.xml 7 <property name="instrumentation.dir" value="instrumented" />
10 <property name="test.runner" value="android.test.InstrumentationTestRunner" />
18 value="/data/data/${tested.manifest.package}/files/coverage.ec" />
26 <arg value="shell" />
27 <arg value="am" />
28 <arg value="instrument" />
29 <arg value="-w" />
30 <arg value="-e" />
31 <arg value="coverage" />
32 <arg value="@{emma.enabled}" /
    [all...]
ant_test_rules_r2.xml 7 <property name="instrumentation.dir" value="instrumented" />
10 <property name="test.runner" value="android.test.InstrumentationTestRunner" />
18 value="/data/data/${tested.manifest.package}/files/coverage.ec" />
26 <arg value="shell" />
27 <arg value="am" />
28 <arg value="instrument" />
29 <arg value="-w" />
30 <arg value="-e" />
31 <arg value="coverage" />
32 <arg value="@{emma.enabled}" /
    [all...]
  /external/e2fsprogs/lib/blkid/
tag.c 65 * Find the desired tag on a device. If value is NULL, then the
86 const char *value)
94 if (!value)
96 if (!tag || strcmp(tag->bit_val, value))
128 * If value is NULL, then delete the tagsfrom the device.
131 const char *value, const int vlength)
140 if (!(val = blkid_strndup(value, vlength)) && value)
156 if (!value) {
217 * Parse a "NAME=value" string. This is slightly different tha
228 char *name, *value, *cp; local
414 const char *type, *value; local
    [all...]
  /external/webkit/JavaScriptCore/wtf/
HashSet.h 29 template<typename Value, typename HashFunctions, typename Traits> class HashSet;
30 template<typename Value, typename HashFunctions, typename Traits>
31 void deleteAllValues(const HashSet<Value, HashFunctions, Traits>&);
32 template<typename Value, typename HashFunctions, typename Traits>
33 void fastDeleteAllValues(const HashSet<Value, HashFunctions, Traits>&);
78 // The return value is a pair of an interator to the new value's location,
164 inline typename HashSet<T, U, V>::iterator HashSet<T, U, V>::find(const ValueType& value)
166 return m_impl.find(value);
170 inline typename HashSet<T, U, V>::const_iterator HashSet<T, U, V>::find(const ValueType& value) cons
    [all...]
  /frameworks/base/core/java/android/util/
TypedValue.java 20 * Container for a dynamically typed data value. Primarily used with
24 /** The value contains no data. */
41 * dimension value. */
47 /** Identifies the start of plain integer values. Any type value
49 * <var>data</var> field holds a generic integer value. */
95 /** {@link #TYPE_DIMENSION} complex unit: Value is raw pixels. */
97 /** {@link #TYPE_DIMENSION} complex unit: Value is Device Independent
100 /** {@link #TYPE_DIMENSION} complex unit: Value is a scaled pixel. */
102 /** {@link #TYPE_DIMENSION} complex unit: Value is in points. */
104 /** {@link #TYPE_DIMENSION} complex unit: Value is in inches. *
281 final float value = complexToFloat(data); local
    [all...]
  /dalvik/libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/util/
IdentityHashMapTest.java 77 // null key and null value
80 assertTrue("testA can not find null value", map.containsValue(null));
81 assertNull("testA can not get null value for null key",
83 assertNull("testA put returned wrong value", result);
85 // null value
86 String value = "a value"; local
87 result = map.put(null, value);
89 assertTrue("testB can not find a value with null key", map
90 .containsValue(value));
137 Object value = "Some value"; local
329 Integer value = new Integer(40); local
    [all...]
  /external/v8/test/mjsunit/
object-create.js 30 // tested. We do test getters, setters, writable, enumerable and value.
60 var fooValue = { foo: { writable: true, value: function() { ctr2++; }}};
64 value: 3 }};
90 v = Object.create(null, { foo: {value: 103}});
95 // Add a getter foo that returns a counter value.
108 // Make sure that trying to add both a value and a getter
132 value: { get: function() {
152 var magicValueProps = { foo: Object.create(null, { value: { get: valueGet }})};
174 foo: Object.create(null, { value: { value: 4 }
    [all...]
  /cts/tools/host/src/res/
cts_result.xsl 35 <h1>Test Report for <xsl:value-of select="TestResult/DeviceInfo/BuildInfo/@build_model"/> -
36 <xsl:value-of select="TestResult/DeviceInfo/BuildInfo/@deviceID"/>
63 <xsl:value-of select="TestResult/DeviceInfo/BuildInfo/@build_model"/>
69 <xsl:value-of select="TestResult/DeviceInfo/BuildInfo/@buildName"/>
75 <xsl:value-of select="TestResult/DeviceInfo/BuildInfo/@deviceID"/>
81 <xsl:value-of select="TestResult/DeviceInfo/BuildInfo/@buildVersion"/>
87 <xsl:value-of select="TestResult/DeviceInfo/BuildInfo/@buildID"/>
93 <xsl:value-of select="TestResult/DeviceInfo/BuildInfo/@build_fingerprint"/>
99 <xsl:value-of
106 <xsl:value-o
    [all...]
  /external/easymock/src/org/easymock/internal/
EasyMockProperties.java 87 * found, return the default value.
92 * the value to be returned if the key isn't found
93 * @return the value found for the key or the default value
105 * @return the value found for the key or null
112 * Add a value referenced by the provided key. A null value will remove the
117 * @param value
118 * the value corresponding to <tt>key</tt>.
119 * @return the property previous value
    [all...]
  /external/iptables/extensions/
libip6t_HL.c 27 " --hl-set value Set HL to <value 0-255>\n"
28 " --hl-dec value Decrement HL by <value 1-255>\n"
29 " --hl-inc value Increment HL by <value 1-255>\n"
38 unsigned int value; local
47 "HL: You must specify a value");
53 if (string_to_number(optarg, 0, 255, &value) == -1)
55 "HL: Expected value between 0 and 255")
    [all...]
libipt_TTL.c 27 " --ttl-set value Set TTL to <value 0-255>\n"
28 " --ttl-dec value Decrement TTL by <value 1-255>\n"
29 " --ttl-inc value Increment TTL by <value 1-255>\n"
38 unsigned int value; local
47 "TTL: You must specify a value");
53 if (string_to_number(optarg, 0, 255, &value) == -1)
55 "TTL: Expected value between 0 and 255")
    [all...]
  /external/webkit/JavaScriptCore/tests/mozilla/ecma/ExecutionContexts/
10.2.2-2.js 29 determine the scope chain, the variable object, and the this value. If
31 instantiation, and determination of the this value are performed just as
41 The this value is the same as the this value of the calling context.
70 testcases[tc++] = new TestCase( SECTION, "new MyObject('hello').value", "hello", value );
71 testcases[tc++] = new TestCase( SECTION, "eval(new MyObject('hello').value)", "hello", eval("value") );
95 testcases[tc].reason += ( testcases[tc].passed ) ? "" : "wrong value ";
100 function MyObject( value ) {
    [all...]
  /external/webkit/JavaScriptCore/tests/mozilla/ecma/Expressions/
11.2.1-2.js 54 7. Return a value of type Reference whose base object is Result(5) and
88 PROPERTY[i].value,
108 testcases[tc].reason += ( testcases[tc].passed ) ? "" : "wrong value ";
113 function MyObject( value ) {
114 this.value = value;
115 this.stringValue = value +"";
116 this.numberValue = Number(value);
119 function Property( object, value, string, number ) {
121 this.string = String(value);
    [all...]
11.2.1-3-n.js 54 7. Return a value of type Reference whose base object is Result(5) and
84 PROPERTY[i].value,
104 testcases[tc].reason += ( testcases[tc].passed ) ? "" : "wrong value ";
109 function MyObject( value ) {
110 this.value = value;
111 this.stringValue = value +"";
112 this.numberValue = Number(value);
115 function Property( object, value, string, number ) {
117 this.string = String(value);
    [all...]
11.2.1-4-n.js 54 7. Return a value of type Reference whose base object is Result(5) and
84 PROPERTY[i].value,
104 testcases[tc].reason += ( testcases[tc].passed ) ? "" : "wrong value ";
109 function MyObject( value ) {
110 this.value = value;
111 this.stringValue = value +"";
112 this.numberValue = Number(value);
115 function Property( object, value, string, number ) {
117 this.string = String(value);
    [all...]

Completed in 131 milliseconds

<<21222324252627282930>>