HomeSort by relevance Sort by last modified time
    Searched refs:PRIMITIVE (Results 1 - 21 of 21) sorted by null

  /external/tensorflow/tensorflow/java/src/gen/cc/
java_defs.h 47 PRIMITIVE, CLASS, INTERFACE, ENUM, GENERIC, ANNOTATION
50 return Type(Type::PRIMITIVE, "byte");
53 return Type(Type::PRIMITIVE, "char");
56 return Type(Type::PRIMITIVE, "short");
59 return Type(Type::PRIMITIVE, "int");
62 return Type(Type::PRIMITIVE, "long");
65 return Type(Type::PRIMITIVE, "float");
68 return Type(Type::PRIMITIVE, "double");
71 return Type(Type::PRIMITIVE, "boolean");
74 // For simplicity, we consider 'void' as a primitive type, like the Jav
    [all...]
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_split_tmp.h 44 /* sanitize primitive length */
49 /* try flushing the entire primitive */
50 if (PRIMITIVE(start, count))
172 #undef PRIMITIVE
draw_pt_vsplit_tmp.h 216 #define PRIMITIVE(istart, icount) \
284 #define PRIMITIVE(istart, icount) FALSE
  /external/mesa3d/src/mesa/swrast/
s_span.h 124 GLenum primitive; member in struct:sw_span
173 #define INIT_SPAN(S, PRIMITIVE) \
175 (S).primitive = (PRIMITIVE); \
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
JDWPConstants.java 114 public static final byte PRIMITIVE = 32;
136 if ((status & PRIMITIVE) == PRIMITIVE)
137 returnValue += "|PRIMITIVE";
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/VirtualMachine/
AllClassesTest.java 53 * 'PRIMITIVE' bits in the status flag;
95 if ( (status & JDWPConstants.ClassStatus.PRIMITIVE) != 0 ){
102 + Integer.toHexString(JDWPConstants.ClassStatus.PRIMITIVE)
104 + JDWPConstants.ClassStatus.getName(JDWPConstants.ClassStatus.PRIMITIVE)
AllClassesWithGenericTest.java 54 * 'PRIMITIVE' bits in the status flag;
98 if ( (status & JDWPConstants.ClassStatus.PRIMITIVE) != 0 ){
106 + Integer.toHexString(JDWPConstants.ClassStatus.PRIMITIVE)
108 + JDWPConstants.ClassStatus.getName(JDWPConstants.ClassStatus.PRIMITIVE)
  /external/protobuf/src/google/protobuf/util/internal/
default_value_objectwriter.cc 217 if (kind_ == PRIMITIVE) {
284 // primitive children. For type "Any", we only populate its children when the
329 NodeKind kind = PRIMITIVE;
363 // If the child field is of primitive type, sets its data to the default
367 kind == PRIMITIVE ? CreateDefaultDataPieceForField(field, typeinfo)
567 // other children of primitive type now. Otherwise, we should wait until the
575 if (child == NULL || child->kind() != PRIMITIVE) {
578 new Node(name.ToString(), NULL, PRIMITIVE, data, false,
default_value_objectwriter.h 55 // An ObjectWriter that renders non-repeated primitive fields of proto messages
59 // out all non-repeated primitive fields that haven't been explicitly rendered
127 PRIMITIVE = 0,
234 // Adds or replaces the data_ of a primitive child node.
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/analysis/
OdexedFieldInstructionMapper.java 49 private static final int PRIMITIVE = 0;
167 return PRIMITIVE;
  /external/turbine/java/com/google/turbine/model/
Const.java 22 * Compile-time constant expressions, including literals of primitive or String type, class
33 PRIMITIVE,
39 /** Subtypes of {@link Const} for primitive and String literals. */
45 return Kind.PRIMITIVE;
  /external/tcpdump/
print-snmp.c 247 "Primitive",
248 #define PRIMITIVE 0
525 case PRIMITIVE:
    [all...]
  /external/turbine/java/com/google/turbine/lower/
Lower.java 463 case PRIMITIVE:
  /external/turbine/java/com/google/turbine/binder/
ConstEvaluator.java 982 if (value == null || value.kind() != Const.Kind.PRIMITIVE) {
  /prebuilts/tools/common/m2/repository/org/checkerframework/checker-qual/2.0.0/
checker-qual-2.0.0.jar 
  /prebuilts/tools/common/m2/repository/org/glassfish/jaxb/jaxb-xjc/2.2.11/
jaxb-xjc-2.2.11.jar 
  /external/guice/extensions/persist/lib/
db4o-6.4.14.8131-java5.jar 
  /prebuilts/tools/common/m2/repository/org/smali/dexlib2/2.1.3/
dexlib2-2.1.3.jar 
  /prebuilts/tools/common/m2/repository/xhtmlrenderer/xhtmlrenderer/R8rc1/
xhtmlrenderer-R8rc1.jar 
  /prebuilts/tools/linux-x86_64/kythe/extractors/
javac_extractor.jar 
  /prebuilts/tools/linux-x86_64/kythe/indexers/
java_indexer.jar 

Completed in 594 milliseconds