/third_party/ffmpeg/libavformat/ |
H A D | wavenc.c | 510 .name = "wav", 609 .name = "w64",
|
H A D | async.c | 491 .name = "async", 593 .name = "async-test",
|
H A D | webmdashenc.c | 65 return avcodec_descriptor_get(codec_id)->name; in get_codec_name() 544 .name = "webm_dash_manifest",
|
/third_party/ffmpeg/libavfilter/ |
H A D | vsrc_gradients.c | 417 .name = "default", 424 .name = "gradients",
|
H A D | vsrc_life.c | 435 .name = "default", 443 .name = "life",
|
H A D | vsrc_mandelbrot.c | 405 .name = "default", 413 .name = "mandelbrot",
|
/third_party/ffmpeg/libavformat/tests/ |
H A D | movenc.c | 138 static void init_out(const char *name) in init_out() argument 141 cur_name = name; in init_out()
|
/third_party/ffmpeg/libavutil/ |
H A D | tx.c | 277 .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 D | ParseContextBase.cpp | 19 // 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 D | alsa-info.sh | 446 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 D | pre-processor.c | 154 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 D | plustek-pp_io.c | 2 * @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 D | egl.h | 124 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 D | ssp-nhlt.c | 275 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 D | ninja_action_target_writer_unittest.cc | 92 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 D | XLikelySubtags.java | 189 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 D | convperf.cpp | 46 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 D | ucptrie.cpp | 107 trie->name = "fromSerialized"; in ucptrie_openFromBinary() 580 which, trie->name, indexLength, dataLength, countNull(trie), totalLength); in ucptrie_printLengths()
|
H A D | utrie2.cpp | 10 * 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 D | parser.py | 222 if token.name == 'YAML': 232 elif token.name == 'TAG':
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/locale/ |
H A D | XLikelySubtags.java | 196 String name = locale.getName(); // Faster than .toLanguageTag(). in makeMaximizedLsrFrom() 197 if (name.startsWith("@x=")) { in makeMaximizedLsrFrom()
|
/third_party/libsnd/src/ |
H A D | ogg.c | 38 ** - 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 D | libuv.c | 428 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 D | sunos.c | 860 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 D | egl.h | 124 typedef const char *(EGLAPIENTRYP PFNEGLQUERYSTRINGPROC) (EGLDisplay dpy, EGLint name); 149 EGLAPI const char *EGLAPIENTRY eglQueryString (EGLDisplay dpy, EGLint name);
|