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

<<11121314151617181920>>

  /external/protobuf/src/google/protobuf/
extension_set_heavy.cc 292 // No extra storage costs for primitive types.
363 GOOGLE_LOG(FATAL) << "Non-primitive types can't be packed.";
generated_message_reflection.h 76 // the appropriate type. For primitive fields and string fields, each field
77 // should be represented using the obvious C++ primitive type. Enums and
  /external/v8/test/mjsunit/
json.js 79 toISOString: function() { return ["not primitive"]; }};
80 assertEquals(["not primitive"], d6.toJSON());
  /external/webkit/Source/JavaScriptCore/qt/api/
qscriptengine.cpp 243 Returns a QScriptValue of the primitive type Null.
253 Returns a QScriptValue of the primitive type Undefined.
  /external/webkit/Source/WebCore/bindings/objc/
WebScriptObject.h 88 For primitive types like int and char, a numeric cast is performed.
102 For primitive type like int and char, a numeric cast is performed.
  /libcore/luni/src/main/java/java/lang/reflect/
Constructor.java 377 * type, or a primitive type) then an InstantiationException is thrown.</li>
385 * <li>If the corresponding parameter type is a primitive type, the argument
  /libcore/luni/src/main/java/org/apache/harmony/lang/annotation/
AnnotationMember.java 36 * <li> boxed primitive
91 protected final Object value; // a primitive value is wrapped to the corresponding wrapper class
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/rpc/
xdr.h 241 * Inline routines for fast encode/decode of primitive data types.
250 * by the primitive data types.
  /dalvik/vm/
Atomic.cpp 248 * a mutex without any other synchronization primitive.
  /dalvik/vm/analysis/
CodeVerify.h 213 /* table with static merge logic for primitive types */
  /dalvik/vm/oo/
Class.h 72 * Find the class object representing the primitive type with the
  /development/tools/a3dconvert/
ColladaConditioner.cpp 97 // Skip the invalid primitive
  /external/bouncycastle/src/main/java/org/bouncycastle/asn1/
ASN1InputStream.java 221 throw new IOException("indefinite length primitive encoding encountered");
  /external/chromium/base/memory/
weak_ptr.h 220 // useful when working with primitive types. For example, you could have a
  /external/chromium/base/
shared_memory.h 42 // around the OS primitive for a memory mapped file.
  /external/chromium/chrome/common/extensions/
extension_messages.h 157 // contexts owned by the extension. |args| is a list of primitive Value types
  /external/chromium/third_party/libjingle/source/talk/base/
task.h 95 // Also notice that Task has some primitive built-in timeout functionality.
  /external/collada/include/1.4/dom/
domTapered_capsule.h 20 * A tapered capsule primitive that is centered on, and aligned with, the
domTapered_cylinder.h 20 * A tapered cylinder primitive that is centered on and aligned with the local
  /external/e2fsprogs/ext2ed/
disk.c 135 Log the change in a primitive form - An hex dump of the data before the change and after the change.
  /external/javassist/src/main/javassist/bytecode/analysis/
Frame.java 188 throw new RuntimeException("Operand stacks could not be merged due to differing primitive types: pos = " + i);
  /external/javassist/src/main/javassist/compiler/
Parser.java 186 lex.get(); // primitive type
790 lex.get(); // primitive type
903 lex.get(); // primitive type
    [all...]
  /external/kernel-headers/original/asm-x86/
cmpxchg_32.h 73 * but generally the primitive is invalid, *ptr is output argument. --ANK
  /external/llvm/docs/
CompilerDriverTutorial.html 53 <p>Start by compiling <tt class="docutils literal">example/Simple</tt>, which is a primitive wrapper for
  /external/openssl/crypto/asn1/
x_long.c 64 /* Custom primitive type for long handling. This converts between an ASN1_INTEGER

Completed in 1680 milliseconds

<<11121314151617181920>>