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

1 2 3 4 5 6 7 8 91011>>

  /external/collada/include/1.4/dom/
domCapsule.h 20 * A capsule primitive that is centered on and aligned with the local Y axis.
domCylinder.h 20 * A cylinder primitive that is centered on, and aligned with. the local Y
domMesh.h 29 * The mesh element contains vertex and primitive information sufficient to
  /external/dbus/dbus/
dbus-marshal-basic.h 2 /* dbus-marshal-basic.h Marshalling routines for basic (primitive) types
  /external/icu4c/i18n/unicode/
fmtable.h 24 * \brief C++ API: Formattable is a thin wrapper for primitive numeric types.
37 * class which interconverts between the primitive numeric types
40 * <p>Internally, a Formattable object is a union of primitive types.
47 * efficiency, primitive numeric types are still stored directly
  /external/javassist/src/main/javassist/bytecode/
SignatureAttribute.java 410 * Primitive types and object types.
424 * Primitive types.
431 * Returns the descriptor representing this primitive type.
439 * primitive type.
  /external/libvpx/examples/includes/geshi/geshi/
boo.php 89 13 => array(//Primitive
verilog.php 60 'output', 'parameter', 'pmos', 'posedge', 'primitive', 'pull0',
xpp.php 49 1 => array( // Primitive types
  /external/llvm/test/TableGen/
SetTheory.td 5 // The -print-sets driver configures a primitive SetTheory instance that
  /external/llvm/tools/llvmc/doc/
LLVMC-Tutorial.rst 51 Start by compiling ``example/Simple``, which is a primitive wrapper for
  /external/mesa3d/src/pixelflinger2/
pixelflinger2.h 101 mutable GGLActiveStencil activeStencil; // after primitive assembly, call StencilSelect
  /external/netcat/
Changelog 7 primitive select loop, and later the stdin-to-many saved-count thing
  /external/nist-sip/java/gov/nist/javax/sip/message/
MessageObject.java 83 // Primitive fields are printed with type: value
  /external/openssl/crypto/asn1/
asn1t.h 569 char itype; /* The item type, primitive, SEQUENCE, CHOICE or extern */
583 * For PRIMITIVE types the underlying type
774 /* Macro to implement a primitive type */
911 /* external definitions for primitive types */
x_bignum.c 64 /* Custom primitive type for BIGNUM handling. This reads in an ASN1_INTEGER as a
  /external/openssl/include/openssl/
asn1t.h 569 char itype; /* The item type, primitive, SEQUENCE, CHOICE or extern */
583 * For PRIMITIVE types the underlying type
774 /* Macro to implement a primitive type */
911 /* external definitions for primitive types */
  /external/protobuf/gtest/samples/
sample10_unittest.cc 32 // a primitive leak checker.
  /external/protobuf/java/src/main/java/com/google/protobuf/
WireFormat.java 93 * The default default value for fields of this type, if it's a primitive
  /external/protobuf/src/google/protobuf/compiler/cpp/
cpp_helpers.h 89 // Get the C++ type name for a primitive type (e.g. "double", "::google::protobuf::int32", etc.).
  /external/protobuf/src/google/protobuf/compiler/java/
java_helpers.h 115 // Get the fully-qualified class name for a boxed primitive type, e.g.
  /external/protobuf/src/google/protobuf/compiler/javamicro/
javamicro_helpers.h 116 // Get the fully-qualified class name for a boxed primitive type, e.g.
  /external/protobuf/src/google/protobuf/
extension_set_unittest.cc 337 // Scalar primitive extensions should increase the extension set size by a
338 // minimum of the size of the primitive type.
395 // Repeated primitive extensions will increase space used by at least a
449 // the empty repeated field memory usage as there is with primitive types.
  /external/v8/test/mjsunit/
mirror-array.js 60 assertFalse(mirror.isPrimitive(), 'Unexpected primitive mirror');
  /external/webkit/Source/JavaScriptCore/runtime/
JSObject.cpp 475 JSValue primitive = toPrimitive(exec, PreferNumber); local
478 return primitive.toNumber(exec);
483 JSValue primitive = toPrimitive(exec, PreferString); local
486 return primitive.toString(exec);

Completed in 1311 milliseconds

1 2 3 4 5 6 7 8 91011>>