Home
last modified time | relevance | path

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

12345678910>>...37

/third_party/boost/libs/math/tools/
Dgenerate_rational_code.cpp65 for(int item = order - 3; item >= 0; --item) in print_polynomials() local
133 for(int item = order - 5; item >= 0; item -= 2) in print_polynomials() local
141 for(int item = order - 6; item >= 0; item -= 2) in print_polynomials() local
152 for(int item = order - 5; item >= 0; item -= 2) in print_polynomials() local
160 for(int item = order - 6; item >= 0; item -= 2) in print_polynomials() local
228 for(int item = order - 5; item >= 0; item -= 2) in print_polynomials() local
245 for(int item = order - 5; item >= 0; item -= 2) in print_polynomials() local
307 for(int item = order - 3; item >= 0; --item) in print_rationals() local
316 for(int item = order - 3; item >= 0; --item) in print_rationals() local
326 for(int item = 2; item <= order - 1; ++item) in print_rationals() local
[all …]
/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/boost/boost/statechart/
Dfifo_scheduler.hpp52 work_item item = in create_processor() local
62 work_item item = container_.template create_processor< Processor >( in create_processor() local
72 work_item item = container_.template create_processor< Processor >( in create_processor() local
82 work_item item = container_.template create_processor< Processor >( in create_processor() local
95 work_item item = container_.template create_processor< Processor >( in create_processor() local
108 work_item item = container_.template create_processor< Processor >( in create_processor() local
121 work_item item = container_.template create_processor< Processor >( in create_processor() local
129 work_item item = container_.destroy_processor( processor ); in destroy_processor() local
135 work_item item = container_.initiate_processor( processor ); in initiate_processor() local
141 work_item item = container_.terminate_processor( processor ); in terminate_processor() local
[all …]
/third_party/boost/boost/parameter/aux_/pack/
Ditem.hpp26 struct item struct
28 typedef Spec spec;
32 > is_arg_const;
34 typedef Arg arg;
35 typedef Tail tail;
/third_party/libsoup/libsoup/
Dsoup-message-queue.c59 SoupMessageQueueItem *item = user_data; in queue_message_restarted() local
80 SoupMessageQueueItem *item; in soup_message_queue_append() local
140 soup_message_queue_item_ref (SoupMessageQueueItem *item) in soup_message_queue_item_ref()
156 soup_message_queue_item_unref (SoupMessageQueueItem *item) in soup_message_queue_item_unref()
212 SoupMessageQueueItem *item; in soup_message_queue_lookup() local
242 SoupMessageQueueItem *item; in soup_message_queue_first() local
270 soup_message_queue_next (SoupMessageQueue *queue, SoupMessageQueueItem *item) in soup_message_queue_next()
296 soup_message_queue_remove (SoupMessageQueue *queue, SoupMessageQueueItem *item) in soup_message_queue_remove()
/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/boost/boost/asio/detail/
Dthread_group.hpp76 struct item struct in boost::asio::detail::thread_group
79 explicit item(Function f, item* next) in item() argument
85 boost::asio::detail::thread thread_;
86 item* next_;
/third_party/cJSON/
DcJSON.c95 CJSON_PUBLIC(char *) cJSON_GetStringValue(const cJSON * const item) in cJSON_GetStringValue()
105 CJSON_PUBLIC(double) cJSON_GetNumberValue(const cJSON * const item) in cJSON_GetNumberValue()
249 CJSON_PUBLIC(void) cJSON_Delete(cJSON *item) in cJSON_Delete()
301 static cJSON_bool parse_number(cJSON * const item, parse_buffer * const input_buffer) in parse_number()
543 static cJSON_bool print_number(const cJSON * const item, printbuffer * const output_buffer) in print_number()
767 static cJSON_bool parse_string(cJSON * const item, parse_buffer * const input_buffer) in parse_string()
1018 static cJSON_bool print_string(const cJSON * const item, printbuffer * const p) in print_string()
1092 cJSON *item = NULL; in cJSON_ParseWithLengthOpts() local
1181 static unsigned char *print(const cJSON * const item, cJSON_bool format, const internal_hooks * con… in print()
1246 CJSON_PUBLIC(char *) cJSON_Print(const cJSON *item) in cJSON_Print()
[all …]
/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()
106 nghttp2_outbound_item *item) { in nghttp2_outbound_queue_push()
116 nghttp2_outbound_item *item; in nghttp2_outbound_queue_pop() 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/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_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/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/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/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/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/uboot/u-boot-2020.01/test/py/
Dconftest.py349 def pytest_itemcollected(item): argument
416 def setup_boardspec(item): argument
442 def setup_buildconfigspec(item): argument
472 def setup_requiredtool(item): argument
491 def start_test_section(item): argument
494 def pytest_runtest_setup(item): argument
512 def pytest_runtest_protocol(item, nextitem): argument
/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/flutter/engine/flutter/lib/ui/
Dui_dart_state.cc33 …auto item = std::make_unique<UIDartState::UIStateItem>(std::move(io_manager), std::move(task_runne… in Init() local
42 void UIDartState::SetCurStateItem(int32_t id, std::unique_ptr<UIDartState::UIStateItem> item) { in SetCurStateItem()
74 auto item = GetStateById(id); in GetSkiaUnrefQueue() local
87 auto item = GetStateById(id); in GetIOManager() local
100 auto item = GetStateById(id); in GetTaskRunners() local
/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 …]

12345678910>>...37