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

1 2 3 4 5 6 78 91011>>

  /dalvik/dx/src/com/android/dx/util/
Leb128Utils.java 32 * given value.
34 * @param value the value in question
37 public static int unsignedLeb128Size(int value) {
40 int remaining = value >> 7;
53 * given value.
55 * @param value the value in question
58 public static int signedLeb128Size(int value) {
61 int remaining = value >> 7
    [all...]
  /dalvik/libcore/security/src/main/java/org/bouncycastle/x509/
X509Attribute.java 30 * the value represented by an ASN.1 Set containing value.
33 * @param value value object to go into the atribute's value set.
37 ASN1Encodable value)
39 this.attr = new Attribute(new DERObjectIdentifier(oid), new DERSet(value));
44 * value represented by an ASN.1 Set containing the objects in value.
47 * @param value vector of values to go in the attribute's value set
    [all...]
  /external/kernel-headers/original/asm-arm/arch/
mcbsp.h 140 #define RINTM(value) ((value)<<4) /* bits 4:5 */
143 #define CLKSTP(value) ((value)<<11) /* bits 11:12 */
144 #define RJUST(value) ((value)<<13) /* bits 13:14 */
152 #define XINTM(value) ((value)<<4) /* bits 4:5 */
176 #define RWDLEN1(value) ((value)<<5) /* Bits 5:7 *
    [all...]
  /external/libpng/scripts/
pngw32.rc 85 VALUE "Comments", PNG_LIBPNG_VERSIONINFO_COMMENTS "\000"
88 VALUE "CompanyName", PNG_USER_VERSIONINFO_COMPANYNAME "\000"
90 VALUE "FileDescription", "PNG image compression library\000"
91 VALUE "FileVersion", PNG_LIBPNG_VER_STRING "\000"
92 VALUE "InternalName", PNG_LIBPNG_DLLFNAME QUOTE(PNG_LIBPNG_VER_DLLNUM) PNG_LIBPNG_DLLFNAME_POSTFIX " (Windows 32 bit)\000"
93 VALUE "LegalCopyright", "\251 1998-2009 Glenn Randers-Pehrson et al.\000"
95 VALUE "LegalTrademarks", PNG_USER_VERSIONINFO_LEGALTRADEMARKS "\000"
97 VALUE "OriginalFilename", PNG_LIBPNG_DLLFNAME QUOTE(PNG_LIBPNG_VER_DLLNUM) PNG_LIBPNG_DLLFNAME_POSTFIX ".DLL\000"
99 VALUE "PrivateBuild", PNG_USER_PRIVATEBUILD "\000"
101 VALUE "ProductName", "LibPNG\000
    [all...]
  /external/ppp/pppd/plugins/radius/etc/
dictionary.compat 17 VALUE Framed-Compression Van-Jacobsen-TCP-IP 1
18 VALUE Framed-Compression VJ-TCP-IP 1
19 VALUE Service-Type Shell-User 6
20 VALUE Auth-Type Unix 1
21 VALUE Service-Type Dialback-Login-User 3
22 VALUE Service-Type Dialback-Framed-User 4
33 VALUE Service-Type Login 1
34 VALUE Service-Type Framed 2
35 VALUE Service-Type Callback-Login 3
36 VALUE Service-Type Callback-Framed
    [all...]
  /frameworks/base/core/java/android/os/
Bundle.java 135 * Make a Bundle for a single key/value pair.
139 public static Bundle forPair(String key, String value) {
142 b.putString(key, value);
147 * TODO: optimize this later (getting just the value part of a Bundle
149 * with a special single-value Map implementation/serialization.
151 * Note: value in single-pair Bundle may be null.
366 * Inserts a Boolean value into the mapping of this Bundle, replacing
367 * any existing value for the given key. Either key or value may be null.
370 * @param value a Boolean, or nul
    [all...]
  /dalvik/libcore/xml/src/main/java/org/apache/xml/serializer/utils/
XMLChar.java 104 Arrays.fill(CHARS, 35, 38, (byte) 49 ); // Fill 3 of value (byte) 49
106 Arrays.fill(CHARS, 39, 45, (byte) 49 ); // Fill 6 of value (byte) 49
107 Arrays.fill(CHARS, 45, 47, (byte) -71 ); // Fill 2 of value (byte) -71
109 Arrays.fill(CHARS, 48, 58, (byte) -71 ); // Fill 10 of value (byte) -71
115 Arrays.fill(CHARS, 63, 65, (byte) 49 ); // Fill 2 of value (byte) 49
116 Arrays.fill(CHARS, 65, 91, (byte) -3 ); // Fill 26 of value (byte) -3
117 Arrays.fill(CHARS, 91, 93, (byte) 33 ); // Fill 2 of value (byte) 33
122 Arrays.fill(CHARS, 97, 123, (byte) -3 ); // Fill 26 of value (byte) -3
123 Arrays.fill(CHARS, 123, 183, (byte) 33 ); // Fill 60 of value (byte) 33
125 Arrays.fill(CHARS, 184, 192, (byte) 33 ); // Fill 8 of value (byte) 33
    [all...]
  /cts/tests/tests/jni/src/android/jni/cts/
JniInstanceTest.java 43 * Test a simple value-returning (but otherwise no-op) method call.
50 * Test a simple value-returning (but otherwise no-op) method call.
57 * Test a simple value-returning (but otherwise no-op) method call.
64 * Test a simple value-returning (but otherwise no-op) method call.
71 * Test a simple value-returning (but otherwise no-op) method call.
78 * Test a simple value-returning (but otherwise no-op) method call.
85 * Test a simple value-returning (but otherwise no-op) method call.
92 * Test a simple value-returning (but otherwise no-op) method call.
99 * Test a simple value-returning (but otherwise no-op) method call.
106 * Test a simple value-returning (but otherwise no-op) method call
    [all...]
  /dalvik/libcore/concurrent/src/main/java/java/util/concurrent/
ConcurrentMap.java 20 * {@code ConcurrentMap} as a key or value
33 * with a value, associate it with the given value.
37 * return map.put(key, value);
42 * @param key key with which the specified value is to be associated
43 * @param value value to be associated with the specified key
44 * @return the previous value associated with the specified key, or
51 * @throws ClassCastException if the class of the specified key or value
53 * @throws NullPointerException if the specified key or value is null
    [all...]
  /external/webkit/WebCore/css/
MediaQueryEvaluator.cpp 127 static bool applyRestrictor(MediaQuery::Restrictor r, bool value)
129 return r == MediaQuery::Not ? !value : value;
169 static bool parseAspectRatio(CSSValue* value, int& h, int& v)
171 if (value->isValueList()) {
172 CSSValueList* valueList = static_cast<CSSValueList*>(value);
206 static bool numberValue(CSSValue* value, float& result)
208 if (value->isPrimitiveValue()
209 && static_cast<CSSPrimitiveValue*>(value)->primitiveType() == CSSPrimitiveValue::CSS_NUMBER) {
210 result = static_cast<CSSPrimitiveValue*>(value)->getFloatValue(CSSPrimitiveValue::CSS_NUMBER)
    [all...]
  /external/webkit/WebCore/html/
HTMLParamElement.cpp 51 m_name = attr->value();
53 m_name = attr->value();
55 m_value = attr->value();
65 const AtomicString& value = attr->value(); local
66 if (equalIgnoringCase(value, "data") || equalIgnoringCase(value, "movie") || equalIgnoringCase(value, "src"))
73 void HTMLParamElement::setName(const String& value)
75 setAttribute(nameAttr, value);
    [all...]
HTMLMarqueeElement.cpp 70 if (!attr->value().isEmpty())
71 addCSSLength(attr, CSSPropertyWidth, attr->value());
73 if (!attr->value().isEmpty())
74 addCSSLength(attr, CSSPropertyHeight, attr->value());
76 if (!attr->value().isEmpty())
77 addCSSColor(attr, CSSPropertyBackgroundColor, attr->value());
79 if (!attr->value().isEmpty()) {
80 addCSSLength(attr, CSSPropertyMarginTop, attr->value());
81 addCSSLength(attr, CSSPropertyMarginBottom, attr->value());
84 if (!attr->value().isEmpty())
    [all...]
  /external/zlib/as400/
zlib.inc 107 D sourceLen 10u 0 value Source length
113 D sourceLen 10U 0 value Source length
114 D level 10I 0 value Compression level
117 D sourceLen 10U 0 value
123 D sourceLen 10U 0 value Source length
127 D path * value options(*string) File pathname
128 D mode * value options(*string) Open mode
132 D fd 10i 0 value File descriptor
133 D mode * value options(*string) Open mode
136 D file value like(gzFile) File pointe
    [all...]
  /frameworks/base/core/java/com/google/android/mms/pdu/
AcknowledgeInd.java 30 * @param transactionId the transaction-id value
53 * Get X-Mms-Report-Allowed field value.
55 * @return the X-Mms-Report-Allowed value
62 * Set X-Mms-Report-Allowed field value.
64 * @param value the value
65 * @throws InvalidHeaderValueException if the value is invalid.
67 public void setReportAllowed(int value) throws InvalidHeaderValueException {
68 mPduHeaders.setOctet(value, PduHeaders.REPORT_ALLOWED);
72 * Get X-Mms-Transaction-Id field value
    [all...]
  /sdk/files/
alias_rules.xml 11 <property name="resource.dir" value="res" />
14 <property name="out.package" value="${ant.project.name}.apk" />
17 <condition property="aapt" value="${android.tools.dir}/aapt.exe" else="${android.tools.dir}/aapt">
20 <condition property="adb" value="${android.tools.dir}/adb.exe" else="${android.tools.dir}/adb">
23 <property name="android.jar" value="${sdk.dir}/android.jar" />
31 <arg value="package" />
32 <arg value="-f" />
33 <arg value="-M" />
34 <arg value="AndroidManifest.xml" />
35 <arg value="-S" /
    [all...]
  /dalvik/libcore/security/src/main/java/org/bouncycastle/util/
Arrays.java 40 byte value)
44 array[i] = value;
50 long value)
54 array[i] = value;
60 short value)
64 array[i] = value;
  /dalvik/libcore/support/src/test/java/tests/support/
Support_Configuration.java 181 String value; local
183 value = props.get("DomainAddress");
184 if (value != null) {
185 DomainAddress = value;
188 value = props.get("WebName");
189 if (value != null) {
190 WebName = value;
193 value = props.get("TestResourcesDir");
194 if (value != null) {
195 TestResourcesDir = value;
366 StringBuffer key = new StringBuffer(), value = new StringBuffer(), buffer = key; local
    [all...]
  /external/clearsilver/man/man3/
skipNext.3 29 plock - place for value lock (or NULL).
33 that the one in <pkey>, and returns its value if
36 the returned value. Until this lock is passed to
37 skipRelease(), the value will not be freed with the
42 .SH "RETURN VALUE"
45 plock - set to value lock.
skipSearch.3 29 plock - place for value lock (or NULL).
32 Searches for <key> in <list>, and returns value if
35 the returned value. Until this lock is passed to
36 skipRelease(), the value will not be freed with the
41 .SH "RETURN VALUE"
42 plock - set to value lock.
  /external/skia/src/ports/
SkThread_none.cpp 22 int32_t value = *addr; local
23 *addr = value + 1;
24 return value;
29 int32_t value = *addr; local
30 *addr = value - 1;
31 return value;
  /external/webkit/WebCore/manual-tests/
disabled-option-elements.html 5 <option>my value 1</option>
6 <option value="2" disabled>you should not be able to select this</option>
7 <option>my value 3</option>
15 <option>my value 1</option>
16 <option value="2" disabled>you should not be able to select this</option>
17 <option>my value 3</option>
  /dalvik/libcore/luni/src/main/java/java/lang/
Short.java 31 * The value which the receiver represents.
33 private final short value; field in class:Short
36 * Constant for the maximum {@code short} value, 2<sup>15</sup>-1.
41 * Constant for the minimum {@code short} value, -2<sup>15</sup>.
67 * the string representation of a short value.
69 * if {@code string} can not be decoded into a short value.
77 * Constructs a new {@code Short} with the specified primitive short value.
79 * @param value
80 * the primitive short value to store in the new instance.
82 public Short(short value) {
    [all...]
  /build/tools/droiddoc/test/stubs/expected/com/android/stubs/
Annot.java 3 @java.lang.annotation.Retention(value=java.lang.annotation.RetentionPolicy.RUNTIME)
4 @java.lang.annotation.Target(value={java.lang.annotation.ElementType.TYPE})
7 java.lang.String value() default "yo\u1234";
  /dalvik/dx/src/com/android/dx/cf/attrib/
AttAnnotationDefault.java 28 /** {@code non-null;} the annotation default value */
29 private final Constant value; field in class:AttAnnotationDefault
38 * @param value {@code non-null;} the annotation default value
42 public AttAnnotationDefault(Constant value, int byteLength) {
45 if (value == null) {
46 throw new NullPointerException("value == null");
49 this.value = value;
60 * Gets the annotation default value
    [all...]
  /dalvik/libcore-disabled/sound/src/main/java/javax/sound/sampled/
EnumControl.java 33 private Object value; field in class:EnumControl
35 protected EnumControl(EnumControl.Type type, Object[] values, Object value) {
37 this.value = value;
41 public void setValue(Object value) {
43 if (val.equals(value)) {
44 this.value = value;
48 // sound.0D=The value is not supported
53 return value;
    [all...]

Completed in 64 milliseconds

1 2 3 4 5 6 78 91011>>