Home
last modified time | relevance | path

Searched refs:item (Results 176 - 200 of 1481) sorted by relevance

12345678910>>...60

/third_party/openssl/crypto/bn/
H A Dbn_ctx.c14 /* How many bignums are in each "pool item"; */
85 BN_POOL_ITEM *item = ctx->pool.head; in ctxdbg() local
92 item->vals[bnidx++ % BN_CTX_POOL_SIZE].dmax); in ctxdbg()
94 item = item->next; in ctxdbg()
321 /* Full; allocate a new pool item and link it in. */ in BN_POOL_get()
323 BN_POOL_ITEM *item; in BN_POOL_get() local
325 if ((item = OPENSSL_malloc(sizeof(*item))) == NULL) { in BN_POOL_get()
329 for (loop = 0, bn = item in BN_POOL_get()
[all...]
/third_party/vk-gl-cts/executor/
H A DxeTestResultParser.cpp241 return (ri::Type)getEnumValue("result item type", s_resultItemMap, DE_LENGTH_OF_ARRAY(s_resultItemMap), elemName); in getResultItemType()
426 ri::Item* item = *i; in updateCurrentItemList() local
427 ri::Type type = item->getType(); in updateCurrentItemList()
430 m_curItemList = &static_cast<ri::ImageSet*>(item)->images; in updateCurrentItemList()
432 m_curItemList = &static_cast<ri::Section*>(item)->items; in updateCurrentItemList()
434 m_curItemList = &static_cast<ri::EglConfigSet*>(item)->configs; in updateCurrentItemList()
436 m_curItemList = &static_cast<ri::ShaderProgram*>(item)->shaders; in updateCurrentItemList()
446 void TestResultParser::pushItem (ri::Item* item) in pushItem() argument
448 m_itemStack.push_back(item); in pushItem()
492 ri::Item* item in handleElementStart() local
[all...]
/third_party/node/tools/inspector_protocol/jinja2/
H A Dnativetypes.py111 # for one item we append, for more we extend
119 for item in body:
120 if isinstance(item, list):
121 val = repr(native_concat(item))
129 self.writeline('yield ', item)
131 self.newline(item)
143 self.visit(item, frame)
161 for item in body:
162 if isinstance(item, list):
163 format.append(native_concat(item)
[all...]
/third_party/node/deps/openssl/openssl/util/perl/OpenSSL/Util/
H A DPod.pm39 =item B<extract_pod_info "FILENAME", HASHREF>
41 =item B<extract_pod_info "FILENAME">
43 =item B<extract_pod_info GLOB, HASHREF>
45 =item B<extract_pod_info GLOB>
54 =item B<section =E<gt> N>
59 =item B<debug =E<gt> 0|1>
71 =item B<extract_pod_info> returns a hash table with the following
76 =item B<section =E<gt> N>
81 =item B<names =E<gt> [ "name", ... ]>
85 =item
[all...]
/third_party/openssl/util/perl/OpenSSL/Util/
H A DPod.pm39 =item B<extract_pod_info "FILENAME", HASHREF>
41 =item B<extract_pod_info "FILENAME">
43 =item B<extract_pod_info GLOB, HASHREF>
45 =item B<extract_pod_info GLOB>
54 =item B<section =E<gt> N>
59 =item B<debug =E<gt> 0|1>
71 =item B<extract_pod_info> returns a hash table with the following
76 =item B<section =E<gt> N>
81 =item B<names =E<gt> [ "name", ... ]>
85 =item
[all...]
/third_party/lzma/CPP/7zip/UI/Common/
H A DEnumDirItems.cpp487 adds new Dir item prefix, and enumerates dir items,
488 then it can remove that Dir item prefix, if there are no items in that dir.
747 const NWildcard::CItem &item = curNode.IncludeItems[i]; in CanUseFsDirect() local
748 if (item.Recursive || item.PathParts.Size() != 1) in CanUseFsDirect()
750 const UString &name = item.PathParts.Front(); in CanUseFsDirect()
762 if (!item.WildcardParsing) in CanUseFsDirect()
817 const NWildcard::CItem &item = curNode.IncludeItems[i]; in EnumerateDirItems() local
818 const UString &name = item.PathParts.Front(); in EnumerateDirItems()
823 if (!item in EnumerateDirItems()
1063 const NWildcard::CItem &item = curNode.IncludeItems[i]; EnumerateDirItems() local
1211 CDirItem &item = Items[i]; FillFixedReparse() local
1348 CDirItem &item = Items[i]; FillDeviceSizes() local
1406 CDirItem &item = Items[i]; FillDeviceSizes() local
1581 NWildcard::CItem &item = items[i]; ConvertToLongNames() local
[all...]
/third_party/python/Python/
H A Dbltinmodule.c313 PyObject *it, *item; in builtin_all() local
323 item = iternext(it); in builtin_all()
324 if (item == NULL) in builtin_all()
326 cmp = PyObject_IsTrue(item); in builtin_all()
327 Py_DECREF(item); in builtin_all()
362 PyObject *it, *item; in builtin_any() local
372 item = iternext(it); in builtin_any()
373 if (item == NULL) in builtin_any()
375 cmp = PyObject_IsTrue(item); in builtin_any()
376 Py_DECREF(item); in builtin_any()
577 PyObject *item; filter_next() local
1732 PyObject *v, *it, *item, *val, *maxitem, *maxval, *keyfunc=NULL; min_max() local
2452 PyObject *temp, *item, *iter; builtin_sum_impl() local
2722 PyObject *item = PyTuple_GET_ITEM(args, i); zip_new() local
2781 PyObject *item; zip_next() local
[all...]
/third_party/node/test/parallel/
H A Dtest-process-getactivehandles.js35 clients.forEach(function(item) {
36 assert.ok(handles.includes(item));
37 item.destroy();
40 connections.forEach(function(item) {
41 assert.ok(handles.includes(item));
42 item.end();
/third_party/musl/porting/uniproton/kernel/src/locale/
H A Dlanginfo.c29 char *__nl_langinfo_l(nl_item item, locale_t loc) in __nl_langinfo_l() argument
31 int cat = item >> 16; in __nl_langinfo_l()
32 int idx = item & 65535; in __nl_langinfo_l()
35 if (item == CODESET) return loc->cat[LC_CTYPE] ? "UTF-8" : "ASCII"; in __nl_langinfo_l()
67 char *__nl_langinfo(nl_item item) in __nl_langinfo() argument
69 return __nl_langinfo_l(item, CURRENT_LOCALE); in __nl_langinfo()
/third_party/musl/porting/linux/user/src/locale/
H A Dlanginfo.c47 char *__nl_langinfo_l(nl_item item, locale_t loc) in __nl_langinfo_l() argument
49 int cat = item >> 16; in __nl_langinfo_l()
50 int idx = item & 65535; in __nl_langinfo_l()
53 if (item == CODESET) return loc->cat[LC_CTYPE] ? "UTF-8" : "ASCII"; in __nl_langinfo_l()
97 char *__nl_langinfo(nl_item item) in __nl_langinfo() argument
99 return __nl_langinfo_l(item, CURRENT_LOCALE); in __nl_langinfo()
/third_party/musl/porting/liteos_a/kernel/src/locale/
H A Dlanginfo.c29 char *__nl_langinfo_l(nl_item item, locale_t loc) in __nl_langinfo_l() argument
31 int cat = item >> 16; in __nl_langinfo_l()
32 int idx = item & 65535; in __nl_langinfo_l()
35 if (item == CODESET) return loc->cat[LC_CTYPE] ? "UTF-8" : "ASCII"; in __nl_langinfo_l()
67 char *__nl_langinfo(nl_item item) in __nl_langinfo() argument
69 return __nl_langinfo_l(item, CURRENT_LOCALE); in __nl_langinfo()
/third_party/musl/porting/liteos_m/kernel/src/locale/
H A Dlanginfo.c29 char *__nl_langinfo_l(nl_item item, locale_t loc) in __nl_langinfo_l() argument
31 int cat = item >> 16; in __nl_langinfo_l()
32 int idx = item & 65535; in __nl_langinfo_l()
35 if (item == CODESET) return loc->cat[LC_CTYPE] ? "UTF-8" : "ASCII"; in __nl_langinfo_l()
67 char *__nl_langinfo(nl_item item) in __nl_langinfo() argument
69 return __nl_langinfo_l(item, CURRENT_LOCALE); in __nl_langinfo()
/third_party/musl/src/locale/
H A Dlanginfo.c30 char *__nl_langinfo_l(nl_item item, locale_t loc) in __nl_langinfo_l() argument
32 int cat = item >> 16; in __nl_langinfo_l()
33 int idx = item & 65535; in __nl_langinfo_l()
36 if (item == CODESET) return loc->cat[LC_CTYPE] ? "UTF-8" : "ASCII"; in __nl_langinfo_l()
70 char *__nl_langinfo(nl_item item) in __nl_langinfo() argument
72 return __nl_langinfo_l(item, CURRENT_LOCALE); in __nl_langinfo()
/third_party/typescript/tests/baselines/reference/
H A DoptionalChainingInLoop.js6 for (const item of comp.c) {
7 item.v = !!item.t?.length
18 var item = _c[_b];
19 item.v = !!((_a = item.t) === null || _a === void 0 ? void 0 : _a.length);
H A DtypeGuardsTypeParameters.js26 function fun<T>(item: { [P in keyof T]: T[P] }) {
28 for (const key in item) {
29 const value = item[key];
59 function fun(item) {
61 for (var key in item) {
62 var value = item[key];
/third_party/selinux/libsepol/cil/src/
H A Dcil_stack.h44 #define cil_stack_for_each_starting_at(stack, start, pos, item) \
45 for (pos = start, item = cil_stack_peek_at(stack, pos); item != NULL; pos++, item = cil_stack_peek_at(stack, pos))
47 #define cil_stack_for_each(stack, pos, item) cil_stack_for_each_starting_at(stack, 0, pos, item)
/third_party/nghttp2/tests/
H A Dnghttp2_session_test.c678 nghttp2_outbound_item *item; in test_nghttp2_session_recv() local
777 item = nghttp2_session_get_next_ob_item(session); in test_nghttp2_session_recv()
778 CU_ASSERT(NGHTTP2_GOAWAY == item->frame.hd.type); in test_nghttp2_session_recv()
779 CU_ASSERT(NGHTTP2_FRAME_SIZE_ERROR == item->frame.goaway.error_code); in test_nghttp2_session_recv()
907 nghttp2_outbound_item *item; in test_nghttp2_session_recv_data() local
937 item = nghttp2_session_get_next_ob_item(session); in test_nghttp2_session_recv_data()
938 CU_ASSERT(NGHTTP2_GOAWAY == item->frame.hd.type); in test_nghttp2_session_recv_data()
958 item = nghttp2_session_get_next_ob_item(session); in test_nghttp2_session_recv_data()
959 CU_ASSERT(NULL == item); in test_nghttp2_session_recv_data()
983 item in test_nghttp2_session_recv_data()
1440 nghttp2_outbound_item *item; test_nghttp2_session_recv_headers_with_priority() local
1588 nghttp2_outbound_item *item; test_nghttp2_session_recv_headers_with_padding() local
1995 nghttp2_outbound_item *item; test_nghttp2_session_recv_premature_headers() local
2104 nghttp2_outbound_item *item; test_nghttp2_session_recv_unexpected_continuation() local
2315 nghttp2_outbound_item *item; test_nghttp2_session_recv_too_large_frame_length() local
2789 nghttp2_outbound_item *item; test_nghttp2_session_recv_priority_update() local
3172 nghttp2_outbound_item *item; test_nghttp2_session_add_frame() local
3511 nghttp2_outbound_item *item; test_nghttp2_session_on_push_response_headers_received() local
3584 nghttp2_outbound_item *item; test_nghttp2_session_on_priority_received() local
3687 nghttp2_outbound_item *item; test_nghttp2_session_on_settings_received() local
3993 nghttp2_outbound_item *item; test_nghttp2_session_on_push_promise_received() local
4498 nghttp2_outbound_item *item; test_nghttp2_session_on_data_received_fail_fast() local
4646 nghttp2_outbound_item *item; test_nghttp2_session_send_headers_start_stream() local
4680 nghttp2_outbound_item *item; test_nghttp2_session_send_headers_reply() local
4712 nghttp2_outbound_item *item; test_nghttp2_session_send_headers_frame_size_error() local
4774 nghttp2_outbound_item *item; test_nghttp2_session_send_headers_push_reply() local
4809 nghttp2_outbound_item *item; test_nghttp2_session_send_rst_stream() local
4838 nghttp2_outbound_item *item; test_nghttp2_session_send_push_promise() local
4947 nghttp2_outbound_item *item; test_nghttp2_session_upgrade2() local
5455 nghttp2_outbound_item *item; test_nghttp2_submit_request_with_data() local
5492 nghttp2_outbound_item *item; test_nghttp2_submit_request_without_data() local
5550 nghttp2_outbound_item *item; test_nghttp2_submit_response_with_data() local
5592 nghttp2_outbound_item *item; test_nghttp2_submit_response_without_data() local
5667 nghttp2_outbound_item *item; test_nghttp2_submit_trailer() local
5733 nghttp2_outbound_item *item; test_nghttp2_submit_headers_start_stream() local
5757 nghttp2_outbound_item *item; test_nghttp2_submit_headers_reply() local
5841 nghttp2_outbound_item *item; test_nghttp2_submit_headers() local
5944 nghttp2_outbound_item *item; test_nghttp2_submit_headers_continuation() local
5982 nghttp2_outbound_item *item; test_nghttp2_submit_headers_continuation_extra_large() local
6057 nghttp2_outbound_item *item; test_nghttp2_submit_settings() local
6190 nghttp2_outbound_item *item; test_nghttp2_submit_settings_update_local_window_size() local
6403 nghttp2_outbound_item *item; test_nghttp2_submit_window_update() local
6450 nghttp2_outbound_item *item; test_nghttp2_submit_window_update_local_window_size() local
6957 nghttp2_outbound_item *item; test_nghttp2_submit_rst_stream() local
7239 nghttp2_outbound_item *item; test_nghttp2_session_pop_next_ob_item() local
7324 nghttp2_outbound_item *item; test_nghttp2_session_max_concurrent_streams() local
7411 nghttp2_outbound_item *item; test_nghttp2_session_defer_data() local
7594 nghttp2_outbound_item *item; test_nghttp2_session_flow_control_data_recv() local
10101 nghttp2_outbound_item *item; test_nghttp2_session_on_header_temporal_failure() local
10484 nghttp2_outbound_item *item; test_nghttp2_session_on_begin_headers_temporal_failure() local
11084 nghttp2_outbound_item *item; test_nghttp2_session_set_local_window_size() local
11358 nghttp2_outbound_item *item; test_nghttp2_session_too_many_settings() local
11518 nghttp2_outbound_item *item; test_nghttp2_session_removed_closed_stream() local
11692 nghttp2_outbound_item *item; test_nghttp2_session_no_rfc7540_priorities() local
11984 nghttp2_outbound_item *item; test_nghttp2_session_stream_reset_ratelim() local
12079 nghttp2_outbound_item *item; check_nghttp2_http_recv_headers_fail() local
12535 nghttp2_outbound_item *item; test_nghttp2_http_content_length_mismatch() local
12715 nghttp2_outbound_item *item; test_nghttp2_http_non_final_response() local
12861 nghttp2_outbound_item *item; test_nghttp2_http_trailer_headers() local
12985 nghttp2_outbound_item *item; test_nghttp2_http_ignore_regular_header() local
13190 nghttp2_outbound_item *item; test_nghttp2_http_record_request_method() local
13242 nghttp2_outbound_item *item; test_nghttp2_http_push_promise() local
13368 nghttp2_outbound_item *item; test_nghttp2_http_no_rfc9113_leading_and_trailing_ws_validation() local
[all...]
/third_party/skia/third_party/externals/opengl-registry/xml/
H A Dreadme.tex70 \item \code{GL/glext.h} - OpenGL 1.2 (and later) compatibility profile
72 \item \code{GL/glcorearb.h} - OpenGL core profile API + extensions
73 \item \code{GLES/gl.h} - OpenGL compatibility profile API
74 \item \code{GLES/glext.h} - OpenGL ES 1.x extensions
75 \item \code{GLES2/gl2.h} - OpenGL ES 2.x API
76 \item \code{GLES2/gl2ext.h} - OpenGL ES 2.x extensions
77 \item \code{GLES3/gl3.h} - OpenGL ES 3.x API
78 \item \code{GL/glx.h} - GLX API
79 \item \code{GL/glxext.h} - GLX 1.3 (and later) API + extensions
80 \item \cod
[all...]
/third_party/node/test/common/
H A Dwpt.js243 for (const item of this.patternMatch) {
244 if (item.pattern.test(file)) {
245 result.push(item);
269 for (const item of rules) {
270 if (item.requires.length) {
271 for (const req of item.requires) {
275 if (Array.isArray(item.fail?.expected)) {
276 this.failedTests.push(...item.fail.expected);
278 if (Array.isArray(item.fail?.flaky)) {
279 this.failedTests.push(...item
[all...]
/third_party/jinja2/
H A Dfilters.py68 def attrgetter(item: t.Any) -> t.Any:
70 item = environment.getitem(item, part)
72 if default is not None and isinstance(item, Undefined):
73 item = default
76 item = postprocess(item)
78 return item
103 parts = [_prepare_attribute_parts(item) for item i
[all...]
/third_party/protobuf/csharp/src/Google.Protobuf/Collections/
H A DMapField.cs273 /// Adds the specified item to the map.
275 /// <param name="item">The item to add to the map.</param>
276 void ICollection<KeyValuePair<TKey, TValue>>.Add(KeyValuePair<TKey, TValue> item) in Add() argument
278 Add(item.Key, item.Value); in Add()
293 /// <param name="item">The key/value pair to find.</param>
295 bool ICollection<KeyValuePair<TKey, TValue>>.Contains(KeyValuePair<TKey, TValue> item) in Contains() argument
298 return TryGetValue(item.Key, out value) && ValueEqualityComparer.Equals(item in Contains()
317 Remove(KeyValuePair<TKey, TValue> item) Remove() argument
778 Add(T item) Add() argument
788 Contains(T item) Contains() argument
814 Remove(T item) Remove() argument
[all...]
H A DRepeatedField.cs298 $"Cannot set Capacity to a value smaller than the current item count, {count}");
331 /// Adds the specified item to the collection.
333 /// <param name="item">The item to add.</param>
334 public void Add(T item) in Add() argument
336 ProtoPreconditions.CheckNotNullUnconstrained(item, nameof(item)); in Add()
338 array[count++] = item; in Add()
351 /// Determines whether this collection contains the given item.
353 /// <param name="item">Th
355 Contains(T item) Contains() argument
375 Remove(T item) Remove() argument
558 IndexOf(T item) IndexOf() argument
577 Insert(int index, T item) Insert() argument
[all...]
/third_party/gn/src/gn/
H A Dohos_components_checker.cc227 "The item " + label + " does not allow all_dependent_configs."); in InterceptAllDepsConfig()
243 "The item " + label + " header : " + dir + " range is too large."); in InterceptIncludesOverRange()
262 "The item " + label + " not allow the use of public_deps dependent internal modules : " + deps); in InterceptInnerApiPublicDepsInner()
266 bool OhosComponentChecker::InterceptInnerApiNotLib(const Item *item, const std::string &label, Err *err) const in InterceptInnerApiNotLib() argument
277 Err(item->defined_from(), "InnerApi is not a library type.", "The item " + label + " is not a library type."); in InterceptInnerApiNotLib()
281 bool OhosComponentChecker::InterceptDepsNotLib(const Item *item, const std::string &label, in InterceptDepsNotLib() argument
304 *err = Err(item->defined_from(), "Depend a non-lib target.", in InterceptDepsNotLib()
305 "The item " + label + " cannot depend on a non-lib target " + deps); in InterceptDepsNotLib()
309 bool OhosComponentChecker::InterceptInnerApiNotDeclare(const Item *item, cons argument
355 InterceptTargetAbsoluteDepsOther(const Item *item, const std::string &label, const std::string &deps, Err *err) const InterceptTargetAbsoluteDepsOther() argument
385 InterceptInnerApiVisibilityDenied(const Item *item, const std::string &from_label, const std::string &to_label, Err *err) const InterceptInnerApiVisibilityDenied() argument
516 CheckInnerApiNotLib(const Item *item, const OhosComponent *component, const std::string &label, const std::string &deps, Err *err) const CheckInnerApiNotLib() argument
540 CheckInnerApiNotDeclare(const Item *item, const OhosComponent *component, const std::string &label, Err *err) const CheckInnerApiNotDeclare() argument
585 CheckInnerApiVisibilityDenied(const Item *item, const OhosComponent *component, const std::string &label, const std::string &deps, Err *err) const CheckInnerApiVisibilityDenied() argument
617 CheckTargetAbsoluteDepsOther(const Item *item, const OhosComponent *component, const std::string &label, const std::string &deps, bool is_external_deps, Err *err) const CheckTargetAbsoluteDepsOther() argument
[all...]
/third_party/skia/third_party/externals/brotli/research/
H A Ddurchschlag.cc92 /* Consider the whole span, except one last item. The following loop will in buildCandidatesList()
93 add the last item to the end of the "chain", evaluate it, and cut one in buildCandidatesList()
96 MetaSlot& item = slots[shortcut[j]]; in buildCandidatesList() local
97 if (item.mark == 0) { in buildCandidatesList()
98 score += item.score; in buildCandidatesList()
100 item.mark++; in buildCandidatesList()
184 /* Consider the whole span, except one last item. The following loop will in rebuildCandidatesList()
185 add the last item to the end of the "chain", evaluate it, and cut one in rebuildCandidatesList()
188 MetaSlot& item = slots[shortcut[i]]; in rebuildCandidatesList() local
189 if (item in rebuildCandidatesList()
307 HashSlot& item = map[slot]; durchschlag_prepare() local
435 MetaSlot& item = map[shortcut[i]]; ScoreSlices() local
515 MetaSlot& item = map[shortcut[j]]; durchschlagGenerateExclusive() local
538 MetaSlot& item = map[shortcut[j]]; durchschlagGenerateExclusive() local
614 MetaSlot& item = map[shortcut[j]]; durchschlagGenerateCollaborative() local
630 MetaSlot& item = map[shortcut[j]]; durchschlagGenerateCollaborative() local
681 MetaSlot& item = map[shortcut[readPos]]; durchschlag_distill() local
717 MetaSlot& item = map[shortcut[readPos]]; durchschlag_purify() local
[all...]
H A Dsieve.cc28 Slot& item = map[shortcut[i]]; in dryRun() local
29 if (item.mark != iteration) { in dryRun()
30 item.mark = iteration; in dryRun()
31 if (item.presence >= targetPresence) { in dryRun()
59 Slot& item = map[shortcut[i]]; in createDictionary() local
60 if (item.mark != iteration) { in createDictionary()
61 item.mark = iteration; in createDictionary()
62 if (item.presence >= targetPresence) { in createDictionary()
167 Slot& item = map[slot]; in sieve_generate() local
168 TextIdx start = item in sieve_generate()
[all...]

Completed in 18 milliseconds

12345678910>>...60