Home
last modified time | relevance | path

Searched refs:name (Results 18151 - 18175 of 19400) sorted by relevance

1...<<721722723724725726727728729730>>...776

/third_party/skia/third_party/externals/angle2/src/third_party/volk/
H A Dvolk.c35 static PFN_vkVoidFunction vkGetInstanceProcAddrStub(void* context, const char* name) in vkGetInstanceProcAddrStub() argument
37 return vkGetInstanceProcAddr((VkInstance)context, name); in vkGetInstanceProcAddrStub()
40 static PFN_vkVoidFunction vkGetDeviceProcAddrStub(void* context, const char* name) in vkGetDeviceProcAddrStub() argument
42 return vkGetDeviceProcAddr((VkDevice)context, name); in vkGetDeviceProcAddrStub()
/third_party/protobuf/ruby/tests/
H A Dcommon_tests.rb567 assert o.name == "my_oneof"
575 field_names = o.map{|f| f.name}.sort
1036 assert msgdef.any? {|field| field.name == "optional_int32"}
1040 assert optional_int32.name == "optional_int32"
1058 # set with integer, check resolution to symbolic name
/third_party/selinux/libsepol/cil/src/
H A Dcil_post.c1461 if (strcmp(DATUM(attr)->name, GEN_REQUIRE_ATTR) == 0) { in cil_typeattribute_used()
1463 } else if (strstr(DATUM(attr)->name, TYPEATTR_INFIX) != NULL) { in cil_typeattribute_used()
1493 if (strstr(DATUM(attr)->name, TYPEATTR_INFIX)) { in __mark_neverallow_attrs()
1522 strstr(DATUM(attr)->name, TYPEATTR_INFIX)) { in __cil_post_db_neverallow_attr_helper()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderrender/
H A DvktShaderRender.cpp506 const std::string& name,
512 : vkt::TestCase (testCtx, name, description)
520 const std::string& name,
526 : vkt::TestCase (testCtx, name, description)
/third_party/libevdev/
H A Dconfigure112 printf "%s\n" "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
593 # Sed expression to map a string onto a valid CPP name.
596 # Sed expression to map a string onto a valid variable name.
962 as_fn_error $? "invalid feature name: \`$ac_useropt'"
988 as_fn_error $? "invalid feature name: \`$ac_useropt'"
1112 -program-transform-name | --program-transform-name \
1120 -program-transform-name=* | --program-transform-name=* \
1201 as_fn_error $? "invalid package name
[all...]
/test/xts/acts/multimedia/av_codec/vcodec/swdecoder/src/
H A Dapi_test.cpp95 * @tc.name : OH_VideoDecoder_FindDecoder para error
106 * @tc.name : OH_VideoDecoder_CreateByName para error
117 * @tc.name : OH_VideoDecoder_SetCallback para error
133 * @tc.name : OH_VideoDecoder_SetCallback para error
151 * @tc.name : OH_VideoDecoder_SetCallback para error
167 * @tc.name : OH_VideoDecoder_Destroy para error
177 * @tc.name : OH_VideoDecoder_Configure para error
189 * @tc.name : OH_VideoDecoder_Configure para error
201 * @tc.name : OH_VideoDecoder_Configure para error
216 * @tc.name
848 const char *name = OH_AVCapability_GetName(nullptr); HWTEST_F() local
[all...]
/third_party/elfutils/libcpu/
H A Driscv_disasm.c98 const char *name; member
1264 op[last] = (char *) found->name; in riscv_disasm()
/third_party/ffmpeg/libavcodec/
H A Dmlpdec.c1420 .p.name = "mlp",
1435 .p.name = "truehd",
H A Dimc.c1086 .p.name = "imc",
1103 .p.name = "iac",
H A Domx.c919 { "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 Dlib1560.c44 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 Dwavdec.c840 .name = "wav",
989 .name = "w64",
H A Dmpeg.c690 .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 Dflvenc.c291 /* first event name as a string */ in write_metadata()
483 desc ? desc->name : "unknown"); in unsupported_codec()
1069 .name = "flv",
H A Dudp.c1144 .name = "udp",
1156 .name = "udplite",
/third_party/curl/lib/
H A Durldata.h308 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 Drgb2rgb_template.c345 #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 Ddell1600n_net.c94 /* 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 Damixer.c112 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 Draster.c89 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 Dupload.py16 # * 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 DDateIntervalFormat.java374 private SpanField(String name) { in SpanField() argument
375 super(name); in SpanField()
/third_party/icu/icu4c/source/test/intltest/
H A Ducharstrietest.cpp8 * 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 Dregcoll.cpp1342 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 Dmkfs_msdos.c105 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()

Completed in 58 milliseconds

1...<<721722723724725726727728729730>>...776