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

1 2

  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/
array_allocator.h 106 typedef _Array array_type; typedef in class:array_allocator
109 array_type* _M_array;
117 array_allocator(array_type* __array = NULL) throw()
  /external/v8/src/mips/
ic-mips.cc 143 ExternalArrayType array_type) {
160 ExternalArrayType array_type) {
  /external/webkit/WebCore/bridge/jni/
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)
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.h 50 array_type enumerator in enum:__anon7990
  /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/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...]
  /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/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:
  /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/v8/src/
ic.h 296 ExternalArrayType array_type);
403 ExternalArrayType array_type);
heap.h 438 ExternalArrayType array_type,
    [all...]
factory.h 164 ExternalArrayType array_type,
factory.cc 226 ExternalArrayType array_type,
231 array_type,
    [all...]
heap.cc     [all...]
  /external/webkit/WebCore/bridge/jni/v8/
JNIUtilityPrivate.cpp 43 case array_type:
  /external/v8/src/arm/
ic-arm.cc 601 ExternalArrayType array_type) {
794 ExternalArrayType array_type) {

Completed in 2381 milliseconds

1 2