HomeSort by relevance Sort by last modified time
    Searched defs:interface (Results 76 - 100 of 159) sorted by null

1 2 34 5 6 7

  /external/selinux/python/sepolicy/
sepolicy.py 138 from sepolicy.interface import get_admin
223 from sepolicy.interface import get_interface_dict
227 raise ValueError(_("Interface %s does not exist.") % v)
329 help=_('Graphical User Interface for SELinux Policy'))
477 from sepolicy.interface import get_interface_format_text, interface_compile_test
493 def interface(args): function
494 from sepolicy.interface import get_admin, get_user, get_interface_dict, get_all_interfaces
566 itf = parser.add_parser("interface",
570 help="Run compile test for selected interface")
575 help="Interface file"
    [all...]
  /external/skia/tests/
SurfaceSemaphoreTest.cpp 137 const GrVkInterface* interface = gpu->vkInterface(); local
146 GR_VK_CALL_ERRCHECK(interface, CreateSemaphore(device, &createInfo, nullptr, &vkSem));
240 const GrGLInterface* interface = gpu->glInterface(); local
244 GR_GL_CALL_RET(interface, result, IsSync(sync));
251 const GrVkInterface* interface = gpu->vkInterface(); local
266 VkResult err = GR_VK_CALL(interface, AllocateCommandBuffers(device, &cmdInfo, &cmdBuffer));
278 GR_VK_CALL_ERRCHECK(interface, BeginCommandBuffer(cmdBuffer, &cmdBufferBeginInfo));
279 GR_VK_CALL_ERRCHECK(interface, EndCommandBuffer(cmdBuffer));
286 err = GR_VK_CALL(interface, CreateFence(device, &fenceInfo, nullptr, &fence));
302 GR_VK_CALL_ERRCHECK(interface, QueueSubmit(queue, 1, &submitInfo, fence))
    [all...]
  /external/skqp/tests/
SurfaceSemaphoreTest.cpp 137 const GrVkInterface* interface = gpu->vkInterface(); local
146 GR_VK_CALL_ERRCHECK(interface, CreateSemaphore(device, &createInfo, nullptr, &vkSem));
240 const GrGLInterface* interface = gpu->glInterface(); local
244 GR_GL_CALL_RET(interface, result, IsSync(sync));
251 const GrVkInterface* interface = gpu->vkInterface(); local
266 VkResult err = GR_VK_CALL(interface, AllocateCommandBuffers(device, &cmdInfo, &cmdBuffer));
278 GR_VK_CALL_ERRCHECK(interface, BeginCommandBuffer(cmdBuffer, &cmdBufferBeginInfo));
279 GR_VK_CALL_ERRCHECK(interface, EndCommandBuffer(cmdBuffer));
286 err = GR_VK_CALL(interface, CreateFence(device, &fenceInfo, nullptr, &fence));
302 GR_VK_CALL_ERRCHECK(interface, QueueSubmit(queue, 1, &submitInfo, fence))
    [all...]
  /external/syslinux/gpxe/src/util/
