/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/go-cmp/cmp/cmpopts/ |
D | ignore.go | 24 func IgnoreFields(typ interface{}, names ...string) cmp.Option { 31 func IgnoreTypes(typs ...interface{}) cmp.Option { 38 func newTypeFilter(typs ...interface{}) (tf typeFilter) { 66 func IgnoreInterfaces(ifaces interface{}) cmp.Option { 73 func newIfaceFilter(ifaces interface{}) (tf ifaceFilter) { 119 func IgnoreUnexported(typs ...interface{}) cmp.Option { 126 func newUnexportedFilter(typs ...interface{}) unexportedFilter { 155 func IgnoreSliceElements(discardFunc interface{}) cmp.Option { 183 func IgnoreMapEntries(discardFunc interface{}) cmp.Option {
|
D | equate.go | 16 func equateAlways(_, _ interface{}) bool { return true } argument 26 func isEmpty(x, y interface{}) bool { 144 func areConcreteErrors(x, y interface{}) bool {
|
D | struct_filter.go | 21 func filterField(typ interface{}, name string, opt cmp.Option) cmp.Option { 35 func newStructFilter(typ interface{}, names ...string) structFilter {
|
/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/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/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/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/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/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/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/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/golang-protobuf/internal/errors/ |
D | errors.go | 20 func New(f string, x ...interface{}) error { 46 func Wrap(err error, f string, x ...interface{}) error { 70 func format(f string, x ...interface{}) string {
|
/external/webrtc/rtc_base/ |
D | ifaddrs_converter.cc | 20 const struct ifaddrs* interface, in ConvertIfAddrsToIPAddress() 50 const struct ifaddrs* interface, in ConvertNativeAttributesToIPAttributes()
|
/external/pigweed/pw_trace_tokenized/ |
D | trace_test.cc | 181 #define _EXPECT_TRACE3(interface, event_type, label) \ argument 189 #define _EXPECT_TRACE4(interface, event_type, label, group) \ argument 197 #define _EXPECT_TRACE5(interface, event_type, label, group, trace_id) \ argument 205 #define _EXPECT_TRACE6(interface, event_type, label, group, trace_id, module) \ argument 214 interface, event_type, label, group, trace_id, module, flags) \ argument 224 #define _EXPECT_TRACE_DATA4(interface, event_type, label, data_type) \ argument 233 #define _EXPECT_TRACE_DATA5(interface, event_type, label, group, data_type) \ argument 243 interface, event_type, label, group, trace_id, data_type) \ argument 253 interface, event_type, label, group, trace_id, data_type, module) \ argument 263 interface, event_type, label, group, trace_id, data_type, module, flags) \ argument
|
/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/bcc/examples/networking/http_filter/ |
D | http-parse-simple.py | 44 interface="eth0" variable 54 interface = argv[2] variable
|
/external/openscreen/cast/standalone_receiver/ |
D | cast_service.cc | 31 IPEndpoint DetermineEndpoint(const InterfaceInfo& interface) { in DetermineEndpoint() 39 discovery::Config MakeDiscoveryConfig(const InterfaceInfo& interface) { in MakeDiscoveryConfig()
|
/external/tensorflow/tensorflow/go/ |
D | tensor_test.go | 287 func benchmarkNewTensor(b *testing.B, v interface{}) { 296 func benchmarkValueTensor(b *testing.B, v interface{}) {
|
/external/pigweed/pw_presubmit/ |
D | docs.rst | 63 pw_presubmit.cli 68 Presubmit output directory
|
/external/openscreen/platform/test/ |
D | fake_udp_socket.cc | 36 NetworkInterfaceIndex interface) { in SetMulticastOutboundInterface() 43 NetworkInterfaceIndex interface) { in JoinMulticastGroup()
|
/external/iputils/ |
D | rdisc.c | 66 struct interface struct 68 struct in_addr address; /* Used to identify the interface */ argument 69 struct in_addr localaddr; /* Actual address if the interface */ argument 81 * Use 255.255.255.255 for broadcasts - not the interface broadcast argument
|