Home
last modified time | relevance | path

Searched defs:items (Results 501 - 525 of 547) sorted by relevance

1...<<2122

/kernel/linux/linux-6.6/sound/pci/hda/
H A Dhda_codec.c1770 struct hda_nid_item *items = codec->mixers.list; in snd_hda_ctls_clear() local
1862 struct hda_nid_item *items; in map_followers() local
[all...]
/kernel/linux/linux-6.6/sound/usb/
H A Dmixer_scarlett_gen2.c3438 int items = private->num_mux_srcs; in scarlett2_mux_src_enum_ctl_info() local
/third_party/icu/icu4c/source/test/intltest/
H A Ddtfmttst.cpp3916 const NumAsStringItem items[] = { in TestNumberAsStringParsing() local
4147 const MonthPatternItem items[] = { in TestMonthPatterns() local
4266 const TestContextItem items[] = { in TestContext() local
4377 const TestNonGregoItem items[] = { in TestNonGregoFmtParse() local
4454 const TestFmtWithNumSysItem items[] = { TestFormatsWithNumberSystems() local
4583 const TestDateFormatLeniencyItem items[] = { TestDateFormatLeniency() local
4660 const TestMultiPatternMatchItem items[] = { TestParseMultiPatternMatch() local
[all...]
H A Dnumfmtst.cpp7721 const SignsAndMarksItem items[] = { in TestParseSignsAndMarks() local
7834 const Test10419Data items[] = { in Test10419RoundingWith0FractionDigits() local
/third_party/ntfs-3g/ntfsprogs/
H A Dntfsresize.c1729 s64 i, items = rle->length; in find_free_cluster() local
1947 int items, new_siz in rl_split_run() local
1779 alloc_cluster(struct bitmap *bm, s64 items, s64 nr_vol_clusters, int hint) alloc_cluster() argument
1980 int items, ins_items; rl_insert_at_run() local
[all...]
/third_party/node/deps/v8/src/regexp/
H A Dregexp-compiler.cc775 int items = 0; in GetCaseIndependentLetters() local
/third_party/pulseaudio/src/modules/alsa/
H A Dalsa-mixer.c2923 pa_config_item items[] = { in pa_alsa_path_new() local
4335 char **items; in decibel_fix_parse_db_values() local
4931 static pa_config_item items[] = { pa_alsa_profile_set_new() local
[all...]
/third_party/skia/third_party/externals/imgui/
H A Dimgui_widgets.cpp1502 void ImGui::ShrinkWidths(ImGuiShrinkWidthItem* items, int count, float width_excess) in ShrinkWidths() argument
1753 const char* const* items = (const char* const*)data; Items_ArrayGetter() local
1826 Combo(const char* label, int* current_item, const char* const items[], int items_count, int height_in_items) Combo() argument
[all...]
H A Dimgui_demo.cpp619 const char* items[] = { "AAAA", "BBBB", "CCCC", "DDDD", "EEEE", "FFFF", "GGGG", "HHHH", "IIIIIII", "JJJJ", "KKKKKKK" }; in ShowDemoWindowWidgets() local
724 const char* items[] = { "Apple", "Banana", "Cherry", "Kiwi", "Mango", "Orange", "Pineapple", "Strawberry", "Watermelon" }; in ShowDemoWindowWidgets() local
1040 const char* items[] = { "AAAA", "BBBB", "CCCC", "DDDD", "EEEE", "FFFF", "GGGG", "HHHH", "IIII", "JJJJ", "KKKK", "LLLLLLL", "MMMM", "OOOOOOO" }; in ShowDemoWindowWidgets() local
1081 const char* items[] = { "AAAA", "BBBB", "CCCC", "DDDD", "EEEE", "FFFF", "GGGG", "HHHH", "IIII", "JJJJ", "KKKK", "LLLLLLL", "MMMM", "OOOOOOO" }; ShowDemoWindowWidgets() local
2229 if (item_type == 13){ const char* items[] = { "Apple", "Banana", "Cherry", "Kiwi" }; static int current = 1; ret = ImGui::Combo("ITEM: Combo", &current, items, IM_ARRAYSIZE(items)); } ShowDemoWindowWidgets() local
2230 if (item_type == 14){ const char* items[] = { "Apple", "Banana", "Cherry", "Kiwi" }; static int current = 1; ret = ImGui::ListBox("ITEM: ListBox", &current, items, IM_ARRAYSIZE(items), IM_ARRAYSIZE(items)); } ShowDemoWindowWidgets() local
2588 const char* items[] = { "AAAA", "BBBB", "CCCC", "DDDD" }; ShowDemoWindowLayout() local
4887 static ImVector<MyItem> items; global() local
5107 static ImVector<MyItem> items; global() local
[all...]
/third_party/python/Python/
H A DPython-ast.c2293 _PyAST_With(asdl_withitem_seq * items, asdl_stmt_se argument
2313 _PyAST_AsyncWith(asdl_withitem_seq * items, asdl_stmt_seq * body, string type_comment, int lineno, int col_offset, int end_lineno, int end_col_offset, PyArena *arena) _PyAST_AsyncWith() argument
7134 asdl_withitem_seq* items; obj2ast_stmt() local
7240 asdl_withitem_seq* items; obj2ast_stmt() local
[all...]
H A Dceval.c2844 PyObject **items = _PyTuple_ITEMS(seq); local
2859 PyObject **items = _PyList_ITEMS(seq); local
/kernel/linux/linux-5.10/drivers/hid/
H A Dhid-logitech-hidpp.c1710 hidpp_touchpad_fw_items_set(struct hidpp_device *hidpp, u8 feature_index, struct hidpp_touchpad_fw_items *items) hidpp_touchpad_fw_items_set() argument
2855 struct hidpp_touchpad_fw_items items = {}; k400_disable_tap_to_click() local
[all...]
/kernel/linux/linux-5.10/sound/pci/ac97/
H A Dac97_patch.c3633 const char * const items[4]; member
/kernel/linux/linux-5.10/tools/include/uapi/sound/
H A Dasound.h1035 unsigned int items; /* R: number of items */ member
/kernel/linux/linux-5.10/include/uapi/sound/
H A Dasound.h1035 unsigned int items; /* R: number of items */ member
/kernel/linux/linux-5.10/include/linux/
H A Dbpf.h1125 struct bpf_prog_array_item items[]; member
/kernel/linux/linux-6.6/drivers/hid/
H A Dhid-logitech-hidpp.c2215 hidpp_touchpad_fw_items_set(struct hidpp_device *hidpp, u8 feature_index, struct hidpp_touchpad_fw_items *items) hidpp_touchpad_fw_items_set() argument
3366 struct hidpp_touchpad_fw_items items = {}; k400_disable_tap_to_click() local
[all...]
/kernel/linux/linux-6.6/sound/pci/ac97/
H A Dac97_patch.c3656 const char * const items[4]; member
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/sound/
H A Dasound.h745 unsigned int items; member
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/sound/
H A Dasound.h826 unsigned int items; member
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/sound/
H A Dasound.h826 unsigned int items; member
/third_party/node/deps/v8/src/heap/
H A Dmark-compact.cc4232 size_t items = remaining_updating_items_.load(std::memory_order_relaxed); variable
5675 size_t items variable
4503 CollectRememberedSetUpdatingItems( std::vector<std::unique_ptr<UpdatingItem>>* items, IterateableSpace* space, RememberedSetUpdatingMode mode) CollectRememberedSetUpdatingItems() argument
5501 CollectToSpaceUpdatingItems( std::vector<std::unique_ptr<UpdatingItem>>* items) CollectToSpaceUpdatingItems() argument
[all...]
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cShaderSubroutineTests.cpp8285 } items[] = { in initTest() local
/third_party/python/Modules/
H A D_pickle.c3322 PyObject *items, *iter; save_dict() local
3399 PyObject *items; save_set() local
3467 PyObject *items; save_frozenset() local
5794 PyObject *items; load_frozenset() local
6604 PyObject *items; load_additems() local
[all...]
/third_party/python/Objects/
H A Dtypeobject.c5250 PyObject *items = PyObject_CallMethodNoArgs(obj, &_Py_ID(items)); in _PyObject_GetItemsIter() local

Completed in 147 milliseconds

1...<<2122