/third_party/ffmpeg/libavformat/ |
H A D | libssh.c | 355 } while (!strcmp(attr->name, ".") || !strcmp(attr->name, "..")); in libssh_read_dir() 357 entry->name = av_strdup(attr->name); in libssh_read_dir() 493 .name = "sftp",
|
H A D | hashenc.c | 176 .name = "hash", 200 .name = "md5", 217 .name = "streamhash", 328 .name = "framehash", 352 .name = "framemd5",
|
H A D | aaxdec.c | 31 const char *name; member 201 a->xcolumns[c].name = a->string_table + offset; in aax_read_header() 229 if (!a->xcolumns[c].name || strcmp(a->xcolumns[c].name, "data")) in aax_read_header() 387 .name = "aax",
|
/third_party/ffmpeg/libavfilter/ |
H A D | vf_feedback.c | 283 .name = "default", 288 .name = "feedin", 296 .name = "default", 301 .name = "feedout", 322 .name = "feedback",
|
H A D | vf_unsharp.c | 60 #define DEF_UNSHARP_SLICE_FUNC(name, nbits) \ 61 static int name##_##nbits(AVFilterContext *ctx, void *arg, int jobnr, int nb_jobs) \ 348 .name = "default", 357 .name = "default", 363 .name = "unsharp",
|
H A D | vf_transpose_vulkan.c | 52 .name = "input_images", in init_filter() 60 .name = "output_images", in init_filter() 320 .name = "default", 329 .name = "default", 336 .name = "transpose_vulkan",
|
H A D | vf_mestimate.c | 50 #define CONST(name, help, val, unit) { name, help, 0, AV_OPT_TYPE_CONST, {.i64=val}, 0, 0, FLAGS, unit } 346 .name = "default", 355 .name = "default", 361 .name = "mestimate",
|
H A D | vf_setparams.c | 152 .name = "default", 160 .name = "default", 166 .name = "setparams", 205 .name = "setrange", 240 .name = "setfield",
|
/third_party/curl/lib/ |
H A D | version.c | 432 #define FEATURE(name, present, bitmask) {(name), (present), (bitmask)} 435 const char *name; member 668 for(p = features_table; p->name; p++) in curl_version_info() 671 feature_names[n++] = p->name; in curl_version_info()
|
H A D | cf-https-connect.c | 53 const char *name; member 112 const char *name, in cf_hc_baller_init() 118 b->name = name; in cf_hc_baller_init() 169 winner->name, (int)Curl_timediff(Curl_now(), winner->started), in baller_connected() 109 cf_hc_baller_init(struct cf_hc_baller *b, struct Curl_cfilter *cf, struct Curl_easy *data, const char *name, int transport) cf_hc_baller_init() argument
|
/third_party/glfw/src/ |
H A D | monitor.c | 169 // Allocates and returns a monitor object with the specified name and dimensions 171 _GLFWmonitor* _glfwAllocMonitor(const char* name, int widthMM, int heightMM) in _glfwAllocMonitor() argument 177 strncpy(monitor->name, name, sizeof(monitor->name) - 1); in _glfwAllocMonitor() 403 return monitor->name; in glfwGetMonitorName()
|
/third_party/cups-filters/filter/ |
H A D | sys5ippprinter.c | 53 char *name; /* Filter executable name */ member 490 filter_present(const char *filter) /* I - Filter name */ in filter_present() 699 pid_entry->name = filter; in exec_filters() 756 pid_entry->name, pid, WEXITSTATUS(status)); in exec_filters() 759 pid_entry->name, pid, WTERMSIG(status)); in exec_filters() 765 pid_entry->name, pid); in exec_filters()
|
/third_party/cups-filters/cupsfilters/ |
H A D | pdftoippprinter.c | 52 char *name; /* Filter executable name */ member 550 filter_present(const char *filter) /* I - Filter name */ in filter_present() 744 pid_entry->name = filter; in exec_filters() 792 pid_entry->name, pid, WEXITSTATUS(status)); in exec_filters() 795 pid_entry->name, pid, WTERMSIG(status)); in exec_filters() 800 pid_entry->name, pid); in exec_filters()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/breakiter/ |
H A D | LSTMBreakEngine.java | 429 String name = defaultLSTM(script); in createData() 430 name = name.substring(0, name.indexOf(".")); in createData() 433 ICUData.ICU_BRKITR_BASE_NAME, name, in createData()
|
/third_party/icu/icu4c/source/test/intltest/ |
H A D | dadrcal.cpp | 42 const char* &name, char* /*par */) { in runIndexedTest() 51 name = testData->getName(); in runIndexedTest() 56 log(name); in runIndexedTest() 64 name = ""; in runIndexedTest() 68 name = ""; in runIndexedTest() 41 runIndexedTest(int32_t index, UBool exec, const char* &name, char* ) runIndexedTest() argument
|
H A D | numberformattesttuple.cpp | 287 const char *name; member 399 appendTo.append(gFieldData[i].name); in toString() 409 const UnicodeString &name) { in getFieldByName() 412 buffer.appendInvariantChars(name, status); in getFieldByName() 418 if (uprv_strcmp(gFieldData[i].name, buffer.data()) == 0) { in getFieldByName() 408 getFieldByName( const UnicodeString &name) getFieldByName() argument
|
H A D | tzbdtest.cpp | 19 void TimeZoneBoundaryTest::runIndexedTest( int32_t index, UBool exec, const char* &name, char* /*par*/ ) in runIndexedTest() argument 24 name = "TestBoundaries"; in runIndexedTest() 31 name = "TestNewRules"; in runIndexedTest() 38 name = "TestStepwise"; in runIndexedTest() 44 default: name = ""; break; in runIndexedTest()
|
/third_party/icu/icu4c/source/test/perf/normperf/ |
H A D | normperf.h | 53 retVal = (*fn)(lines[i].name,lines[i].len,mode, options, status); in call() 57 retVal = (*fn)(lines[i].name,-1,mode, options, status); in call() 124 retVal = (*fn)(lines[i].name,lines[i].len,pDest,destLen, options, status); in call() 128 retVal = (*fn)(lines[i].name,-1,pDest,destLen, options, status); in call() 200 virtual UPerfFunction* runIndexedTest(int32_t index, UBool exec,const char* &name, char* par = NULL);
|
/third_party/NuttX/drivers/pipes/ |
H A D | pipe_common.c | 115 struct pipe_dev_s *pipecommon_allocdev(size_t bufsize, const char *name) in pipecommon_allocdev() argument 133 ret = strcpy_s(dev->name, sizeof(dev->name), name); in pipecommon_allocdev() 806 unregister_driver(dev->name); in pipecommon_unlink()
|
/third_party/icu/tools/unicodetools/com/ibm/rbm/ |
H A D | RBxliffExporter.java | 173 String base_name = file.getName(); // The base name of the files we will write in export() 195 if ((main_bundle.name != null && main_bundle.name.length() > 0) in addHeaderProperties() 203 if (main_bundle.name != null && main_bundle.name.length() > 0) { in addHeaderProperties() 207 prop.setAttribute("prop-type","name"); in addHeaderProperties() 208 prop.appendChild(xml.createTextNode(main_bundle.name)); in addHeaderProperties() 297 tool.setAttribute("tool-name", "RBManager"); in exportFile()
|
/third_party/libwebsockets/lib/misc/cache-ttl/ |
H A D | heap.c | 57 lwsl_cache("%s: %s (%s)\n", __func__, cache->cache.info.name, in _lws_cache_heap_item_destroy() 177 lwsl_cache("%s: %s\n", __func__, cache->cache.info.name); in expiry_cb() 332 lwsl_cache("%s: %s: len %d\n", __func__, _c->info.name, (int)size); in lws_cache_heap_write() 502 assert(info->name); in lws_cache_heap_create() 513 // lwsl_cache("%s: create %s\n", __func__, info->name); in lws_cache_heap_create() 587 cache->cache.info.name, (int)cache->items_lru.count, in lws_cache_heap_debug_dump()
|
/third_party/libwebsockets/include/libwebsockets/ |
H A D | lws-misc.h | 236 * \param name: the substring to search for 237 * \param nl: the length of name 239 * Returns NULL if \p name is not present in \p buf. Otherwise returns the 240 * address of the first instance of \p name in \p buf. 242 * Neither buf nor name need to be NUL-terminated. 245 lws_nstrstr(const char *buf, size_t len, const char *name, size_t nl); 252 * \param name: the name field to search the JSON for, eg, "\"myname\":" 255 * Either returns NULL if \p name is not present in buf, or returns a pointer 256 * to the argument body of the first instance of \p name, an 707 const char *name; global() member 877 const char *name; /* array ends with NULL name */ global() member [all...] |
/third_party/libsnd/src/ |
H A D | svx.c | 243 if (strlen (psf->file.name) != chunk_size) in svx_read_header() 244 { if (chunk_size > sizeof (psf->file.name) - 1) in svx_read_header() 247 psf_binheader_readf (psf, "b", psf->file.name, chunk_size) ; in svx_read_header() 248 psf->file.name [chunk_size] = 0 ; in svx_read_header() 384 psf_binheader_writef (psf, "Emsms", BHWm (NAME_MARKER), BHWs (psf->file.name), BHWm (ANNO_MARKER), BHWs (annotation)) ; in svx_write_header()
|
/third_party/libwebsockets/lib/jose/jwk/ |
H A D | jose_key.c | 99 const char *name; member 464 * ie, meta and key data elements appear interleaved in name alpha order in lws_jwk_export() 502 l->name, kty_names[jwk->kty]); in lws_jwk_export() 512 "\"%s\":[", l->name); in lws_jwk_export() 552 l->name); in lws_jwk_export() 567 p += lws_snprintf(p, lws_ptr_diff_size_t(end, p), "\"%s\":\"", l->name); in lws_jwk_export()
|
/third_party/lzma/CPP/Windows/ |
H A D | Shell.cpp | 153 AString name;
in ReadAnsiStrings() local 159 if (name.IsEmpty())
in ReadAnsiStrings() 161 names.Add(GetUnicodeString(name));
in ReadAnsiStrings() 162 name.Empty();
in ReadAnsiStrings() 165 name += c;
in ReadAnsiStrings() 542 // SHGetPathFromIDListEx returns a win32 file system path for the item in the name space.
|