| /third_party/alsa-utils/amixer/ |
| H A D | amixer.c | 640 unsigned int items = snd_ctl_elem_info_get_items(info); in show_control() local 834 int i, items; in show_selem() local 1282 int items, i, len; in get_enum_item_index() local [all...] |
| /third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
| H A D | SimpleDateFormat.java | 2832 matchLiteral(String text, int pos, Object[] items, int itemIndex, boolean[] complete) matchLiteral() argument 4533 diffCalFieldValue(Calendar fromCalendar, Calendar toCalendar, Object[] items, int i) diffCalFieldValue() argument 4575 lowerLevel(Object[] items, int i, int level) lowerLevel() argument [all...] |
| /third_party/icu/icu4c/source/test/intltest/ |
| H A D | dtfmrgts.cpp | 1633 const TestDateFormatLeniencyItem items[] = { in TestT10619() local 1695 const T10855Data items[] = { in TestT10855() local [all...] |
| /third_party/alsa-lib/include/sound/uapi/ |
| H A D | asoc.h | 424 __le32 items; member
|
| /third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
| H A D | SimpleDateFormat.java | 2813 matchLiteral(String text, int pos, Object[] items, int itemIndex, boolean[] complete) matchLiteral() argument 4396 diffCalFieldValue(Calendar fromCalendar, Calendar toCalendar, Object[] items, int i) diffCalFieldValue() argument 4438 lowerLevel(Object[] items, int i, int level) lowerLevel() argument [all...] |
| H A D | DateTimePatternGenerator.java | 1577 private List<Object> items field in DateTimePatternGenerator.FormatParser [all...] |
| /third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/ |
| H A D | UnicodeSetTest.java | 2623 private String getCombinations(String[] items, int bitset) { in getCombinations() argument
|
| /third_party/mesa3d/src/imgui/ |
| H A D | imgui_widgets.cpp | 1390 const char* const* items = (const char* const*)data; in Items_ArrayGetter() local 1459 bool ImGui::Combo(const char* label, int* current_item, const char* const items[], int items_count, int height_in_items) in Combo() argument [all...] |
| /third_party/node/deps/icu-small/source/tools/pkgdata/ |
| H A D | pkgdata.cpp | 2184 static UBool getPkgDataPath(const char *cmd, UBool verbose, char *buf, size_t items) { in getPkgDataPath() argument
|
| /third_party/icu/icu4c/source/tools/pkgdata/ |
| H A D | pkgdata.cpp | 2180 static UBool getPkgDataPath(const char *cmd, UBool verbose, char *buf, size_t items) { in getPkgDataPath() argument
|
| /third_party/libdrm/ |
| H A D | xf86drmMode.c | 1333 drmModeAtomicReqItemPtr items; member [all...] |
| /third_party/node/deps/v8/src/objects/ |
| H A D | js-date-time-format.cc | 119 std::vector<PatternItem> items = { in BuildPatternItems() local 196 static base::LazyInstance<PatternItems>::type items in GetPatternItems() local [all...] |
| /third_party/rust/crates/bindgen/bindgen/ir/ |
| H A D | context.rs | 875 pub fn items(&self) -> impl Iterator<Item = (ItemId, &Item)> { items() functions [all...] |
| /third_party/pulseaudio/src/pulsecore/ |
| H A D | sink-input.c | 138 static void volume_factor_from_hashmap(pa_cvolume *v, pa_hashmap *items, uint8_t channels) { in volume_factor_from_hashmap() argument
|
| /third_party/python/Lib/test/test_capi/ |
| H A D | test_misc.py | 397 def items(self): member in CAPITest.test_mapping_keys_values_items.Mapping1 404 def items(self): member in CAPITest.test_mapping_keys_values_items.Mapping2 428 def items(self): member in CAPITest.test_mapping_keys_values_items_bad_arg.BadMapping
|
| /third_party/vk-gl-cts/executor/ |
| H A D | xeTestCaseResult.hpp | 442 List items; member in xe::ri::Section
|
| /third_party/skia/third_party/externals/libpng/ |
| H A D | png.c | 97 PNG_FUNCTION(voidpf , png_zalloc,(voidpf png_ptr, uInt items, uInt size),PNG_ALLOCATED) PNG_FUNCTION() argument
|
| /third_party/skia/third_party/externals/icu/source/tools/pkgdata/ |
| H A D | pkgdata.cpp | 2180 static UBool getPkgDataPath(const char *cmd, UBool verbose, char *buf, size_t items) { in getPkgDataPath() argument
|
| /third_party/python/Lib/xml/dom/ |
| H A D | minidom.py | 498 def items(self): member in NamedNodeMap
|
| /third_party/python/Include/internal/ |
| H A D | pycore_ast_state.h | 198 PyObject *items; member
|
| /third_party/python/Programs/ |
| H A D | _testembed.c | 460 config_set_wide_string_list(PyConfig *config, PyWideStringList *list, Py_ssize_t length, wchar_t **items) config_set_wide_string_list() argument
|
| /third_party/python/Python/ |
| H A D | initconfig.c | 2577 wchar_t *const *items = options2->items; warnoptions_extend() local 2892 PyConfig_SetWideStringList(PyConfig *config, PyWideStringList *list, Py_ssize_t length, wchar_t **items) PyConfig_SetWideStringList() argument [all...] |
| /third_party/python/Modules/ |
| H A D | _testbuffer.c | 301 pack_from_list(PyObject *obj, PyObject *items, PyObject *format, in pack_from_list() argument 822 init_simple(ndbuf_t *ndbuf, PyObject *items, PyObject *format, in init_simple() argument 1177 init_ndbuf(PyObject *items, PyObjec argument 1264 ndarray_push_base(NDArrayObject *nd, PyObject *items, PyObject *shape, PyObject *strides, Py_ssize_t offset, PyObject *format, int flags) ndarray_push_base() argument 1352 PyObject *items = NULL; /* initializer: scalar, list or tuple */ ndarray_push() local [all...] |
| H A D | _xxsubinterpretersmodule.c | 92 struct _sharednsitem* items; member
|
| /third_party/python/Objects/ |
| H A D | listobject.c | 46 PyObject **items; in list_resize() local 109 PyObject **items = PyMem_New(PyObject*, size); in list_preallocate_exact() local 282 PyObject **items; in ins1() local 752 PyObject **items; list_inplace_repeat() local [all...] |