/third_party/node/deps/icu-small/source/common/ |
H A D | locresdata.cpp | 54 const char16_t *item=nullptr; in uloc_getTableStringWithFallback() local [all...] |
/third_party/mesa3d/src/intel/dev/ |
H A D | intel_hwconfig.c | 173 apply_hwconfig_item(struct intel_device_info *devinfo, const struct hwconfig *item) apply_hwconfig_item() argument 293 print_hwconfig_item(struct intel_device_info *devinfo, const struct hwconfig *item) print_hwconfig_item() argument [all...] |
H A D | intel_debug.c | 232 struct intel_debug_block_base *item = buffer; in intel_debug_get_identifier_block() local
|
/third_party/node/deps/ngtcp2/nghttp3/lib/ |
H A D | nghttp3_pq.c | 69 int nghttp3_pq_push(nghttp3_pq *pq, nghttp3_pq_entry *item) { in nghttp3_pq_push() argument 126 void nghttp3_pq_remove(nghttp3_pq *pq, nghttp3_pq_entry *item) { in nghttp3_pq_remove() argument [all...] |
/third_party/node/deps/ngtcp2/ngtcp2/lib/ |
H A D | ngtcp2_pq.c | 67 int ngtcp2_pq_push(ngtcp2_pq *pq, ngtcp2_pq_entry *item) { in ngtcp2_pq_push() argument 124 void ngtcp2_pq_remove(ngtcp2_pq *pq, ngtcp2_pq_entry *item) { in ngtcp2_pq_remove() argument [all...] |
/third_party/node/deps/nghttp2/lib/ |
H A D | nghttp2_pq.c | 67 int nghttp2_pq_push(nghttp2_pq *pq, nghttp2_pq_entry *item) { in nghttp2_pq_push() argument 127 void nghttp2_pq_remove(nghttp2_pq *pq, nghttp2_pq_entry *item) { in nghttp2_pq_remove() argument [all...] |
/third_party/libwebsockets/lib/system/ |
H A D | system.c | 159 struct lws_attach_item *item; in __lws_system_attach() local 222 struct lws_attach_item *item; lws_system_do_attach() local [all...] |
/third_party/mesa3d/src/intel/common/ |
H A D | intel_gem.h | 102 struct drm_i915_query_item item = { in intel_i915_query_flags() local
|
/third_party/mesa3d/src/gallium/drivers/r600/ |
H A D | compute_memory_pool.h | 80 static inline int is_item_in_pool(struct compute_memory_item *item) in is_item_in_pool() argument 85 static inline int is_item_user_ptr(struct compute_memory_item *item) in is_item_user_ptr() argument
|
/third_party/node/deps/openssl/openssl/ssl/ |
H A D | pqueue.c | 20 pitem *item = OPENSSL_malloc(sizeof(*item)); in pitem_new() local 33 void pitem_free(pitem *item) in pitem_free() argument 53 pqueue_insert(pqueue *pq, pitem *item) pqueue_insert() argument 96 pitem *item = pq->items; pqueue_pop() local 134 pqueue_next(piterator *item) pqueue_next() argument 150 pitem *item = pq->items; pqueue_size() local [all...] |
/third_party/openssl/test/testutil/ |
H A D | testutil_init.c | 116 char *item; in setup_trace() local
|
/third_party/protobuf/csharp/src/Google.Protobuf/Collections/ |
H A D | ReadOnlyDictionary.cs | 87 public void Add(KeyValuePair<TKey, TValue> item)
in Add() argument 97 public bool Contains(KeyValuePair<TKey, TValue> item)
in Contains() argument 117 public bool Remove(KeyValuePair<TKey, TValue> item)
in Remove() argument
|
/third_party/protobuf/csharp/src/Google.Protobuf/ |
H A D | ExtensionRegistry.cs | 122 public bool Contains(Extension item) in Contains() argument 167 public bool Remove(Extension item) in Remove() argument [all...] |
/third_party/skia/third_party/externals/angle2/samples/sample_util/ |
H A D | tga_utils.cpp | 39 void readBinary(std::ifstream &stream, dataType &item) in readBinary() argument
|
/third_party/skia/third_party/externals/swiftshader/src/System/ |
H A D | Synchronization.hpp | 167 void Chan<T>::put(const T &item) in put() argument
|
/third_party/openssl/ssl/ |
H A D | pqueue.c | 20 pitem *item = OPENSSL_malloc(sizeof(*item)); in pitem_new() local 33 void pitem_free(pitem *item) in pitem_free() argument 53 pqueue_insert(pqueue *pq, pitem *item) pqueue_insert() argument 96 pitem *item = pq->items; pqueue_pop() local 134 pqueue_next(piterator *item) pqueue_next() argument 150 pitem *item = pq->items; pqueue_size() local [all...] |
/third_party/skia/third_party/externals/brotli/java/org/brotli/dec/ |
H A D | Huffman.java | 34 private static void replicateValue(int[] table, int offset, int step, int end, int item) { in replicateValue() argument
|
/third_party/skia/third_party/externals/brotli/csharp/org/brotli/dec/ |
H A D | Huffman.cs | 42 private static void ReplicateValue(int[] table, int offset, int step, int end, int item)
in ReplicateValue() argument
|
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | locresdata.cpp | 52 const UChar *item=NULL; in uloc_getTableStringWithFallback() local [all...] |
/third_party/python/Modules/clinic/ |
H A D | _heapqmodule.c.h | 22 PyObject *item; in _heapq_heappush() local 93 PyObject *item; _heapq_heapreplace() local 130 PyObject *item; _heapq_heappushpop() local 223 PyObject *item; _heapq__heapreplace_max() local [all...] |
/third_party/selinux/libsepol/cil/test/unit/ |
H A D | CilTest.c | 90 struct cil_tree_node *node, *item, *current; in gen_test_tree() local
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/ |
H A D | list.h | 28 static inline void dl_list_add(struct dl_list *list, struct dl_list *item) in dl_list_add() argument 36 static inline void dl_list_add_tail(struct dl_list *list, struct dl_list *item) in dl_list_add_tail() argument 41 static inline void dl_list_del(struct dl_list *item) in dl_list_del() argument 56 struct dl_list *item; dl_list_len() local [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/wps/ |
H A D | upnp_xml.c | 190 char * xml_get_first_item(const char *doc, const char *item) in xml_get_first_item() argument
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/wpa_gui-qt4/ |
H A D | addinterface.cpp | 85 QTreeWidgetItem *item = new QTreeWidgetItem(interfaceWidget); in addInterfaces() local
|
H A D | scanresults.cpp | 99 ScanResultsItem *item = new ScanResultsItem(scanResultsWidget); in updateResults() local
|