Home
last modified time | relevance | path

Searched refs:item (Results 501 - 525 of 2516) sorted by relevance

1...<<21222324252627282930>>...101

/kernel/linux/linux-6.6/net/tipc/
H A Dname_distr.c47 * @i: location of item in the message
91 struct distr_item *item; in tipc_named_publish() local
108 item = (struct distr_item *)msg_data(buf_msg(skb)); in tipc_named_publish()
109 publ_to_item(item, p); in tipc_named_publish()
121 struct distr_item *item; in tipc_named_withdraw() local
137 item = (struct distr_item *)msg_data(buf_msg(skb)); in tipc_named_withdraw()
138 publ_to_item(item, p); in tipc_named_withdraw()
155 struct distr_item *item = NULL; in named_distribute() local
174 item = (struct distr_item *)msg_data(hdr); in named_distribute()
178 publ_to_item(item, pub in named_distribute()
368 struct distr_item *item; tipc_named_rcv() local
[all...]
/third_party/icu/tools/unicodetools/com/ibm/rbm/gui/
H A DRBGroupPanel.java88 BundleItem item = model.getBundleItem(row); in markSelectedResourceAsTranslated()
89 item.setTranslated(true); in markSelectedResourceAsTranslated()
101 BundleItem item = model.getBundleItem(row); in deleteSelectedResource()
102 if (item.getParentGroup() != null && item.getParentGroup().getParentBundle() != null) { in deleteSelectedResource()
103 Bundle parentBundle = item.getParentGroup().getParentBundle(); in deleteSelectedResource()
104 parentBundle.removeItem(item.getKey()); in deleteSelectedResource()
233 // A double click means they want to edit a bundle item in initComponents()
296 BundleItem item = (BundleItem) o; in initComponents()
297 handleDeleteItem(item in initComponents()
[all...]
H A DRBProjectItemPanel.java52 BundleItem item = rbundle.getBundleItem(key); in actionPerformed()
53 if (item != null) item.setTranslation(translation); in actionPerformed()
76 BundleItem item = rbundle.getBundleItem(key); in actionPerformed()
77 if (item != null) { in actionPerformed()
78 item.setTranslation(translation); in actionPerformed()
123 BundleItem item = gui.getSelectedProjectBundleItem(); in updateComponents()
125 if (item == null) { in updateComponents()
133 String comment = item.getComment(); in updateComponents()
134 String key = item in updateComponents()
[all...]
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/
H A DEthiopicTest.java476 TestAddSetItem item = tests[i]; in TestAddSet()
477 testCalendar.set( item.getStartYear(), item.getStartMonth(), item.getStartDay(), 9, 0 ); in TestAddSet()
478 testCalendar.add( item.getField(), item.getDelta() ); in TestAddSet()
482 if ( endYear != item.getEndYear() || endMonth != item.getEndMonth() || endDay != item.getEndDay() ) { in TestAddSet()
483 errln("EToJD FAILS: field " + item in TestAddSet()
[all...]
H A DCopticTest.java419 TestAddSetItem item = tests[i]; in TestAddSet()
420 testCalendar.set( item.getStartYear(), item.getStartMonth(), item.getStartDay(), 9, 0 ); in TestAddSet()
421 testCalendar.add( item.getField(), item.getDelta() ); in TestAddSet()
425 if ( endYear != item.getEndYear() || endMonth != item.getEndMonth() || endDay != item.getEndDay() ) { in TestAddSet()
426 errln("CToJD FAILS: field " + item in TestAddSet()
[all...]
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/calendar/
H A DEthiopicTest.java479 TestAddSetItem item = tests[i]; in TestAddSet()
480 testCalendar.set( item.getStartYear(), item.getStartMonth(), item.getStartDay(), 9, 0 ); in TestAddSet()
481 testCalendar.add( item.getField(), item.getDelta() ); in TestAddSet()
485 if ( endYear != item.getEndYear() || endMonth != item.getEndMonth() || endDay != item.getEndDay() ) { in TestAddSet()
486 errln("EToJD FAILS: field " + item in TestAddSet()
[all...]
H A DCopticTest.java422 TestAddSetItem item = tests[i]; in TestAddSet()
423 testCalendar.set( item.getStartYear(), item.getStartMonth(), item.getStartDay(), 9, 0 ); in TestAddSet()
424 testCalendar.add( item.getField(), item.getDelta() ); in TestAddSet()
428 if ( endYear != item.getEndYear() || endMonth != item.getEndMonth() || endDay != item.getEndDay() ) { in TestAddSet()
429 errln("CToJD FAILS: field " + item in TestAddSet()
[all...]
/third_party/skia/third_party/externals/freetype/src/pfr/
H A Dpfrobjs.c506 PFR_KernItem item = phy_font->kern_items; in FT_LOCAL_DEF() local
510 for ( ; item; item = item->next ) in FT_LOCAL_DEF()
512 if ( pair >= item->pair1 && pair <= item->pair2 ) in FT_LOCAL_DEF()
517 FoundPair: /* we found an item, now parse it and find the value if any */ in FT_LOCAL_DEF()
518 if ( FT_STREAM_SEEK( item->offset ) || in FT_LOCAL_DEF()
519 FT_FRAME_ENTER( item->pair_count * item in FT_LOCAL_DEF()
[all...]
/third_party/python/Lib/test/
H A Dtest_genericclass.py163 def __class_getitem__(cls, item):
164 return f'C[{item.__name__}]'
170 def __class_getitem__(cls, item):
171 return f'{cls.__name__}[{item.__name__}]'
178 def __class_getitem__(cls, item):
181 def __class_getitem__(cls, item):
182 return f'{cls.__name__}[{item.__name__}]'
189 def __class_getitem__(cls, item):
190 return f'{cls.__name__}[{item.__name__}]'
198 def __class_getitem__(cls, item)
[all...]
/kernel/linux/linux-5.10/drivers/usb/gadget/function/
H A Df_serial.c252 static inline struct f_serial_opts *to_f_serial_opts(struct config_item *item) in to_f_serial_opts() argument
254 return container_of(to_config_group(item), struct f_serial_opts, in to_f_serial_opts()
258 static void serial_attr_release(struct config_item *item) in serial_attr_release() argument
260 struct f_serial_opts *opts = to_f_serial_opts(item); in serial_attr_release()
271 static ssize_t f_serial_console_store(struct config_item *item, in f_serial_console_store() argument
274 return gserial_set_console(to_f_serial_opts(item)->port_num, in f_serial_console_store()
278 static ssize_t f_serial_console_show(struct config_item *item, char *page) in f_serial_console_show() argument
280 return gserial_get_console(to_f_serial_opts(item)->port_num, page); in f_serial_console_show()
287 static ssize_t f_serial_port_num_show(struct config_item *item, char *page) in f_serial_port_num_show() argument
289 return sprintf(page, "%u\n", to_f_serial_opts(item) in f_serial_port_num_show()
[all...]
/kernel/linux/linux-5.10/include/linux/
H A Dbacking-dev.h68 enum wb_stat_item item, s64 amount) in __add_wb_stat()
70 percpu_counter_add_batch(&wb->stat[item], amount, WB_STAT_BATCH); in __add_wb_stat()
73 static inline void inc_wb_stat(struct bdi_writeback *wb, enum wb_stat_item item) in inc_wb_stat() argument
75 __add_wb_stat(wb, item, 1); in inc_wb_stat()
78 static inline void dec_wb_stat(struct bdi_writeback *wb, enum wb_stat_item item) in dec_wb_stat() argument
80 __add_wb_stat(wb, item, -1); in dec_wb_stat()
83 static inline s64 wb_stat(struct bdi_writeback *wb, enum wb_stat_item item) in wb_stat() argument
85 return percpu_counter_read_positive(&wb->stat[item]); in wb_stat()
88 static inline s64 wb_stat_sum(struct bdi_writeback *wb, enum wb_stat_item item) in wb_stat_sum() argument
90 return percpu_counter_sum_positive(&wb->stat[item]); in wb_stat_sum()
67 __add_wb_stat(struct bdi_writeback *wb, enum wb_stat_item item, s64 amount) __add_wb_stat() argument
[all...]
/kernel/linux/linux-6.6/drivers/usb/gadget/function/
H A Df_serial.c250 static inline struct f_serial_opts *to_f_serial_opts(struct config_item *item) in to_f_serial_opts() argument
252 return container_of(to_config_group(item), struct f_serial_opts, in to_f_serial_opts()
256 static void serial_attr_release(struct config_item *item) in serial_attr_release() argument
258 struct f_serial_opts *opts = to_f_serial_opts(item); in serial_attr_release()
269 static ssize_t f_serial_console_store(struct config_item *item, in f_serial_console_store() argument
272 return gserial_set_console(to_f_serial_opts(item)->port_num, in f_serial_console_store()
276 static ssize_t f_serial_console_show(struct config_item *item, char *page) in f_serial_console_show() argument
278 return gserial_get_console(to_f_serial_opts(item)->port_num, page); in f_serial_console_show()
285 static ssize_t f_serial_port_num_show(struct config_item *item, char *page) in f_serial_port_num_show() argument
287 return sprintf(page, "%u\n", to_f_serial_opts(item) in f_serial_port_num_show()
[all...]
/third_party/icu/icu4c/source/test/intltest/
H A Dcanittst.cpp196 UnicodeString item = it.next(); in characterTest() local
197 if (item.isBogus()) break; in characterTest()
198 if (item == s) gotSource = true; in characterTest()
199 if (item == decomp) gotDecomp = true; in characterTest()
200 if (item == comp) gotComp = true; in characterTest()
208 void CanonicalIteratorTest::expectEqual(const UnicodeString &message, const UnicodeString &item, const UnicodeString &a, const UnicodeString &b) { in expectEqual() argument
210 errln("FAIL: " + message + getReadable(item)); in expectEqual()
214 logln("Checked: " + message + getReadable(item)); in expectEqual()
272 //String item = (String) it.next(); in collectionToString()
273 UnicodeString *item in collectionToString() local
[all...]
/third_party/skia/tests/
H A DTDPQueueTest.cpp108 // every item should have an entry in the queue. in random_test()
131 int item; in random_test() local
133 item = random.nextULessThan(count); in random_test()
134 } while (array[item] == kSentinel); in random_test()
135 pq.remove(&array[item]); in random_test()
136 array[item] = kSentinel; in random_test()
140 int item; in random_test() local
142 item = random.nextULessThan(count); in random_test()
143 } while (array[item] == kSentinel); in random_test()
144 array[item] in random_test()
[all...]
/kernel/linux/linux-6.6/fs/xfs/
H A Dxfs_extfree_item.c83 * given efi log item. We use only 1 iovec, and we point that
84 * at the efi_log_format structure embedded in the efi item.
86 * slots in the efi item have been filled.
138 * Allocate and initialize an efi item with the given number of extents.
253 * given efd log item. We use only 1 iovec, and we point that
254 * at the efd_log_format structure embedded in the efd item.
256 * slots in the efd item have been filled.
307 * Allocate an "extent free done" log item that will hold nextents worth of
446 /* Log a free extent to the intent item. */
527 struct list_head *item, in xfs_extent_free_finish_item()
524 xfs_extent_free_finish_item( struct xfs_trans *tp, struct xfs_log_item *done, struct list_head *item, struct xfs_btree_cur **state) xfs_extent_free_finish_item() argument
559 xfs_extent_free_cancel_item( struct list_head *item) xfs_extent_free_cancel_item() argument
584 xfs_agfl_free_finish_item( struct xfs_trans *tp, struct xfs_log_item *done, struct list_head *item, struct xfs_btree_cur **state) xfs_agfl_free_finish_item() argument
797 xlog_recover_efi_commit_pass2( struct xlog *log, struct list_head *buffer_list, struct xlog_recover_item *item, xfs_lsn_t lsn) xlog_recover_efi_commit_pass2() argument
845 xlog_recover_efd_commit_pass2( struct xlog *log, struct list_head *buffer_list, struct xlog_recover_item *item, xfs_lsn_t lsn) xlog_recover_efd_commit_pass2() argument
[all...]
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/util/
H A DCollectionUtilities.java140 Object item = it.next(); in removeAll()
141 m.remove(item); in removeAll()
147 * Get first item in collection, or null if there is none.
151 * @return first item
174 T item = it.next(); in getBest()
175 int compValue = comp.compare(item, bestSoFar); in getBest()
177 bestSoFar = item; in getBest()
182 T item = it.next(); in getBest()
183 int compValue = comp.compare(item, bestSoFar); in getBest()
185 bestSoFar = item; in getBest()
528 isIncluded(Object item) isIncluded() argument
538 isIncluded(Object item) isIncluded() argument
550 isIncluded(Object item) isIncluded() argument
[all...]
/third_party/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/util/
H A DCollectionUtilities.java137 Object item = it.next(); in removeAll()
138 m.remove(item); in removeAll()
144 * Get first item in collection, or null if there is none.
148 * @return first item
171 T item = it.next(); in getBest()
172 int compValue = comp.compare(item, bestSoFar); in getBest()
174 bestSoFar = item; in getBest()
179 T item = it.next(); in getBest()
180 int compValue = comp.compare(item, bestSoFar); in getBest()
182 bestSoFar = item; in getBest()
525 isIncluded(Object item) isIncluded() argument
535 isIncluded(Object item) isIncluded() argument
547 isIncluded(Object item) isIncluded() argument
[all...]
/third_party/rust/crates/syn/codegen/src/
H A Dparse.rs46 .map(|item| introspect_item(item, &lookup)) in parse()
68 fn introspect_item(item: &AstItem, lookup: &Lookup) -> types::Node { in introspect_item()
69 let features = introspect_features(&item.features); in introspect_item()
71 match &item.ast.data { in introspect_item()
73 ident: item.ast.ident.to_string(), in introspect_item()
76 exhaustive: !(is_non_exhaustive(&item.ast.attrs) in introspect_item()
80 ident: item.ast.ident.to_string(), in introspect_item()
95 fn introspect_enum(item: &DataEnum, lookup: &Lookup) -> types::Variants { in introspect_enum()
96 item in introspect_enum()
[all...]
/third_party/spirv-tools/source/opt/
H A Dtrim_capabilities_pass.cpp63 const Instruction* item = def_use_mgr->GetDef(instructions_to_visit.top()); in DFSWhile() local
66 if (!condition(item)) { in DFSWhile()
70 if (item->opcode() == spv::Op::OpTypePointer) { in DFSWhile()
72 item->GetSingleWordInOperand(kTypePointerTypeIdInIndex)); in DFSWhile()
76 if (item->opcode() == spv::Op::OpTypeMatrix || in DFSWhile()
77 item->opcode() == spv::Op::OpTypeVector || in DFSWhile()
78 item->opcode() == spv::Op::OpTypeArray || in DFSWhile()
79 item->opcode() == spv::Op::OpTypeRuntimeArray) { in DFSWhile()
81 item->GetSingleWordInOperand(kTypeArrayTypeIndex)); in DFSWhile()
85 if (item in DFSWhile()
[all...]
/third_party/rust/crates/bindgen/bindgen/ir/
H A Ditem.rs31 /// A trait to get the canonical name from an item.
42 /// Get the canonical name for this item.
46 /// The same, but specifies the path that needs to be followed to reach an item.
59 /// Get the namespace-aware canonical path for this item. This means that if
60 /// namespaces are disabled, you'll get a single item, and otherwise you get
67 /// Get the canonical path for this item.
94 /// A trait for iterating over an item and its parents and up its ancestor chain
97 /// Get an iterable over this item's ancestors.
120 /// An iterator over an item and its ancestors.
122 item
691 let mut item = self; name_target() variables
[all...]
/kernel/linux/linux-5.10/tools/perf/util/
H A Dconfig.h58 * @item: struct perf_config_item iterator
60 #define perf_config_items__for_each_entry(list, item) \
61 list_for_each_entry(item, list, node)
64 * perf_config_set__for_each - iterate thru all the config section-item pairs
67 * @item: struct perf_config_item iterator
69 #define perf_config_set__for_each_entry(set, section, item) \
71 perf_config_items__for_each_entry(&section->items, item)
/kernel/linux/linux-6.6/fs/btrfs/
H A Droot-tree.h20 struct btrfs_root_item *item);
24 struct btrfs_root_item *item);
29 void btrfs_set_root_node(struct btrfs_root_item *item,
31 void btrfs_check_and_init_root_item(struct btrfs_root_item *item);
/kernel/linux/linux-6.6/tools/perf/util/
H A Dconfig.h64 * @item: struct perf_config_item iterator
66 #define perf_config_items__for_each_entry(list, item) \
67 list_for_each_entry(item, list, node)
70 * perf_config_set__for_each - iterate thru all the config section-item pairs
73 * @item: struct perf_config_item iterator
75 #define perf_config_set__for_each_entry(set, section, item) \
77 perf_config_items__for_each_entry(&section->items, item)
/third_party/alsa-utils/alsamixer/
H A Dproc_files.c40 ITEM *item; in on_handle_key() local
44 item = current_item(menu); in on_handle_key()
45 if (item) in on_handle_key()
46 show_textfile(item_name(item)); in on_handle_key()
75 fatal_error("cannot create menu item"); in add_item()
/third_party/node/benchmark/es/
H A Dforeach-bench.js16 const item = items[j];
26 for (const item of items) {}
36 const item = items[j];
45 items.forEach((item) => {});

Completed in 16 milliseconds

1...<<21222324252627282930>>...101