Home
last modified time | relevance | path

Searched refs:item (Results 1601 - 1625 of 1636) sorted by relevance

1...<<616263646566

/third_party/openssl/ssl/
H A Dssl_lib.c1567 pitem *item, *iter; in SSL_has_pending() local
1570 while ((item = pqueue_next(&iter)) != NULL) { in SSL_has_pending()
1571 rdata = item->data; in SSL_has_pending()
/third_party/python/Lib/test/
H A Dtest_dataclasses.py1924 'does not support item assignment'):
1947 'does not support item assignment'):
1967 'does not support item assignment'):
1976 def __getitem__(self, item):
1977 if item == 'xyzzy':
1979 return getattr(self, item)
H A Dpickletester.py2426 # 4th item is not an iterator
2430 # 5th item is not an iterator
3320 def append(self, item):
3321 self.items.append(item)
3777 BBB class. If passed as the state_setter item of a custom reducer, this
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):
/third_party/python/Modules/_decimal/
H A D_decimal.c378 PyObject *item; in list_as_flags() local
387 item = PyList_GetItem(list, j); in list_as_flags()
388 x = exception_as_flag(item); in list_as_flags()
/third_party/rust/crates/memchr/bench/data/code/
H A Drust-library.rs1197 for item in buf.iter_mut() { in random_sorted_fill()
1202 *item = seed & mask; in random_sorted_fill()
3185 drop(q.drain_filter(|item| if item.0 >= 2 { panic!() } else { true })) in drain_filter_pred_panic_leak()
8840 // Previously just appended item was leaked, making drop_count = 3, instead of 4.
9722 // where the first item of each tuple is random, but in test_sort_stability()
9723 // the second item represents which occurrence of that in test_sort_stability()
9739 // This comparison includes the count (the second item in test_sort_stability()
13748 // push the panicking item to the heap and catch the panic in panic_safe()
17993 // one allocation by getting the first item an
[all...]
/third_party/json/tools/cpplint/
H A Dcpplint.py6116 include_dict = dict([item for sublist in include_state.include_list
6117 for item in sublist])
/third_party/protobuf/python/google/protobuf/internal/
H A Dmessage_test.py569 for item in msg.repeated_int32:
570 add += item
1171 __nonzero__ fails for length > 1, and returns bool(item[0]) for length == 1.
2042 # Special case: test that delete of item really removes the item, even if
2406 # Message map item needs to work even if it is cleared.
/third_party/rust/crates/libc/src/unix/solarish/
H A Dmod.rs2759 pub fn nl_langinfo_l(item: ::nl_item, locale: ::locale_t) -> *mut ::c_char; in nl_langinfo_l()
2860 pub fn nl_langinfo(item: ::nl_item) -> *mut ::c_char; in nl_langinfo()
/third_party/rust/crates/regex/regex-syntax/src/hir/
H A Dtranslate.rs135 /// created for each item in the Ast that we traverse.
1021 for item in &ast.items { in from_ast()
1022 match item.kind { in from_ast()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/video/
H A DvktVideoBaseDecodeUtils.cpp2629 for (auto& item : heapFrom)
2630 heapTo.push_back(de::MovePtr<vector<deUint8>>(item.release()));
/third_party/icu/tools/unicodetools/com/ibm/rbm/
H A DRBReporter.java193 Element body_elem = (Element)nl.item(0); in generateReports()
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/
H A Dmod.rs1548 pub fn nl_langinfo_l(item: ::nl_item, locale: ::locale_t) -> *mut ::c_char; in nl_langinfo_l()
/third_party/typescript/lib/
H A Dtypescript.js418 var item = array[i];
419 if (f(item)) {
420 result.push(item);
468 var item = array[i];
469 var mapped = f(item, i);
470 if (item !== mapped) {
577 var item = array[i];
578 var mapped = mapfn(item, i);
579 if (result || item !== mapped || isArray(mapped)) {
802 var item
[all...]
H A DtypescriptServices.js418 var item = array[i];
419 if (f(item)) {
420 result.push(item);
468 var item = array[i];
469 var mapped = f(item, i);
470 if (item !== mapped) {
577 var item = array[i];
578 var mapped = mapfn(item, i);
579 if (result || item !== mapped || isArray(mapped)) {
802 var item
[all...]
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/rust/crates/libc/src/fuchsia/
H A Dmod.rs4012 pub fn nl_langinfo_l(item: ::nl_item, locale: ::locale_t) -> *mut ::c_char; in nl_langinfo_l()
4068 pub fn nl_langinfo(item: ::nl_item) -> *mut ::c_char; in nl_langinfo()
/third_party/rust/crates/libc/src/unix/linux_like/linux/
H A Dmod.rs4033 pub fn nl_langinfo_l(item: ::nl_item, locale: ::locale_t) -> *mut ::c_char; in nl_langinfo_l()
4106 pub fn nl_langinfo(item: ::nl_item) -> *mut ::c_char; in nl_langinfo()
/third_party/python/Tools/clinic/
H A Dclinic.py1776 the object grows the list until that item exists.
2030 def get_destination_buffer(self, name, item=0):
2032 return d.buffers[item]
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
H A DReactor.cpp58 list.erase(std::remove_if(list.begin(), list.end(), [&](T item) { in apply()
59 return item == edit.second; in apply()
/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/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/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()

Completed in 197 milliseconds

1...<<616263646566