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

1 2

  /prebuilts/gcc/linux-x86/host/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()
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/
array_allocator.h 108 typedef _Array array_type; typedef in class:array_allocator
111 array_type* _M_array;
119 array_allocator(array_type* __array = 0) throw()
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/
array_allocator.h 108 typedef _Array array_type; typedef in class:array_allocator
111 array_type* _M_array;
119 array_allocator(array_type* __array = 0) throw()
  /prebuilts/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/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()
  /prebuilts/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/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()
  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/include/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/wpa_supplicant_8/wpa_supplicant/dbus/
dbus_dict_helpers.c 468 char array_type[10]; local
471 err = os_snprintf(array_type, sizeof(array_type),
474 if (err < 0 || err > (int) sizeof(array_type))
486 array_type,
745 entry->array_type = DBUS_TYPE_BYTE;
794 DBusMessageIter *iter, int array_type,
802 entry->array_type = DBUS_TYPE_STRING;
868 entry->array_type = WPAS_DBUS_TYPE_BINARRAY;
918 int array_type = dbus_message_iter_get_element_type(iter_dict_val) local
    [all...]
dbus_dict_helpers.h 133 int array_type; /** the dbus type of the array elements if the dict member in struct:wpa_dbus_dict_entry
dbus_new_handlers_p2p.c 101 (entry.array_type != WPAS_DBUS_TYPE_BINARRAY))
882 entry.array_type != DBUS_TYPE_BYTE ||
893 entry.array_type != WPAS_DBUS_TYPE_BINARRAY ||
910 (entry.array_type != WPAS_DBUS_TYPE_BINARRAY) ||
    [all...]
dbus_old_handlers.c 943 entry.array_type == DBUS_TYPE_BYTE) {
    [all...]
  /external/oprofile/libregex/
demangle_java_symbol.cpp 23 * base_type | object_type | array_type
28 * array_type:
39 bool array_type(string & result,
80 if (array_type(result, begin, end))
87 bool array_type(string & result, function in namespace:__anon10197
  /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/clang/test/SemaCXX/
conversion-function.cpp 21 typedef int array_type[10]; typedef
32 operator array_type(); // expected-error{{conversion function cannot convert to an array type}}
  /frameworks/base/core/jni/
android_bluetooth_common.cpp 568 uint32_t array_type; local
610 array_type = dbus_message_iter_get_arg_type(&array_val_iter);
613 if (array_type == DBUS_TYPE_OBJECT_PATH ||
614 array_type == DBUS_TYPE_STRING){
  /external/dbus/bus/
driver.c 830 int array_type; local
859 while ((array_type = dbus_message_iter_get_arg_type (&dict_iter)) == DBUS_TYPE_DICT_ENTRY)
900 if (array_type != DBUS_TYPE_INVALID)
    [all...]
  /external/v8/src/
heap.h     [all...]
factory.h 209 ExternalArrayType array_type,
factory.cc 418 ExternalArrayType array_type,
425 array_type,
    [all...]
heap.cc     [all...]
api.cc     [all...]
  /external/llvm/test/Bindings/Ocaml/
vmcore.ml 121 insist ((array_type i8_type 11) = type_of c);
128 insist ((array_type i8_type 9) = type_of c);
158 insist ((array_type i32_type 2) = (type_of c));
    [all...]
  /external/v8/test/cctest/
test-api.cc     [all...]
  /external/v8/include/
v8.h     [all...]

Completed in 1428 milliseconds

1 2