/third_party/python/Lib/test/ |
H A D | test_mmap.py | 452 # Test extended slicing by comparing with list slicing. 466 # Test extended slicing by comparing with list slicing. 476 L = list(s)
|
H A D | test_socket.py | 3404 values = list(range(257)) + list(range(toobig - 257, toobig)) 3425 values = list(range(257)) + list(range(toobig - 257, toobig)) 3454 # Return a list of n file descriptors for newly-created files 3455 # containing their list indices as ASCII numbers. 3466 # Check that the file descriptors in the given list contain 3467 # their correct list indices as ASCII numbers. 3509 self.assertIsInstance(ancdata, list) 3824 # Given ancillary data list ancdat [all...] |
/third_party/python/Lib/ |
H A D | imaplib.py | 370 else list of RECENT responses, most recent last. 451 Fetch capabilities list from server.""" 530 'data' is list of 'EXPUNGE'd message numbers in order received. 581 """Get the list of quota roots for the named mailbox. 591 def list(self, directory='""', pattern='*'): member in IMAP4 594 (typ, [data]) = <instance>.list(directory='""', pattern='*') 596 'data' is list of LIST responses. 725 'data' is space separated list of matching message numbers. 1580 ('list', ('/tmp', 'yy*')), 1621 for ml in run('list', ('/tm [all...] |
/third_party/python/Lib/unittest/test/testmock/ |
H A D | testasync.py | 907 self.assertIsInstance(attr, list)
|
/third_party/python/Lib/test/test_importlib/source/ |
H A D | test_file_loader.py | 133 "{0}".format(list(module.__dict__.keys())))
|
/third_party/rust/crates/clap/tests/builder/ |
H A D | require.rs | 244 -l --list "List available interfaces (and stop there)" in issue_753() 251 .required_unless_present("list"), in issue_753() 256 .required_unless_present("list"), in issue_753() 258 .arg(arg!(-s --server <SERVER_IP> "NTP server IP address").required_unless_present("list")) in issue_753() 259 .try_get_matches_from(vec!["test", "--list"]); in issue_753()
|
/third_party/rust/crates/regex/src/ |
H A D | dfa.rs | 572 // 1. This is an *online* DFA, so the current state's next list in exec_at() 574 // them. (They are then cached into the current state's next list in exec_at() 588 // 'next' list very small. in exec_at() 1022 // And now store our state in the current state's next list. in exec_byte()
|
/third_party/rust/crates/rust-openssl/openssl-sys/src/handwritten/ |
H A D | ssl.rs | 724 pub fn SSL_CTX_set_client_CA_list(ctx: *mut SSL_CTX, list: *mut stack_st_X509_NAME); in SSL_CTX_set_client_CA_list()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
H A D | wpas_glue.c | 383 dl_list_for_each(bss, &wpa_s->bss, struct wpa_bss, list) { in wpa_get_beacon_ie()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/ |
H A D | dpp_pkex.c | 1355 dl_list_add(&dpp->bootstrap, &bi->list); in dpp_pkex_finish()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
H A D | wpas_glue.c | 404 dl_list_for_each(bss, &wpa_s->bss, struct wpa_bss, list) { in wpa_get_beacon_ie()
|
H A D | p2p_supplicant.c | 414 "P2P: Exclude 6 GHz channels - update the scan frequency list"); in wpas_p2p_trigger_scan_cb() 1376 dl_list_add(&s->psk_list, &wpa_s->global->add_psk->list); in wpas_p2p_store_persistent_group() 1981 list) { in wpas_p2p_add_psk_list() 3950 return; /* Peer not found in client list */ in wpas_remove_persistent_peer() 3954 "group %d client list%s", in wpas_remove_persistent_peer() 5595 "P2P: Failed to configure supported channel list"); 6287 "P2P: 6 GHz disabled - update the scan frequency list"); 6581 "P2P: No preferred frequency list available"); 7038 "P2P: No preferred frequency list available"); 8971 wpa_printf(MSG_ERROR, "P2P: Preferred channel list " [all...] |
/third_party/vulkan-loader/loader/ |
H A D | cJSON.c | 1108 if (res == VK_ERROR_OUT_OF_HOST_MEMORY && NULL != string_list->list) { in loader_parse_json_array_of_strings()
|
/third_party/openGLES/api/GL/ |
H A D | glext.h | 9725 typedef GLboolean (APIENTRYP PFNGLISCOMMANDLISTNVPROC) (GLuint list); 9726 typedef void (APIENTRYP PFNGLLISTDRAWCOMMANDSSTATESCLIENTNVPROC) (GLuint list, GLuint segment, const void **indirects, const GLsizei *sizes, const GLuint *states, const GLuint *fbos, GLuint count); 9727 typedef void (APIENTRYP PFNGLCOMMANDLISTSEGMENTSNVPROC) (GLuint list, GLuint segments); 9728 typedef void (APIENTRYP PFNGLCOMPILECOMMANDLISTNVPROC) (GLuint list); 9729 typedef void (APIENTRYP PFNGLCALLCOMMANDLISTNVPROC) (GLuint list); 9743 GLAPI GLboolean APIENTRY glIsCommandListNV (GLuint list); 9744 GLAPI void APIENTRY glListDrawCommandsStatesClientNV (GLuint list, GLuint segment, const void **indirects, const GLsizei *sizes, const GLuint *states, const GLuint *fbos, GLuint count); 9745 GLAPI void APIENTRY glCommandListSegmentsNV (GLuint list, GLuint segments); 9746 GLAPI void APIENTRY glCompileCommandListNV (GLuint list); 9747 GLAPI void APIENTRY glCallCommandListNV (GLuint list); [all...] |
/third_party/mesa3d/include/GL/ |
H A D | glext.h | 9638 typedef GLboolean (APIENTRYP PFNGLISCOMMANDLISTNVPROC) (GLuint list); 9639 typedef void (APIENTRYP PFNGLLISTDRAWCOMMANDSSTATESCLIENTNVPROC) (GLuint list, GLuint segment, const void **indirects, const GLsizei *sizes, const GLuint *states, const GLuint *fbos, GLuint count); 9640 typedef void (APIENTRYP PFNGLCOMMANDLISTSEGMENTSNVPROC) (GLuint list, GLuint segments); 9641 typedef void (APIENTRYP PFNGLCOMPILECOMMANDLISTNVPROC) (GLuint list); 9642 typedef void (APIENTRYP PFNGLCALLCOMMANDLISTNVPROC) (GLuint list); 9656 GLAPI GLboolean APIENTRY glIsCommandListNV (GLuint list); 9657 GLAPI void APIENTRY glListDrawCommandsStatesClientNV (GLuint list, GLuint segment, const void **indirects, const GLsizei *sizes, const GLuint *states, const GLuint *fbos, GLuint count); 9658 GLAPI void APIENTRY glCommandListSegmentsNV (GLuint list, GLuint segments); 9659 GLAPI void APIENTRY glCompileCommandListNV (GLuint list); 9660 GLAPI void APIENTRY glCallCommandListNV (GLuint list); [all...] |
/third_party/skia/third_party/externals/swiftshader/include/GL/ |
H A D | glext.h | 9550 typedef GLboolean (APIENTRYP PFNGLISCOMMANDLISTNVPROC) (GLuint list); 9551 typedef void (APIENTRYP PFNGLLISTDRAWCOMMANDSSTATESCLIENTNVPROC) (GLuint list, GLuint segment, const void **indirects, const GLsizei *sizes, const GLuint *states, const GLuint *fbos, GLuint count); 9552 typedef void (APIENTRYP PFNGLCOMMANDLISTSEGMENTSNVPROC) (GLuint list, GLuint segments); 9553 typedef void (APIENTRYP PFNGLCOMPILECOMMANDLISTNVPROC) (GLuint list); 9554 typedef void (APIENTRYP PFNGLCALLCOMMANDLISTNVPROC) (GLuint list); 9568 GLAPI GLboolean APIENTRY glIsCommandListNV (GLuint list); 9569 GLAPI void APIENTRY glListDrawCommandsStatesClientNV (GLuint list, GLuint segment, const void **indirects, const GLsizei *sizes, const GLuint *states, const GLuint *fbos, GLuint count); 9570 GLAPI void APIENTRY glCommandListSegmentsNV (GLuint list, GLuint segments); 9571 GLAPI void APIENTRY glCompileCommandListNV (GLuint list); 9572 GLAPI void APIENTRY glCallCommandListNV (GLuint list); [all...] |
/third_party/skia/third_party/externals/opengl-registry/api/GL/ |
H A D | glext.h | 9549 typedef GLboolean (APIENTRYP PFNGLISCOMMANDLISTNVPROC) (GLuint list); 9550 typedef void (APIENTRYP PFNGLLISTDRAWCOMMANDSSTATESCLIENTNVPROC) (GLuint list, GLuint segment, const void **indirects, const GLsizei *sizes, const GLuint *states, const GLuint *fbos, GLuint count); 9551 typedef void (APIENTRYP PFNGLCOMMANDLISTSEGMENTSNVPROC) (GLuint list, GLuint segments); 9552 typedef void (APIENTRYP PFNGLCOMPILECOMMANDLISTNVPROC) (GLuint list); 9553 typedef void (APIENTRYP PFNGLCALLCOMMANDLISTNVPROC) (GLuint list); 9567 GLAPI GLboolean APIENTRY glIsCommandListNV (GLuint list); 9568 GLAPI void APIENTRY glListDrawCommandsStatesClientNV (GLuint list, GLuint segment, const void **indirects, const GLsizei *sizes, const GLuint *states, const GLuint *fbos, GLuint count); 9569 GLAPI void APIENTRY glCommandListSegmentsNV (GLuint list, GLuint segments); 9570 GLAPI void APIENTRY glCompileCommandListNV (GLuint list); 9571 GLAPI void APIENTRY glCallCommandListNV (GLuint list); [all...] |
/third_party/mesa3d/src/amd/vulkan/ |
H A D | radv_cmd_buffer.c | 406 list_for_each_entry_safe(struct radv_cmd_buffer_upload, up, &cmd_buffer->upload.list, list) in radv_destroy_cmd_buffer() 409 list_del(&up->list); in radv_destroy_cmd_buffer() 484 list_inithead(&cmd_buffer->upload.list); in radv_create_cmd_buffer() 498 list_for_each_entry_safe(struct radv_cmd_buffer_upload, up, &cmd_buffer->upload.list, list) in radv_reset_cmd_buffer() 501 list_del(&up->list); in radv_reset_cmd_buffer() 616 list_add(&upload->list, &cmd_buffer->upload.list); in radv_cmd_buffer_resize_upload_buf()
|
/third_party/node/deps/v8/src/codegen/arm64/ |
H A D | assembler-arm64.cc | 8 // notice, this list of conditions and the following disclaimer. 10 // copyright notice, this list of conditions and the following 174 CPURegList list = CPURegList(CPURegister::kRegister, size, 0, 17); in GetCallerSaved() local 175 return list; in GetCallerSaved() 180 CPURegList list = CPURegList(CPURegister::kVRegister, size, 0, 7); in GetCallerSavedV() local 181 list.Combine(CPURegList(CPURegister::kVRegister, size, 16, 31)); in GetCallerSavedV() 182 return list; in GetCallerSavedV() 2264 // index by immediate of the size of the register list, or post index by a in LoadStoreStructVerify() 4568 // Reminder: We iterate in reverse order to avoid duplicate linked-list in EmitVeneers()
|
/third_party/openssl/test/ |
H A D | sslapitest.c | 764 /* The gimpy cipher list we configure can't do TLS 1.3. */ in test_client_hello_cb() 3083 /* The list of sig algs */ 3084 const int *list; member 3085 /* The length of the list */ 3087 /* A sigalgs list in string format */ 3089 /* Whether setting the list should succeed */ 3091 /* Whether creating a connection with the list should succeed */ 3151 if (curr->list != NULL) in test_set_sigalgs() 3152 ret = SSL_CTX_set1_sigalgs(cctx, curr->list, curr->listlen); in test_set_sigalgs() 3176 if (curr->list ! in test_set_sigalgs() [all...] |
/third_party/typescript/lib/ |
H A D | tsserverlibrary.js | 803 // Perform a stable sort of the array. This ensures the first entry in a list of 2068 * Given a name and a list of names that are *not* equal to the name, return a spelling suggestion if there is one that is close enough. 2748 // Assuming enum objects do not change at runtime, we can cache the enum members list 4541 // Synthesized list 5968 LexicalEnvironmentFlags[LexicalEnvironmentFlags["VariablesHoistedInParameters"] = 2] = "VariablesHoistedInParameters"; // a temp variable was hoisted while visiting a parameter list 6323 // Always poll complete list of changedFilesInLastPoll 6718 * Create new childDirectoryWatcher and add it to the new ChildDirectoryWatcher list 6725 * Add child directory watcher to the new ChildDirectoryWatcher list 8297 A_rest_parameter_must_be_last_in_a_parameter_list: diag(1014, ts.DiagnosticCategory.Error, "A_rest_parameter_must_be_last_in_a_parameter_list_1014", "A rest parameter must be last in a parameter list."), 8312 super_must_be_followed_by_an_argument_list_or_member_access: diag(1034, ts.DiagnosticCategory.Error, "super_must_be_followed_by_an_argument_list_or_member_access_1034", "'super' must be followed by an argument list o [all...] |
H A D | typescript.js | 794 // Perform a stable sort of the array. This ensures the first entry in a list of 2059 * Given a name and a list of names that are *not* equal to the name, return a spelling suggestion if there is one that is close enough. 2739 // Assuming enum objects do not change at runtime, we can cache the enum members list 4532 // Synthesized list 5959 LexicalEnvironmentFlags[LexicalEnvironmentFlags["VariablesHoistedInParameters"] = 2] = "VariablesHoistedInParameters"; // a temp variable was hoisted while visiting a parameter list 6314 // Always poll complete list of changedFilesInLastPoll 6709 * Create new childDirectoryWatcher and add it to the new ChildDirectoryWatcher list 6716 * Add child directory watcher to the new ChildDirectoryWatcher list 8288 A_rest_parameter_must_be_last_in_a_parameter_list: diag(1014, ts.DiagnosticCategory.Error, "A_rest_parameter_must_be_last_in_a_parameter_list_1014", "A rest parameter must be last in a parameter list."), 8303 super_must_be_followed_by_an_argument_list_or_member_access: diag(1034, ts.DiagnosticCategory.Error, "super_must_be_followed_by_an_argument_list_or_member_access_1034", "'super' must be followed by an argument list o [all...] |
H A D | typescriptServices.js | 794 // Perform a stable sort of the array. This ensures the first entry in a list of 2059 * Given a name and a list of names that are *not* equal to the name, return a spelling suggestion if there is one that is close enough. 2739 // Assuming enum objects do not change at runtime, we can cache the enum members list 4532 // Synthesized list 5959 LexicalEnvironmentFlags[LexicalEnvironmentFlags["VariablesHoistedInParameters"] = 2] = "VariablesHoistedInParameters"; // a temp variable was hoisted while visiting a parameter list 6314 // Always poll complete list of changedFilesInLastPoll 6709 * Create new childDirectoryWatcher and add it to the new ChildDirectoryWatcher list 6716 * Add child directory watcher to the new ChildDirectoryWatcher list 8288 A_rest_parameter_must_be_last_in_a_parameter_list: diag(1014, ts.DiagnosticCategory.Error, "A_rest_parameter_must_be_last_in_a_parameter_list_1014", "A rest parameter must be last in a parameter list."), 8303 super_must_be_followed_by_an_argument_list_or_member_access: diag(1034, ts.DiagnosticCategory.Error, "super_must_be_followed_by_an_argument_list_or_member_access_1034", "'super' must be followed by an argument list o [all...] |
H A D | tsserver.js | 804 // Perform a stable sort of the array. This ensures the first entry in a list of 2069 * Given a name and a list of names that are *not* equal to the name, return a spelling suggestion if there is one that is close enough. 2749 // Assuming enum objects do not change at runtime, we can cache the enum members list 4542 // Synthesized list 5969 LexicalEnvironmentFlags[LexicalEnvironmentFlags["VariablesHoistedInParameters"] = 2] = "VariablesHoistedInParameters"; // a temp variable was hoisted while visiting a parameter list 6324 // Always poll complete list of changedFilesInLastPoll 6719 * Create new childDirectoryWatcher and add it to the new ChildDirectoryWatcher list 6726 * Add child directory watcher to the new ChildDirectoryWatcher list 8298 A_rest_parameter_must_be_last_in_a_parameter_list: diag(1014, ts.DiagnosticCategory.Error, "A_rest_parameter_must_be_last_in_a_parameter_list_1014", "A rest parameter must be last in a parameter list."), 8313 super_must_be_followed_by_an_argument_list_or_member_access: diag(1034, ts.DiagnosticCategory.Error, "super_must_be_followed_by_an_argument_list_or_member_access_1034", "'super' must be followed by an argument list o [all...] |
/third_party/backends/backend/ |
H A D | hs2p.c | 46 . - sane_get_devices() : query list of scanner-devices 172 get_list_index (const char *list[], char *s) /* sequential search */ in get_list_index() argument 176 for (i = 0; list[i]; i++) in get_list_index() 177 if (strcmp (s, list[i]) == 0) in get_list_index() 1309 /* set the length of the list to zero first, then append standard resolutions */ in attach() 1699 s->next = first_handle; /* insert newly opened handle into list of open handles: */ in sane_open()
|