HomeSort by relevance Sort by last modified time
    Searched refs:array_type (Results 1 - 25 of 49) 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()
  /prebuilt/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()
  /prebuilt/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()
  /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,
737 entry->array_type = DBUS_TYPE_BYTE;
786 DBusMessageIter *iter, int array_type,
794 entry->array_type = DBUS_TYPE_STRING;
860 entry->array_type = WPAS_DBUS_TYPE_BINARRAY;
910 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 104 (entry.array_type != WPAS_DBUS_TYPE_BINARRAY))
838 entry.array_type != DBUS_TYPE_BYTE ||
849 entry.array_type != WPAS_DBUS_TYPE_BINARRAY ||
865 (entry.array_type != WPAS_DBUS_TYPE_BINARRAY) ||
    [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:__anon9148
  /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
  /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
  /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}}
  /external/v8/src/
property.h 117 ExternalArrayType array_type)
120 array_type)) { }
factory.h 172 ExternalArrayType array_type,
196 ExternalArrayType array_type,
hydrogen-instructions.h 3193 ExternalArrayType array_type() const { return array_type_; } function in class:v8::HLoadKeyedSpecializedArrayElement
3376 ExternalArrayType array_type() const { return array_type_; } function in class:v8::HStoreKeyedSpecializedArrayElement
    [all...]
stub-cache.cc 567 ExternalArrayType array_type,
570 switch (array_type) {
592 switch (array_type) {
629 ExternalArrayType array_type = local
631 String* name = ExternalArrayTypeToStubName(heap(), array_type, is_store);
637 compiler.CompileKeyedStoreStub(receiver, array_type, flags) :
638 compiler.CompileKeyedLoadStub(receiver, array_type, flags);
641 Code::cast(code)->set_external_array_type(array_type);
    [all...]
factory.cc 311 ExternalArrayType array_type,
318 array_type,
397 ExternalArrayType array_type,
400 src->GetExternalArrayElementsMap(array_type,
    [all...]
  /external/v8/src/ia32/
lithium-ia32.cc 1874 ExternalArrayType array_type = instr->array_type(); local
1925 ExternalArrayType array_type = instr->array_type(); local
    [all...]
stub-cache-ia32.cc     [all...]
  /external/v8/src/mips/
stub-cache-mips.cc 581 ExternalArrayType array_type,
590 ExternalArrayType array_type,
  /external/v8/src/arm/
lithium-arm.cc 1843 ExternalArrayType array_type = instr->array_type(); local
1892 ExternalArrayType array_type = instr->array_type(); local
    [all...]
stub-cache-arm.cc     [all...]
  /external/v8/src/x64/
lithium-x64.cc 1833 ExternalArrayType array_type = instr->array_type(); local
1881 ExternalArrayType array_type = instr->array_type(); local
    [all...]
stub-cache-x64.cc     [all...]
  /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){

Completed in 3633 milliseconds

1 2