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

1 2 3 4 5 6 7 891011>>

  /external/guava/src/com/google/common/primitives/
Doubles.java 50 * @param value a primitive {@code double} value
81 * @param target a primitive {@code double} value
100 * @param target a primitive {@code double} value
158 * @param target a primitive {@code double} value
330 * primitive {@code double} values.
Floats.java 50 * @param value a primitive {@code float} value
78 * @param target a primitive {@code float} value
97 * @param target a primitive {@code float} value
155 * @param target a primitive {@code float} value
327 * primitive {@code float} values.
  /external/nist-sip/java/gov/nist/core/
GenericObject.java 241 // Primitive fields are printed with type: value
434 // Primitive fields are printed with type: value
487 * has to be of the same type (class). Primitive types
519 // Primitive fields are printed with type: value
617 // Primitive fields are printed with type: value
  /external/nist-sip/java/gov/nist/javax/sip/header/
SIPObject.java 109 // Primitive fields are printed with type: value
165 * has to be of the same type (class). Primitive types
314 // Primitive fields are printed with type: value
  /external/protobuf/src/google/protobuf/compiler/
parser.h 207 // if a service method is defined using proper syntax but uses a primitive
262 // Parse a type name and fill in "type" (if it is a primitive) or
267 // If a primitive type is named, it is treated as an error.
  /external/webkit/Source/WebCore/bindings/v8/
V8Proxy.h 400 inline v8::Handle<v8::Primitive> throwError(const char* message, V8Proxy::ErrorType type = V8Proxy::TypeError)
407 inline v8::Handle<v8::Primitive> throwError(ExceptionCode ec)
414 inline v8::Handle<v8::Primitive> throwError(v8::Local<v8::Value> exception)
  /libcore/luni/src/main/java/java/io/
ObjectOutputStream.java 32 * objects as well as primitive data types (int, byte, char etc.). The data can
65 * Where we write primitive types to
70 * Where the write primitive types are actually written to
316 * primitive types like int, char, etc.
336 // First flush what is needed (primitive data, etc)
386 // Normalize the primitive data
398 // write primitive types we had and the marker of end-of-buffer
795 drain(); // flush primitive types in the annotation
851 // primitive types
    [all...]
  /packages/wallpapers/NoiseField/src/com/android/noisefield/
NoiseFieldRS.java 20 import android.renderscript.Mesh.Primitive;
59 smb2.addIndexSetType(Mesh.Primitive.POINT);
229 backgroundBuilder.addIndexSetType(Primitive.TRIANGLE);
  /dalvik/vm/reflect/
Proxy.cpp 418 * Duplicate method, check return type. If it's a primitive
708 * If the return type is primitive or void, it must match exactly.
721 /* at least one is primitive type */
783 * Primitive types are boxed.
    [all...]
  /external/guava/javadoc/com/google/common/primitives/
Bytes.html 211 primitive <code>byte</code> values.</TD>
245 <DT><B>Parameters:</B><DD><CODE>value</CODE> - a primitive <code>byte</code> value
261 <DT><B>Parameters:</B><DD><CODE>array</CODE> - an array of <code>byte</code> values, possibly empty<DD><CODE>target</CODE> - a primitive <code>byte</code> value
277 <DT><B>Parameters:</B><DD><CODE>array</CODE> - an array of <code>byte</code> values, possibly empty<DD><CODE>target</CODE> - a primitive <code>byte</code> value
311 <DT><B>Parameters:</B><DD><CODE>array</CODE> - an array of <code>byte</code> values, possibly empty<DD><CODE>target</CODE> - a primitive <code>byte</code> value
366 primitive <code>byte</code> values.
  /dalvik/tools/dexdeps/src/com/android/dexdeps/
Output.java 244 * Converts a single-character primitive type into its human-readable
248 /* primitive type; substitute human-readable name in */
  /dalvik/vm/hprof/
HprofHeap.cpp 22 * of primitive arrays (byte arrays, character arrays, etc.)
378 /* obj is a primitive array.
  /external/chromium/base/
pickle.h 19 // The Pickle class supports appending primitive values (ints, strings, etc.)
21 // dynamically to hold the sequence of primitive values. The internal memory
  /external/kernel-headers/original/linux/
rcupdate.h 261 * before this primitive returns. However, this does not guarantee that
265 * This primitive provides the guarantees made by the (now removed)
  /external/protobuf/src/google/protobuf/
text_format.h 123 // only to primitive values -- i.e. everything except strings and
154 // Print a repeated primitive field in short form.
  /frameworks/base/libs/rs/scriptc/
rs_graphics.rsh 303 * @param primitiveIndex for meshes that contain multiple primitive groups
311 * @param primitiveIndex for meshes that contain multiple primitive groups
  /packages/wallpapers/Basic/src/com/android/wallpaper/grass/
GrassRS.java 26 import android.renderscript.Mesh.Primitive;
203 meshBuilder.addIndexSetAllocation(mBladesIndicies, Primitive.TRIANGLE);
  /prebuilt/sdk/14/renderscript/include/
rs_graphics.rsh 296 * @param primitiveIndex for meshes that contain multiple primitive groups
304 * @param primitiveIndex for meshes that contain multiple primitive groups
  /dalvik/tests/003-omnibus-opcodes/src/
Array.java 172 * Test negative allocations of object and primitive arrays.
  /dalvik/vm/mterp/x86-atom/
OP_CHECK_CAST.S 25 * type (not a primitive type).
OP_INSTANCE_OF.S 25 * The type must be a reference type (not a primitive type).
  /dalvik/vm/native/
java_lang_reflect_Method.cpp 98 * a boxed primitive.
  /external/apache-harmony/archive/src/test/java/org/apache/harmony/archive/tests/java/util/jar/
JarEntryTest.java 179 "getCodeSigners() should be null for a primitive JarEntry",
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DTMStringPool.java 45 * inefficient when looking up primitive int values, especially when
  /external/chromium/testing/gtest/samples/
sample10_unittest.cc 32 // a primitive leak checker.

Completed in 1155 milliseconds

1 2 3 4 5 6 7 891011>>