| /external/flatbuffers/tests/ |
| D | go_test.go | 155 func CheckReadBuffer(buf []byte, offset flatbuffers.UOffsetT, fail func(string, ...interface{})) { 322 func CheckMutateBuffer(org []byte, offset flatbuffers.UOffsetT, fail func(string, ...interface{})) { 455 func CheckObjectAPI(buf []byte, offset flatbuffers.UOffsetT, fail func(string, ...interface{})) { 477 func checkFuzz(fuzzFields, fuzzObjects int, fail func(string, ...interface{})) { 621 func FailString(name string, want, got interface{}) string { 626 func CheckByteLayout(fail func(string, ...interface{})) { 1092 func CheckManualBuild(fail func(string, ...interface{})) ([]byte, flatbuffers.UOffsetT) { 1159 func CheckGetRootAsForNonRootTable(fail func(string, ...interface{})) { 1185 func CheckGeneratedBuild(fail func(string, ...interface{})) ([]byte, flatbuffers.UOffsetT) { 1235 func CheckTableAccessors(fail func(string, ...interface{})) { [all …]
|
| /external/libwebsockets/lib/misc/threadpool/ |
| D | README.md | 63 #### Threadpool creation / destruction 79 #### Task creation / destruction 95 #### The task function itself 136 #### Synchronizing 155 #### The cleanup function 167 #### Protecting against WRITABLE and / or SYNC duplication
|
| /external/openscreen/osp/impl/testing/ |
| D | fake_mdns_platform_service.cc | 24 for (const auto& interface : interfaces_) { in RegisterInterfaces() local 36 for (const auto& interface : interfaces) { in DeregisterInterfaces() local 40 [index](const BoundInterface& interface) { in DeregisterInterfaces()
|
| /external/toolchain-utils/compiler_wrapper/ |
| D | errors.go | 25 func newUserErrorf(format string, v ...interface{}) userError { 29 func newErrorwithSourceLocf(format string, v ...interface{}) error { 33 func wrapErrorwithSourceLocf(err error, format string, v ...interface{}) error { 52 func newErrorwithSourceLocfInternal(skip int, format string, v ...interface{}) error {
|
| /external/libbrillo/brillo/glib/ |
| D | dbus.cc | 110 const char* interface, in RetrieveProperties() 135 const char* interface, in Proxy() 145 const char* interface) in Proxy() 152 const char* interface) in Proxy() 171 const char* interface, in GetGProxy() 201 const char* interface) { in GetGPeerProxy() 288 void SignalWatcher::StartMonitoring(const std::string& interface, in StartMonitoring()
|
| /external/golang-protobuf/proto/ |
| D | deprecated.go | 43 func MarshalMessageSet(interface{}) ([]byte, error) { argument 48 func UnmarshalMessageSet([]byte, interface{}) error { argument 53 func MarshalMessageSetJSON(interface{}) ([]byte, error) { argument 58 func UnmarshalMessageSetJSON([]byte, interface{}) error { argument
|
| /external/selinux/python/sepolicy/sepolicy/ |
| D | interface.py | 164 def get_interface_format_text(interface, path="/usr/share/selinux/devel/policy.xml"): argument 171 def get_interface_compile_format_text(interfaces_dict, interface): argument 181 def generate_compile_te(interface, idict, name="compiletest"): argument 208 def interface_compile_test(interface, path="/usr/share/selinux/devel/policy.xml"): argument
|
| /external/libchrome/dbus/ |
| D | dbus_statistics.cc | 22 std::string interface; member 63 const std::string& interface, in AddStat() 86 const std::string& interface, in GetStats() 133 const std::string& interface, in AddSentMethodCall() 142 const std::string& interface, in AddReceivedSignal() 151 const std::string& interface, in AddBlockingSentMethodCall() 248 const std::string& interface, in GetCalls()
|
| /external/wpa_supplicant_8/wpa_supplicant/dbus/ |
| D | dbus_new_helpers.c | 25 const char *interface, void *user_data, DBusError *error) in fill_dict_with_properties() 81 static DBusMessage * get_all_properties(DBusMessage *message, char *interface, in get_all_properties() 147 static DBusMessage * properties_get_all(DBusMessage *message, char *interface, in properties_get_all() 233 char *interface, in properties_get_or_set() 286 char *interface; in properties_handler() local 604 const struct wpa_dbus_object_desc *obj_dsc, const char *interface, in put_changed_properties() 656 DBusConnection *con, const char *path, const char *interface, in do_send_prop_changed_signal() 691 DBusConnection *con, const char *path, const char *interface, in do_send_deprecated_prop_changed_signal() 718 DBusConnection *con, const char *path, const char *interface, in send_prop_changed_signal() 845 const char *path, const char *interface, in wpa_dbus_mark_property_changed() [all …]
|
| /external/autotest/client/common_lib/cros/network/ |
| D | iw_runner.py | 406 def add_interface(self, phy, interface, interface_type): argument 419 def disconnect_station(self, interface): argument 462 def get_link_value(self, interface, iw_link_key): argument 489 def get_station_dump(self, interface): argument 553 def get_operating_mode(self, interface): argument 577 def get_radio_config(self, interface): argument 601 def ibss_join(self, interface, ssid, frequency): argument 614 def ibss_leave(self, interface): argument 832 def remove_interface(self, interface, ignore_status=False): argument 860 def scan(self, interface, frequencies=(), ssids=()): argument [all …]
|
| /external/openscreen/cast/standalone_receiver/ |
| D | cast_service.cc | 26 IPEndpoint DetermineEndpoint(const InterfaceInfo& interface) { in DetermineEndpoint() 34 discovery::Config MakeDiscoveryConfig(const InterfaceInfo& interface) { in MakeDiscoveryConfig() 52 const InterfaceInfo& interface, in CastService()
|
| D | main.cc | 79 for (auto& interface : network_interfaces) { in GetInterfaceInfoFromName() local 99 const InterfaceInfo& interface, in RunCastService() 220 const InterfaceInfo interface = GetInterfaceInfoFromName(interface_name); in RunStandaloneReceiver() local
|
| /external/wayland/src/ |
| D | scanner.c | 173 struct interface { struct 174 struct location loc; 175 char *name; 176 char *uppercase_name; 177 int version; 178 int since; 179 struct wl_list request_list; 180 struct wl_list event_list; 181 struct wl_list enumeration_list; 182 struct wl_list link; [all …]
|
| /external/wpa_supplicant_8/hostapd/ |
| D | ctrl_iface.h | 28 hostapd_global_ctrl_iface_init(struct hapd_interfaces *interface) in hostapd_global_ctrl_iface_init() 34 hostapd_global_ctrl_iface_deinit(struct hapd_interfaces *interface) in hostapd_global_ctrl_iface_deinit()
|
| /external/starlark-go/starlark/ |
| D | unpack.go | 85 func UnpackArgs(fnname string, args Tuple, kwargs []Tuple, pairs ...interface{}) error { 156 func UnpackPositionalArgs(fnname string, args Tuple, kwargs []Tuple, min int, vars ...interface{}) … 183 func unpackOneArg(v Value, ptr interface{}) error {
|
| /external/webrtc/rtc_base/ |
| D | ifaddrs_converter.cc | 20 const struct ifaddrs* interface, in ConvertIfAddrsToIPAddress() 50 const struct ifaddrs* interface, in ConvertNativeAttributesToIPAttributes()
|
| /external/skqp/tools/ |
| D | bisect_roll.go | 39 func log(tmpl string, a ...interface{}) { 43 func bail(a ...interface{}) {
|
| /external/llvm-project/mlir/tools/mlir-tblgen/ |
| D | OpInterfacesGen.cpp | 151 static void emitInterfaceDef(Interface interface, StringRef valueType, in emitInterfaceDef() 192 void InterfaceGenerator::emitConceptDecl(Interface &interface) { in emitConceptDecl() 210 void InterfaceGenerator::emitModelDecl(Interface &interface) { in emitModelDecl() 230 void InterfaceGenerator::emitModelMethodsDef(Interface &interface) { in emitModelMethodsDef() 266 void InterfaceGenerator::emitTraitDecl(Interface &interface, in emitTraitDecl() 316 void InterfaceGenerator::emitInterfaceDecl(Interface interface) { in emitInterfaceDecl() 381 Interface interface(&interfaceDef); in emitInterfaceDoc() local
|
| /external/bcc/examples/networking/vlan_filter/ |
| D | data-plane-tracing.py | 41 interface="eth0" variable 53 interface = argv[2] variable 61 interface = argv[2] variable 65 interface = argv[4] variable
|
| /external/llvm-project/mlir/lib/TableGen/ |
| D | Interfaces.cpp | 126 bool AttrInterface::classof(const Interface *interface) { in classof() 134 bool OpInterface::classof(const Interface *interface) { in classof() 142 bool TypeInterface::classof(const Interface *interface) { in classof()
|
| /external/gemmlowp/doc/ |
| D | less-than-8-bit.md | 64 ### The BitDepthSetting parameter in the EightBitIntGemm interface 70 ### The BitDepthParams parameter in the public/gemmlowp.h interface 79 ### How does BitDepth{Setting,Params} affect input/output uint8 matrix data?
|
| /external/pigweed/pw_rpc/ |
| D | server.cc | 32 bool DecodePacket(ChannelOutput& interface, in DecodePacket() 70 ChannelOutput& interface) { in ProcessPacket() 179 ChannelOutput& interface) { in AssignChannel()
|
| /external/pigweed/pw_trace_tokenized/ |
| D | trace_test.cc | 175 #define _EXPECT_TRACE3(interface, event_type, label) \ argument 183 #define _EXPECT_TRACE4(interface, event_type, label, group) \ argument 191 #define _EXPECT_TRACE5(interface, event_type, label, group, trace_id) \ argument 199 #define _EXPECT_TRACE6(interface, event_type, label, group, trace_id, module) \ argument 208 interface, event_type, label, group, trace_id, module, flags) \ argument 218 #define _EXPECT_TRACE_DATA4(interface, event_type, label, data_type) \ argument 227 #define _EXPECT_TRACE_DATA5(interface, event_type, label, group, data_type) \ argument 237 interface, event_type, label, group, trace_id, data_type) \ argument 247 interface, event_type, label, group, trace_id, data_type, module) \ argument 257 interface, event_type, label, group, trace_id, data_type, module, flags) \ argument
|
| /external/bcc/examples/networking/http_filter/ |
| D | http-parse-simple.py | 44 interface="eth0" variable 54 interface = argv[2] variable
|
| /external/tensorflow/tensorflow/go/ |
| D | tensor_test.go | 287 func benchmarkNewTensor(b *testing.B, v interface{}) { 296 func benchmarkValueTensor(b *testing.B, v interface{}) {
|