/external/wpa_supplicant_8/wpa_supplicant/dbus/ |
D | dbus_new_introspect.c | 86 const struct wpa_dbus_property_desc *dsc) in add_property() argument 90 dsc->dbus_property, dsc->type, in add_property() 91 dsc->getter ? "read" : "", in add_property() 92 dsc->setter ? "write" : ""); in add_property() 99 const struct wpa_dbus_method_desc *dsc; in extract_interfaces_methods() local 102 for (dsc = methods; dsc && dsc->dbus_method; dsc++) { in extract_interfaces_methods() 103 iface = add_interface(list, dsc->dbus_interface); in extract_interfaces_methods() 105 add_entry(iface->xml, "method", dsc->dbus_method, in extract_interfaces_methods() 106 dsc->args, 1); in extract_interfaces_methods() 114 const struct wpa_dbus_signal_desc *dsc; in extract_interfaces_signals() local [all …]
|
D | dbus_new_helpers.c | 28 const struct wpa_dbus_property_desc *dsc; in fill_dict_with_properties() local 30 for (dsc = props; dsc && dsc->dbus_property; dsc++) { in fill_dict_with_properties() 32 if (os_strncmp(dsc->dbus_interface, interface, in fill_dict_with_properties() 37 if (dsc->getter == NULL) in fill_dict_with_properties() 45 &dsc->dbus_property)) in fill_dict_with_properties() 49 if (!dsc->getter(dsc, &entry_iter, error, user_data)) { in fill_dict_with_properties() 52 __func__, dsc->dbus_interface, in fill_dict_with_properties() 53 dsc->dbus_property); in fill_dict_with_properties() 159 const struct wpa_dbus_property_desc *dsc, in properties_get() argument 171 if (dsc->getter == NULL) { in properties_get() [all …]
|
/external/curl/packages/vms/ |
D | report_openssl_version.c | 39 const struct dsc$descriptor_s * symbol, 40 const struct dsc$descriptor_s * value, 79 struct dsc$descriptor_s symbol_dsc; in main() 80 struct dsc$descriptor_s value_dsc; in main() 83 symbol_dsc.dsc$a_pointer = argv[2]; in main() 84 symbol_dsc.dsc$w_length = strlen(argv[2]); in main() 85 symbol_dsc.dsc$b_dtype = DSC$K_DTYPE_T; in main() 86 symbol_dsc.dsc$b_class = DSC$K_CLASS_S; in main() 88 value_dsc.dsc$a_pointer = (char *)version; /* Cast ok */ in main() 89 value_dsc.dsc$w_length = strlen(version); in main() [all …]
|
D | curl_crtl_init.c | 91 const struct dsc$descriptor_s * table_dsc, 92 struct dsc$descriptor_s * name_dsc, 97 const struct dsc$descriptor_s * table_dsc, 98 const struct dsc$descriptor_s * name_dsc, 111 struct dsc$descriptor_s name_dsc; in sys_trnlnm() 124 name_dsc.dsc$w_length = strlen(logname); in sys_trnlnm() 125 name_dsc.dsc$a_pointer = (char *)logname; in sys_trnlnm() 126 name_dsc.dsc$b_dtype = DSC$K_DTYPE_T; in sys_trnlnm() 127 name_dsc.dsc$b_class = DSC$K_CLASS_S; in sys_trnlnm() 148 struct dsc$descriptor_s proc_table_dsc; in sys_crelnm() [all …]
|
/external/mesa3d/src/glx/tests/ |
D | query_renderer_implementation_unittest.cpp | 171 struct dri2_screen dsc; in TEST_F() local 173 memset(&dsc, 0, sizeof(dsc)); in TEST_F() 179 dri2_query_renderer_string(&dsc.base, in TEST_F() 200 struct dri2_screen dsc; in TEST_F() local 208 memset(&dsc, 0, sizeof(dsc)); in TEST_F() 209 dsc.rendererQuery = &rendererQueryExt; in TEST_F() 216 dri2_query_renderer_string(&dsc.base, in TEST_F() 237 struct dri2_screen dsc; in TEST_F() local 239 memset(&dsc, 0, sizeof(dsc)); in TEST_F() 244 dri2_query_renderer_integer(&dsc.base, in TEST_F() [all …]
|
/external/ImageMagick/MagickCore/ |
D | vms.c | 135 directory->pat.dsc$a_pointer=directory->pattern; in opendir() 136 directory->pat.dsc$w_length=strlen(directory->pattern); in opendir() 137 directory->pat.dsc$b_dtype=DSC$K_DTYPE_T; in opendir() 138 directory->pat.dsc$b_class=DSC$K_CLASS_S; in opendir() 180 struct dsc$descriptor_s in readdir() 186 result.dsc$a_pointer=buffer; in readdir() 187 result.dsc$w_length=sizeof(buffer)-2; in readdir() 188 result.dsc$b_dtype=DSC$K_DTYPE_T; in readdir() 189 result.dsc$b_class=DSC$K_CLASS_S; in readdir() 252 struct dsc$descriptor_s in VMSIsMagickConflict() [all …]
|
D | vms.h | 961 struct dsc$descriptor_s
|
/external/webrtc/examples/objc/AppRTCMobile/ |
D | ARDWebSocketChannel.m | 221 NSString *dsc = description.sdp; 222 dsc = [dsc stringByReplacingOccurrencesOfString:@"offer" 225 [[RTC_OBJC_TYPE(RTCSessionDescription) alloc] initWithType:RTCSdpTypeAnswer sdp:dsc];
|
/external/google-fruit/extras/packaging/ |
D | CMakeLists.txt | 6 libfruit.dsc
|
/external/llvm-project/libcxx/utils/google-benchmark/tools/gbench/ |
D | report.py | 168 dsc = "U Test, Repetitions: {} vs {}".format( 174 dsc += ". WARNING: Results unreliable! {}+ repetitions recommended.".format( 187 dsc_color, dsc,
|
/external/libcxx/utils/google-benchmark/tools/gbench/ |
D | report.py | 168 dsc = "U Test, Repetitions: {} vs {}".format( 174 dsc += ". WARNING: Results unreliable! {}+ repetitions recommended.".format( 187 dsc_color, dsc,
|
/external/google-benchmark/tools/gbench/ |
D | report.py | 183 dsc = "U Test, Repetitions: {} vs {}".format( 190 dsc += ". WARNING: Results unreliable! {}+ repetitions recommended.".format( 204 dsc_color, dsc,
|
/external/igt-gpu-tools/lib/ |
D | igt_core.h | 506 #define igt_describe(dsc) \ argument 507 igt_describe_f("%s", dsc)
|
/external/llvm-project/llvm/test/CodeGen/PowerPC/ |
D | aix-func-dsc-gen.ll | 9 ; CHECK: File: {{.*}}aix-func-dsc-gen.ll.tmp.o
|
/external/arm-trusted-firmware/docs/plat/ |
D | synquacer.rst | 81 export ACTIVE_PLATFORM="Platform/Socionext/DeveloperBox/DeveloperBox.dsc"
|
D | hikey.rst | 56 …uilt by CircuitCo, update *OpenPlatformPkg/Platforms/Hisilicon/HiKey/HiKey.dsc* first. *(optional)*
|
D | hikey960.rst | 52 …dware is v1, update *OpenPlatformPkg/Platforms/Hisilicon/HiKey960/HiKey960.dsc* first. *(optional)*
|
D | qemu.rst | 40 build -a AARCH64 -t GCC5 -p ArmVirtPkg/ArmVirtQemuKernel.dsc
|
/external/llvm-project/openmp/runtime/src/ |
D | kmp_stats.cpp | 105 double dsc = double(sampleCount); in operator +=() local 106 double dscBydnsc = dsc / dnsc; in operator +=()
|
D | kmp_alloc.cpp | 2031 kmp_mem_descr_t *dsc = in ___kmp_fast_free() local 2034 kmp_info_t *q_th = (kmp_info_t *)(dsc->ptr_aligned); in ___kmp_fast_free() 2036 dsc->size_allocated + 1; // new size in case we add current task in ___kmp_fast_free()
|
/external/llvm-project/llvm/docs/ |
D | XRayExample.rst | 81 $ llvm-xray account xray-log.llc.m35qPB -top=10 -sort=sum -sortorder=dsc -instr_map ./bin/llc 154 $ llvm-xray account xray-log.llc.5rqxkU -top=10 -sort=sum -sortorder=dsc -instr_map ./bin/llc
|
/external/swiftshader/third_party/llvm-subzero/ |
D | CREDITS.TXT | 191 E: raul@dsc.ufcg.edu.br
|
/external/llvm/ |
D | CREDITS.TXT | 192 E: raul@dsc.ufcg.edu.br
|
/external/llvm-project/llvm/ |
D | CREDITS.TXT | 214 E: raul@dsc.ufcg.edu.br
|
/external/pcre/dist2/src/ |
D | pcre2grep.c | 652 sym_val.dsc$w_length = strlen(val_buf); in pcre2grep_exit() 2434 cmd.dsc$w_length = strlen(cmdbuf) - 1; in pcre2grep_callout()
|