HomeSort by relevance Sort by last modified time
    Searched full:boolean_type (Results 1 - 25 of 44) sorted by null

1 2

  /cts/tools/signature-tools/src/signature/model/impl/
SigPrimitiveType.java 22 VOID_TYPE("void"), BOOLEAN_TYPE("boolean"), BYTE_TYPE("byte"), CHAR_TYPE(
  /external/webkit/WebCore/bridge/jni/
JNIUtility.cpp 184 type = boolean_type;
207 case boolean_type:
251 return boolean_type;
297 case boolean_type:
JNIUtility.h 42 boolean_type, enumerator in enum:__anon8149
  /external/webkit/WebCore/xml/
XPathResult.idl 26 const unsigned short BOOLEAN_TYPE = 3;
XPathResult.cpp 47 m_resultType = BOOLEAN_TYPE;
83 case BOOLEAN_TYPE:
141 if (resultType() != BOOLEAN_TYPE) {
XPathResult.h 49 BOOLEAN_TYPE = 3,
  /external/webkit/WebCore/bridge/jni/jsc/
JNIBridgeJSC.cpp 127 case boolean_type:
128 jsresult = jsBoolean(dispatchValueFromInstance(exec, instance, "getBoolean", "(Ljava/lang/Object;)Z", boolean_type).z);
204 case boolean_type:
299 case boolean_type:
376 case boolean_type:
JNIUtilityPrivate.cpp 70 case boolean_type:
227 case boolean_type:
JavaInstanceJSC.cpp 195 case boolean_type:
246 case boolean_type:
  /external/webkit/WebCore/bridge/jni/v8/
JavaInstanceV8.cpp 121 case boolean_type:
JNIUtilityPrivate.cpp 265 case boolean_type:
389 case boolean_type:
  /cts/tools/signature-tools/src/signature/converter/dex/
GenericSignatureParser.java 177 return SigPrimitiveType.BOOLEAN_TYPE;
534 return SigPrimitiveType.BOOLEAN_TYPE;
  /frameworks/base/tools/aidl/
Type.h 440 extern Type* BOOLEAN_TYPE;
Type.cpp 6 Type* BOOLEAN_TYPE;
40 BOOLEAN_TYPE = new BooleanType();
41 NAMES.Add(BOOLEAN_TYPE);
    [all...]
generate_java.cpp 108 onTransact->returnType = BOOLEAN_TYPE;
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
tree-check.h 13 #define BOOLEAN_TYPE_CHECK(t) TREE_CHECK (t, BOOLEAN_TYPE)
tree.def 127 compiler. OFFSET_TYPE, ENUMERAL_TYPE, BOOLEAN_TYPE, INTEGER_TYPE,
151 DEFTREECODE (BOOLEAN_TYPE, "boolean_type", tcc_type, 0)
159 or an ENUMERAL_TYPE or BOOLEAN_TYPE).
    [all...]
tree.h 956 TREE_CHECK5 (T, INTEGER_TYPE, ENUMERAL_TYPE, BOOLEAN_TYPE, REAL_TYPE, \
1028 || TREE_CODE (TYPE) == BOOLEAN_TYPE \
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/
tree-check.h 13 #define BOOLEAN_TYPE_CHECK(t) TREE_CHECK (t, BOOLEAN_TYPE)
tree.def 127 compiler. OFFSET_TYPE, ENUMERAL_TYPE, BOOLEAN_TYPE, INTEGER_TYPE,
151 DEFTREECODE (BOOLEAN_TYPE, "boolean_type", tcc_type, 0)
159 or an ENUMERAL_TYPE or BOOLEAN_TYPE).
    [all...]
  /external/v8/src/
mirror-debugger.js 149 const BOOLEAN_TYPE = 'boolean';
506 ValueMirror.call(this, BOOLEAN_TYPE, value);
    [all...]
  /prebuilt/sdk/tools/linux/
aidl 
  /prebuilt/common/asm/
asm-3.1.jar 
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/cp/
cp-tree.h     [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/cp/
cp-tree.h     [all...]

Completed in 568 milliseconds

1 2