/third_party/python/Lib/ |
H A D | pathlib.py | 356 entries = list(scandir_it) 387 entries = list(scandir_it) 647 A list of the final component's suffixes, if any.
|
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/ |
H A D | validitygenerator.py | 112 """Make a (comma-separated) list for use in prose. 117 Optionally adds a quantifier (like 'any') before a list of 2 or more, 124 'Cannot pass an empty list if you are trying to make a prose list.') 133 """Make a (comma-separated) list for use in prose, followed by either 'is' or 'are' as appropriate. 138 Optionally adds a quantifier (like 'any') before a list of 2 or more, 145 'Cannot pass an empty list if you are trying to make a prose list.') 849 current = list(ancestormap.values())[0] 850 for ancestors in list(ancestorma [all...] |
/third_party/openssl/ssl/statem/ |
H A D | extensions.c | 114 * always called in the order defined in this list. Some extensions may depend 115 * on others having been processed first, so the order of this list is 174 * to indicate to the client the complete list of groups supported 178 * to the client its list of supported groups in the 191 * processing on the server's group list -- this is just a minimal 234 * Must appear in this list after server_name so that finalisation 326 * Must be in this list after supported_groups. We need that to have 431 /* Calculate the number of extensions in the extensions list */ in tls_validate_all_contexts() 546 * Gather a list of all the extensions from the data in |packet]. |context| 684 * list o 1055 unsigned char *list = s->ext.peer_ecpointformats; final_ec_pt_formats() local [all...] |
/third_party/skia/third_party/externals/jinja2/ |
H A D | parser.py | 112 stack = list(self._end_token_stack) 161 """Parse multiple statements into a list until one of the end tokens 920 if isinstance(rv, list):
|
/third_party/python/Lib/test/ |
H A D | test_fractions.py | 101 self.assertListEqual(list(map(type, expected)), list(map(type, actual)))
|
H A D | test_exception_group.py | 282 exception group, then template is a list of the 539 self.assertEqual(len(list(leaf_generator(eg))), 2) 762 # make sure each exception group after a split has its own __notes__ list 766 orig_notes = list(eg.__notes__)
|
/third_party/python/Modules/_decimal/tests/ |
H A D | deccheck.py | 9 # notice, this list of conditions and the following disclaimer. 12 # notice, this list of conditions and the following disclaimer in the 272 """lst: C signal list""" 279 """lst: C signal list""" 330 class RestrictedList(list): 335 return list.__getattribute__(self, name) 1167 # Set up the testspecs list. A testspec is simply a dictionary
|
/third_party/python/Lib/logging/ |
H A D | handlers.py | 410 then we have to get a list of matching filenames, sort them and remove 921 raise OSError("getaddrinfo returns an empty list") 1042 if isinstance(mailhost, (list, tuple)): 1046 if isinstance(credentials, (list, tuple)): 1507 list of handlers for processing.
|
/third_party/python/Modules/ |
H A D | _lzmamodule.c | 550 _BlocksOutputBuffer buffer = {.list = NULL}; in compress() 934 _BlocksOutputBuffer buffer = {.list = NULL}; in decompress_buf()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
H A D | SIMemoryLegalizer.cpp | 42 #include <list> 396 std::list<MachineBasicBlock::iterator> AtomicPseudoMIs;
|
/third_party/skia/third_party/externals/tint/samples/ |
H A D | main.cc | 104 --transform <name list> -- Runs transforms, name list is comma separated 206 std::vector<std::string> split_transform_names(std::string list) { in split_transform_names() argument 209 std::stringstream str(list); in split_transform_names()
|
/third_party/skia/third_party/externals/tint/tools/src/cmd/get-test-plan/ |
H A D | main.go | 367 // element of the string list, otherwise it returns (false, "") 369 func containsKeyword(data string, list []string) (bool, string) { 370 for _, kw := range list { 450 // TODO(sarah): create a list of rule.sha1 for unwanted rules
|
/third_party/skia/third_party/externals/icu/source/data/ |
H A D | makedata.mak | 271 # On Unix, Python generates at configure time a list of Makefile rules. 413 "$(ICUPBIN)\icupkg" -x * --list "$(ICUDATA_SOURCE_ARCHIVE)" > "$(ICUTMP)\icudata.lst"
|
/third_party/toybox/toys/posix/ |
H A D | tar.c | 20 USE_TAR(NEWTOY(tar, "&(restrict)(full-time)(no-recursion)(numeric-owner)(no-same-permissions)(overwrite)(exclude)*(mode):(mtime):(group):(owner):(to-command):o(no-same-owner)p(same-permissions)k(keep-old)c(create)|h(dereference)x(extract)|t(list)|v(verbose)J(xz)j(bzip2)z(gzip)S(sparse)O(to-stdout)m(touch)X(exclude-from)*T(files-from)*C(directory):f(file):a[!txc][!jzJa]", TOYFLAG_USR|TOYFLAG_BIN)) 28 Create, extract, or list files in a .tar (or compressed t?z) file. 31 c Create x Extract t Test (list) 615 // continuation block, list says where to seek/write sparse file contents in unpack_tar() 697 // Move seen entry to end of list. in unpack_tar() 766 static void trim2list(void *list, char *pline) in trim2list() argument 771 dlist_add(list, n); in trim2list() 798 // Collect file list. in tar_main() 805 // If include file list empty, don't create empty archive in tar_main() 900 // Each time a TT.incl entry is seen it's moved to the end of the list, in tar_main() [all...] |
/third_party/skia/third_party/externals/dng_sdk/source/ |
H A D | dng_bad_pixels.cpp | 390 // Search backward through bad point list. in IsPointIsolated() 409 // Search forward through bad point list. in IsPointIsolated() 428 // Search through bad rectangle list. in IsPointIsolated() 500 // Only search the bad point list if we have a starting search index. in IsPointValid() 505 // Search backward through bad point list. in IsPointValid() 524 // Search forward through bad point list. in IsPointValid() 545 // Search through bad rectangle list. in IsPointValid() 571 (AutoPtr<dng_bad_pixel_list> &list, in dng_opcode_FixBadPixelsList() 585 fList.Reset (list.Release ()); in dng_opcode_FixBadPixelsList() 570 dng_opcode_FixBadPixelsList(AutoPtr<dng_bad_pixel_list> &list, uint32 bayerPhase) dng_opcode_FixBadPixelsList() argument
|
/third_party/python/Programs/ |
H A D | _testembed.c | 319 _Py_EMBED_PREINIT_CHECK("Checking PySys_AddWarnOption linked list\n"); in test_pre_initialization_sys_options() 460 config_set_wide_string_list(PyConfig *config, PyWideStringList *list, in config_set_wide_string_list() argument 463 PyStatus status = PyConfig_SetWideStringList(config, list, length, items); in config_set_wide_string_list()
|
/third_party/python/Lib/xmlrpc/ |
H A D | client.py | 593 dispatch[list] = dump_array 1149 self._headers = list(headers) 1299 # @param headers list of key,value pairs for HTTP headers
|
/third_party/skia/third_party/externals/abseil-cpp/absl/hash/ |
H A D | hash_test.cc | 25 #include <list> 404 testing::Types<std::deque<int>, std::forward_list<int>, std::list<int>,
|
/third_party/backends/backend/ |
H A D | kvs1025_opt.c | 55 11, /* list size */ 365 /* Lookup a string list from one array and return its index. */ 367 get_string_list_index (const SANE_String_Const * list, SANE_String_Const name) in get_string_list_index() argument 372 while (list[index] != NULL) in get_string_list_index() 374 if (strcmp (list[index], name) == 0) in get_string_list_index() 381 DBG (DBG_error, "System bug: option %s not found in list\n", name); in get_string_list_index() 387 /* Lookup a string list from one array and return the correnpond value. */ 646 /* Paper sizes list */ in kv_init_options()
|
H A D | teco1.c | 287 /* Lookup a string list from one array and return its index. */ 289 get_string_list_index (SANE_String_Const list[], SANE_String_Const name) in get_string_list_index() argument 294 while (list[index] != NULL) in get_string_list_index() 296 if (strcmp (list[index], name) == 0) in get_string_list_index() 303 DBG (DBG_error, "name %s not found in list\n", name); in get_string_list_index()
|
H A D | leo.c | 214 /* Lookup a string list from one array and return its index. */ 216 get_string_list_index (SANE_String_Const list[], SANE_String_Const name) in get_string_list_index() argument 221 while (list[index] != NULL) in get_string_list_index() 223 if (strcmp (list[index], name) == 0) in get_string_list_index() 230 DBG (DBG_error, "name %s not found in list\n", name); in get_string_list_index()
|
H A D | kvs40xx_opt.c | 508 /* Paper sizes list */ in kvs40xx_init_options() 845 /* Lookup a string list from one array and return its index. */ 847 str_index (const SANE_String_Const * list, SANE_String_Const name) in str_index() argument 851 while (list[index]) in str_index() 853 if (!strcmp (list[index], name)) in str_index()
|
H A D | teco3.c | 227 /* Lookup a string list from one array and return its index. */ 229 get_string_list_index (SANE_String_Const list[], SANE_String_Const name) in get_string_list_index() argument 234 while (list[index] != NULL) in get_string_list_index() 236 if (strcmp (list[index], name) == 0) in get_string_list_index() 243 DBG (DBG_error, "name %s not found in list\n", name); in get_string_list_index()
|
/third_party/icu/icu4c/source/tools/genrb/ |
H A D | parse.cpp | 676 TableResource *list = static_cast<TableResource *>(res); in resLookup() local 677 SResource *current = list->fFirst; in resLookup() 679 if (uprv_strcmp(((list->fRoot->fKeys) + (current->fKey)), key) == 0) { in resLookup()
|
/third_party/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/format/ |
H A D | GlobalizationPreferencesTest.java | 169 ArrayList list = new ArrayList(1); in TestFreezable() 170 list.add(new ULocale("fr_FR")); in TestFreezable() 172 gp.setLocales(list); in TestFreezable() 400 // errln("FAIL: Previous valid locale list had gone"); in TestSetLocales() 637 // Set a list of locales in TestCalendar() 1006 // Locale list - fr_FR_Paris in TestDisplayName() 1010 // Locale list - ain, fr_FR_Paris in TestDisplayName()
|