Home
last modified time | relevance | path

Searched refs:split_list (Results 1 – 5 of 5) sorted by relevance

/third_party/benchmark/test/
DAssemblyTests.cmake2 include(split_list)
20 split_list(ASM_TEST_FLAGS)
/third_party/jerryscript/tools/
Dgen-unicode.py162 def split_list(category_list): function
193 letter_tables = split_list(list(group_ranges(letters)))
194 non_letter_tables = split_list(list(group_ranges(non_letters)))
195 separator_tables = split_list(list(group_ranges(separators)))
/third_party/benchmark/cmake/
Dsplit_list.cmake1 macro(split_list listname) macro
/third_party/gn/misc/vim/syntax/
Dgn.vim40 syn keyword gnFunctions split_list string_join string_split template tool
/third_party/gn/docs/
Dreference.md61 * [split_list: Splits a list into N different sub-lists.](#func_split_list)
3121 ### <a name="func_split_list"></a>**split_list**: Splits a list into N different sub-lists.
3124 result = split_list(input, n)
3139 print(split_list(mylist, 3))