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

1 2

  /external/v8/src/mips/
ic-mips.cc 143 ExternalArrayType array_type) {
160 ExternalArrayType array_type) {
  /external/webkit/WebCore/bridge/jni/
jni_objc.mm 53 // As array_type is not known by the Mac JVM, change it to a compatible type.
54 if (returnType == array_type)
JNIUtility.cpp 188 type = array_type;
201 case array_type:
248 return array_type;
293 case array_type:
JNIBridge.cpp 148 if (type == array_type)
161 if (m_JNIReturnType == array_type)
JNIUtility.h 50 array_type enumerator in enum:__anon8149
  /external/wpa_supplicant/
dbus_dict_helpers.c 636 DBusMessageIter *iter, int array_type,
644 entry->array_type = DBUS_TYPE_BYTE;
693 DBusMessageIter *iter, int array_type,
701 entry->array_type = DBUS_TYPE_STRING;
757 int array_type = dbus_message_iter_get_element_type(iter_dict_val); local
766 switch (array_type) {
769 array_type,
774 array_type,
921 entry->array_type = DBUS_TYPE_INVALID;
962 switch (entry->array_type) {
    [all...]
dbus_dict_helpers.h 102 int array_type; /** the dbus type of the array elements if the dict member in struct:wpa_dbus_dict_entry
ctrl_iface_dbus_handlers.c 912 entry.array_type == DBUS_TYPE_BYTE) {
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/
dbus_dict_helpers.c 634 DBusMessageIter *iter, int array_type,
642 entry->array_type = DBUS_TYPE_BYTE;
691 DBusMessageIter *iter, int array_type,
699 entry->array_type = DBUS_TYPE_STRING;
755 int array_type = dbus_message_iter_get_element_type(iter_dict_val); local
764 switch (array_type) {
767 array_type,
772 array_type,
919 entry->array_type = DBUS_TYPE_INVALID;
962 switch (entry->array_type) {
    [all...]
dbus_dict_helpers.h 102 int array_type; /** the dbus type of the array elements if the dict member in struct:wpa_dbus_dict_entry
ctrl_iface_dbus_handlers.c 970 entry.array_type == DBUS_TYPE_BYTE) {
    [all...]
  /external/webkit/WebCore/bindings/v8/
V8DOMWrapper.cpp 95 v8::ExternalArrayType array_type = v8::kExternalByteArray; local
99 array_type = v8::kExternalByteArray;
102 array_type = v8::kExternalUnsignedByteArray;
105 array_type = v8::kExternalShortArray;
108 array_type = v8::kExternalUnsignedShortArray;
111 array_type = v8::kExternalIntArray;
114 array_type = v8::kExternalUnsignedIntArray;
117 array_type = v8::kExternalFloatArray;
123 array_type,
  /external/v8/src/ia32/
ic-ia32.cc 409 ExternalArrayType array_type) {
440 Handle<Map> map(Heap::MapForExternalArrayType(array_type));
457 switch (array_type) {
487 if (array_type == kExternalIntArray ||
488 array_type == kExternalUnsignedIntArray) {
493 if (array_type == kExternalIntArray) {
497 ASSERT_EQ(array_type, kExternalUnsignedIntArray);
513 if (array_type == kExternalIntArray) {
518 ASSERT(array_type == kExternalUnsignedIntArray);
534 } else if (array_type == kExternalFloatArray)
    [all...]
  /external/v8/src/x64/
ic-x64.cc 420 ExternalArrayType array_type) {
454 Heap::RootIndexForExternalArrayType(array_type));
467 switch (array_type) {
499 if (array_type == kExternalIntArray ||
500 array_type == kExternalUnsignedIntArray) {
505 if (array_type == kExternalIntArray) {
508 ASSERT_EQ(array_type, kExternalUnsignedIntArray);
520 if (array_type == kExternalIntArray) {
523 ASSERT(array_type == kExternalUnsignedIntArray);
533 } else if (array_type == kExternalFloatArray)
    [all...]
  /frameworks/base/core/jni/
android_bluetooth_common.cpp 480 uint32_t array_type; local
522 array_type = dbus_message_iter_get_arg_type(&array_val_iter);
525 if (array_type == DBUS_TYPE_OBJECT_PATH ||
526 array_type == DBUS_TYPE_STRING){
  /external/webkit/WebCore/bridge/jni/jsc/
JNIUtilityPrivate.cpp 161 case array_type: // don't handle embedded arrays
178 case array_type:
JNIBridgeJSC.cpp 113 case array_type:
197 case array_type:
  /external/v8/src/
ic.h 296 ExternalArrayType array_type);
403 ExternalArrayType array_type);
factory.h 164 ExternalArrayType array_type,
factory.cc 226 ExternalArrayType array_type,
231 array_type,
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
tree.def 187 compiler. COMPLEX_TYPE, VECTOR_TYPE, ARRAY_TYPE. */
201 compiler. ARRAY_TYPE, RECORD_TYPE, UNION_TYPE, QUAL_UNION_TYPE.
208 The field TYPE_POINTER_TO (TREE_TYPE (array_type)) is always nonzero
213 DEFTREECODE (ARRAY_TYPE, "array_type", tcc_type, 0)
466 For ARRAY_TYPE:
    [all...]
tree-check.h 21 #define ARRAY_TYPE_CHECK(t) TREE_CHECK (t, ARRAY_TYPE)
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/
tree.def 187 compiler. COMPLEX_TYPE, VECTOR_TYPE, ARRAY_TYPE. */
201 compiler. ARRAY_TYPE, RECORD_TYPE, UNION_TYPE, QUAL_UNION_TYPE.
208 The field TYPE_POINTER_TO (TREE_TYPE (array_type)) is always nonzero
213 DEFTREECODE (ARRAY_TYPE, "array_type", tcc_type, 0)
466 For ARRAY_TYPE:
    [all...]
tree-check.h 21 #define ARRAY_TYPE_CHECK(t) TREE_CHECK (t, ARRAY_TYPE)
  /external/webkit/WebCore/bridge/jni/v8/
JNIUtilityPrivate.cpp 43 case array_type:

Completed in 597 milliseconds

1 2