Home
last modified time | relevance | path

Searched refs:name (Results 48501 - 48525 of 61385) sorted by relevance

1...<<1941194219431944194519461947194819491950>>...2456

/third_party/ffmpeg/libavformat/
H A Dwavenc.c510 .name = "wav",
609 .name = "w64",
H A Dasync.c491 .name = "async",
593 .name = "async-test",
H A Dwebmdashenc.c65 return avcodec_descriptor_get(codec_id)->name; in get_codec_name()
544 .name = "webm_dash_manifest",
/third_party/ffmpeg/libavfilter/
H A Dvsrc_gradients.c417 .name = "default",
424 .name = "gradients",
H A Dvsrc_life.c435 .name = "default",
443 .name = "life",
H A Dvsrc_mandelbrot.c405 .name = "default",
413 .name = "mandelbrot",
/third_party/ffmpeg/libavformat/tests/
H A Dmovenc.c138 static void init_out(const char *name) in init_out() argument
141 cur_name = name; in init_out()
/third_party/ffmpeg/libavutil/
H A Dtx.c277 .name = NULL_IF_CONFIG_SMALL("null"),
341 av_bprintf(&bp, "%s - type: ", cd->name); in print_cd_info()
/third_party/glslang/glslang/MachineIndependent/
H A DParseContextBase.cpp19 // Neither the name of 3Dlabs Inc. Ltd. nor the names of its
324 // Return a writable version of the variable 'name'.
326 // Return nullptr if 'name' is not found. This should mean
329 TVariable* TParseContextBase::getEditableVariable(const char* name) in getEditableVariable() argument
332 TSymbol* symbol = symbolTable.find(name, &builtIn); in getEditableVariable()
/third_party/alsa-utils/alsa-info/
H A Dalsa-info.sh446 DMI_SYSTEM_PRODUCT_NAME=$($DMIDECODE -s system-product-name 2>/dev/null)
451 DMI_BOARD_NAME=$($DMIDECODE -s baseboard-product-name 2>/dev/null)
498 echo "name=$USER&type=33&description=/tmp/alsa-info.txt&expiry=&s=Submit+Post&content=" > $FILE
/third_party/alsa-utils/topology/
H A Dpre-processor.c154 snd_config_t *tplg_find_config(snd_config_t *config, const char *name) in tplg_find_config() argument
165 if (!strcmp(id, name)) in tplg_find_config()
191 * name and search for configs with ID's separated by '.'.
/third_party/backends/backend/
H A Dplustek-pp_io.c2 * @brief as the name says, here we have all the I/O
74 char *name; member
332 /** as the name says, we switch to SPP mode
658 ioReadFunc[ps->IO.portMode].name ); in IOInitialize()
/third_party/EGL/api/EGL/
H A Degl.h124 typedef const char *(EGLAPIENTRYP PFNEGLQUERYSTRINGPROC) (EGLDisplay dpy, EGLint name);
149 EGLAPI const char *EGLAPIENTRY eglQueryString (EGLDisplay dpy, EGLint name);
/third_party/alsa-utils/topology/nhlt/intel/
H A Dssp-nhlt.c275 const char *name; in set_aux_params() member
298 if (snd_config_search(cfg, aux_maps[i].name, &items) < 0) in set_aux_params()
592 * name NoCodec-0
/third_party/gn/src/gn/
H A Dninja_action_target_writer_unittest.cc92 setup.toolchain()->label().name())); in TEST()
106 // The console pool's name must be mapped exactly to the string "console" in TEST()
107 // which is a special pre-defined pool name in ninja. in TEST()
403 // This name is autogenerated from the target rule name. in TEST()
438 setup.toolchain()->label().name())); in TEST()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/locale/
H A DXLikelySubtags.java189 String name = locale.getName(); // Faster than .toLanguageTag(). in makeMaximizedLsrFrom()
190 if (name.startsWith("@x=")) { in makeMaximizedLsrFrom()
/third_party/icu/icu4c/source/test/perf/convperf/
H A Dconvperf.cpp46 UPerfFunction* ConverterPerformanceTest::runIndexedTest(int32_t index, UBool exec,const char* &name, char* par) { in runIndexedTest() argument
120 name = ""; in runIndexedTest()
/third_party/icu/icu4c/source/common/
H A Ducptrie.cpp107 trie->name = "fromSerialized"; in ucptrie_openFromBinary()
580 which, trie->name, indexLength, dataLength, countNull(trie), totalLength); in ucptrie_printLengths()
H A Dutrie2.cpp10 * file name: utrie2.cpp
21 * This is the second common version of a Unicode trie (hence the name UTrie2).
205 trie->name="fromSerialized"; in utrie2_openFromSerialized()
300 trie->name="dummy"; in utrie2_openDummy()
/third_party/PyYAML/lib/yaml/
H A Dparser.py222 if token.name == 'YAML':
232 elif token.name == 'TAG':
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/locale/
H A DXLikelySubtags.java196 String name = locale.getName(); // Faster than .toLanguageTag(). in makeMaximizedLsrFrom()
197 if (name.startsWith("@x=")) { in makeMaximizedLsrFrom()
/third_party/libsnd/src/
H A Dogg.c38 ** - Neither the name of the Xiph.Org Foundation nor the names of its
826 { const char *str, *name ; member
848 { psf_log_printf (psf, "Ogg stream data : %s\n", codec_lookup [k].name) ; in ogg_page_classify()
/third_party/libwebsockets/lib/event-libs/libuv/
H A Dlibuv.c428 wsi->role_ops && strcmp(wsi->role_ops->name, "raw-file") && in elops_wsi_logical_close_uv()
807 if (wsi->role_ops && !strcmp(wsi->role_ops->name, "listen") && in lws_libuv_closewsi()
912 /* name */ "libuv",
/third_party/libuv/src/unix/
H A Dsunos.c860 address->name = uv__strdup(ent->ifa_name); in uv_interface_addresses()
892 uv__free(addresses[i].name); in uv_free_interface_addresses()
/third_party/mesa3d/include/EGL/
H A Degl.h124 typedef const char *(EGLAPIENTRYP PFNEGLQUERYSTRINGPROC) (EGLDisplay dpy, EGLint name);
149 EGLAPI const char *EGLAPIENTRY eglQueryString (EGLDisplay dpy, EGLint name);

Completed in 79 milliseconds

1...<<1941194219431944194519461947194819491950>>...2456