/third_party/elfutils/libcpu/ |
H A D | riscv_disasm.c | 98 const char *name; member 1264 op[last] = (char *) found->name; in riscv_disasm()
|
/third_party/ffmpeg/libavcodec/ |
H A D | mlpdec.c | 1420 .p.name = "mlp", 1435 .p.name = "truehd",
|
H A D | imc.c | 1086 .p.name = "imc", 1103 .p.name = "iac",
|
H A D | omx.c | 919 { "omx_libname", "OpenMAX library name", OFFSET(libname), AV_OPT_TYPE_STRING, { 0 }, 0, 0, VDE }, 940 .p.name = "mpeg4_omx", 961 .p.name = "h264_omx",
|
/third_party/curl/tests/libtest/ |
H A D | lib1560.c | 44 const char *name; member 70 for(i = 0; parts[i].name; i++) { in checkparts() 361 /* URL without host name */ 476 {"http://example.com/path/html?query=name", 478 "query=name | [17]", 480 {"http://example.com/path/html?query=name#anchor", 482 "query=name | anchor", 484 {"http://example.com:1234/path/html?query=name#anchor", 486 "query=name | anchor", 488 {"http:///user:password@example.com:1234/path/html?query=name#ancho [all...] |
/third_party/ffmpeg/libavformat/ |
H A D | wavdec.c | 840 .name = "wav", 989 .name = "w64",
|
H A D | mpeg.c | 690 .name = "mpeg", 867 av_log(s, AV_LOG_DEBUG, "IDX stream[%d] name=%s\n", stream_id, p); in vobsub_read_header() 1046 .name = "vobsub",
|
H A D | flvenc.c | 291 /* first event name as a string */ in write_metadata() 483 desc ? desc->name : "unknown"); in unsupported_codec() 1069 .name = "flv",
|
H A D | udp.c | 1144 .name = "udp", 1156 .name = "udplite",
|
/third_party/curl/lib/ |
H A D | urldata.h | 308 char *key; /* private key file name */ 331 char *name; /* host name for which this ID was used */ member 332 char *conn_to_host; /* host name for the connection (may be NULL) */ 537 BIT(netrc); /* name+password provided by netrc */ 558 char *rawalloc; /* allocated "raw" version of the name */ 559 char *encalloc; /* allocated IDN-encoded version of the name */ 560 char *name; /* name to use internally, might be encoded, might be raw */ member 561 const char *dispname; /* name t [all...] |
/third_party/ffmpeg/libswscale/ |
H A D | rgb2rgb_template.c | 345 #define DEFINE_SHUFFLE_BYTES(name, a, b, c, d) \ 346 static void shuffle_bytes_##name (const uint8_t *src, \
|
/third_party/backends/backend/ |
H A D | dell1600n_net.c | 94 /* size of registation name */ 100 char * m_pName; /* storage of name */ 124 char m_regName[REG_NAME_SIZE]; /* name with which to register */ 359 pDevice->m_device.name = pDevice->m_pName; in sane_get_devices() 507 /* look up scanner name */ in sane_open() 511 DBG (1, "sane_open: error looking up scanner name %s\n", devicename); in sane_open() 542 /* set fallback registration name */ in sane_open() 726 AppendMessageToPacket (&buf, 0x22, "std-scan-subscribe-user-name", 0x0b, in sane_start() 1086 char *messageName, /* name of message */ in AppendMessageToPacket() 1102 /* and name */ in AppendMessageToPacket() [all...] |
/third_party/alsa-utils/amixer/ |
H A D | amixer.c | 112 printf(" Mixer name : '%s'\n", snd_ctl_card_info_get_mixername(info)); in info() 1141 fprintf(stderr, "Specify a full control identifier: [[iface=<iface>,][name='name',][index=<index>,][device=<device>,][subdevice=<subdevice>]]|[numid=<numid>]\n"); in cset() 1228 char *name; member 1250 for (c = chanmask; c->name; c++) { in channels_mask() 1251 if (strncasecmp(*arg, c->name, strlen(c->name)) == 0) { in channels_mask() 1285 char name[64]; in get_enum_item_index() local 1292 if (snd_mixer_selem_get_enum_item_name(elem, i, sizeof(name)-1, name) < in get_enum_item_index() [all...] |
/third_party/cups-filters/cupsfilters/ |
H A D | raster.c | 89 pwg_media_t *size_found; /* page size found for given name */ in cupsRasterParseIPPOptions() 110 * "Resolution" option (choice name is something odd, like in cupsRasterParseIPPOptions() 129 if (ppdFindOption(ppd, options[i].name) == NULL) in cupsRasterParseIPPOptions() 131 cupsAddOption(options[i].name, options[i].value, in cupsRasterParseIPPOptions()
|
/third_party/googletest/googletest/scripts/ |
H A D | upload.py | 16 # * Neither the name of Google Inc. nor the names of its 517 fields: A sequence of (name, value) elements for regular form fields. 518 files: A sequence of (name, filename, value) elements for data to be 531 lines.append('Content-Disposition: form-data; name="%s"' % key) 536 lines.append('Content-Disposition: form-data; name="%s"; filename="%s"' % 847 for name in keyword_str.split(" ") 848 for keyword in svn_keywords.get(name, [])]
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
H A D | DateIntervalFormat.java | 374 private SpanField(String name) { in SpanField() argument 375 super(name); in SpanField()
|
/third_party/icu/icu4c/source/test/intltest/ |
H A D | ucharstrietest.cpp | 8 * file name: ucharstrietest.cpp 40 void runIndexedTest(int32_t index, UBool exec, const char *&name, char *par=NULL) override; 96 void UCharsTrieTest::runIndexedTest(int32_t index, UBool exec, const char *&name, char * /*par*/) { in runIndexedTest() argument
|
H A D | regcoll.cpp | 1342 void CollationRegressionTest::runIndexedTest(int32_t index, UBool exec, const char* &name, char* /* par */) in runIndexedTest() argument 1351 name = ""; in runIndexedTest()
|
/third_party/FreeBSD/sbin/newfs_msdos/ |
H A D | mkfs_msdos.c | 105 u_int8_t bsOemName[8]; /* OEM name and version */ 143 u_int8_t deName[11]; /* name and extension */ 174 const char *name; member 843 for (i = 0; i < x && strcmp(fmt, stdfmt[i].name); i++); in getstdfmt()
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/tool/locale/ |
H A D | LocaleDistanceBuilder.java | 48 private static ICUResourceBundle getSupplementalDataBundle(String name) { in getSupplementalDataBundle() argument 50 ICUData.ICU_BASE_NAME, name, in getSupplementalDataBundle()
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/translit/ |
H A D | RoundTripTest.java | 126 public void showElapsed(long start, String name) { in showElapsed() argument 128 logln(name + " took " + dur + " seconds"); in showElapsed()
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/charsetdet/ |
H A D | TestCharsetDetector.java | 371 // A <bytes encoding="name">ASCII with \xhh</bytes> element in TestDetection() 381 String name = node.getAttributes().getNamedItem("encoding").getNodeValue(); in TestDetection() 393 encToBytes.put(name, bytes); in TestDetection() 1180 assertEquals("Wrong charset name after running a second charset detector", "windows-1252", name1); in TestBug6954()
|
/third_party/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/ |
H A D | RoundTripTest.java | 111 public void showElapsed(long start, String name) { in showElapsed() argument 113 logln(name + " took " + dur + " seconds"); in showElapsed()
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/charsetdet/ |
H A D | TestCharsetDetector.java | 368 // A <bytes encoding="name">ASCII with \xhh</bytes> element in TestDetection() 378 String name = node.getAttributes().getNamedItem("encoding").getNodeValue(); in TestDetection() 390 encToBytes.put(name, bytes); in TestDetection() 1177 assertEquals("Wrong charset name after running a second charset detector", "windows-1252", name1); in TestBug6954()
|
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/locale/ |
H A D | LocaleDistanceBuilder.java | 48 private static ICUResourceBundle getSupplementalDataBundle(String name) { in getSupplementalDataBundle() argument 50 ICUData.ICU_BASE_NAME, name, in getSupplementalDataBundle()
|