/external/syzkaller/vendor/google.golang.org/grpc/grpclog/ |
D | grpclog.go | 39 func Info(args ...interface{}) { 44 func Infof(format string, args ...interface{}) { 49 func Infoln(args ...interface{}) { 54 func Warning(args ...interface{}) { 59 func Warningf(format string, args ...interface{}) { 64 func Warningln(args ...interface{}) { 69 func Error(args ...interface{}) { 74 func Errorf(format string, args ...interface{}) { 79 func Errorln(args ...interface{}) { 85 func Fatal(args ...interface{}) { [all …]
|
D | loggerv2.go | 32 Info(args ...interface{}) 34 Infoln(args ...interface{}) 36 Infof(format string, args ...interface{}) 38 Warning(args ...interface{}) 40 Warningln(args ...interface{}) 42 Warningf(format string, args ...interface{}) 44 Error(args ...interface{}) 46 Errorln(args ...interface{}) 48 Errorf(format string, args ...interface{}) 52 Fatal(args ...interface{}) [all …]
|
D | logger.go | 25 Fatal(args ...interface{}) 26 Fatalf(format string, args ...interface{}) 27 Fatalln(args ...interface{}) 28 Print(args ...interface{}) 29 Printf(format string, args ...interface{}) 30 Println(args ...interface{})
|
/external/flatbuffers/tests/ |
D | go_test.go | 145 func CheckReadBuffer(buf []byte, offset flatbuffers.UOffsetT, fail func(string, ...interface{})) { 312 func CheckMutateBuffer(org []byte, offset flatbuffers.UOffsetT, fail func(string, ...interface{})) { 430 func checkFuzz(fuzzFields, fuzzObjects int, fail func(string, ...interface{})) { 574 func FailString(name string, want, got interface{}) string { 579 func CheckByteLayout(fail func(string, ...interface{})) { 1045 func CheckManualBuild(fail func(string, ...interface{})) ([]byte, flatbuffers.UOffsetT) { 1112 func CheckGetRootAsForNonRootTable(fail func(string, ...interface{})) { 1138 func CheckGeneratedBuild(fail func(string, ...interface{})) ([]byte, flatbuffers.UOffsetT) { 1188 func CheckTableAccessors(fail func(string, ...interface{})) { 1220 func CheckVtableDeduplication(fail func(string, ...interface{})) { [all …]
|
/external/syzkaller/vendor/github.com/google/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) { 115 func IgnoreUnexported(typs ...interface{}) cmp.Option { 122 func newUnexportedFilter(typs ...interface{}) unexportedFilter {
|
D | sort_go18.go | 23 func sliceIsSorted(slice interface{}, less func(i, j int) bool) bool { 26 func sortSlice(slice interface{}, less func(i, j int) bool) { 29 func sortSliceStable(slice interface{}, less func(i, j int) bool) {
|
D | sort_go17.go | 20 func sliceIsSorted(slice interface{}, less func(i, j int) bool) bool { 23 func sortSlice(slice interface{}, less func(i, j int) bool) { 26 func sortSliceStable(slice interface{}, less func(i, j int) bool) {
|
/external/syzkaller/vendor/google.golang.org/appengine/log/ |
D | api.go | 18 func Debugf(ctx context.Context, format string, args ...interface{}) { 23 func Infof(ctx context.Context, format string, args ...interface{}) { 28 func Warningf(ctx context.Context, format string, args ...interface{}) { 33 func Errorf(ctx context.Context, format string, args ...interface{}) { 38 func Criticalf(ctx context.Context, format string, args ...interface{}) {
|
/external/syzkaller/pkg/config/ |
D | config.go | 16 func LoadFile(filename string, cfg interface{}) error { 27 func LoadData(data []byte, cfg interface{}) error { 37 func SaveFile(filename string, cfg interface{}) error { 45 func SaveData(cfg interface{}) ([]byte, error) { 109 func checkUnknownFieldsStruct(val interface{}, prefix string, typ reflect.Type) error {
|
/external/syzkaller/vendor/google.golang.org/grpc/ |
D | codec.go | 30 Marshal(v interface{}) ([]byte, error) 31 Unmarshal(data []byte, v interface{}) error 44 Marshal(v interface{}) ([]byte, error) 46 Unmarshal(data []byte, v interface{}) error
|
D | call.go | 29 func (cc *ClientConn) Invoke(ctx context.Context, method string, args, reply interface{}, opts ...C… 59 func Invoke(ctx context.Context, method string, args, reply interface{}, cc *ClientConn, opts ...Ca… 65 func invoke(ctx context.Context, method string, req, reply interface{}, cc *ClientConn, opts ...Cal…
|
/external/syzkaller/vendor/google.golang.org/grpc/transport/ |
D | log.go | 28 func infof(format string, args ...interface{}) { 34 func warningf(format string, args ...interface{}) { 40 func errorf(format string, args ...interface{}) { 46 func fatalf(format string, args ...interface{}) {
|
/external/autotest/client/common_lib/cros/network/ |
D | iw_runner.py | 260 def add_interface(self, phy, interface, interface_type): argument 273 def disconnect_station(self, interface): argument 316 def get_link_value(self, interface, iw_link_key): argument 343 def get_station_dump(self, interface): argument 407 def get_operating_mode(self, interface): argument 431 def get_radio_config(self, interface): argument 455 def ibss_join(self, interface, ssid, frequency): argument 468 def ibss_leave(self, interface): argument 686 def remove_interface(self, interface, ignore_status=False): argument 714 def scan(self, interface, frequencies=(), ssids=()): argument [all …]
|
/external/mesa3d/src/compiler/glsl/tests/ |
D | general_ir_test.cpp | 29 TEST(ir_variable_constructor, interface) in TEST() argument 37 const glsl_type *const interface = in TEST() local 63 const glsl_type *const interface = in TEST() local
|
/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/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/syzkaller/vendor/github.com/golang/protobuf/proto/ |
D | message_set.go | 150 func MarshalMessageSet(exts interface{}) ([]byte, error) { 155 func marshalMessageSet(exts interface{}, deterministic bool) ([]byte, error) { 187 func UnmarshalMessageSet(buf []byte, exts interface{}) error { 228 func MarshalMessageSetJSON(exts interface{}) ([]byte, error) { 289 func UnmarshalMessageSetJSON(buf []byte, exts interface{}) error {
|
/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/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/u-boot/drivers/net/phy/ |
D | phy.c | 597 static struct phy_driver *generic_for_interface(phy_interface_t interface) in generic_for_interface() 608 phy_interface_t interface) in get_phy_driver() 626 phy_interface_t interface) in phy_device_create() 699 phy_interface_t interface) in create_phy_by_mask() 716 phy_interface_t interface) in search_for_existing_phy() 733 phy_interface_t interface) in get_phy_device_by_mask() 774 phy_interface_t interface) in get_phy_device() 846 phy_interface_t interface) in phy_find_by_mask() 879 phy_interface_t interface) in phy_connect()
|
/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() 146 static DBusMessage * properties_get_all(DBusMessage *message, char *interface, in properties_get_all() 232 char *interface, in properties_get_or_set() 285 char *interface; in properties_handler() local 603 const struct wpa_dbus_object_desc *obj_dsc, const char *interface, in put_changed_properties() 655 DBusConnection *con, const char *path, const char *interface, in do_send_prop_changed_signal() 690 DBusConnection *con, const char *path, const char *interface, in do_send_deprecated_prop_changed_signal() 717 DBusConnection *con, const char *path, const char *interface, in send_prop_changed_signal() 844 const char *path, const char *interface, in wpa_dbus_mark_property_changed() [all …]
|
/external/u-boot/common/spl/ |
D | spl_dfu.c | 19 static int run_dfu(int usb_index, char *interface, char *devstring) in run_dfu() 35 int spl_dfu_cmd(int usbctrl, char *dfu_alt_info, char *interface, char *devstr) in spl_dfu_cmd()
|
/external/webrtc/webrtc/base/ |
D | ifaddrs_converter.cc | 20 const struct ifaddrs* interface, in ConvertIfAddrsToIPAddress() 48 const struct ifaddrs* interface, in ConvertNativeAttributesToIPAttributes()
|
/external/skia/tools/ |
D | bisect_roll.go | 39 func log(tmpl string, a ...interface{}) { 43 func bail(a ...interface{}) {
|