Home
last modified time | relevance | path

Searched defs:he (Results 1 – 25 of 48) sorted by relevance

12

/external/mesa3d/src/compiler/glsl/
Dir_builder_print_visitor.cpp259 const struct hash_entry *const he = in print_without_declaration() local
268 const struct hash_entry *const he = in visit() local
439 const struct hash_entry *const he = in print_without_declaration() local
584 const struct hash_entry *const he = in print_without_declaration() local
631 const struct hash_entry *const he = in visit_enter() local
681 const struct hash_entry *const he = in visit_leave() local
708 const struct hash_entry *const he = in visit_leave() local
718 const struct hash_entry *const he = in visit_leave() local
758 const struct hash_entry *const he = in visit_leave() local
/external/curl/lib/
Dhash.c88 struct Curl_hash_element *he = malloc(sizeof(struct Curl_hash_element) + in mk_hash_element() local
111 struct Curl_hash_element *he; in Curl_hash_add() local
145 struct Curl_hash_element *he = le->ptr; in Curl_hash_delete() local
168 struct Curl_hash_element *he = le->ptr; in Curl_hash_pick() local
245 struct Curl_hash_element *he = le->ptr; in Curl_hash_clean_with_criterium() local
310 struct Curl_hash_element *he = iter->current_element->ptr; in Curl_hash_next_element() local
Dconncache.c210 struct Curl_hash_element *he; in conncache_remove_bundle() local
325 struct Curl_hash_element *he; in Curl_conncache_foreach() local
367 struct Curl_hash_element *he; in conncache_find_first_connection() local
482 struct Curl_hash_element *he; in Curl_conncache_extract_oldest() local
Dcurl_addrinfo.c259 Curl_he2ai(const struct hostent *he, int port) in Curl_he2ai()
/external/apache-http/src/org/apache/http/impl/client/
DDefaultConnectionKeepAliveStrategy.java68 HeaderElement he = it.nextElement(); in getKeepAliveDuration() local
/external/curl/tests/server/
Dresolve.c144 struct hostent *he; in main() local
/external/wpa_supplicant_8/src/ap/
Dneighbor_db.c196 int ht, int vht, int he) in hostapd_get_nr_chan_width()
223 int he = hapd->iconf->ieee80211ax && !hapd->conf->disable_11ax; in hostapd_neighbor_set_own_report() local
/external/openssh/
Dlogintest.c88 struct hostent *he; in testAPI() local
/external/grpc-grpc/test/core/transport/chttp2/
Dbin_decoder_test.cc38 char* he = grpc_dump_slice(expected, GPR_DUMP_HEX | GPR_DUMP_ASCII); in expect_slice_eq() local
Dbin_encoder_test.cc38 char* he = grpc_dump_slice(expected, GPR_DUMP_HEX | GPR_DUMP_ASCII); in expect_slice_eq() local
/external/llvm-project/openmp/runtime/src/
Dkmp_io.cpp89 HANDLE he; in __kmp_redirect_output() local
/external/icu/icu4c/source/tools/toolutil/
Dxmlparser.cpp655 const UHashElement *he=fNames.find(s); in intern() local
669 const UHashElement *he=fNames.find(s); in findName() local
/external/mesa3d/src/gallium/drivers/panfrost/
Dpan_blend_cso.c97 struct hash_entry *he = _mesa_hash_table_search(shaders, &key); in panfrost_get_blend_shader() local
/external/python/cpython2/Lib/
Dmimify.py42 he = re.compile('^-*\n') variable
/external/mesa3d/src/compiler/nir/
Dnir_phi_builder.c189 struct hash_entry *he = NULL; in nir_phi_builder_value_get_block_def() local
Dnir_range_analysis.c444 struct hash_entry *he = _mesa_hash_table_search(ht, pack_key(alu, use_type)); in analyze_expression() local
1166 struct hash_entry *he = _mesa_hash_table_search(range_ht, key); in nir_unsigned_upper_bound() local
/external/iputils/
Dtracepath.c308 struct hostent *he; in main() local
/external/wpa_supplicant_8/wpa_supplicant/hidl/1.4/
Dp2p_iface.cpp393 int he = wpa_s->conf->p2p_go_he; in joinGroup() local
1162 int he = wpa_s->conf->p2p_go_he; in connectInternal() local
1227 int he = wpa_s->conf->p2p_go_he; in addGroupInternal() local
1299 int he = wpa_s->conf->p2p_go_he; in reinvokeInternal() local
1738 int he = wpa_s->conf->p2p_go_he; in addGroup_1_2Internal() local
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DListFormatterTest.java381 String [] he = { "he", "he_IL", "iw", "iw_IL" }; in TestContextual() local
/external/llvm-project/clang/test/CodeGenCXX/
Dno-unique-address.cpp26 HasEmpty he = {{}, 1, {}, 2, {}}; variable
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DListFormatterTest.java378 String [] he = { "he", "he_IL", "iw", "iw_IL" }; in TestContextual() local
/external/compiler-rt/lib/msan/tests/
Dmsan_test.cc962 #define EXPECT_HOSTENT_NOT_POISONED(he) \ argument
983 struct hostent *he = gethostent(); in TEST() local
991 struct hostent *he = gethostbyname("localhost"); in TEST() local
1069 struct hostent *he = gethostbyname2("localhost", AF_INET); in TEST() local
1077 struct hostent *he = gethostbyaddr(&addr, sizeof(addr), AF_INET); in TEST() local
1084 struct hostent he; in TEST() local
1097 struct hostent he; in TEST() local
1110 struct hostent he; in TEST() local
1120 struct hostent he; in TEST() local
1130 struct hostent he; in TEST() local
[all …]
/external/llvm-project/compiler-rt/lib/msan/tests/
Dmsan_test.cpp1082 #define EXPECT_HOSTENT_NOT_POISONED(he) \ argument
1104 struct hostent *he = gethostent(); in TEST() local
1112 struct hostent *he = gethostbyname("localhost"); in TEST() local
1152 struct hostent *he = gethostbyname2("localhost", AF_INET); in TEST() local
1160 struct hostent *he = gethostbyaddr(&addr, sizeof(addr), AF_INET); in TEST() local
1169 struct hostent he; in TEST() local
1184 struct hostent he; in TEST() local
1199 struct hostent he; in TEST() local
1211 struct hostent he; in TEST() local
1223 struct hostent he; in TEST() local
[all …]
/external/icu/icu4c/source/test/cintltst/
Dcrestst.c131 UResourceBundle *he = NULL; in TestAliasConflict() local
/external/ltp/testcases/kernel/syscalls/epoll2/examples/
Depoll-test.c700 struct hostent *he; in main() local

12