Home
last modified time | relevance | path

Searched refs:item (Results 226 - 250 of 1635) sorted by relevance

12345678910>>...66

/third_party/gn/src/gn/
H A Dohos_components_checker.cc227 "The item " + label + " does not allow all_dependent_configs."); in InterceptAllDepsConfig()
243 "The item " + label + " header : " + dir + " range is too large."); in InterceptIncludesOverRange()
262 "The item " + label + " not allow the use of public_deps dependent internal modules : " + deps); in InterceptInnerApiPublicDepsInner()
266 bool OhosComponentChecker::InterceptInnerApiNotLib(const Item *item, const std::string &label, Err *err) const in InterceptInnerApiNotLib() argument
277 Err(item->defined_from(), "InnerApi is not a library type.", "The item " + label + " is not a library type."); in InterceptInnerApiNotLib()
281 bool OhosComponentChecker::InterceptDepsNotLib(const Item *item, const std::string &label, in InterceptDepsNotLib() argument
304 *err = Err(item->defined_from(), "Depend a non-lib target.", in InterceptDepsNotLib()
305 "The item " + label + " cannot depend on a non-lib target " + deps); in InterceptDepsNotLib()
309 bool OhosComponentChecker::InterceptInnerApiNotDeclare(const Item *item, cons argument
355 InterceptTargetAbsoluteDepsOther(const Item *item, const std::string &label, const std::string &deps, Err *err) const InterceptTargetAbsoluteDepsOther() argument
385 InterceptInnerApiVisibilityDenied(const Item *item, const std::string &from_label, const std::string &to_label, Err *err) const InterceptInnerApiVisibilityDenied() argument
516 CheckInnerApiNotLib(const Item *item, const OhosComponent *component, const std::string &label, const std::string &deps, Err *err) const CheckInnerApiNotLib() argument
540 CheckInnerApiNotDeclare(const Item *item, const OhosComponent *component, const std::string &label, Err *err) const CheckInnerApiNotDeclare() argument
585 CheckInnerApiVisibilityDenied(const Item *item, const OhosComponent *component, const std::string &label, const std::string &deps, Err *err) const CheckInnerApiVisibilityDenied() argument
617 CheckTargetAbsoluteDepsOther(const Item *item, const OhosComponent *component, const std::string &label, const std::string &deps, bool is_external_deps, Err *err) const CheckTargetAbsoluteDepsOther() argument
[all...]
H A Dohos_components_checker.h54 bool CheckInnerApiNotLib(const Item *item, const OhosComponent *component, const std::string &label,
56 bool CheckInnerApiNotDeclare(const Item *item, const OhosComponent *component, const std::string &label,
60 bool CheckInnerApiVisibilityDenied(const Item *item, const OhosComponent *component, const std::string &label,
62 bool CheckTargetAbsoluteDepsOther(const Item *item, const OhosComponent *component, const std::string &label,
83 bool InterceptInnerApiNotLib(const Item *item, const std::string &label, Err *err) const;
84 bool InterceptDepsNotLib(const Item *item, const std::string &label, const std::string &deps, Err *err) const;
85 bool InterceptInnerApiNotDeclare(const Item *item, const std::string &label, Err *err) const;
88 bool InterceptInnerApiVisibilityDenied(const Item *item, const std::string &from_label, const std::string &to_label,
90 bool InterceptTargetAbsoluteDepsOther(const Item *item, const std::string &label, const std::string &deps,
/third_party/skia/third_party/externals/brotli/research/
H A Ddurchschlag.cc92 /* Consider the whole span, except one last item. The following loop will in buildCandidatesList()
93 add the last item to the end of the "chain", evaluate it, and cut one in buildCandidatesList()
96 MetaSlot& item = slots[shortcut[j]]; in buildCandidatesList() local
97 if (item.mark == 0) { in buildCandidatesList()
98 score += item.score; in buildCandidatesList()
100 item.mark++; in buildCandidatesList()
184 /* Consider the whole span, except one last item. The following loop will in rebuildCandidatesList()
185 add the last item to the end of the "chain", evaluate it, and cut one in rebuildCandidatesList()
188 MetaSlot& item = slots[shortcut[i]]; in rebuildCandidatesList() local
189 if (item in rebuildCandidatesList()
307 HashSlot& item = map[slot]; durchschlag_prepare() local
435 MetaSlot& item = map[shortcut[i]]; ScoreSlices() local
515 MetaSlot& item = map[shortcut[j]]; durchschlagGenerateExclusive() local
538 MetaSlot& item = map[shortcut[j]]; durchschlagGenerateExclusive() local
614 MetaSlot& item = map[shortcut[j]]; durchschlagGenerateCollaborative() local
630 MetaSlot& item = map[shortcut[j]]; durchschlagGenerateCollaborative() local
681 MetaSlot& item = map[shortcut[readPos]]; durchschlag_distill() local
717 MetaSlot& item = map[shortcut[readPos]]; durchschlag_purify() local
[all...]
H A Dsieve.cc28 Slot& item = map[shortcut[i]]; in dryRun() local
29 if (item.mark != iteration) { in dryRun()
30 item.mark = iteration; in dryRun()
31 if (item.presence >= targetPresence) { in dryRun()
59 Slot& item = map[shortcut[i]]; in createDictionary() local
60 if (item.mark != iteration) { in createDictionary()
61 item.mark = iteration; in createDictionary()
62 if (item.presence >= targetPresence) { in createDictionary()
167 Slot& item = map[slot]; in sieve_generate() local
168 TextIdx start = item in sieve_generate()
[all...]
/device/soc/rockchip/common/sdk_linux/drivers/hid/
H A Dhid-core.c268 * If Usage item only includes usage id, concatenate it with in hid_add_usage()
349 * Read data value from item.
351 static u32 item_udata(struct hid_item *item) in item_udata() argument
353 switch (item->size) { in item_udata()
355 return item->data.u8; in item_udata()
357 return item->data.u16; in item_udata()
359 return item->data.u32; in item_udata()
364 static s32 item_sdata(struct hid_item *item) in item_sdata() argument
366 switch (item->size) { in item_sdata()
368 return item in item_sdata()
381 hid_parser_global(struct hid_parser *parser, struct hid_item *item) hid_parser_global() argument
478 hid_parser_local(struct hid_parser *parser, struct hid_item *item) hid_parser_local() argument
602 hid_parser_main(struct hid_parser *parser, struct hid_item *item) hid_parser_main() argument
640 hid_parser_reserved(struct hid_parser *parser, struct hid_item *item) hid_parser_reserved() argument
713 fetch_item(u8 *start, u8 *end, struct hid_item *item) fetch_item() argument
825 hid_scan_main(struct hid_parser *parser, struct hid_item *item) hid_scan_main() argument
872 struct hid_item item; hid_scan_report() local
1175 struct hid_item item; hid_open_report() local
[all...]
/device/soc/rockchip/common/vendor/drivers/gpu/arm/mali400/mali/common/
H A Dmali_dvfs_policy.c95 /* Find the first item > target_clock_hz */ in mali_pickup_closest_avail_clock()
96 if (((int)(gpu_clk->item[i].clock) - target_clock_mhz) > 0) { in mali_pickup_closest_avail_clock()
195 target_clk_mhz = gpu_clk->item[cur_clk_step].clock * current_gpu_util * mali_desired_fps / in mali_dvfs_policy_realize()
200 target_clk_mhz = gpu_clk->item[cur_clk_step].clock * current_gpu_util / under_perform_boundary_value; in mali_dvfs_policy_realize()
215 gpu_clk->item[clock_step].clock, gpu_clk->item[clock_step].vol / VOL_MILLI, 0, 0, in mali_dvfs_policy_realize()
246 gpu_clk->item[i].clock, gpu_clk->item[i].vol)); in mali_dvfs_policy_init()
288 gpu_clk->item[gpu_clk->num_of_steps - 1].clock, in mali_dvfs_policy_new_period()
289 gpu_clk->item[gpu_cl in mali_dvfs_policy_new_period()
[all...]
/device/soc/rockchip/common/kernel/drivers/gpu/arm/mali400/mali/common/
H A Dmali_dvfs_policy.c84 /* Find the first item > target_clock_hz */ in mali_pickup_closest_avail_clock()
85 if (((int)(gpu_clk->item[i].clock) - target_clock_mhz) > 0) { in mali_pickup_closest_avail_clock()
182 target_clk_mhz = gpu_clk->item[cur_clk_step].clock * current_gpu_util * mali_desired_fps / under_perform_boundary_value / current_fps; in mali_dvfs_policy_realize()
186 target_clk_mhz = gpu_clk->item[cur_clk_step].clock * current_gpu_util / under_perform_boundary_value; in mali_dvfs_policy_realize()
202 gpu_clk->item[clock_step].clock, in mali_dvfs_policy_realize()
203 gpu_clk->item[clock_step].vol / 1000, in mali_dvfs_policy_realize()
235 i, gpu_clk->item[i].clock, gpu_clk->item[i].vol)); in mali_dvfs_policy_init()
276 MALI_PROFILING_EVENT_REASON_SINGLE_GPU_FREQ_VOLT_CHANGE, gpu_clk->item[gpu_clk->num_of_steps - 1].clock, in mali_dvfs_policy_new_period()
277 gpu_clk->item[gpu_cl in mali_dvfs_policy_new_period()
[all...]
/third_party/python/Tools/c-analyzer/c_parser/
H A D__main__.py63 def fmt_raw(filename, item, *, showfwd=None):
64 yield str(tuple(item))
67 def fmt_summary(filename, item, *, showfwd=None):
68 if item.filename != filename:
69 yield f'> {item.filename}'
78 fileinfo, kind, funcname, name, data = item
125 raise NotImplementedError(item)
136 def fmt_full(filename, item, *, showfwd=None):
187 for item in _iter_parsed(filename, **kwargs):
188 item
[all...]
/third_party/lzma/CPP/7zip/UI/Common/
H A DOpenArchive.cpp158 bool IsEqualTo(const CParseItem &item) const
160 return Offset == item.Offset && Size == item.Size;
192 int FindInsertPos(const CParseItem &item) const;
193 void AddItem(const CParseItem &item);
198 int CHandler::FindInsertPos(const CParseItem &item) const in FindInsertPos()
205 if (item.Offset < midItem.Offset) in FindInsertPos()
207 else if (item.Offset > midItem.Offset) in FindInsertPos()
209 else if (item.Size < midItem.Size) in FindInsertPos()
212 else if (item in FindInsertPos()
253 AddItem(const CParseItem &item) AddItem() argument
323 const CParseItem &item = _items[index]; GetProperty() local
401 const CParseItem &item = _items[index]; Extract() local
435 const CParseItem &item = _items[index]; GetStream() local
[all...]
/third_party/popt/src/
H A Dpopt.c242 poptItem item; in handleExec() local
249 item = con->execs + i; in handleExec()
250 if (longName && !(item->option.longName && in handleExec()
251 !strcmp(longName, item->option.longName))) in handleExec()
253 else if (shortName != item->option.shortName) in handleExec()
338 poptItem item = con->os->currAlias; in handleAlias() local
342 if (item) { in handleAlias()
343 if (longName && item->option.longName != NULL in handleAlias()
344 && longOptionStrcmp(&item->option, longName, longNameLen)) in handleAlias()
347 if (shortName && shortName == item in handleAlias()
450 poptItem item = con->doExec; execCommand() local
1513 poptItem item = items; poptFreeItems() local
1558 poptItem item = &item_buf; poptAddAlias() local
1574 poptItem * items, item_tmp, item; poptAddItem() local
[all...]
/third_party/cJSON/tests/
H A Dprint_number.c31 cJSON item[1] = {{ NULL, NULL, NULL, cJSON_Number | cJSON_IsInt64, NULL, 0, 0, NULL }}; in assert_print_int64_number() local
39 cJSON_SetInt64NumberValue(item, input); in assert_print_int64_number()
40 TEST_ASSERT_TRUE_MESSAGE(print_number(item, &buffer), "Failed to print number."); in assert_print_int64_number()
51 cJSON item[1]; in assert_print_number() local
60 memset(item, 0, sizeof(item)); in assert_print_number()
62 cJSON_SetNumberValue(item, input); in assert_print_number()
63 TEST_ASSERT_TRUE_MESSAGE(print_number(item, &buffer), "Failed to print number."); in assert_print_number()
145 /* initialize cJSON item */ in main()
H A Dprint_value.c34 cJSON item[1]; in assert_print_value() local
47 memset(item, 0, sizeof(item)); in assert_print_value()
49 TEST_ASSERT_TRUE_MESSAGE(parse_value(item, &parsebuffer), "Failed to parse value."); in assert_print_value()
51 TEST_ASSERT_TRUE_MESSAGE(print_value(item, &buffer), "Failed to print value."); in assert_print_value()
54 reset(item); in assert_print_value()
95 /* initialize cJSON item */ in main()
/third_party/icu/tools/unicodetools/com/ibm/rbm/
H A DBundleGroup.java65 * Adds a BundleItem to the group as long as that item is not currently in the group.
66 * If the item.group is not equal to this group, then it is changed to be this group.
69 public void addBundleItem(BundleItem item) { in addBundleItem() argument
70 if (items.contains(item)) { in addBundleItem()
71 items.remove(item); in addBundleItem()
73 item.setParentGroup(this); in addBundleItem()
74 items.add(item); in addBundleItem()
78 * Remove an item of the given name from the group
83 BundleItem item = (BundleItem)iter.next(); in removeBundleItem()
84 if (item in removeBundleItem()
[all...]
/third_party/python/Tools/c-analyzer/c_parser/parser/
H A D_compound_decl_body.py42 for item in _parse_struct_next(m, srcinfo, anon_name, parent):
43 if callable(item):
44 parse_body = item
47 yield item
82 for item in _parse_body(source, anon_name, ident):
83 if item.kind == 'field':
84 data.append(item)
86 yield item
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/loadingprogress/
H A Dloadingprogress_enableloading_test.cpp24 ArkUI_AttributeItem item = {value, sizeof(value) / sizeof(ArkUI_NumberValue)}; in TestLoadingProgressEnableLoading001() local
25 auto ret = nodeAPI->setAttribute(loadingProgress, NODE_LOADING_PROGRESS_ENABLE_LOADING, &item); in TestLoadingProgressEnableLoading001()
35 ArkUI_AttributeItem item = {value, sizeof(value) / sizeof(ArkUI_NumberValue)}; in TestLoadingProgressEnableLoading002() local
36 auto ret = nodeAPI->setAttribute(loadingProgress, NODE_LOADING_PROGRESS_ENABLE_LOADING, &item); in TestLoadingProgressEnableLoading002()
46 ArkUI_AttributeItem item = {value, sizeof(value) / sizeof(ArkUI_NumberValue)}; in TestLoadingProgressEnableLoading003() local
47 auto ret = nodeAPI->setAttribute(loadingProgress, NODE_LOADING_PROGRESS_ENABLE_LOADING, &item); in TestLoadingProgressEnableLoading003()
/third_party/node/deps/v8/src/zone/
H A Dtype-stats.cc21 for (auto const& item : other.map_) { in MergeWith()
22 Add(item.first, item.second); in MergeWith()
62 for (auto const& item : map_) { in Dump()
63 const StatsEntry& entry = item.second; in Dump()
69 d.demangle(item.first)); in Dump()
/third_party/mesa3d/src/gallium/drivers/r600/
H A Dcompute_memory_pool.h43 uint32_t status; /**< Will track the status of the item */
45 /** Start pointer in dwords relative in the pool bo. If an item
50 /** Intermediate buffer associated with an item. It is used mainly for mapping
80 static inline int is_item_in_pool(struct compute_memory_item *item) in is_item_in_pool() argument
82 return item->start_in_dw != -1; in is_item_in_pool()
85 static inline int is_item_user_ptr(struct compute_memory_item *item) in is_item_user_ptr() argument
87 assert(item->real_buffer); in is_item_user_ptr()
88 return item->real_buffer->b.is_user_ptr; in is_item_user_ptr()
99 struct compute_memory_item *item, struct pipe_context *pipe);
/third_party/typescript/tests/baselines/reference/
H A DexpressionTypeNodeShouldError.js18 type ItemType = "".typeof(nodes.item(0));
32 type ItemType2 = 4..typeof(nodes.item(0));
46 type ItemType3 = true.typeof(nodes.item(0));
61 typeof (nodes.item(0));
73 typeof (nodes.item(0));
85 typeof (nodes.item(0));
/third_party/alsa-utils/alsamixer/
H A Dcard_select.c51 ITEM *item = current_item(menu); in on_key_enter() local
52 if (item) { in on_key_enter()
53 struct card *card = item_userptr(item); in on_key_enter()
162 ITEM *item; in create_list_items() local
168 item = new_item(card->indexstr, card->name); in create_list_items()
169 if (!item) in create_list_items()
170 fatal_error("cannot create menu item"); in create_list_items()
171 set_item_userptr(item, card); in create_list_items()
172 items[i++] = item; in create_list_items()
177 initial_item = item; in create_list_items()
[all...]
/third_party/lzma/CPP/Common/
H A DWildcard.h79 void AddItemSimple(bool include, CItem &item);
115 void AddItem(bool include, CItem &item, int ignoreWildcardIndex = -1);
119 CItem item; in Add_Wildcard() local
120 item.PathParts.Add(L"*"); in Add_Wildcard()
121 item.Recursive = false; in Add_Wildcard()
122 item.ForFile = true; in Add_Wildcard()
123 item.ForDir = true; in Add_Wildcard()
124 item.WildcardMatching = true; in Add_Wildcard()
127 , item); in Add_Wildcard()
/third_party/python/Lib/idlelib/
H A Ddebugobj.py51 item = make_objecttreeitem(
56 sublist.append(item)
65 item = make_objecttreeitem("__bases__[0] =",
68 item = make_objecttreeitem("__bases__ =", self.object.__bases__)
69 sublist.insert(0, item)
90 item = make_objecttreeitem(f"{key!r}:", value, setfunction)
91 sublist.append(item)
133 item = make_objecttreeitem("sys", sys)
134 node = TreeNode(sc.canvas, None, item)
/third_party/rust/crates/os_str_bytes/src/
H A Dlib.rs195 ( $($item:item)+ ) => {
198 $item
214 ( $message:expr , $item:item ) => {
219 $item
230 ( $($item:item)+ ) => {
233 $item
/third_party/zlib/contrib/untgz/
H A Duntgz.c269 struct attr_item *item; in push_attr() local
271 item = (struct attr_item *)malloc(sizeof(struct attr_item)); in push_attr()
272 if (item == NULL) in push_attr()
276 item->fname = strdup(fname); in push_attr()
277 item->mode = mode; in push_attr()
278 item->time = time; in push_attr()
279 item->next = *list; in push_attr()
280 *list = item; in push_attr()
288 struct attr_item *item, *prev; in restore_attr() local
290 for (item in restore_attr()
[all...]
/third_party/musl/porting/linux/user/src/time/
H A Dstrftime.c75 nl_item item; in __strftime_fmt_1() local
83 item = ABDAY_1 + tm->tm_wday; in __strftime_fmt_1()
87 item = DAY_1 + tm->tm_wday; in __strftime_fmt_1()
94 item = ABMON_1 + tm->tm_mon; in __strftime_fmt_1()
100 item = MON_1 + tm->tm_mon; in __strftime_fmt_1()
103 item = D_T_FMT; in __strftime_fmt_1()
171 item = tm->tm_hour >= __HALF_HOUR__ ? PM_STR : AM_STR; in __strftime_fmt_1()
174 item = tm->tm_hour >= __HALF_HOUR__ ? PM_STR_LOWER : AM_STR_LOWER; in __strftime_fmt_1()
177 item = T_FMT_AMPM; in __strftime_fmt_1()
216 item in __strftime_fmt_1()
[all...]
/third_party/musl/src/time/
H A Dstrftime.c48 nl_item item; in __strftime_fmt_1() local
56 item = ABDAY_1 + tm->tm_wday; in __strftime_fmt_1()
60 item = DAY_1 + tm->tm_wday; in __strftime_fmt_1()
65 item = ABMON_1 + tm->tm_mon; in __strftime_fmt_1()
69 item = MON_1 + tm->tm_mon; in __strftime_fmt_1()
72 item = D_T_FMT; in __strftime_fmt_1()
131 item = tm->tm_hour >= 12 ? PM_STR : AM_STR; in __strftime_fmt_1()
134 item = tm->tm_hour >= 12 ? PM_STR_LOWER : AM_STR_LOWER; in __strftime_fmt_1()
137 item = T_FMT_AMPM; in __strftime_fmt_1()
176 item in __strftime_fmt_1()
[all...]

Completed in 17 milliseconds

12345678910>>...66