Home
last modified time | relevance | path

Searched defs:item (Results 251 - 275 of 1889) sorted by relevance

1...<<11121314151617181920>>...76

/third_party/node/deps/icu-small/source/common/
H A Dlocresdata.cpp54 const char16_t *item=nullptr; in uloc_getTableStringWithFallback() local
[all...]
/third_party/mesa3d/src/intel/dev/
H A Dintel_hwconfig.c173 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 Dintel_debug.c232 struct intel_debug_block_base *item = buffer; in intel_debug_get_identifier_block() local
/third_party/node/deps/ngtcp2/nghttp3/lib/
H A Dnghttp3_pq.c69 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 Dngtcp2_pq.c67 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 Dnghttp2_pq.c67 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 Dsystem.c159 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 Dintel_gem.h102 struct drm_i915_query_item item = { in intel_i915_query_flags() local
/third_party/mesa3d/src/gallium/drivers/r600/
H A Dcompute_memory_pool.h80 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 Dpqueue.c20 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 Dtestutil_init.c116 char *item; in setup_trace() local
/third_party/protobuf/csharp/src/Google.Protobuf/Collections/
H A DReadOnlyDictionary.cs87 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 DExtensionRegistry.cs122 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 Dtga_utils.cpp39 void readBinary(std::ifstream &stream, dataType &item) in readBinary() argument
/third_party/skia/third_party/externals/swiftshader/src/System/
H A DSynchronization.hpp167 void Chan<T>::put(const T &item) in put() argument
/third_party/openssl/ssl/
H A Dpqueue.c20 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 DHuffman.java34 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 DHuffman.cs42 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 Dlocresdata.cpp52 const UChar *item=NULL; in uloc_getTableStringWithFallback() local
[all...]
/third_party/python/Modules/clinic/
H A D_heapqmodule.c.h22 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 DCilTest.c90 struct cil_tree_node *node, *item, *current; in gen_test_tree() local
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/
H A Dlist.h28 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 Dupnp_xml.c190 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 Daddinterface.cpp85 QTreeWidgetItem *item = new QTreeWidgetItem(interfaceWidget); in addInterfaces() local
H A Dscanresults.cpp99 ScanResultsItem *item = new ScanResultsItem(scanResultsWidget); in updateResults() local

Completed in 10 milliseconds

1...<<11121314151617181920>>...76