HomeSort by relevance Sort by last modified time
    Searched full:primitive (Results 101 - 125 of 704) sorted by null

1 2 3 45 6 7 8 91011>>

  /frameworks/base/docs/html/resources/faq/
framework.jd 58 <h3>Primitive Data Types</h3>
60 <p>To share primitive data between Activities/Services in an
61 application, use Intent.putExtras(). For passing primitive data that
  /dalvik/dx/src/com/android/dx/gen/
Constants.java 41 * @param value null, a boxed primitive, String, Class, or Type.
  /dalvik/vm/oo/
Array.cpp 78 /* primitive array */
109 * Create a new array that holds primitive types.
111 * "type" is the primitive type letter, e.g. 'I' for int or 'J' for long.
153 LOGE("Unknown primitive type '%c'", type);
166 * Objects or primitive types.
266 * primitive type's internally-generated class object.
312 /* array of a primitive type */
518 * array of primitives. The boxed value must fit in the primitive (i.e.
538 * primitive type exactly matches the box class, but it's not
  /development/tools/apkcheck/src/com/android/apkcheck/
MethodInfo.java 62 * Adds a parameter to the method. The "type" is a primitive or
  /external/e2fsprogs/ext2ed/
ext2_com.c 48 We implement it through dispatching to our primitive functions.
  /external/javassist/src/main/javassist/bytecode/annotation/
MemberValue.java 43 * Returns the value. If the value type is a primitive type, the
  /external/llvm/docs/HistoricalNotes/
2001-02-06-TypeNotationDebate.txt 8 Primitive Types:
  /external/proguard/src/proguard/classfile/
ProgramMethod.java 38 * References to primitive types are ignored.
  /external/proguard/src/proguard/classfile/attribute/
SignatureAttribute.java 40 * References to primitive types are ignored.
  /external/proguard/src/proguard/classfile/attribute/annotation/
Annotation.java 43 * References to primitive types are ignored.
ClassElementValue.java 40 * References to primitive types are ignored.
EnumConstantElementValue.java 42 * References to primitive types are ignored.
  /external/tinyxml/
tinystr.cpp 34 // Error value for find primitive
  /external/v8/test/cctest/
test-type-info.cc 51 TypeInfo::Primitive().ThreeBitRepresentation()).IsUnknown());
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/Expressions/
11.6.1-1.js 90 // tests for boolean primitive, boolean object, Object object, a "MyObject" whose value is
91 // a boolean primitive and a boolean object, and "MyValuelessObject", where the value is
134 // tests for number primitive, number object, Object object, a "MyObject" whose value is
135 // a number primitive and a number object, and "MyValuelessObject", where the value is
11.6.1-2.js 89 // tests for boolean primitive, boolean object, Object object, a "MyObject" whose value is
90 // a boolean primitive and a boolean object, and "MyValuelessObject", where the value is
138 // tests for number primitive, number object, Object object, a "MyObject" whose value is
139 // a number primitive and a number object, and "MyValuelessObject", where the value is
11.6.2-1.js 68 // tests for boolean primitive, boolean object, Object object, a "MyObject" whose value is
69 // a boolean primitive and a boolean object, and "MyValuelessObject", where the value is
117 // tests for number primitive, number object, Object object, a "MyObject" whose value is
118 // a number primitive and a number object, and "MyValuelessObject", where the value is
11.4.3.js 85 testcases[testcases.length] = new TestCase( SECTION, "typeof(String('string primitive'))", "string", typeof(String("string primitive")) );
11.6.1-3.js 88 // tests for boolean primitive, boolean object, Object object, a "MyObject" whose value is
89 // a boolean primitive and a boolean object, and "MyValuelessObject", where the value is
  /external/webkit/Source/WebCore/css/
Pair.h 30 // A primitive value representing a pair. This is useful for properties like border-radius, background-size/position,
  /libcore/luni/src/main/java/org/apache/harmony/security/asn1/
ASN1Constants.java 40 * Tag Primitive/Constructed (P/C) flag
  /external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/asn1/der/
ImplicitTest.java 212 // decode primitive
216 // encode primitive
  /external/chromium/net/spdy/
spdy_frame_builder.h 20 // The SpdyFrameBuilder supports appending primitive values (int, string, etc)
22 // dynamically to hold the sequence of primitive values. The internal memory
  /external/guava/src/com/google/common/primitives/
generate.sh 4 # Args are: primitive type, capitalized primitive type, wrapper type
71 * The number of bytes required to represent a primitive {@code primtyp}
80 * @param value a primitive {@code primtyp} value
137 * @param target a primitive {@code primtyp} value
155 * @param target a primitive {@code primtyp} value
209 * @param target a primitive {@code primtyp} value
418 * primitive {@code primtyp} values.
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/Math/
15.8.2.1.js 56 array[item++] = new TestCase( SECTION, "Math.abs( string primitive)", Number.NaN, Math.abs("a string primitive") );

Completed in 903 milliseconds

1 2 3 45 6 7 8 91011>>