Home
last modified time | relevance | path

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

12345678910>>...24

/external/flatbuffers/tests/
Dgo_test.go103 func CheckNoNamespaceImport(fail func(string, ...interface{})) {
232 …ffer(buf []byte, offset flatbuffers.UOffsetT, sizePrefix bool, fail func(string, ...interface{})) {
406 …fier(buf []byte, offset flatbuffers.UOffsetT, sizePrefix bool, fail func(string, ...interface{})) {
432 …ffer(org []byte, offset flatbuffers.UOffsetT, sizePrefix bool, fail func(string, ...interface{})) {
580 …tAPI(buf []byte, offset flatbuffers.UOffsetT, sizePrefix bool, fail func(string, ...interface{})) {
616 func checkFuzz(fuzzFields, fuzzObjects int, fail func(string, ...interface{})) {
760 func FailString(name string, want, got interface{}) string {
765 func CheckByteLayout(fail func(string, ...interface{})) {
1304 func CheckManualBuild(fail func(string, ...interface{})) ([]byte, flatbuffers.UOffsetT) {
1371 func CheckGetRootAsForNonRootTable(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.go18 func equateAlways(_, _ interface{}) bool { return true } argument
28 func isEmpty(x, y interface{}) bool {
147 func areConcreteErrors(x, y interface{}) bool {
153 func compareErrors(x, y interface{}) bool {
166 func EquateComparable(typs ...interface{}) cmp.Option {
185 func equateAny(x, y interface{}) bool { return x == y }
/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/scapy/scapy/layers/msrpce/
Drpcclient.py223 def get_bind_context(self, interface): argument
273 def _bind(self, interface, reqcls, respcls): argument
449 def bind(self, interface): argument
455 def alter_context(self, interface): argument
461 def bind_or_alter(self, interface): argument
490 interface, argument
535 def epm_map(self, interface): argument
684 interface, argument
/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/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/bazelbuild-rules_android/src/common/golang/
Dpprint.go31 func Error(errorMsg string, args ...interface{}) {
36 func Warning(warningMsg string, args ...interface{}) {
41 func Info(infoMsg string, args ...interface{}) {
/external/selinux/python/sepolicy/sepolicy/
Dinterface.py165 def get_interface_format_text(interface, path="/usr/share/selinux/devel/policy.xml"): argument
172 def get_interface_compile_format_text(interfaces_dict, interface): argument
182 def generate_compile_te(interface, idict, name="compiletest"): argument
209 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/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/coreboot/util/spd_tools/src/spd_gen/
Dspd_gen.go42 addNewPart(string, interface{}) error argument
62 getSPDByte(int, interface{}) byte argument
154 func findIndex(dedupedAttribs []interface{}, newSPDAttribs interface{}) int {
183 func createSPD(memAttribs interface{}, t memTech) string {
202 func writeSPD(memAttribs interface{}, SPDId int, SPDSetDirName string, t memTech) {
/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/wpa_supplicant_8/wpa_supplicant/dbus/
Ddbus_new_helpers.c26 const char *interface, void *user_data, DBusError *error) in fill_dict_with_properties()
82 static DBusMessage * get_all_properties(DBusMessage *message, char *interface, in get_all_properties()
148 static DBusMessage * properties_get_all(DBusMessage *message, char *interface, in properties_get_all()
234 char *interface, in properties_get_or_set()
287 char *interface; in properties_handler() local
605 const struct wpa_dbus_object_desc *obj_dsc, const char *interface, in put_changed_properties()
657 DBusConnection *con, const char *path, const char *interface, in do_send_prop_changed_signal()
699 DBusConnection *con, const char *path, const char *interface, in do_send_deprecated_prop_changed_signal()
733 DBusConnection *con, const char *path, const char *interface, in send_prop_changed_signal()
860 const char *path, const char *interface, in wpa_dbus_mark_property_changed()
[all …]
/external/chromiumos-config/go/src/go.chromium.org/chromiumos/config/go/test/lab/api/passport/
Dusb_tester_service_grpc.pb.go219 func _UsbTesterService_GetTesters_Handler(srv interface{}, ctx context.Context, dec func(interface{…
237 func _UsbTesterService_GetTesterCapability_Handler(srv interface{}, ctx context.Context, dec func(i…
255 func _UsbTesterService_SetTesterCapability_Handler(srv interface{}, ctx context.Context, dec func(i…
273 func _UsbTesterService_GetDpInfo_Handler(srv interface{}, ctx context.Context, dec func(interface{}…
291 func _UsbTesterService_ReplugCable_Handler(srv interface{}, ctx context.Context, dec func(interface…
309 func _UsbTesterService_HardResetTester_Handler(srv interface{}, ctx context.Context, dec func(inter…
327 func _UsbTesterService_OpenTester_Handler(srv interface{}, ctx context.Context, dec func(interface{…
345 func _UsbTesterService_CloseTester_Handler(srv interface{}, ctx context.Context, dec func(interface…
363 func _UsbTesterService_GetActivePort_Handler(srv interface{}, ctx context.Context, dec func(interfa…
381 func _UsbTesterService_SetActivePort_Handler(srv interface{}, ctx context.Context, dec func(interfa…
/external/wpa_supplicant_8/hostapd/
Dctrl_iface.h30 hostapd_global_ctrl_iface_init(struct hapd_interfaces *interface) in hostapd_global_ctrl_iface_init()
36 hostapd_global_ctrl_iface_deinit(struct hapd_interfaces *interface) in hostapd_global_ctrl_iface_deinit()
/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/chromiumos-config/go/src/go.chromium.org/chromiumos/config/go/test/api/
Dcros_tool_runner_container_service_grpc.pb.go221 func _CrosToolRunnerContainerService_CreateNetwork_Handler(srv interface{}, ctx context.Context, de…
239 func _CrosToolRunnerContainerService_GetNetwork_Handler(srv interface{}, ctx context.Context, dec f…
257 func _CrosToolRunnerContainerService_Shutdown_Handler(srv interface{}, ctx context.Context, dec fun…
275 func _CrosToolRunnerContainerService_LoginRegistry_Handler(srv interface{}, ctx context.Context, de…
293 func _CrosToolRunnerContainerService_StartContainer_Handler(srv interface{}, ctx context.Context, d…
311 func _CrosToolRunnerContainerService_StartTemplatedContainer_Handler(srv interface{}, ctx context.C…
329 func _CrosToolRunnerContainerService_StackCommands_Handler(srv interface{}, ctx context.Context, de…
347 func _CrosToolRunnerContainerService_GetContainer_Handler(srv interface{}, ctx context.Context, dec…
Dservod_service_grpc.pb.go212 func _ServodService_StartServod_Handler(srv interface{}, ctx context.Context, dec func(interface{})…
230 func _ServodService_StopServod_Handler(srv interface{}, ctx context.Context, dec func(interface{}) …
248 func _ServodService_ExecCmd_Handler(srv interface{}, ctx context.Context, dec func(interface{}) err…
266 func _ServodService_CallServod_Handler(srv interface{}, ctx context.Context, dec func(interface{}) …
284 func _ServodService_LogCheckPoint_Handler(srv interface{}, ctx context.Context, dec func(interface{…
302 func _ServodService_SaveLogs_Handler(srv interface{}, ctx context.Context, dec func(interface{}) er…
Ddevice_manager_service_grpc.pb.go157 func _DeviceLeaseService_LeaseDevice_Handler(srv interface{}, ctx context.Context, dec func(interfa…
175 func _DeviceLeaseService_BulkLeaseDevices_Handler(srv interface{}, ctx context.Context, dec func(in…
193 func _DeviceLeaseService_ReleaseDevice_Handler(srv interface{}, ctx context.Context, dec func(inter…
211 func _DeviceLeaseService_ExtendLease_Handler(srv interface{}, ctx context.Context, dec func(interfa…
229 func _DeviceLeaseService_GetDevice_Handler(srv interface{}, ctx context.Context, dec func(interface…
247 func _DeviceLeaseService_ListDevices_Handler(srv interface{}, ctx context.Context, dec func(interfa…
/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/webrtc/rtc_base/
Difaddrs_converter.cc20 const struct ifaddrs* interface, in ConvertIfAddrsToIPAddress()
50 const struct ifaddrs* interface, in ConvertNativeAttributesToIPAttributes()
/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/chromiumos-config/go/src/go.chromium.org/chromiumos/config/go/test/lab/api/btpeerd/
Dbtpeer_management_service_grpc.pb.go177 func _BtpeerManagementService_DeviceInfo_Handler(srv interface{}, ctx context.Context, dec func(int…
195 func _BtpeerManagementService_DeviceStatus_Handler(srv interface{}, ctx context.Context, dec func(i…
213 func _BtpeerManagementService_Reboot_Handler(srv interface{}, ctx context.Context, dec func(interfa…
231 func _BtpeerManagementService_GetActiveBluetoothStack_Handler(srv interface{}, ctx context.Context,…
249 func _BtpeerManagementService_SetActiveBluetoothStack_Handler(srv interface{}, ctx context.Context,…
267 func _BtpeerManagementService_GetActiveBluetoothStackAPI_Handler(srv interface{}, ctx context.Conte…
285 func _BtpeerManagementService_SetActiveBluetoothStackAPI_Handler(srv interface{}, ctx context.Conte…
/external/chromiumos-config/go/src/go.chromium.org/chromiumos/config/go/api/test/tls/
Dwiring_grpc.pb.go238 func _Wiring_GetDut_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, inte…
256 func _Wiring_OpenDutPort_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error,…
274 func _Wiring_SetDutPowerSupply_Handler(srv interface{}, ctx context.Context, dec func(interface{}) …
292 func _Wiring_CacheForDut_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error,…
310 func _Wiring_CallServo_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, i…
328 func _Wiring_ExposePortToDut_Handler(srv interface{}, ctx context.Context, dec func(interface{}) er…

12345678910>>...24