/third_party/vk-gl-cts/external/vulkan-docs/src/appendices/ |
D | boilerplate.txt | 71 dname:VKAPI_ATTR is a macro placed before the return type in Vulkan API 79 dname:VKAPI_CALL is a macro placed after the return type in Vulkan API 86 dname:VKAPI_PTR is a macro placed between the '(' and '*' in Vulkan API 89 definition as dname:VKAPI_ATTR or dname:VKAPI_CALL, depending on the 113 If the dname:VK_NO_STDINT_H macro is defined by the application at compile 117 If dname:VK_NO_STDINT_H is not defined, the system `<stdint.h>` is used to 125 If the dname:VK_NO_STDDEF_H macro is defined by the application at compile 128 If dname:VK_NO_STDDEF_H is not defined, the system `<stddef.h>` is used to 150 dname:VK_HEADER_VERSION is the version number of the `{core_header}` header. 159 dname:VK_HEADER_VERSION_COMPLETE is the complete version number of the [all …]
|
/third_party/ltp/testcases/commands/ln/ |
D | ln_tests.sh | 24 local dname="$1" 28 ROD ls "$dname" > dname.out 30 if diff lname.out dname.out; then 36 cat dname.out
|
/third_party/skia/infra/bots/ |
D | test_utils.py | 24 def mkdir(self, dname, mode=0o755): argument 26 dname = os.path.join(self._cwd, dname) 27 os.mkdir(dname) 28 os.chmod(dname, mode)
|
/third_party/musl/src/network/ |
D | res_mkquery.c | 5 int __res_mkquery(int op, const char *dname, int class, int type, in __res_mkquery() argument 12 size_t l = strnlen(dname, 255); in __res_mkquery() 15 if (l && dname[l-1]=='.') l--; in __res_mkquery() 25 memcpy((char *)q+13, dname, l); in __res_mkquery()
|
/third_party/pulseaudio/src/pulse/ |
D | client-conf-x11.c | 39 const char *dname; in pa_client_conf_from_x11() local 54 if (!(dname = getenv("DISPLAY"))) in pa_client_conf_from_x11() 57 if (*dname == 0) in pa_client_conf_from_x11() 60 if (!(xcb = xcb_connect(dname, NULL))) { in pa_client_conf_from_x11()
|
/third_party/musl/libc-test/src/functionalext/supplement/network/ |
D | res_query.c | 21 const char dname[] = "www.baidu.com"; variable 33 int result = res_query(dname, class, type, buf, sizeof(buf)); in res_query_0100() 48 int result = res_query(dname, class, T_ANY + 1, buf, sizeof(buf)); in res_query_0200()
|
D | res_mkquery.c | 25 const char dname[] = "www.example.com"; variable 39 int result = res_mkquery(op, dname, class, type, data, 0, NULL, buf, sizeof(buf)); in res_mkquery_0100() 62 int result = res_mkquery(op, dname, class, T_ANY + 1, data, 0, NULL, NULL, 0); in res_mkquery_0200()
|
/third_party/pulseaudio/src/modules/ |
D | module-zeroconf-discover.c | 146 char *device = NULL, *dname, *module_name, *args; in resolver_cb() local 204 dname = pa_sprintf_malloc("tunnel.%s.%s", host_name, device); in resolver_cb() 206 dname = pa_sprintf_malloc("tunnel.%s", host_name); in resolver_cb() 208 if (!pa_namereg_is_valid_name(dname)) { in resolver_cb() 209 pa_log("Cannot construct valid device name from credentials of service '%s'.", dname); in resolver_cb() 211 pa_xfree(dname); in resolver_cb() 238 t, dname, in resolver_cb() 250 pa_xfree(dname); in resolver_cb()
|
/third_party/pulseaudio/src/modules/raop/ |
D | module-raop-discover.c | 167 char *device = NULL, *nicename, *dname, *vname, *args; in resolver_cb() local 268 dname = pa_sprintf_malloc("raop_output.%s.%s", host_name, device); in resolver_cb() 270 dname = pa_sprintf_malloc("raop_output.%s", host_name); in resolver_cb() 272 if (!(vname = pa_namereg_make_valid_name(dname))) { in resolver_cb() 273 pa_log("Cannot construct valid device name from '%s'.", dname); in resolver_cb() 275 pa_xfree(dname); in resolver_cb() 287 pa_xfree(dname); in resolver_cb()
|
/third_party/musl/libc-test/src/functionalext/supplement/manual/network/ |
D | res_send.c | 24 const char dname[] = "www.example.com"; variable 38 int ret = res_mkquery(op, dname, class, type, data, 0, NULL, buf, sizeof(buf)); in res_send_0100()
|
/third_party/jerryscript/tools/ |
D | check-license.py | 74 for dname in INCLUDE_DIRS: 75 for root, _, files in os.walk(dname):
|
/third_party/pulseaudio/src/utils/ |
D | pax11publish.c | 42 …const char *dname = NULL, *sink = NULL, *source = NULL, *server = NULL, *cookie_file = PA_NATIVE_C… in main() local 55 dname = optarg; in main() 96 if (!(xcb = xcb_connect(dname, &screen))) { in main()
|
/third_party/skia/third_party/externals/icu/source/common/ |
D | servls.cpp | 34 ICULocaleService::ICULocaleService(const UnicodeString& dname) in ICULocaleService() argument 35 : ICUService(dname) in ICULocaleService()
|
D | serv.cpp | 770 UnicodeString dname; in getDisplayNames() local 771 f->getDisplayName(*id, locale, dname); in getDisplayNames() 772 if (dname.isBogus()) { in getDisplayNames() 775 dnCache->cache.put(dname, (void*)id, status); // share pointer with visibleIDMap in getDisplayNames()
|
/third_party/icu/icu4c/source/common/ |
D | servls.cpp | 34 ICULocaleService::ICULocaleService(const UnicodeString& dname) in ICULocaleService() argument 35 : ICUService(dname) in ICULocaleService()
|
D | serv.cpp | 754 UnicodeString dname; in getDisplayNames() local 755 f->getDisplayName(*id, locale, dname); in getDisplayNames() 756 if (dname.isBogus()) { in getDisplayNames() 759 dnCache->cache.put(dname, (void*)id, status); // share pointer with visibleIDMap in getDisplayNames()
|
/third_party/node/deps/icu-small/source/common/ |
D | servls.cpp | 34 ICULocaleService::ICULocaleService(const UnicodeString& dname) in ICULocaleService() argument 35 : ICUService(dname) in ICULocaleService()
|
D | serv.cpp | 754 UnicodeString dname; in getDisplayNames() local 755 f->getDisplayName(*id, locale, dname); in getDisplayNames() 756 if (dname.isBogus()) { in getDisplayNames() 759 dnCache->cache.put(dname, (void*)id, status); // share pointer with visibleIDMap in getDisplayNames()
|
/third_party/vk-gl-cts/external/vulkan-docs/src/chapters/ |
D | extensions.txt | 128 dname:VK_API_VERSION_VARIANT extracts the API variant number from a packed 136 dname:VK_API_VERSION_MAJOR extracts the API major version number from a 144 dname:VK_VERSION_MAJOR extracts the API major version number from a packed 152 dname:VK_API_VERSION_MINOR extracts the API minor version number from a 160 dname:VK_VERSION_MINOR extracts the API minor version number from a packed 168 dname:VK_API_VERSION_PATCH extracts the API patch version number from a 176 dname:VK_VERSION_PATCH extracts the API patch version number from a packed 184 dname:VK_MAKE_API_VERSION constructs an API version number. 196 dname:VK_MAKE_VERSION constructs an API version number. 207 dname:VK_API_VERSION_1_0 returns the API version number for Vulkan 1.0.0. [all …]
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/ |
D | ICUServiceThreadTest.java | 286 String dname = (String)e.getKey(); in iterate() local 296 " dname: " + dname + in iterate()
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/util/ |
D | ICUServiceThreadTest.java | 289 String dname = (String)e.getKey(); in iterate() local 299 " dname: " + dname + in iterate()
|
/third_party/libdrm/ |
D | xf86drm.c | 3394 char dname[SPECNAMELEN]; in drmGetMinorNameForFD() 3408 if (!devname_r(sbuf.st_rdev, S_IFCHR, dname, sizeof(dname))) in drmGetMinorNameForFD() 3423 if (isalpha(dname[i]) == 0 && dname[i] != '/') in drmGetMinorNameForFD() 3426 if (dname[i] == '\0') in drmGetMinorNameForFD() 3429 id = (int)strtol(&dname[i], NULL, 10); in drmGetMinorNameForFD() 3606 char dname[SPECNAMELEN]; in get_sysctl_pci_bus_info() local 3614 if (!devname_r(rdev, S_IFCHR, dname, sizeof(dname))) in get_sysctl_pci_bus_info() 3617 if (sscanf(dname, "drm/%d\n", &id) != 1) in get_sysctl_pci_bus_info()
|
/third_party/vk-gl-cts/external/vulkan-docs/src/config/spec-macros/ |
D | extension.rb | 245 match /dname:(\w+)/
|
/third_party/pulseaudio/src/modules/alsa/ |
D | alsa-source.c | 217 static int reserve_init(struct userdata *u, const char *dname) { in reserve_init() argument 221 pa_assert(dname); in reserve_init() 229 if (!(rname = pa_alsa_get_reserve_name(dname))) in reserve_init() 276 static int reserve_monitor_init(struct userdata *u, const char *dname) { in reserve_monitor_init() argument 280 pa_assert(dname); in reserve_monitor_init() 285 if (!(rname = pa_alsa_get_reserve_name(dname))) in reserve_monitor_init()
|
D | alsa-sink.c | 245 static int reserve_init(struct userdata *u, const char *dname) { in reserve_init() argument 249 pa_assert(dname); in reserve_init() 257 if (!(rname = pa_alsa_get_reserve_name(dname))) in reserve_init() 304 static int reserve_monitor_init(struct userdata *u, const char *dname) { in reserve_monitor_init() argument 308 pa_assert(dname); in reserve_monitor_init() 313 if (!(rname = pa_alsa_get_reserve_name(dname))) in reserve_monitor_init()
|