Home
last modified time | relevance | path

Searched refs:item (Results 801 - 825 of 1560) sorted by relevance

1...<<31323334353637383940>>...63

/drivers/external_device_manager/test/unittest/ndk_stage_js_test/entry/src/main/cpp/
H A Dhid_ddk_ndk_test.cpp120 Hid_EmitItem item = { 1, 0x14a, 108 }; in HidEmitEventTwo() local
121 items.push_back(item); in HidEmitEventTwo()
136 Hid_EmitItem item = { 1, 0x14a, 108 }; in HidEmitEventThree() local
137 items.push_back(item); in HidEmitEventThree()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DCanonicalIterator.java260 String item = it.next(); in getEquivalents()
262 permute(item, SKIP_ZEROS, permutations); in getEquivalents()
319 for (String item : remainder) { in getEquivalents2()
320 result.add(prefix + item); in getEquivalents2()
353 String item = (String) it.next(); in getEquivalents2()
354 if (PROGRESS) System.out.println("Adding: " + NAME.transliterate(prefix + item)); in getEquivalents2()
355 result.add(prefix + item); in getEquivalents2()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DCanonicalIterator.java256 String item = it.next(); in getEquivalents()
258 permute(item, SKIP_ZEROS, permutations); in getEquivalents()
315 for (String item : remainder) { in getEquivalents2()
316 result.add(prefix + item); in getEquivalents2()
349 String item = (String) it.next(); in getEquivalents2()
350 if (PROGRESS) System.out.println("Adding: " + NAME.transliterate(prefix + item)); in getEquivalents2()
351 result.add(prefix + item); in getEquivalents2()
/third_party/libunwind/libunwind/doc/
H A Dunw_resume.tex76 \item[\Const{UNW\_EUNSPEC}] An unspecified error occurred.
77 \item[\Const{UNW\_EBADREG}] A register needed by \Func{unw\_resume}() wasn't
79 \item[\Const{UNW\_EINVALIDIP}] The instruction pointer identified by
81 \item[\Const{UNW\_BADFRAME}] The stack frame identified by
H A Dunw_set_reg.tex52 \item[\Const{UNW\_EUNSPEC}] An unspecified error occurred.
53 \item[\Const{UNW\_EBADREG}] An attempt was made to write a register
55 \item[\Const{UNW\_EREADONLY}] An attempt was made to write to a
H A Dunw_init_local.tex59 \item[\Const{UNW\_EINVAL}] \Func{unw\_init\_local}() was called in a
63 \item[\Const{UNW\_EUNSPEC}] An unspecified error occurred.
64 \item[\Const{UNW\_EBADREG}] A register needed by \Func{unw\_init\_local}()
H A Dunw_init_remote.tex56 \item[\Const{UNW\_EINVAL}] \Func{unw\_init\_remote}() was called in a
61 \item[\Const{UNW\_EUNSPEC}] An unspecified error occurred.
62 \item[\Const{UNW\_EBADREG}] A register needed by \Func{unw\_init\_remote}()
H A Dunw_set_fpreg.tex51 \item[\Const{UNW\_EUNSPEC}] An unspecified error occurred.
52 \item[\Const{UNW\_EBADREG}] An attempt was made to write a register
54 \item[\Const{UNW\_EREADONLY}] An attempt was made to write to a
/third_party/python/Lib/
H A Doperator.py273 Return a callable object that fetches the given item(s) from its operand.
279 def __init__(self, item, *items):
281 self._items = (item,)
283 return obj[item]
286 self._items = items = (item,) + items
/third_party/python/Lib/test/test_importlib/
H A Dtest_resource.py41 return {item.name for item in traversable.iterdir()}
171 c = [item.name for item in resources.files('ziptestdata').iterdir()]
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/str_format/
H A Dparser.h243 for (const auto& item : items_) { in ProcessFormat()
245 text = string_view(end, (base + item.text_end) - end); in ProcessFormat()
246 if (item.is_conversion) { in ProcessFormat()
247 if (!consumer.ConvertOne(item.conv, text)) return false; in ProcessFormat()
/third_party/vk-gl-cts/external/vulkancts/vkscserver/
H A DvksStructsVKSC.hpp127 bool operator() (const vksc_server::VulkanJsonPipelineDescription& item) const in operator ()()
130 if (searched.pipelineIdentifier[i] != item.id.pipelineIdentifier[i]) in operator ()()
134 bool operator() (const vksc_server::VulkanPipelineSize& item) const in operator ()()
137 if (searched.pipelineIdentifier[i] != item.id.pipelineIdentifier[i]) in operator ()()
/third_party/python/Modules/
H A D_asynciomodule.c1054 PyObject *item = PyList_GET_ITEM(self->fut_callbacks, i); in _asyncio_Future_remove_done_callback() local
1055 Py_INCREF(item); in _asyncio_Future_remove_done_callback()
1056 ret = PyObject_RichCompareBool(PyTuple_GET_ITEM(item, 0), fn, Py_EQ); in _asyncio_Future_remove_done_callback()
1059 PyList_SET_ITEM(newlist, j, item); in _asyncio_Future_remove_done_callback()
1063 ret = PyList_Append(newlist, item); in _asyncio_Future_remove_done_callback()
1065 Py_DECREF(item); in _asyncio_Future_remove_done_callback()
1941 PyObject *item; in enter_task() local
1947 item = _PyDict_GetItem_KnownHash(current_tasks, loop, hash); in enter_task()
1948 if (item != NULL) { in enter_task()
1949 Py_INCREF(item); in enter_task()
1969 PyObject *item; leave_task() local
[all...]
/third_party/selinux/libsepol/cil/src/
H A Dcil_verify.c402 struct cil_list_item *item; in cil_verify_decl_does_not_shadow_macro_parameter() local
405 cil_list_for_each(item, param_list) { in cil_verify_decl_does_not_shadow_macro_parameter()
406 struct cil_param *param = item->data; in cil_verify_decl_does_not_shadow_macro_parameter()
422 struct cil_list_item *item; in __verify_no_self_reference_in_expr() local
429 cil_list_for_each(item, expr) { in __verify_no_self_reference_in_expr()
430 if (item->flavor == CIL_DATUM) { in __verify_no_self_reference_in_expr()
431 struct cil_symtab_datum* datum = item->data; in __verify_no_self_reference_in_expr()
433 } else if (item->flavor == CIL_LIST) { in __verify_no_self_reference_in_expr()
434 rc = __verify_no_self_reference_in_expr(item->data, stack); in __verify_no_self_reference_in_expr()
446 struct cil_stack_item *item; in cil_verify_no_self_reference() local
685 struct cil_list_item *item; __cil_verify_levelrange_cats() local
1423 struct cil_list_item *item; __cil_verify_permissionx() local
[all...]
/third_party/pulseaudio/src/modules/
H A Dmodule-stream-restore.c2235 struct clean_up_item *item = NULL; in clean_up_db() local
2260 item = pa_xnew0(struct clean_up_item, 1); in clean_up_db()
2261 PA_LLIST_INIT(struct clean_up_item, item); in clean_up_db()
2262 item->entry_name = entry_name; in clean_up_db()
2268 PA_LLIST_PREPEND(struct clean_up_item, to_be_removed, item); in clean_up_db()
2271 item->entry = e; in clean_up_db()
2272 PA_LLIST_PREPEND(struct clean_up_item, to_be_converted, item); in clean_up_db()
2276 PA_LLIST_PREPEND(struct clean_up_item, to_be_removed, item); in clean_up_db()
2288 PA_LLIST_FOREACH_SAFE(item, next, to_be_removed) { in clean_up_db()
2289 key.data = item in clean_up_db()
[all...]
/build/tools/component_tools/
H A Dparse_kconf.py40 for item in data.get(SUBSYS_LIST):
41 subsys_name = item.get(SUBSYS)
42 for component in item.get(COMPONENT_LIST):
/third_party/cJSON/tests/unity/auto/
H A Dstylize_as_junit.rb189 result.each do |item|
191 stream.puts "\t\t<testcase classname=\"#{@unit_name}\" name=\"#{item[:test]}\" time=\"0\">"
192 stream.puts "\t\t\t<failure message=\"#{item[:message]}\" type=\"Assertion\"/>"
193 stream.puts "\t\t\t<system-err>&#xD;[File] #{filename}&#xD;[Line] #{item[:line]}&#xD;</system-err>"
200 result.each do |item|
201 stream.puts "\t\t<testcase classname=\"#{@unit_name}\" name=\"#{item[:test]}\" time=\"0\" />"
207 result.each do |item|
210 stream.puts "\t\t<testcase classname=\"#{@unit_name}\" name=\"#{item[:test]}\" time=\"0\">"
211 stream.puts "\t\t\t<skipped message=\"#{item[:message]}\" type=\"Assertion\"/>"
212 stream.puts "\t\t\t<system-err>&#xD;[File] #{filename}&#xD;[Line] #{item[
[all...]
/third_party/gn/src/gn/
H A Druntime_deps.cc166 const Item* item = builder.GetItem(label); in CollectRuntimeDepsFromFlag() local
167 const Target* target = item ? item->AsTarget() : nullptr; in CollectRuntimeDepsFromFlag()
/third_party/python/Python/
H A Dsuggestions.c149 PyObject *item = PyList_GET_ITEM(dir, i); in calculate_suggestions() local
151 const char *item_str = PyUnicode_AsUTF8AndSize(item, &item_size); in calculate_suggestions()
169 suggestion = item; in calculate_suggestions()
/third_party/unity/auto/
H A Dstylize_as_junit.rb186 result.each do |item|
188 stream.puts "\t\t<testcase classname=\"#{@unit_name}\" name=\"#{item[:test]}\" time=\"0\">"
189 stream.puts "\t\t\t<failure message=\"#{item[:message]}\" type=\"Assertion\"/>"
190 stream.puts "\t\t\t<system-err>&#xD;[File] #{filename}&#xD;[Line] #{item[:line]}&#xD;</system-err>"
197 result.each do |item|
198 stream.puts "\t\t<testcase classname=\"#{@unit_name}\" name=\"#{item[:test]}\" time=\"0\" />"
204 result.each do |item|
207 stream.puts "\t\t<testcase classname=\"#{@unit_name}\" name=\"#{item[:test]}\" time=\"0\">"
208 stream.puts "\t\t\t<skipped message=\"#{item[:message]}\" type=\"Assertion\"/>"
209 stream.puts "\t\t\t<system-err>&#xD;[File] #{filename}&#xD;[Line] #{item[
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
H A Deapol_test.py86 for item in conf:
87 et.set_network(id, item, conf[item])
/third_party/node/deps/v8/third_party/jinja2/
H A Dcompiler.py99 for item in value:
100 if not has_safe_repr(item):
1387 # Evaluate constants at compile time if possible. Each item in
1423 for item in body:
1424 if isinstance(item, list):
1426 val = self._output_const_repr(item)
1434 self.writeline("yield ", item)
1436 self.newline(item)
1439 self._output_child_pre(item, frame, finalize)
1440 self.visit(item, fram
[all...]
/third_party/skia/third_party/externals/jinja2/
H A Dcompiler.py99 for item in value:
100 if not has_safe_repr(item):
1387 # Evaluate constants at compile time if possible. Each item in
1423 for item in body:
1424 if isinstance(item, list):
1426 val = self._output_const_repr(item)
1434 self.writeline("yield ", item)
1436 self.newline(item)
1439 self._output_child_pre(item, frame, finalize)
1440 self.visit(item, fram
[all...]
/third_party/rust/crates/serde/serde_derive_internals/src/
H A Dattr.rs286 /// Extract out the `#[serde(...)]` attributes from an item.
287 pub fn from_ast(cx: &Ctxt, item: &syn::DeriveInput) -> Self { in from_ast()
312 for attr in &item.attrs { in from_ast()
359 match item.data { in from_ast()
401 match &item.data { in from_ast()
423 match &item.data { in from_ast()
451 match item.data { in from_ast()
467 match &item.data { in from_ast()
489 match &item.data { in from_ast()
522 remote.set(&meta.path, item in from_ast()
[all...]
/third_party/rust/crates/serde/serde_derive/src/internals/
H A Dattr.rs286 /// Extract out the `#[serde(...)]` attributes from an item.
287 pub fn from_ast(cx: &Ctxt, item: &syn::DeriveInput) -> Self { in from_ast()
312 for attr in &item.attrs { in from_ast()
359 match item.data { in from_ast()
401 match &item.data { in from_ast()
423 match &item.data { in from_ast()
451 match item.data { in from_ast()
467 match &item.data { in from_ast()
489 match &item.data { in from_ast()
522 remote.set(&meta.path, item in from_ast()
[all...]

Completed in 22 milliseconds

1...<<31323334353637383940>>...63