hijack.c 44 char interface[IF_NAMESIZE]; member in struct:hijack_options
102 static int hijack_open ( const char *interface, struct hijack *hijack ) {
105 /* Open interface via pcap */
107 hijack->pcap = pcap_open_live ( interface, SNAPLEN, 1, 0, errbuf );
110 interface, errbuf );
116 /* Set capture interface to non-blocking mode */
119 interface, errbuf );
127 "for %s\n", interface );
297 static int run_hijacker ( const char *interface, int fd ) {
303 logmsg ( LOG_INFO, "new connection for %s\n", interface );
    [all...]
  /external/wayland/src/
event-loop.c 60 struct wl_event_source_interface *interface; member in struct:wl_event_source
140 source->base.interface = &fd_source_interface;
201 source->base.interface = &timer_source_interface;
265 source->base.interface = &signal_source_interface;
298 source->base.interface = &idle_source_interface;
389 n += source->interface->dispatch(source, &ep);
423 source->interface->dispatch(source, &ep[i]);
  /external/wpa_supplicant_8/wpa_supplicant/dbus/
dbus_new_helpers.c 2 * WPA Supplicant / dbus-based control interface
25 const char *interface, void *user_data, DBusError *error)
31 /* Only return properties for the requested D-Bus interface */
32 if (os_strncmp(dsc->dbus_interface, interface,
72 * @interface: interface name which properties will be returned
77 * of those, which are readable and which interface matches interface
81 static DBusMessage * get_all_properties(DBusMessage *message, char *interface,
100 interface, obj_dsc->user_data, &error))
285 char *interface; local
    [all...]
  /frameworks/av/services/audiopolicy/engineconfigurable/wrapper/
ParameterManagerWrapper.cpp 402 const ISelectionCriterionTypeInterface *interface = criterion->getCriterionType(); local
404 return interface->getLiteralValue(valueToCheck, literalValue);
  /frameworks/wilhelm/src/itf/
IObject.cpp 332 void *interface = NULL; local
349 // Can't get interface on an unrealized object unless pre-realize is ok
353 // Can't get the MuteSolo interface of an audio player if the channel count is
354 // mono, but _can_ get the MuteSolo interface if the channel count is unknown
360 interface = (char *) thiz + clazz->mInterfaces[index].mOffset;
361 // Note that interface has been gotten,
366 ((size_t *) interface)[0] ^= ~0;
370 // Can't get interface if uninitialized, initialized, suspended,
380 *(void **)pInterface = interface;
578 // Call the deinitializer for each currently initialized interface,
    [all...]
  /hardware/google/av/codec2/hidl/1.0/utils/
ComponentStore.cpp 199 sp<IComponentInterface> interface; local
202 interface = new ComponentInterface(c2interface, this);
204 _hidl_cb((Status)res, interface);
238 // invalidate unsupported struct descriptors if a new interface is loaded as it may have
344 out << indent << "Unknown -- null interface" << std::endl;
  /system/bt/hci/src/
btsnoop.cc 127 // Interface functions
155 static const btsnoop_t interface = {capture}; variable
158 return &interface;
  /system/connectivity/wificond/
server.cpp 73 LOG(WARNING) << "Ignore duplicate interface event callback registration";
77 LOG(INFO) << "New interface event callback registered";
88 LOG(INFO) << "Unregister interface event callback";
92 LOG(WARNING) << "Failed to find registered interface event callback"
99 InterfaceInfo interface; local
100 if (!SetupInterface(iface_name, &interface)) {
105 interface.name,
106 interface.index,
131 InterfaceInfo interface; local
132 if (!SetupInterface(iface_name, &interface)) {
    [all...]
  /system/core/fastboot/
usb_osx.cpp 64 IOUSBInterfaceInterface190 **interface; member in struct:usb_handle
91 IOUSBInterfaceInterface190 **interface = NULL; local
105 ERR("Couldn't create a device interface iterator: (%08x)\n", kr);
126 // Now create the interface interface for the interface
130 (LPVOID*) &interface);
135 if (result || !interface) {
136 ERR("Couldn't create interface interface: (%08x)\n"
    [all...]
  /system/libvintf/
parse_string.cpp 403 s += toFQNameString(vr, matrixInstance.interface(),
481 const std::string& interface, const std::string& instance) {
484 if (!interface.empty()) {
485 ss << "::" << interface; local
494 const std::string& interface, const std::string& instance) {
495 return toFQNameString(package, to_string(version), interface, instance);
498 std::string toFQNameString(const Version& version, const std::string& interface,
500 return toFQNameString("", version, interface, instance);
506 const std::string& interface, const std::string& instance) {
507 return toFQNameString(package, to_string(range), interface, instance)
    [all...]
  /system/tools/hidl/c2hal/
AST.cpp 137 /* take interface-like structs out of the type file */
155 * interface
175 auto interface = new CompositeDeclaration( local
180 mInterfaces->push_back(interface);
240 for (auto &interface : *mInterfaces) {
241 err = generateFile(interface);
  /bionic/libc/kernel/uapi/linux/usb/
functionfs.h 59 __u8 interface; member in struct:usb_os_desc_header
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_xml_etree.py 138 def interface(): function
140 Test element tree interface.
651 Test iterparse interface.
    [all...]
  /external/clang/test/Analysis/
inline.cpp 94 int interface() const { function in class:PR13569::Parent
118 x.interface();
129 x.interface();
142 int interface() const { function in class:PR13569_virtual::Parent
166 x.interface();
177 x.interface();
  /external/deqp/scripts/khr_util/
registry.py 82 class Interface(Object): pass
219 class Interface(Object):
368 # midpoints might not be included in the interface even though
382 return Interface(
416 def interface(registry, api, **kwargs): function
  /external/dhcpcd-6.8.2/
dhcpcd.h 56 /* If the interface does not support carrier status (ie PPP),
60 struct interface { struct
62 TAILQ_ENTRY(interface) next;
83 TAILQ_HEAD(if_head, interface);
174 void dhcpcd_dropinterface(struct interface *, const char *);
175 int dhcpcd_selectprofile(struct interface *, const char *);
178 void dhcpcd_initstate(struct interface *, unsigned long long);
  /external/dnsmasq/src/
network.c 63 We allow these to be treated as aliases of another interface which does have
64 an IP address with --dhcp-bridge=interface,alias,alias */
75 my_syslog(LOG_WARNING, _("unknown interface %s in bridge-interface"), name);
131 /* check whether the interface IP has been added already
402 * for a single given irec (interface name and address) create
405 * to create just a single new listener dynamically when our interface
408 * iface - input of the new interface details to listen on
453 /* An interface may have an IPv6 address which is still undergoing DAD.
490 * Otherwise, any listeners that are preserved across interface list change
936 char *interface; local
    [all...]
  /external/kernel-headers/original/uapi/linux/usb/
functionfs.h 60 __u8 interface; member in struct:usb_os_desc_header
138 * | 0 | inteface | U8 | related interface number |
148 * | 0 | inteface | U8 | related interface number |
160 * | 0 | bFirstInterfaceNumber | U8 | index of the interface or of the 1st|
161 * | | | | interface in an IAD group |
272 * Returns reverse mapping of an interface. Called on EP0. If there
273 * is no such interface returns -EDOM. If function is not active
  /external/libchrome/dbus/
object_proxy.cc 39 // The D-Bus Object interface.
401 "type='signal',interface='org.freedesktop.DBus',"
432 base::StringPrintf("type='signal', interface='%s', path='%s'",
488 const std::string interface = signal->GetInterface(); local
491 statistics::AddReceivedSignal(service_name_, interface, member);
495 interface, member);
  /external/libese/libese-teq1/include/ese/
teq1.h 126 int interface:1; member in struct:Teq1CardState::__anon24740::__anon24741
135 (CARD)->seq.interface = 1;
197 #define teq1_trace_header() ALOGI("%-20s --- %20s", "Interface", "Card")
  /external/libusb/libusb/os/
haiku_usb_raw.h 89 } interface; member in union:__anon25886
163 uint32 interface; member in struct:__anon25886::__anon25900
171 uint32 interface; member in struct:__anon25886::__anon25901
  /external/oj-libjdwp/src/share/transport/socket/
socketTransport.c 38 * Service Provider Interface - see src/share/javavm/export/jdwpTransport.h.
47 static struct jdwpTransportNativeInterface_ interface; variable in typeref:struct:jdwpTransportNativeInterface_
48 static jdwpTransportEnv single_env = (jdwpTransportEnv)&interface;
741 /* initialize interface table */
742 interface.GetCapabilities = &socketTransport_getCapabilities;
743 interface.Attach = &socketTransport_attach;
744 interface.StartListening = &socketTransport_startListening;
745 interface.StopListening = &socketTransport_stopListening;
746 interface.Accept = &socketTransport_accept;
747 interface.IsOpen = &socketTransport_isOpen
    [all...]

Completed in 756 milliseconds

1 2 34 5 6 7