Home
last modified time | relevance | path

Searched refs:item (Results 901 - 925 of 2516) sorted by relevance

1...<<31323334353637383940>>...101

/third_party/node/src/
H A Dnode_realm-inl.h84 BaseObjectPtr<T> item = MakeDetachedBaseObject<T>(this, target); in AddBindingData() local
92 (*map)[binding_index] = item; in AddBindingData()
93 DCHECK_EQ(GetBindingData<T>(context), item.get()); in AddBindingData()
94 return item.get(); in AddBindingData()
/third_party/node/deps/npm/node_modules/libnpmfund/lib/
H A Dindex.js7 // if original was an array, returns an array; else returns the lone item
9 const normalizeItem = item =>
10 typeof item === 'string' ? { url: item } : item
/third_party/libphonenumber/java/demo/src/main/java/com/google/phonenumbers/demo/
H A DResultServlet.java66 FileItemStream item = iterator.next(); in doPost()
67 InputStream in = item.openStream(); in doPost()
68 if (item.isFormField()) { in doPost()
69 String fieldName = item.getFieldName(); in doPost()
/third_party/node/deps/openssl/openssl/util/perl/OpenSSL/
H A DTemplate.pm25 =item *
30 =item *
98 =item output_on()
100 =item output_off()
/third_party/openssl/util/perl/OpenSSL/
H A DTemplate.pm25 =item *
30 =item *
98 =item output_on()
100 =item output_off()
/third_party/python/Lib/test/
H A Dtest__opcode.py21 for name, code in filter(lambda item: item[0] not in dis.deoptmap, dis.opmap.items()):
50 for name, code in filter(lambda item: item[0] not in dis.deoptmap, dis.opmap.items()):
H A Dtest_shlex.py144 for item in self.data:
145 item[0] = item[0].replace(r"\n", "\n")
146 for item in self.posix_data:
147 item[0] = item[0].replace(r"\n", "\n")
/third_party/skia/platform_tools/android/apps/viewer/src/main/java/org/skia/viewer/
H A DViewerActivity.java52 public boolean onOptionsItemSelected(MenuItem item) { in onOptionsItemSelected() argument
55 if (mDrawerToggle != null && mDrawerToggle.onOptionsItemSelected(item)) { in onOptionsItemSelected()
59 switch (item.getItemId()) { in onOptionsItemSelected()
67 return super.onOptionsItemSelected(item); in onOptionsItemSelected()
/third_party/rust/crates/syn/src/
H A Dmacros.rs154 ($(#[$m:meta])* $pub:ident $($item:tt)*) => {
158 $pub(crate) $($item)*
164 ($(#[$m:meta])* $pub:ident $($item:tt)*) => {
168 $pub $($item)*
/kernel/linux/linux-5.10/fs/btrfs/
H A Dtree-log.c338 * If the key is already in the destination tree the existing item is
339 * overwritten. If the existing item isn't big enough, it is extended.
342 * If the key isn't in the destination yet, a new item is inserted.
416 struct btrfs_inode_item *item; in overwrite_item() local
420 item = btrfs_item_ptr(path->nodes[0], path->slots[0], in overwrite_item()
422 nbytes = btrfs_inode_nbytes(path->nodes[0], item); in overwrite_item()
423 item = btrfs_item_ptr(eb, slot, in overwrite_item()
425 btrfs_set_inode_nbytes(eb, item, nbytes); in overwrite_item()
432 mode = btrfs_inode_mode(eb, item); in overwrite_item()
434 btrfs_set_inode_size(eb, item, in overwrite_item()
437 struct btrfs_inode_item *item; overwrite_item() local
584 struct btrfs_file_extent_item *item; replay_one_extent() local
2171 struct btrfs_dir_log_item *item; find_dir_range() local
3475 struct btrfs_inode_item *item; btrfs_del_dir_entries_in_log() local
3553 struct btrfs_dir_log_item *item; insert_dir_log_key() local
3875 fill_inode_item(struct btrfs_trans_handle *trans, struct extent_buffer *leaf, struct btrfs_inode_item *item, struct inode *inode, int log_inode_only, u64 logged_isize) fill_inode_item() argument
4578 struct btrfs_inode_item *item; logged_inode_size() local
[all...]
/kernel/linux/linux-5.10/drivers/target/
H A Dtarget_core_user.c2439 static ssize_t tcmu_cmd_time_out_show(struct config_item *item, char *page) in tcmu_cmd_time_out_show() argument
2441 struct se_dev_attrib *da = container_of(to_config_group(item), in tcmu_cmd_time_out_show()
2448 static ssize_t tcmu_cmd_time_out_store(struct config_item *item, const char *page, in tcmu_cmd_time_out_store() argument
2451 struct se_dev_attrib *da = container_of(to_config_group(item), in tcmu_cmd_time_out_store()
2472 static ssize_t tcmu_qfull_time_out_show(struct config_item *item, char *page) in tcmu_qfull_time_out_show() argument
2474 struct se_dev_attrib *da = container_of(to_config_group(item), in tcmu_qfull_time_out_show()
2483 static ssize_t tcmu_qfull_time_out_store(struct config_item *item, in tcmu_qfull_time_out_store() argument
2486 struct se_dev_attrib *da = container_of(to_config_group(item), in tcmu_qfull_time_out_store()
2508 static ssize_t tcmu_max_data_area_mb_show(struct config_item *item, char *page) in tcmu_max_data_area_mb_show() argument
2510 struct se_dev_attrib *da = container_of(to_config_group(item), in tcmu_max_data_area_mb_show()
2519 tcmu_dev_config_show(struct config_item *item, char *page) tcmu_dev_config_show() argument
2549 tcmu_dev_config_store(struct config_item *item, const char *page, size_t count) tcmu_dev_config_store() argument
2581 tcmu_dev_size_show(struct config_item *item, char *page) tcmu_dev_size_show() argument
2610 tcmu_dev_size_store(struct config_item *item, const char *page, size_t count) tcmu_dev_size_store() argument
2636 tcmu_nl_reply_supported_show(struct config_item *item, char *page) tcmu_nl_reply_supported_show() argument
2646 tcmu_nl_reply_supported_store(struct config_item *item, const char *page, size_t count) tcmu_nl_reply_supported_store() argument
2664 tcmu_emulate_write_cache_show(struct config_item *item, char *page) tcmu_emulate_write_cache_show() argument
2692 tcmu_emulate_write_cache_store(struct config_item *item, const char *page, size_t count) tcmu_emulate_write_cache_store() argument
2719 tcmu_tmr_notification_show(struct config_item *item, char *page) tcmu_tmr_notification_show() argument
2729 tcmu_tmr_notification_store(struct config_item *item, const char *page, size_t count) tcmu_tmr_notification_store() argument
2752 tcmu_block_dev_show(struct config_item *item, char *page) tcmu_block_dev_show() argument
2765 tcmu_block_dev_store(struct config_item *item, const char *page, size_t count) tcmu_block_dev_store() argument
2797 tcmu_reset_ring_store(struct config_item *item, const char *page, size_t count) tcmu_reset_ring_store() argument
[all...]
/kernel/linux/linux-6.6/drivers/platform/x86/hp/hp-bioscfg/
H A Dorder-list-attributes.c28 int item; in replace_char_str() local
33 for (item = 0; item < buflen; item++) in replace_char_str()
34 if (src[item] == *repl_char) in replace_char_str()
35 src[item] = *repl_with; in replace_char_str()
/kernel/linux/linux-6.6/tools/testing/selftests/arm64/mte/
H A Dcheck_mmap_options.c64 int item = ARRAY_SIZE(sizes); in check_anonymous_memory_mapping() local
67 for (run = 0; run < item; run++) { in check_anonymous_memory_mapping()
189 int item = ARRAY_SIZE(sizes); in main() local
199 sizes[item - 3] = page_size - 1; in main()
200 sizes[item - 2] = page_size; in main()
201 sizes[item - 1] = page_size + 1; in main()
/third_party/elfutils/backends/
H A Dlinux-core-note.c140 #define FIELD(igroup, itype, item, fmt, ...) \
142 .name = #item, \
144 .offset = offsetof (struct EBLHOOK(prstatus), pr_##item), \
176 #define FIELD(igroup, itype, item, fmt, ...) \
178 .name = #item, \
180 .offset = offsetof (struct EBLHOOK(prpsinfo), pr_##item), \
/third_party/jinja2/
H A Dasyncsupport.py133 async for item in self.root_render_func(context):
134 body_stream.append(item)
180 async for item in iterable:
181 yield item
183 for item in iterable:
184 yield item
232 return self._undefined("there is no next item")
/third_party/node/deps/v8/tools/testrunner/local/
H A Dstatusfile.py188 for item in outcomes:
189 if type(item) == str:
190 result.add(item)
191 elif type(item) == list:
192 condition = item[0]
203 for outcome in item[1:]:
/third_party/node/deps/v8/third_party/jinja2/
H A Dasyncsupport.py133 async for item in self.root_render_func(context):
134 body_stream.append(item)
180 async for item in iterable:
181 yield item
183 for item in iterable:
184 yield item
232 return self._undefined("there is no next item")
/third_party/node/tools/inspector_protocol/jinja2/
H A Dasyncsupport.py136 async for item in self.root_render_func(context):
137 body_stream.append(item)
183 async for item in iterable:
184 yield item
186 for item in iterable:
187 yield item
/third_party/python/Lib/distutils/
H A Dsysconfig.py123 item = str(done[n])
129 item = os.environ[n]
133 item = ""
139 item = str(done['PY_' + n])
141 done[n] = item = ""
144 value = value[:m.start()] + item + after
/third_party/skia/third_party/externals/jinja2/
H A Dasyncsupport.py133 async for item in self.root_render_func(context):
134 body_stream.append(item)
180 async for item in iterable:
181 yield item
183 for item in iterable:
184 yield item
232 return self._undefined("there is no next item")
/third_party/python/Lib/
H A Dcopy.py287 for item in listiter:
288 item = deepcopy(item, memo)
289 y.append(item)
291 for item in listiter:
292 y.append(item)
/third_party/python/Python/
H A Dhashtable.c73 _Py_slist_prepend(_Py_slist_t *list, _Py_slist_item_t *item) in _Py_slist_prepend() argument
75 item->next = list->head; in _Py_slist_prepend()
76 list->head = item; in _Py_slist_prepend()
82 _Py_slist_item_t *item) in _Py_slist_remove()
85 previous->next = item->next; in _Py_slist_remove()
87 list->head = item->next; in _Py_slist_remove()
81 _Py_slist_remove(_Py_slist_t *list, _Py_slist_item_t *previous, _Py_slist_item_t *item) _Py_slist_remove() argument
/third_party/python/Lib/wsgiref/
H A Dvalidate.py393 for item in headers:
394 assert_(type(item) is tuple,
396 % (item, type(item)))
397 assert_(len(item) == 2)
398 name, value = item
441 "instead return a single-item list containing a bytestring.")
/third_party/rust/crates/regex/regex-syntax/src/ast/
H A Dvisitor.rs123 /// HeapVisitor visits every item in an `Ast` recursively using constant stack
193 /// an item or a binary operation. (An item cannot be a binary operation
354 ClassInduct::Item(item) => { in visit_class_pre()
355 visitor.visit_class_set_item_pre(item)?; in visit_class_pre()
371 ClassInduct::Item(item) => { in visit_class_post()
372 visitor.visit_class_set_item_post(item)?; in visit_class_post()
387 ast::ClassSet::Item(ref item) => { in induct_class()
388 Some(ClassFrame::Union { head: item, tail: &[] }) in induct_class()
472 ast::ClassSet::Item(ref item) in from_set()
[all...]
/third_party/vk-gl-cts/external/vulkancts/vkscserver/
H A DvksSerializer.hpp188 T item; in SerializeItem() local
189 SerializeItem(serializer, item); in SerializeItem()
190 v.push_back(std::move(item)); in SerializeItem()
244 T item; in SerializeItem() local
245 SerializeItem(serializer, item); in SerializeItem()
246 v.insert(std::move(item)); in SerializeItem()

Completed in 18 milliseconds

1...<<31323334353637383940>>...101