Home
last modified time | relevance | path

Searched refs:item (Results 3251 - 3268 of 3268) sorted by relevance

1...<<131

/third_party/node/deps/undici/
H A Dundici.js1456 for (const item of metadata) {
1457 const algorithm = item.algo;
1458 const expectedValue = item.hash;
6137 // undici implementation note: this is set as the first item in request's urlList in makeRequest
7007 const item = queue.shift();
7008 if (!item) {
7012 needDrain = !this.dispatch(item.opts, item.handler);
7078 const item = this[kQueue].shift();
7079 if (!item) {
[all...]
/third_party/python/Lib/test/
H A Dtest_socket.py2981 # more than one item is present.
2999 # Can only send one item
3512 for item in ancdata:
3513 self.assertIsInstance(item, tuple)
3514 cmsg_level, cmsg_type, cmsg_data = item
3711 # if an item has been partially
3989 # Try to send ancillary data with first item one byte too
3991 # and check that second item was handled correctly.
4043 # MSG_CTRUNC only if an item
4125 # contain the first item, bu
[all...]
H A Dtest_dis.py509 async for item in _ag(x):
H A Dtest_descr.py5049 keys = [item[0] for item in it]
5079 # item in a list sorted by name, like
H A D_test_multiprocessing.py4712 item = q.get(block=False)
H A Dtest_typing.py3776 def __contains__(self, item):
/third_party/rust/crates/libc/src/unix/haiku/
H A Dmod.rs1737 pub fn nl_langinfo(item: ::nl_item) -> *mut ::c_char; in nl_langinfo()
/third_party/typescript/lib/
H A DtypingsInstaller.js408 var item = array[i];
409 if (f(item)) {
410 result.push(item);
458 var item = array[i];
459 var mapped = f(item, i);
460 if (item !== mapped) {
567 var item = array[i];
568 var mapped = mapfn(item, i);
569 if (result || item !== mapped || isArray(mapped)) {
792 var item
[all...]
H A Dtsc.js344 var item = array[i];
345 if (f(item)) {
346 result.push(item);
394 var item = array[i];
395 var mapped = f(item, i);
396 if (item !== mapped) {
492 var item = array[i];
493 var mapped = mapfn(item, i);
494 if (result || item !== mapped || isArray(mapped)) {
714 var item
[all...]
/third_party/selinux/libsepol/cil/test/unit/
H A Dtest_cil_resolve_ast.c5990 struct cil_list_item *item = new_call->macro->params->head; in test_cil_resolve_call1_paramsflavor_neg() local
5991 item->flavor = CIL_CONTEXT; in test_cil_resolve_call1_paramsflavor_neg()
6021 struct cil_list_item *item = new_call->macro->params->head; in test_cil_resolve_call1_unknownflavor_neg() local
6022 ((struct cil_param*)item->data)->flavor = CIL_CONTEXT; in test_cil_resolve_call1_unknownflavor_neg()
/third_party/rust/crates/libc/src/unix/nto/
H A Dmod.rs2677 pub fn nl_langinfo(item: ::nl_item) -> *mut ::c_char; in nl_langinfo()
/third_party/typescript/tests/baselines/reference/
H A Dparserharness.js184 export function arrayContainsOnce(arr: any[], filter: (item: any) => boolean) {
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/overlay/
H A Doverlay_manager.cpp6014 for (auto& item: uiExtNodes_) { in ClearUIExtensionNode()
6015 auto uiExtNode = item.second.Upgrade(); in ClearUIExtensionNode()
/third_party/node/test/fixtures/snapshot/
H A Dtypescript.js606 var item = array[i];
607 if (f(item)) {
608 result.push(item);
656 var item = array[i];
657 var mapped = f(item, i);
658 if (item !== mapped) {
765 var item = array[i];
766 var mapped = mapfn(item, i);
767 if (result || item !== mapped || isArray(mapped)) {
990 var item
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H A Dtext_field_pattern.cpp235 for (const auto& item : fontFamily) { in ConvertFontFamily()
236 result += item; in ConvertFontFamily()
/third_party/node/deps/v8/src/api/
H A Dapi.cc2220 Local<Primitive> item) { in Set()
2228 i::Handle<i::Object> i_item = Utils::OpenHandle(*item); in Set()
2219 Set(Isolate* v8_isolate, int index, Local<Primitive> item) Set() argument
/third_party/rust/crates/bindgen/bindgen-tests/tests/
H A Dstylo.hpp[all...]
/third_party/libabigail/tests/lib/
H A Dcatch.hpp3506 bool match( T const& item ) const override {
3507 return m_predicate(item);

Completed in 199 milliseconds

1...<<131