/third_party/ffmpeg/libavcodec/ |
H A D | cavs.c | 389 int delta, int list, uint8_t *dest_y, in mc_dir_part() 388 mc_dir_part(AVSContext *h, AVFrame *pic, int chroma_height, int delta, int list, uint8_t *dest_y, uint8_t *dest_cb, uint8_t *dest_cr, int src_x_offset, int src_y_offset, qpel_mc_func *qpix_op, h264_chroma_mc_func chroma_op, cavs_vector *mv) mc_dir_part() argument
|
/third_party/curl/lib/ |
H A D | urldata.h | 240 PROT_NONE, /* first in list */ 246 PROT_LAST /* last in list */ 281 char *cipher_list; /* list of ciphers to use */ 282 char *cipher_list13; /* list of TLS 1.3 cipher suites to use */ 292 char *curves; /* list of curves to use */ 318 list errors */ 1213 RTSPREQ_NONE, /* first in list */ 1225 RTSPREQ_LAST /* last in list */ 1311 struct Curl_llist_element list; member 1338 struct curl_slist *hstslist; /* list o [all...] |
/third_party/glslang/glslang/MachineIndependent/ |
H A D | localintermediate.h | 14 // notice, this list of conditions and the following disclaimer. 17 // copyright notice, this list of conditions and the following 100 // There can be duplicates. General assumption is the list is small. 1135 typedef std::list<TCall> TGraph;
|
/third_party/googletest/googletest/test/ |
H A D | googletest-port-test.cc | 9 // notice, this list of conditions and the following disclaimer. 11 // copyright notice, this list of conditions and the following disclaimer 40 #include <list> 405 // Defines StringTypes as the list of all string types that class RE
|
/third_party/PyYAML/lib/yaml/ |
H A D | scanner.py | 286 for level in list(self.possible_simple_keys):
|
/third_party/icu/tools/unicodetools/com/ibm/rbm/ |
H A D | RBManager.java | 132 String[] temp = resDir.list(); in RBManager() 764 * Returns a vector of strings comprising a list of all languages in the system
|
/third_party/libwebsockets/lib/core-net/ |
H A D | vhost.c | 408 * linked list of options specific to in lws_protocol_init_vhost() 460 * list at creation enables all the protocols in lws_protocol_init_vhost() 548 /* list of supported protocols and callbacks */ 767 * give the vhost a unified list of protocols including: in lws_create_vhost() 858 plugin = plugin->list; in lws_create_vhost() 873 (unsigned int)vh->count_protocols, "same vh list"); in lws_create_vhost() 1441 * remove ourselves from the defer binding list 1478 * remove vhost from context list of vhosts 1488 /* add ourselves to the pending destruction list */ 1497 /* remove ourselves from the pending destruction list */ [all...] |
H A D | private-lib-core-net.h | 287 struct lws_dll2_owner seq_owner; /* list of lws_sequencer-s */ 663 struct lws_dll2 adns; /* on adns list of guys to tell result */ 680 /* lws_dns_sort_t: dns results wrapped and sorted in a linked-list... 681 * deleted as they are tried, list empty == everything tried */ 1588 lws_container_of((ni)->list.owner, lws_netdevs_t, owner)
|
/third_party/lzma/CPP/Common/ |
H A D | MyString.h | 1040 // list - is list of low case Ascii strings separated by space " ".
1041 // the function returns true, if it can find exact word (str) in (list).
1042 bool FindWord_In_LowCaseAsciiList_NoCase(const char *list, const wchar_t *str);
|
/third_party/jinja2/ |
H A D | environment.py | 110 """Load the extensions from the list and bind it to the environment. 898 """Returns a list of templates for this environment. This requires 903 actual templates, the returned list can be filtered. There are two 904 ways: either `extensions` is set to a list of file extensions for 907 in the result list. 1052 message="Tried to select from an empty list of templates." 1535 body_stream = list(template.root_render_func(context))
|
/third_party/node/deps/v8/tools/mb/ |
H A D | mb.py | 434 # Build a list of all of the configs referenced by builders. 459 # Figure out the whole list of mixins, and check that every mixin 692 # We need GN to generate the list of runtime dependencies for 710 cmd.append('--runtime-deps-list-file=%s' % gn_runtime_deps_path) 852 return [gn_path, subcommand, path] + list(args) 888 # Canonicalize the arg string into a sorted, newline-separated list 1012 # maxes out at 128k; if analyze returns a *really long* list of
|
/third_party/libfuse/example/ |
H A D | passthrough_hp.cc | 72 #include <list> 1225 // Strip everything before the option list from the in parse_options()
|
/third_party/node/deps/v8/src/parsing/ |
H A D | parser.h | 17 #include "src/base/threaded-list.h" 24 #include "src/zone/zone-chunk-list.h" 409 // from a non-simple parameter list. 512 const ScopedPtrList<Expression>& list); 891 // If the parameter list is simple, declare the parameters normally with in DeclareFormalParameters() 892 // their names. If the parameter list is not simple, declare a temporary in DeclareFormalParameters() 1107 // indicates the correct position of the ')' that closes the parameter list.
|
/third_party/node/deps/openssl/openssl/util/perl/OpenSSL/ |
H A D | Ordinals.pm | 246 Returns a list of items according to a set of criteria. The criteria is
|
/third_party/libabigail/src/ |
H A D | abg-corpus.cc | 44 using std::list; 310 /// @return the sorted list of function symbols. 382 /// Return a list of symbols that are not referenced by any function of 385 /// Note that this function considers the list of function symbols to keep, 387 /// unreferenced function symbol is not in the list of functions to keep, then 391 /// @return list of symbols that are not referenced by any function 516 /// Return a list of symbols that are not referenced by any variable of 519 /// Note that this function considers the list of variable symbols to keep, 521 /// unreferenced variable symbol is not in the list of variable to keep, then 525 /// @return list o [all...] |
/third_party/openssl/util/perl/OpenSSL/ |
H A D | Ordinals.pm | 246 Returns a list of items according to a set of criteria. The criteria is
|
/third_party/python/Lib/ |
H A D | optparse.py | 7 For support, use the optik-users@lists.sourceforge.net mailing list 53 notice, this list of conditions and the following disclaimer. 56 notice, this list of conditions and the following disclaimer in the 306 # But if the opt string list is too long, we put the help 350 """Return a comma-separated list of option strings & metavariables.""" 469 # The list of instance attributes that may be set through 551 # CHECK_METHODS is a list of unbound method objects; they are called 553 # initialized. The list is created and filled in later, after all 557 # define their own CHECK_METHODS list that adds their check method 666 "must supply a list o [all...] |
H A D | ipaddress.py | 168 addresses: a list of IPv#Address objects. 204 >>> list(summarize_address_range(IPv4Address('192.0.2.0'), 272 addresses: A list of IPv4Network's or IPv6Network's 275 A list of IPv4Network's or IPv6Network's depending on what we were 280 to_merge = list(addresses) 305 """Collapse a list of IP objects. 319 TypeError: If passed a list of mixed version objects. 803 list(addr1.address_exclude(addr2)) = 811 list(addr1.address_exclude(addr2)) = 924 and list [all...] |
/third_party/python/Lib/test/ |
H A D | test_clinic.py | 230 blocks = list(clinic.BlockParser(input, language)) 806 'module os\nos.access\n path: ["list", "of", "strings"]'
|
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)
|
/third_party/pulseaudio/src/modules/alsa/ |
H A D | alsa-ucm.c | 358 /* Create a property list for this ucm device */ 549 /* Create a property list for this ucm modifier */ 584 /* Create a list of devices for this verb */ 662 static void add_media_role(const char *name, pa_alsa_ucm_device *list, const char *role_name, const char *role, bool is_sink) { in add_media_role() argument 665 PA_LLIST_FOREACH(d, list) { in add_media_role() 707 static void ucm_set_media_roles(pa_alsa_ucm_modifier *modifier, pa_alsa_ucm_device *list, const char *mod_name) { in ucm_set_media_roles() argument 725 add_media_role(modifier->supported_devices[i], list, role_name, sub, is_sink); in ucm_set_media_roles() 805 /* get a list of all UCM verbs (profiles) for this card */ in pa_alsa_ucm_query_profiles() 808 pa_log("UCM verb list not found for %s", card_name); in pa_alsa_ucm_query_profiles() 1831 /* JackHWMute contains a list o in ucm_create_profile() [all...] |
/third_party/python/Lib/importlib/ |
H A D | _bootstrap_external.py | 260 # Python 2.7a0: 62171 (optimize list comprehensions/change LIST_APPEND) 282 # Python 3.1a1: 3141 (optimize list, set and dict comprehensions: 783 submodule_search_locations to a list of directory paths. An 784 empty list is sufficient, though its not otherwise useful to the 1397 for name, finder in list(sys.path_importer_cache.items()): 1468 # the list of paths that will become its __path__ 1543 (or all names if ``None`` indicated) along the paths in the list 1586 package portions. Returns (loader, list-of-portions). 1734 """Returns a list of file-based module loaders.
|
H A D | _bootstrap.py | 482 submodule_search_locations = list(module.__path__) 544 # XXX We should extend __path__ if it's already a list. 1222 where = "``from list''"
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/ |
H A D | vktRayTracingPipelineLibraryTests.cpp | 26 #include <list> 618 // push main pipeline on the list in runTest()
|
/third_party/skia/third_party/externals/angle2/src/tests/ |
H A D | capture_replay_tests.py | 22 # Command line arguments: run with --help for a full list. 133 # list of Python multiprocess.Process handles 248 cmd = GetRunCommand(args, test_path) + ["--list-tests", "--gtest_filter=%s" % filter] 249 logger.info('Getting test list from "%s"' % " ".join(cmd)) 261 if l == 'Tests list:': 263 elif l == 'End tests list.': 471 # write gni file that holds all the traces files in a list 591 # tests that must not be run as list 839 # get a list of tests 848 # collections that are shared by multiple processes such as job queue or result list [all...] |