Home
last modified time | relevance | path

Searched defs:interface (Results 1 – 25 of 358) sorted by relevance

12345678910>>...15

/external/flatbuffers/tests/
Dgo_test.go155 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/
Dignore.go24 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 {
Dequate.go16 func equateAlways(_, _ interface{}) bool { return true } argument
26 func isEmpty(x, y interface{}) bool {
144 func areConcreteErrors(x, y interface{}) bool {
Dstruct_filter.go21 func filterField(typ interface{}, name string, opt cmp.Option) cmp.Option {
35 func newStructFilter(typ interface{}, names ...string) structFilter {
/external/libwebsockets/lib/misc/threadpool/
DREADME.md63 #### 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/
Ddbus.cc110 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/
Derrors.go25 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/
Dinterface.py164 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/
Ddbus_statistics.cc22 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/
Ddbus_new_helpers.c25 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/
Diw_runner.py406 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/
Dscanner.c173 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/
Dunpack.go85 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/
Dctrl_iface.h28 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/
Ddata-plane-tracing.py41 interface="eth0" variable
53 interface = argv[2] variable
61 interface = argv[2] variable
65 interface = argv[4] variable
/external/golang-protobuf/internal/errors/
Derrors.go20 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/
Difaddrs_converter.cc20 const struct ifaddrs* interface, in ConvertIfAddrsToIPAddress()
50 const struct ifaddrs* interface, in ConvertNativeAttributesToIPAttributes()
/external/pigweed/pw_trace_tokenized/
Dtrace_test.cc181 #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/
Dless-than-8-bit.md64 ### 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/
Dhttp-parse-simple.py44 interface="eth0" variable
54 interface = argv[2] variable
/external/openscreen/cast/standalone_receiver/
Dcast_service.cc31 IPEndpoint DetermineEndpoint(const InterfaceInfo& interface) { in DetermineEndpoint()
39 discovery::Config MakeDiscoveryConfig(const InterfaceInfo& interface) { in MakeDiscoveryConfig()
/external/tensorflow/tensorflow/go/
Dtensor_test.go287 func benchmarkNewTensor(b *testing.B, v interface{}) {
296 func benchmarkValueTensor(b *testing.B, v interface{}) {
/external/pigweed/pw_presubmit/
Ddocs.rst63 pw_presubmit.cli
68 Presubmit output directory
/external/openscreen/platform/test/
Dfake_udp_socket.cc36 NetworkInterfaceIndex interface) { in SetMulticastOutboundInterface()
43 NetworkInterfaceIndex interface) { in JoinMulticastGroup()
/external/iputils/
Drdisc.c66 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

12345678910>>...15