/prebuilts/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/pairing_heap_/ |
pairing_heap_.hpp | 48 #include <ext/pb_ds/detail/cond_dealtor.hpp> 49 #include <ext/pb_ds/detail/type_utils.hpp> 50 #include <ext/pb_ds/detail/left_child_next_sibling_heap_/left_child_next_sibling_heap_.hpp> 51 #include <ext/pb_ds/detail/left_child_next_sibling_heap_/null_metadata.hpp> 204 #include <ext/pb_ds/detail/pairing_heap_/constructors_destructor_fn_imps.hpp> 205 #include <ext/pb_ds/detail/pairing_heap_/debug_fn_imps.hpp> 206 #include <ext/pb_ds/detail/pairing_heap_/find_fn_imps.hpp> 207 #include <ext/pb_ds/detail/pairing_heap_/insert_fn_imps.hpp> 208 #include <ext/pb_ds/detail/pairing_heap_/erase_fn_imps.hpp> 209 #include <ext/pb_ds/detail/pairing_heap_/split_join_fn_imps.hpp [all...] |
/external/tcpdump/ |
print-isakmp.c | 418 isakmp_sa_print(const struct isakmp_gen *ext, 432 p = (struct isakmp_pl_sa *)ext; 434 safememcpy(&sa, ext, sizeof(sa)); 458 np = (u_char *)ext + sizeof(sa); 460 TCHECK2(*(ext + 1), sizeof(ident)); 461 safememcpy(&ident, ext + 1, sizeof(ident)); 466 ext = (struct isakmp_gen *)np; 467 TCHECK(*ext); 469 cp = isakmp_sub_print(ISAKMP_NPTYPE_P, ext, ep, phase, doi, proto0, 479 isakmp_p_print(const struct isakmp_gen *ext, u_int item_len _U_ 1354 const struct isakmp_gen *ext; local [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/binomial_heap_/ |
binomial_heap_.hpp | 48 #include <ext/pb_ds/detail/cond_dealtor.hpp> 49 #include <ext/pb_ds/detail/type_utils.hpp> 50 #include <ext/pb_ds/detail/binomial_heap_base_/binomial_heap_base_.hpp> 107 #include <ext/pb_ds/detail/binomial_heap_/constructors_destructor_fn_imps.hpp> 108 #include <ext/pb_ds/detail/binomial_heap_/debug_fn_imps.hpp>
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/pb_ds/detail/binomial_heap_/ |
binomial_heap_.hpp | 48 #include <ext/pb_ds/detail/cond_dealtor.hpp> 49 #include <ext/pb_ds/detail/type_utils.hpp> 50 #include <ext/pb_ds/detail/binomial_heap_base_/binomial_heap_base_.hpp> 107 #include <ext/pb_ds/detail/binomial_heap_/constructors_destructor_fn_imps.hpp> 108 #include <ext/pb_ds/detail/binomial_heap_/debug_fn_imps.hpp>
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/pb_ds/detail/binomial_heap_/ |
binomial_heap_.hpp | 48 #include <ext/pb_ds/detail/cond_dealtor.hpp> 49 #include <ext/pb_ds/detail/type_utils.hpp> 50 #include <ext/pb_ds/detail/binomial_heap_base_/binomial_heap_base_.hpp> 107 #include <ext/pb_ds/detail/binomial_heap_/constructors_destructor_fn_imps.hpp> 108 #include <ext/pb_ds/detail/binomial_heap_/debug_fn_imps.hpp>
|
/prebuilts/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/binomial_heap_/ |
binomial_heap_.hpp | 48 #include <ext/pb_ds/detail/cond_dealtor.hpp> 49 #include <ext/pb_ds/detail/type_utils.hpp> 50 #include <ext/pb_ds/detail/binomial_heap_base_/binomial_heap_base_.hpp> 107 #include <ext/pb_ds/detail/binomial_heap_/constructors_destructor_fn_imps.hpp> 108 #include <ext/pb_ds/detail/binomial_heap_/debug_fn_imps.hpp>
|
/prebuilts/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/binomial_heap_/ |
binomial_heap_.hpp | 48 #include <ext/pb_ds/detail/cond_dealtor.hpp> 49 #include <ext/pb_ds/detail/type_utils.hpp> 50 #include <ext/pb_ds/detail/binomial_heap_base_/binomial_heap_base_.hpp> 107 #include <ext/pb_ds/detail/binomial_heap_/constructors_destructor_fn_imps.hpp> 108 #include <ext/pb_ds/detail/binomial_heap_/debug_fn_imps.hpp>
|
/prebuilts/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/binomial_heap_/ |
binomial_heap_.hpp | 48 #include <ext/pb_ds/detail/cond_dealtor.hpp> 49 #include <ext/pb_ds/detail/type_utils.hpp> 50 #include <ext/pb_ds/detail/binomial_heap_base_/binomial_heap_base_.hpp> 107 #include <ext/pb_ds/detail/binomial_heap_/constructors_destructor_fn_imps.hpp> 108 #include <ext/pb_ds/detail/binomial_heap_/debug_fn_imps.hpp>
|
/external/openssl/crypto/x509v3/ |
v3_prn.c | 67 static int unknown_ext_print(BIO *out, X509_EXTENSION *ext, unsigned long flag, int indent, int supported); 108 int X509V3_EXT_print(BIO *out, X509_EXTENSION *ext, unsigned long flag, int indent) 117 if(!(method = X509V3_EXT_get(ext))) 118 return unknown_ext_print(out, ext, flag, indent, 0); 119 p = ext->value->data; 120 if(method->it) ext_str = ASN1_item_d2i(NULL, &p, ext->value->length, ASN1_ITEM_ptr(method->it)); 121 else ext_str = method->d2i(NULL, &p, ext->value->length); 123 if(!ext_str) return unknown_ext_print(out, ext, flag, indent, 1); 198 static int unknown_ext_print(BIO *out, X509_EXTENSION *ext, unsigned long flag, int indent, int supported) 214 ext->value->data, ext->value->length, indent, -1) [all...] |
/external/opencv/otherlibs/highgui/ |
grfmt_imageio.cpp | 246 const char* ext = filename; local 249 const char* temp = strchr( ext + 1, '.' ); 251 ext = temp; 256 if( !strcmp(ext, ".bmp") || !strcmp(ext, ".dib") ) 258 else if( !strcmp(ext, ".exr") ) 260 else if( !strcmp(ext, ".jpeg") || !strcmp(ext, ".jpg") || !strcmp(ext, ".jpe") ) 262 else if( !strcmp(ext, ".jp2") [all...] |
/external/oprofile/libabi/ |
opimport.cpp | 114 extractor ext(abi, src, len); 119 ext.extract(head->version, src, "sizeof_u32", "offsetof_header_version"); 120 ext.extract(head->cpu_type, src, "sizeof_u32", "offsetof_header_cpu_type"); 121 ext.extract(head->ctr_event, src, "sizeof_u32", "offsetof_header_ctr_event"); 122 ext.extract(head->ctr_um, src, "sizeof_u32", "offsetof_header_ctr_um"); 123 ext.extract(head->ctr_count, src, "sizeof_u32", "offsetof_header_ctr_count"); 124 ext.extract(head->is_kernel, src, "sizeof_u32", "offsetof_header_is_kernel"); 127 ext.extract(head->mtime, src, "sizeof_time_t", "offsetof_header_mtime"); 128 ext.extract(head->cg_to_is_kernel, src, "sizeof_u32", 130 ext.extract(head->anon_start, src, "sizeof_u32" [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/ |
hash_policy.hpp | 47 #include <ext/pb_ds/exception.hpp> 48 #include <ext/pb_ds/detail/type_utils.hpp> 49 #include <ext/pb_ds/detail/hash_fn/mask_based_range_hashing.hpp> 50 #include <ext/pb_ds/detail/hash_fn/mod_based_range_hashing.hpp> 51 #include <ext/pb_ds/detail/resize_policy/hash_load_check_resize_trigger_size_base.hpp> 84 #include <ext/pb_ds/detail/hash_fn/linear_probe_fn_imp.hpp> 108 #include <ext/pb_ds/detail/hash_fn/quadratic_probe_fn_imp.hpp> 140 #include <ext/pb_ds/detail/hash_fn/direct_mask_range_hashing_imp.hpp> 172 #include <ext/pb_ds/detail/hash_fn/direct_mod_range_hashing_imp.hpp> 287 #include <ext/pb_ds/detail/resize_policy/hash_load_check_resize_trigger_imp.hpp [all...] |
/prebuilts/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/ |
hash_policy.hpp | 47 #include <ext/pb_ds/exception.hpp> 48 #include <ext/pb_ds/detail/type_utils.hpp> 49 #include <ext/pb_ds/detail/hash_fn/mask_based_range_hashing.hpp> 50 #include <ext/pb_ds/detail/hash_fn/mod_based_range_hashing.hpp> 51 #include <ext/pb_ds/detail/resize_policy/hash_load_check_resize_trigger_size_base.hpp> 84 #include <ext/pb_ds/detail/hash_fn/linear_probe_fn_imp.hpp> 108 #include <ext/pb_ds/detail/hash_fn/quadratic_probe_fn_imp.hpp> 140 #include <ext/pb_ds/detail/hash_fn/direct_mask_range_hashing_imp.hpp> 172 #include <ext/pb_ds/detail/hash_fn/direct_mod_range_hashing_imp.hpp> 287 #include <ext/pb_ds/detail/resize_policy/hash_load_check_resize_trigger_imp.hpp [all...] |
/prebuilts/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/ |
hash_policy.hpp | 47 #include <ext/pb_ds/exception.hpp> 48 #include <ext/pb_ds/detail/type_utils.hpp> 49 #include <ext/pb_ds/detail/hash_fn/mask_based_range_hashing.hpp> 50 #include <ext/pb_ds/detail/hash_fn/mod_based_range_hashing.hpp> 51 #include <ext/pb_ds/detail/resize_policy/hash_load_check_resize_trigger_size_base.hpp> 84 #include <ext/pb_ds/detail/hash_fn/linear_probe_fn_imp.hpp> 108 #include <ext/pb_ds/detail/hash_fn/quadratic_probe_fn_imp.hpp> 140 #include <ext/pb_ds/detail/hash_fn/direct_mask_range_hashing_imp.hpp> 172 #include <ext/pb_ds/detail/hash_fn/direct_mod_range_hashing_imp.hpp> 287 #include <ext/pb_ds/detail/resize_policy/hash_load_check_resize_trigger_imp.hpp [all...] |
/prebuilts/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/ |
hash_policy.hpp | 47 #include <ext/pb_ds/exception.hpp> 48 #include <ext/pb_ds/detail/type_utils.hpp> 49 #include <ext/pb_ds/detail/hash_fn/mask_based_range_hashing.hpp> 50 #include <ext/pb_ds/detail/hash_fn/mod_based_range_hashing.hpp> 51 #include <ext/pb_ds/detail/resize_policy/hash_load_check_resize_trigger_size_base.hpp> 84 #include <ext/pb_ds/detail/hash_fn/linear_probe_fn_imp.hpp> 108 #include <ext/pb_ds/detail/hash_fn/quadratic_probe_fn_imp.hpp> 140 #include <ext/pb_ds/detail/hash_fn/direct_mask_range_hashing_imp.hpp> 172 #include <ext/pb_ds/detail/hash_fn/direct_mod_range_hashing_imp.hpp> 287 #include <ext/pb_ds/detail/resize_policy/hash_load_check_resize_trigger_imp.hpp [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/bin_search_tree_/ |
bin_search_tree_.hpp | 45 #include <ext/pb_ds/exception.hpp> 46 #include <ext/pb_ds/detail/eq_fn/eq_by_less.hpp> 47 #include <ext/pb_ds/detail/types_traits.hpp> 48 #include <ext/pb_ds/detail/debug_map_base.hpp> 49 #include <ext/pb_ds/tree_policy.hpp> 50 #include <ext/pb_ds/detail/cond_dealtor.hpp> 51 #include <ext/pb_ds/detail/type_utils.hpp> 52 #include <ext/pb_ds/detail/tree_trace_base.hpp> 467 #include <ext/pb_ds/detail/bin_search_tree_/constructors_destructor_fn_imps.hpp> 468 #include <ext/pb_ds/detail/bin_search_tree_/iterators_fn_imps.hpp [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/list_update_map_/ |
lu_map_.hpp | 43 #include <ext/pb_ds/detail/cond_dealtor.hpp> 44 #include <ext/pb_ds/tag_and_trait.hpp> 45 #include <ext/pb_ds/detail/types_traits.hpp> 46 #include <ext/pb_ds/detail/list_update_map_/entry_metadata_base.hpp> 47 #include <ext/pb_ds/exception.hpp> 49 #include <ext/pb_ds/detail/debug_map_base.hpp> 136 #include <ext/pb_ds/detail/unordered_iterator/const_point_iterator.hpp> 137 #include <ext/pb_ds/detail/unordered_iterator/point_iterator.hpp> 138 #include <ext/pb_ds/detail/unordered_iterator/const_iterator.hpp> 139 #include <ext/pb_ds/detail/unordered_iterator/iterator.hpp [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/pb_ds/detail/bin_search_tree_/ |
bin_search_tree_.hpp | 45 #include <ext/pb_ds/exception.hpp> 46 #include <ext/pb_ds/detail/eq_fn/eq_by_less.hpp> 47 #include <ext/pb_ds/detail/types_traits.hpp> 48 #include <ext/pb_ds/detail/debug_map_base.hpp> 49 #include <ext/pb_ds/tree_policy.hpp> 50 #include <ext/pb_ds/detail/cond_dealtor.hpp> 51 #include <ext/pb_ds/detail/type_utils.hpp> 52 #include <ext/pb_ds/detail/tree_trace_base.hpp> 467 #include <ext/pb_ds/detail/bin_search_tree_/constructors_destructor_fn_imps.hpp> 468 #include <ext/pb_ds/detail/bin_search_tree_/iterators_fn_imps.hpp [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/pb_ds/detail/list_update_map_/ |
lu_map_.hpp | 43 #include <ext/pb_ds/detail/cond_dealtor.hpp> 44 #include <ext/pb_ds/tag_and_trait.hpp> 45 #include <ext/pb_ds/detail/types_traits.hpp> 46 #include <ext/pb_ds/detail/list_update_map_/entry_metadata_base.hpp> 47 #include <ext/pb_ds/exception.hpp> 49 #include <ext/pb_ds/detail/debug_map_base.hpp> 136 #include <ext/pb_ds/detail/unordered_iterator/const_point_iterator.hpp> 137 #include <ext/pb_ds/detail/unordered_iterator/point_iterator.hpp> 138 #include <ext/pb_ds/detail/unordered_iterator/const_iterator.hpp> 139 #include <ext/pb_ds/detail/unordered_iterator/iterator.hpp [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/pb_ds/detail/bin_search_tree_/ |
bin_search_tree_.hpp | 45 #include <ext/pb_ds/exception.hpp> 46 #include <ext/pb_ds/detail/eq_fn/eq_by_less.hpp> 47 #include <ext/pb_ds/detail/types_traits.hpp> 48 #include <ext/pb_ds/detail/debug_map_base.hpp> 49 #include <ext/pb_ds/tree_policy.hpp> 50 #include <ext/pb_ds/detail/cond_dealtor.hpp> 51 #include <ext/pb_ds/detail/type_utils.hpp> 52 #include <ext/pb_ds/detail/tree_trace_base.hpp> 467 #include <ext/pb_ds/detail/bin_search_tree_/constructors_destructor_fn_imps.hpp> 468 #include <ext/pb_ds/detail/bin_search_tree_/iterators_fn_imps.hpp [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/pb_ds/detail/list_update_map_/ |
lu_map_.hpp | 43 #include <ext/pb_ds/detail/cond_dealtor.hpp> 44 #include <ext/pb_ds/tag_and_trait.hpp> 45 #include <ext/pb_ds/detail/types_traits.hpp> 46 #include <ext/pb_ds/detail/list_update_map_/entry_metadata_base.hpp> 47 #include <ext/pb_ds/exception.hpp> 49 #include <ext/pb_ds/detail/debug_map_base.hpp> 136 #include <ext/pb_ds/detail/unordered_iterator/const_point_iterator.hpp> 137 #include <ext/pb_ds/detail/unordered_iterator/point_iterator.hpp> 138 #include <ext/pb_ds/detail/unordered_iterator/const_iterator.hpp> 139 #include <ext/pb_ds/detail/unordered_iterator/iterator.hpp [all...] |
/prebuilts/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/bin_search_tree_/ |
bin_search_tree_.hpp | 45 #include <ext/pb_ds/exception.hpp> 46 #include <ext/pb_ds/detail/eq_fn/eq_by_less.hpp> 47 #include <ext/pb_ds/detail/types_traits.hpp> 48 #include <ext/pb_ds/detail/debug_map_base.hpp> 49 #include <ext/pb_ds/tree_policy.hpp> 50 #include <ext/pb_ds/detail/cond_dealtor.hpp> 51 #include <ext/pb_ds/detail/type_utils.hpp> 52 #include <ext/pb_ds/detail/tree_trace_base.hpp> 467 #include <ext/pb_ds/detail/bin_search_tree_/constructors_destructor_fn_imps.hpp> 468 #include <ext/pb_ds/detail/bin_search_tree_/iterators_fn_imps.hpp [all...] |
/prebuilts/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/list_update_map_/ |
lu_map_.hpp | 43 #include <ext/pb_ds/detail/cond_dealtor.hpp> 44 #include <ext/pb_ds/tag_and_trait.hpp> 45 #include <ext/pb_ds/detail/types_traits.hpp> 46 #include <ext/pb_ds/detail/list_update_map_/entry_metadata_base.hpp> 47 #include <ext/pb_ds/exception.hpp> 49 #include <ext/pb_ds/detail/debug_map_base.hpp> 136 #include <ext/pb_ds/detail/unordered_iterator/const_point_iterator.hpp> 137 #include <ext/pb_ds/detail/unordered_iterator/point_iterator.hpp> 138 #include <ext/pb_ds/detail/unordered_iterator/const_iterator.hpp> 139 #include <ext/pb_ds/detail/unordered_iterator/iterator.hpp [all...] |
/prebuilts/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/bin_search_tree_/ |
bin_search_tree_.hpp | 45 #include <ext/pb_ds/exception.hpp> 46 #include <ext/pb_ds/detail/eq_fn/eq_by_less.hpp> 47 #include <ext/pb_ds/detail/types_traits.hpp> 48 #include <ext/pb_ds/detail/debug_map_base.hpp> 49 #include <ext/pb_ds/tree_policy.hpp> 50 #include <ext/pb_ds/detail/cond_dealtor.hpp> 51 #include <ext/pb_ds/detail/type_utils.hpp> 52 #include <ext/pb_ds/detail/tree_trace_base.hpp> 467 #include <ext/pb_ds/detail/bin_search_tree_/constructors_destructor_fn_imps.hpp> 468 #include <ext/pb_ds/detail/bin_search_tree_/iterators_fn_imps.hpp [all...] |
/prebuilts/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/list_update_map_/ |
lu_map_.hpp | 43 #include <ext/pb_ds/detail/cond_dealtor.hpp> 44 #include <ext/pb_ds/tag_and_trait.hpp> 45 #include <ext/pb_ds/detail/types_traits.hpp> 46 #include <ext/pb_ds/detail/list_update_map_/entry_metadata_base.hpp> 47 #include <ext/pb_ds/exception.hpp> 49 #include <ext/pb_ds/detail/debug_map_base.hpp> 136 #include <ext/pb_ds/detail/unordered_iterator/const_point_iterator.hpp> 137 #include <ext/pb_ds/detail/unordered_iterator/point_iterator.hpp> 138 #include <ext/pb_ds/detail/unordered_iterator/const_iterator.hpp> 139 #include <ext/pb_ds/detail/unordered_iterator/iterator.hpp [all...] |