Home
last modified time | relevance | path

Searched defs:item (Results 1 – 25 of 924) sorted by relevance

12345678910>>...37

/third_party/typescript/tests/cases/compiler/
DinterfaceDeclaration3.ts2 interface I1 { item:number; } property
5 interface I1 { item:string; } property
6 interface I2 { item:number; } property
8 public item:number; property in C1
11 public item:string; property in C2
14 public item:number; property in C3
27 export interface I1 { item:string; } property
28 export interface I2 { item:string; } property
30 export interface I1 { item:string; } property
33 public item:number; property in C1
[all …]
DinterfaceImplementation6.ts3 item:number; property
7 public item:number; property in C1
11 private item:number; property in C2
DinterfaceDeclaration1.ts2 item:number; property
3 item:number; property
7 item:any; property
8 item:number; property
/third_party/cJSON/tests/
Dcommon.h29 void reset(cJSON *item) { in reset()
103 #define assert_has_type(item, item_type) TEST_ASSERT_BITS_MESSAGE(0xFF, item_type, item->type, "Ite… argument
104 #define assert_has_no_reference(item) TEST_ASSERT_BITS_MESSAGE(cJSON_IsReference, 0, item->type, "I… argument
105 #define assert_has_no_const_string(item) TEST_ASSERT_BITS_MESSAGE(cJSON_StringIsConst, 0, item->typ… argument
106 #define assert_has_valuestring(item) TEST_ASSERT_NOT_NULL_MESSAGE(item->valuestring, "Valuestring i… argument
107 #define assert_has_no_valuestring(item) TEST_ASSERT_NULL_MESSAGE(item->valuestring, "Valuestring is… argument
108 #define assert_has_string(item) TEST_ASSERT_NOT_NULL_MESSAGE(item->string, "String is NULL") argument
109 #define assert_has_no_string(item) TEST_ASSERT_NULL_MESSAGE(item->string, "String is not NULL.") argument
110 #define assert_not_in_list(item) \ argument
113 #define assert_has_child(item) TEST_ASSERT_NOT_NULL_MESSAGE(item->child, "Item doesn't have a child… argument
[all …]
/third_party/node/deps/npm/node_modules/gauge/
Drender-template.js10 return function (item) { argument
21 function preType (item) { argument
26 function postType (item) { argument
31 function hasPreOrPost (item, values) { argument
61 function cloneAndObjectify (item, index, arr) { argument
83 var output = template.map(cloneAndObjectify).filter(function (item) { return item != null }) argument
95 function finishSizing (item, length) { argument
108 output.forEach(function (item) { argument
116 output.forEach(function (item) { argument
127 output.forEach(function (item) { argument
[all …]
/third_party/selinux/libsepol/cil/src/
Dcil_list.c58 struct cil_list_item *item; in cil_list_destroy() local
80 void cil_list_item_init(struct cil_list_item **item) in cil_list_item_init()
90 void cil_list_item_destroy(struct cil_list_item **item, unsigned destroy_data) in cil_list_item_destroy()
101 struct cil_list_item *item; in cil_list_append() local
123 struct cil_list_item *item; in cil_list_prepend() local
145 struct cil_list_item *item; in cil_list_insert() local
172 void cil_list_append_item(struct cil_list *list, struct cil_list_item *item) in cil_list_append_item()
199 void cil_list_prepend_item(struct cil_list *list, struct cil_list_item *item) in cil_list_prepend_item()
227 struct cil_list_item *item; in cil_list_remove() local
/third_party/cJSON/
DcJSON.c99 CJSON_PUBLIC(char *) cJSON_GetStringValue(const cJSON * const item) in cJSON_GetStringValue()
109 CJSON_PUBLIC(double) cJSON_GetNumberValue(const cJSON * const item) in cJSON_GetNumberValue()
253 CJSON_PUBLIC(void) cJSON_Delete(cJSON *item) in cJSON_Delete()
305 static cJSON_bool parse_number(cJSON * const item, parse_buffer * const input_buffer) in parse_number()
550 static cJSON_bool print_number(const cJSON * const item, printbuffer * const output_buffer) in print_number()
774 static cJSON_bool parse_string(cJSON * const item, parse_buffer * const input_buffer) in parse_string()
1025 static cJSON_bool print_string(const cJSON * const item, printbuffer * const p) in print_string()
1099 cJSON *item = NULL; in cJSON_ParseWithLengthOpts() local
1188 static unsigned char *print(const cJSON * const item, cJSON_bool format, const internal_hooks * con… in print()
1253 CJSON_PUBLIC(char *) cJSON_Print(const cJSON *item) in cJSON_Print()
[all …]
/third_party/vulkan-loader/loader/
DcJSON.c87 const char *parse_number(cJSON *item, const char *num) { in parse_number()
166 char *print_number(cJSON *item, printbuffer *p) { in print_number()
243 const char *parse_string(cJSON *item, const char *str) { in parse_string()
430 char *print_string(cJSON *item, printbuffer *p) { return print_string_ptr(item->pAllocator, item->v… in print_string()
479 char *cJSON_Print(cJSON *item) { return print_value(item, 0, 1, 0); } in cJSON_Print()
480 char *cJSON_PrintUnformatted(cJSON *item) { return print_value(item, 0, 0, 0); } in cJSON_PrintUnformatted()
482 char *cJSON_PrintBuffered(cJSON *item, int prebuffer, int fmt) { in cJSON_PrintBuffered()
491 const char *parse_value(cJSON *item, const char *value) { in parse_value()
524 char *print_value(cJSON *item, int depth, int fmt, printbuffer *p) { in print_value()
586 const char *parse_array(cJSON *item, const char *value) { in parse_array()
[all …]
/third_party/flutter/skia/third_party/externals/sdl/src/joystick/android/
DSDL_sysjoystick.c184 SDL_joylist_item *item; in Android_OnPadDown() local
200 SDL_joylist_item *item; in Android_OnPadUp() local
217 SDL_joylist_item *item = JoystickByDeviceId(device_id); in Android_OnJoy() local
235 SDL_joylist_item *item = JoystickByDeviceId(device_id); in Android_OnHat() local
250 SDL_joylist_item *item; in Android_AddJoystick() local
307 SDL_joylist_item *item = SDL_joylist; in Android_RemoveJoystick() local
387 SDL_joylist_item *item = SDL_joylist; in JoystickByDevIndex() local
405 SDL_joylist_item *item = SDL_joylist; in JoystickByDeviceId() local
448 SDL_joylist_item *item = JoystickByDevIndex(device_index); in SDL_SYS_JoystickOpen() local
481 SDL_joylist_item *item = SDL_joylist; in SDL_SYS_JoystickUpdate() local
[all …]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/
Dlist.h28 static inline void dl_list_add(struct dl_list *list, struct dl_list *item) in dl_list_add()
36 static inline void dl_list_add_tail(struct dl_list *list, struct dl_list *item) in dl_list_add_tail()
41 static inline void dl_list_del(struct dl_list *item) in dl_list_del()
56 struct dl_list *item; in dl_list_len() local
67 #define dl_list_entry(item, type, member) \ argument
78 #define dl_list_for_each(item, list, type, member) \ argument
83 #define dl_list_for_each_safe(item, n, list, type, member) \ argument
89 #define dl_list_for_each_reverse(item, list, type, member) \ argument
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/
Dlist.h28 static inline void dl_list_add(struct dl_list *list, struct dl_list *item) in dl_list_add()
36 static inline void dl_list_add_tail(struct dl_list *list, struct dl_list *item) in dl_list_add_tail()
41 static inline void dl_list_del(struct dl_list *item) in dl_list_del()
56 struct dl_list *item; in dl_list_len() local
67 #define dl_list_entry(item, type, member) \ argument
78 #define dl_list_for_each(item, list, type, member) \ argument
83 #define dl_list_for_each_safe(item, n, list, type, member) \ argument
89 #define dl_list_for_each_reverse(item, list, type, member) \ argument
/third_party/rust/crates/clap/clap_derive/src/derives/
Dparser.rs42 let item = Item::from_args_struct(input, name); in derive_parser() localVariable
47 let item = Item::from_args_field(field, item.casing(), item.env_casing()); in derive_parser() localVariable
60 let item = Item::from_args_struct(input, name); in derive_parser() localVariable
65 let item = Item::from_args_field(field, item.casing(), item.env_casing()); in derive_parser() localVariable
75 let item = Item::from_subcommand_enum(input, name); in derive_parser() localVariable
80 let item = in derive_parser() localVariable
/third_party/protobuf/python/google/protobuf/pyext/
Ddescriptor_containers.cc170 static bool _GetItemByKey(PyContainer* self, PyObject* key, const void** item) { in _GetItemByKey()
230 const void* item = self->container_def->get_by_index_fn(self, index); in _NewKey_ByIndex() local
268 const void* item = NULL; in Subscript() local
296 const void* item = NULL; in Contains() local
464 const void* item; in Get() local
616 SeqSubscript(PyContainer* self, PyObject* item) { in SeqSubscript()
635 int Find(PyContainer* self, PyObject* item) { in Find()
674 static PyObject* Index(PyContainer* self, PyObject* item) { in Index()
685 static int SeqContains(PyContainer* self, PyObject* item) { in SeqContains()
696 static PyObject* Count(PyContainer* self, PyObject* item) { in Count()
[all …]
/third_party/icu/icu4c/source/test/depstest/
Ddependencies.py77 def _ReadFiles(deps_file, item, library_name): argument
94 def _IsLibrary(item): return item and item["type"] == "library" argument
96 def _IsLibraryGroup(item): return item and "library" in item argument
98 def _ReadDeps(deps_file, item, library_name): argument
119 def _AddSystemSymbol(item, symbol): argument
124 def _ReadSystemSymbols(deps_file, item): argument
/third_party/flutter/skia/third_party/externals/sdl/src/joystick/emscripten/
DSDL_sysjoystick.c50 SDL_joylist_item *item; in Emscripten_JoyStickConnected() local
117 SDL_joylist_item *item = SDL_joylist; in Emscripten_JoyStickDisconnected() local
213 SDL_joylist_item *item = SDL_joylist; in JoystickByDeviceIndex() local
227 SDL_joylist_item *item = SDL_joylist; in JoystickByIndex() local
273 SDL_joylist_item *item = JoystickByDeviceIndex(device_index); in SDL_SYS_JoystickOpen() local
312 SDL_joylist_item *item = (SDL_joylist_item *) joystick->hwdata; in SDL_SYS_JoystickUpdate() local
351 SDL_joylist_item *item = (SDL_joylist_item *) joystick->hwdata; in SDL_SYS_JoystickClose() local
361 SDL_joylist_item *item = NULL; in SDL_SYS_JoystickQuit() local
/third_party/node/deps/nghttp2/lib/
Dnghttp2_outbound_item.c30 void nghttp2_outbound_item_init(nghttp2_outbound_item *item) { in nghttp2_outbound_item_init()
38 void nghttp2_outbound_item_free(nghttp2_outbound_item *item, nghttp2_mem *mem) { in nghttp2_outbound_item_free()
106 nghttp2_outbound_item *item) { in nghttp2_outbound_queue_push()
116 nghttp2_outbound_item *item; in nghttp2_outbound_queue_pop() local
/third_party/nghttp2/lib/
Dnghttp2_outbound_item.c30 void nghttp2_outbound_item_init(nghttp2_outbound_item *item) { in nghttp2_outbound_item_init()
38 void nghttp2_outbound_item_free(nghttp2_outbound_item *item, nghttp2_mem *mem) { in nghttp2_outbound_item_free()
109 nghttp2_outbound_item *item) { in nghttp2_outbound_queue_push()
119 nghttp2_outbound_item *item; in nghttp2_outbound_queue_pop() local
/third_party/openssl/ssl/
Dpqueue.c20 pitem *item = OPENSSL_malloc(sizeof(*item)); in pitem_new() local
33 void pitem_free(pitem *item) in pitem_free()
53 pitem *pqueue_insert(pqueue *pq, pitem *item) in pqueue_insert()
96 pitem *item = pq->items; in pqueue_pop() local
134 pitem *pqueue_next(piterator *item) in pqueue_next()
150 pitem *item = pq->items; in pqueue_size() local
/third_party/libwebsockets/lib/misc/cache-ttl/
Dheap.c55 lws_cache_ttl_item_heap_t *item) in _lws_cache_heap_item_destroy()
75 lws_cache_ttl_item_heap_t *item, int parent_too) in lws_cache_heap_item_destroy()
180 lws_cache_ttl_item_heap_t *item; in expiry_cb() local
199 lws_cache_ttl_item_heap_t *item; in earliest_expiry() local
238 lws_cache_ttl_item_heap_t *item = lws_container_of(d, in lws_cache_heap_specific() local
266 lws_cache_ttl_item_heap_t *item = lws_container_of(d, in lws_cache_heap_lookup() local
328 lws_cache_ttl_item_heap_t *item, *ei; in lws_cache_heap_write() local
429 lws_cache_ttl_item_heap_t *item; in lws_cache_heap_get() local
452 lws_cache_ttl_item_heap_t *item; in lws_cache_heap_invalidate() local
523 lws_cache_ttl_item_heap_t *item = in destroy_dll() local
[all …]
/third_party/pulseaudio/src/pulsecore/
Dllist.h37 #define PA_LLIST_HEAD_INIT(t,item) \ argument
43 #define PA_LLIST_INIT(t,item) \ argument
51 #define PA_LLIST_PREPEND(t,head,item) \ argument
62 #define PA_LLIST_REMOVE(t,head,item) \ argument
78 #define PA_LLIST_FIND_HEAD(t,item,head) \ argument
/third_party/gstreamer/gstplugins_bad/tests/examples/
Dplayout.c228 PlayoutItem *item = g_new0 (PlayoutItem, 1); in playout_item_new() local
260 PlayoutItem * item) in playout_item_pad_probe_blocked()
275 GstPadProbeInfo * info, PlayoutItem * item) in playout_item_pad_probe_pad_running_time()
371 PlayoutItem * item) in playout_item_pad_probe_event()
492 PlayoutItem * item) in playout_item_new_pad()
638 playout_item_no_more_pads (GstElement * uridecodebin, PlayoutItem * item) in playout_item_no_more_pads()
674 playout_item_create_decoder (PlayoutItem * item) in playout_item_create_decoder()
702 playout_item_free (PlayoutItem * item) in playout_item_free()
741 PlayoutItem *item; in playout_app_add_item() local
751 playout_app_remove_item (PlayoutItem * item) in playout_app_remove_item()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/marl/include/marl/
Dpool.h127 Pool<T>::Loan::Loan(Item* item, const std::shared_ptr<Storage>& storage) in Loan()
287 auto item = storage->free; in borrow() local
299 Item* item = nullptr; in tryBorrow() local
316 void BoundedPool<T, N, POLICY>::Storage::return_(Item* item) { in return_()
381 for (auto item : items) { in ~Storage() local
410 auto item = allocator->create<Item>(); in borrow() local
420 auto item = storage->free; in borrow() local
430 void UnboundedPool<T, POLICY>::Storage::return_(Item* item) { in return_()
/third_party/gstreamer/gstplugins_good/gst/rtp/
Drtpstoragestream.c36 rtp_storage_item_free (RtpStorageItem * item) in rtp_storage_item_free()
67 RtpStorageItem *item = it->data; in rtp_storage_stream_resize() local
78 RtpStorageItem *item = g_queue_pop_tail (&stream->queue); in rtp_storage_stream_resize() local
129 RtpStorageItem *item = g_queue_pop_tail (&stream->queue); in rtp_storage_stream_resize_and_add_item() local
175 RtpStorageItem *item = rtp_storage_item_new (buffer, pt, seq); in rtp_storage_stream_add_item() local
206 RtpStorageItem *item = it->data; in rtp_storage_stream_get_packets_for_recovery() local
267 RtpStorageItem *item = it->data; in rtp_storage_stream_get_redundant_packet() local
/third_party/flutter/skia/third_party/externals/sdl/src/haptic/windows/
DSDL_windowshaptic.c66 SDL_SYS_AddHapticDevice(SDL_hapticlist_item *item) in SDL_SYS_AddHapticDevice()
82 SDL_SYS_RemoveHapticDevice(SDL_hapticlist_item *prev, SDL_hapticlist_item *item) in SDL_SYS_RemoveHapticDevice()
109 SDL_hapticlist_item *item = SDL_hapticlist; in HapticByDevIndex() local
129 SDL_hapticlist_item *item = HapticByDevIndex(index); in SDL_SYS_HapticName() local
139 SDL_hapticlist_item *item = HapticByDevIndex(haptic->index); in SDL_SYS_HapticOpen() local
155 SDL_hapticlist_item *item; in SDL_SYS_HapticMouse() local
250 SDL_hapticlist_item *item; in SDL_SYS_HapticQuit() local
/third_party/cef/libcef/browser/
Ddownload_manager_delegate.cc125 DownloadItem* item = manager->GetDownload(download_id); in ChooseDownloadPath() local
226 DownloadItem* item = manager_->GetDownload(download_id_); in DoCancel() local
239 DownloadItem* item = manager_->GetDownload(download_id_); in DoPause() local
250 DownloadItem* item = manager_->GetDownload(download_id_); in DoResume() local
304 void CefDownloadManagerDelegate::OnDownloadDestroyed(DownloadItem* item) { in OnDownloadDestroyed()
334 DownloadItem* item) { in OnDownloadCreated()
362 DownloadItem* item, in DetermineDownloadTarget()
430 download::DownloadItem* item) { in GetOrAssociateBrowser()
458 DownloadItem* item) { in GetBrowser()

12345678910>>...37