| /third_party/openssl/ssl/ |
| H A D | ssl_lib.c | 1567 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 D | test_dataclasses.py | 1924 '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 D | pickletester.py | 2426 # 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 D | test_socket.py | 2981 # 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 D | test_dis.py | 509 async for item in _ag(x):
|
| /third_party/python/Modules/_decimal/ |
| H A D | _decimal.c | 378 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 D | rust-library.rs | 1197 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 D | cpplint.py | 6116 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 D | message_test.py | 569 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 D | mod.rs | 2759 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 D | translate.rs | 135 /// 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 D | vktVideoBaseDecodeUtils.cpp | 2629 for (auto& item : heapFrom) 2630 heapTo.push_back(de::MovePtr<vector<deUint8>>(item.release()));
|
| /third_party/icu/tools/unicodetools/com/ibm/rbm/ |
| H A D | RBReporter.java | 193 Element body_elem = (Element)nl.item(0); in generateReports()
|
| /third_party/rust/crates/libc/src/unix/bsd/freebsdlike/ |
| H A D | mod.rs | 1548 pub fn nl_langinfo_l(item: ::nl_item, locale: ::locale_t) -> *mut ::c_char; in nl_langinfo_l()
|
| /third_party/typescript/lib/ |
| H A D | typescript.js | 418 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 D | typescriptServices.js | 418 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 D | typingsInstaller.js | 408 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 D | tsc.js | 344 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 D | mod.rs | 4012 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 D | mod.rs | 4033 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 D | clinic.py | 1776 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 D | Reactor.cpp | 58 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 D | undici.js | 1456 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 D | mod.rs | 1737 pub fn nl_langinfo(item: ::nl_item) -> *mut ::c_char; in nl_langinfo()
|
| /third_party/selinux/libsepol/cil/test/unit/ |
| H A D | test_cil_resolve_ast.c | 5990 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()
|