| /art/runtime/ |
| cha.cc | 160 // Check all possible interface methods too. 164 ObjPtr<mirror::Class> interface = local 170 ArtMethod* method = interface->GetVirtualMethod(j, pointer_size); 337 // If virtual_method doesn't come from a default interface method, it should 486 // interface_method. Invoking the interface method on the class will throw 611 ObjPtr<mirror::Class> interface = iftable->GetInterface(i); local 613 ArtMethod* interface_method = interface->GetVirtualMethod(j, image_pointer_size);
|
| /device/generic/goldfish/network/netmgr/commands/ |
| wifi_command.cpp | 240 // This interface is available, use it 245 // The interface name was alread in use, try the next one 257 auto interface = mAccessPoints.find(arguments[0]); local 258 if (interface == mAccessPoints.end()) { 261 interface->second.blocked = true; 262 return setBlocked(interface->second.ifName.c_str(), true); 266 auto interface = mAccessPoints.find(arguments[0]); local 267 if (interface == mAccessPoints.end()) { 270 interface->second.blocked = false; 271 return setBlocked(interface->second.ifName.c_str(), false) [all...] |
| /external/adhd/cras/src/server/ |
| cras_bt_transport.c | 357 const char *interface = BLUEZ_INTERFACE_MEDIA_TRANSPORT; local 373 &interface);
|
| /external/deqp/modules/gles31/functional/ |
| es31fProgramInterfaceQueryTestCase.cpp | 21 * \brief Program interface query test case 549 // Atomics are buffer backed with stride of 4 even though they are not in an interface block 604 const glw::GLenum interface = (firstComponent.getInterfaceBlock()->storage == glu::STORAGE_UNIFORM) ? (GL_UNIFORM_BLOCK) : local 610 gl.getProgramResourceName(m_programID, interface, propValue, (int)nameBuffer.size() - 1, &written, &nameBuffer[0]); [all...] |
| /external/dnsmasq/src/ |
| helper.c | 46 char interface[IF_NAMESIZE]; member in struct:script_data 174 if (strlen(data.interface) != 0) my_setenv("DNSMASQ_INTERFACE", data.interface, &err); 298 buf->interface[0] = 0; 304 strncpy(buf->interface, ifr.ifr_name, IF_NAMESIZE); 307 if (lease->last_interface != 0) if_indextoname(lease->last_interface, buf->interface);
|
| /external/flatbuffers/src/ |
| util.cpp | 29 # undef interface // This is also important because of reasons macro
|
| /external/iw/ |
| interface.c | 22 SECTION(interface); variable 85 #define IFACE_TYPES "Valid interface types are: managed, ibss, monitor, mesh, wds." 149 fprintf(stderr, "invalid interface type %s\n", tpstr); 248 COMMAND(interface, add, "<name> type <type> [mesh_id <meshid>] [4addr on|off] [flags <flag>*] [addr <mac-addr>]", 250 "Add a new virtual interface with the given configuration.\n" 255 COMMAND(interface, add, "<name> type <type> [mesh_id <meshid>] [4addr on|off] [flags <flag>*] [addr <mac-addr>]", 267 "Remove this virtual interface"); 268 HIDDEN(interface, del, NULL, NL80211_CMD_DEL_INTERFACE, 0, CIB_NETDEV, handle_interface_del); 327 printf("%sUnnamed/non-netdev interface\n", indent); 386 "Show information for this interface.") [all...] |
| /external/libchrome/dbus/ |
| dbus_statistics.cc | 22 std::string interface; member in struct:dbus::__anon27686::StatKey 27 return std::tie(lhs.service, lhs.interface, lhs.method) < 28 std::tie(rhs.service, rhs.interface, rhs.method); 61 // Add a call to |method| for |interface|. See also MethodCall in message.h. 63 const std::string& interface, 71 StatValue* stat = GetStats(service, interface, method, true); 86 const std::string& interface, 91 StatKey key = {service, interface, method}; 133 const std::string& interface, 138 service, interface, method, DBusStatistics::TYPE_SENT_METHOD_CALLS) [all...] |
| object_manager.cc | 78 Interface* interface) { 79 interface_map_[interface_name] = interface; 186 "type='signal', sender='%s', interface='%s', member='%s'", 268 const std::string interface = signal->GetInterface(); local 271 statistics::AddReceivedSignal(service_name_, interface, member); 277 GetAbsoluteMemberName(interface, member); 339 std::string interface; local 340 if (!reader.PopString(&interface)) { 342 << "expected interface name: " << signal->ToString() 489 Interface* interface = iiter->second; local [all...] |
| /external/libmtp/src/ |
| libusb-glue.h | 3 * Low-level USB interface glue towards libusb. 95 uint8_t interface; member in struct:_PTP_USB
|
| /external/libusb/libusb/os/ |
| darwin_usb.h | 141 usb_interface_t **interface; member in struct:darwin_device_handle_priv::darwin_interface
|
| /external/libvpx/libvpx/examples/ |
| vp8_multi_resolution_encoder.c | 37 #define interface (vpx_codec_vp8_cx()) macro 348 printf("Using %s\n", vpx_codec_iface_name(interface)); 401 res[i] = vpx_codec_enc_config_default(interface, &cfg[i], 0); 489 if (vpx_codec_enc_init_multi(&codec[0], interface, &cfg[0], NUM_ENCODERS,
|
| /external/linux-kselftest/tools/testing/selftests/networking/timestamping/ |
| timestamping.c | 69 printf("timestamping interface option*\n\n" 242 printf("IP_PKTINFO interface index %u", 322 char *interface; local 338 interface = argv[1]; 372 strncpy(device.ifr_name, interface, sizeof(device.ifr_name)); 374 bail("getting interface IP address"); 377 strncpy(hwtstamp.ifr_name, interface, sizeof(hwtstamp.ifr_name));
|
| /external/mtpd/ |
| mtpd.c | 54 static char *interface; variable 84 printf(" %s interface %s %s pppd-arguments\n", 90 interface = argv[1]; 280 log_print(INFO, "Connecting to %s port %s via %s", server, port, interface); 291 if (!setsockopt(s, SOL_SOCKET, SO_BINDTODEVICE, interface, 292 strlen(interface)) && !connect(s, r->ai_addr, r->ai_addrlen)) {
|
| /external/selinux/python/sepolicy/ |
| sepolicy.py | 138 from sepolicy.interface import get_admin 214 from sepolicy.interface import get_interface_dict 218 raise ValueError(_("Interface %s does not exist.") % v) 320 help=_('Graphical User Interface for SELinux Policy')) 468 from sepolicy.interface import get_interface_format_text, interface_compile_test 484 def interface(args): function 485 from sepolicy.interface import get_admin, get_user, get_interface_dict, get_all_interfaces 557 itf = parser.add_parser("interface", 561 help="Run compile test for selected interface") 566 help="Interface file" [all...] |
| /external/skia/tests/ |
| SurfaceSemaphoreTest.cpp | 131 const GrVkInterface* interface = gpu->vkInterface(); local 140 GR_VK_CALL_ERRCHECK(interface, CreateSemaphore(device, &createInfo, nullptr, &vkSem)); 235 const GrGLInterface* interface = gpu->glInterface(); local 239 GR_GL_CALL_RET(interface, result, IsSync(sync)); 246 const GrVkInterface* interface = gpu->vkInterface(); local 261 VkResult err = GR_VK_CALL(interface, AllocateCommandBuffers(device, &cmdInfo, &cmdBuffer)); 273 GR_VK_CALL_ERRCHECK(interface, BeginCommandBuffer(cmdBuffer, &cmdBufferBeginInfo)); 274 GR_VK_CALL_ERRCHECK(interface, EndCommandBuffer(cmdBuffer)); 281 err = GR_VK_CALL(interface, CreateFence(device, &fenceInfo, nullptr, &fence)); 297 GR_VK_CALL_ERRCHECK(interface, QueueSubmit(queue, 1, &submitInfo, fence)) [all...] |
| /external/skqp/tests/ |
| SurfaceSemaphoreTest.cpp | 131 const GrVkInterface* interface = gpu->vkInterface(); local 140 GR_VK_CALL_ERRCHECK(interface, CreateSemaphore(device, &createInfo, nullptr, &vkSem)); 235 const GrGLInterface* interface = gpu->glInterface(); local 239 GR_GL_CALL_RET(interface, result, IsSync(sync)); 246 const GrVkInterface* interface = gpu->vkInterface(); local 261 VkResult err = GR_VK_CALL(interface, AllocateCommandBuffers(device, &cmdInfo, &cmdBuffer)); 273 GR_VK_CALL_ERRCHECK(interface, BeginCommandBuffer(cmdBuffer, &cmdBufferBeginInfo)); 274 GR_VK_CALL_ERRCHECK(interface, EndCommandBuffer(cmdBuffer)); 281 err = GR_VK_CALL(interface, CreateFence(device, &fenceInfo, nullptr, &fence)); 297 GR_VK_CALL_ERRCHECK(interface, QueueSubmit(queue, 1, &submitInfo, fence)) [all...] |
| /external/u-boot/board/freescale/t102xqds/ |
| eth_t102xqds.c | 213 /* XFI interface */ 255 int i, idx, lane, slot, interface; local 362 interface = fm_info_get_enet_if(i); 363 switch (interface) { 367 if (interface == PHY_INTERFACE_MODE_SGMII) { 370 } else if (interface == PHY_INTERFACE_MODE_SGMII_2500) {
|
| /external/u-boot/board/freescale/t208xqds/ |
| eth_t208xqds.c | 355 case 0x66: /* XFI interface */ 516 int i, idx, lane, slot, interface; local 704 interface = fm_info_get_enet_if(i); 705 switch (interface) {
|
| /external/u-boot/board/freescale/t4qds/ |
| eth.c | 175 int interface = fm_info_get_enet_if(port); local 181 if (interface == PHY_INTERFACE_MODE_SGMII || 182 interface == PHY_INTERFACE_MODE_QSGMII) { 269 } else if (interface == PHY_INTERFACE_MODE_XGMII && 371 /* check if it's XFI interface for 10g */ 489 int i, idx, lane, slot, interface; local 600 interface = fm_info_get_enet_if(i); 601 switch (interface) { 604 if (interface == PHY_INTERFACE_MODE_QSGMII) { 778 interface = fm_info_get_enet_if(i) [all...] |
| /external/u-boot/drivers/fpga/ |
| zynqpl.c | 423 char *interface, *dev_part, *filename; local 426 interface = fsinfo->interface; 431 if (fs_set_blk_dev(interface, dev_part, fstype)) 453 if (fs_set_blk_dev(interface, dev_part, fstype))
|
| /external/u-boot/drivers/net/ |
| tsec.c | 187 /* clear all bits relative with interface mode */ 362 /* Stop the interface */ 473 * interface 527 * and brings the interface up. Returns the link status, meaning 616 phy_interface_t interface; local 621 interface = priv->interface; 627 if (interface == PHY_INTERFACE_MODE_RGMII_ID || 628 interface == PHY_INTERFACE_MODE_RGMII_TXID || 629 interface == PHY_INTERFACE_MODE_RGMII_RXID [all...] |
| /external/u-boot/drivers/usb/gadget/ |
| pxa27x_udc.c | 527 int config, interface, alternate; local 550 interface = 0; 553 usbdbg("config %d - interface %d - alternate %d", 554 config, interface, alternate); 574 tmp |= (interface << UDCCONR_IN_S) & UDCCONR_IN;
|
| /external/u-boot/include/linux/usb/ |
| composite.h | 12 * This framework is an optional layer on top of the USB Gadget interface, 45 * @descriptors: Table of full (or low) speed descriptors, using interface and 48 * @hs_descriptors: Table of high speed descriptors, using interface and 54 * available resources including string and interface identifiers used 55 * in interface or class descriptors; endpoints; I/O buffers; and so on. 60 * Note that setting an interface to its current altsetting resets 61 * interface state, and that all interfaces have a disabled state. 66 * @setup: Used for interface-specific control requests. 115 unsigned interface, unsigned alt); 117 unsigned interface); 228 struct usb_function *interface[MAX_CONFIG_INTERFACES]; member in struct:usb_configuration [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]);
|