HomeSort by relevance Sort by last modified time
    Searched defs:interface (Results 1 - 25 of 145) sorted by null

1 2 3 4 5 6

  /external/mesa3d/src/compiler/glsl/tests/
general_ir_test.cpp 29 TEST(ir_variable_constructor, interface)
37 const glsl_type *const interface = local
47 new(mem_ctx) ir_variable(interface, name, ir_var_uniform);
51 EXPECT_EQ(interface, v->type);
52 EXPECT_EQ(interface, v->get_interface_type());
63 const glsl_type *const interface = local
71 glsl_type::get_array_instance(interface, 2);
81 EXPECT_EQ(interface, v->get_interface_type());
  /external/u-boot/cmd/
dfu.c 30 char *interface = argv[2]; local
40 return update_tftp(addr, interface, devstring);
44 ret = dfu_init_env_entities(interface, devstring);
67 "<USB_controller> <interface> <dev> [list]\n"
69 " on device <dev>, attached to interface\n"
70 " <interface>\n"
77 "tftp <interface> <dev> [<addr>]\n"
79 " on device <dev>, attached to interface\n"
80 " <interface>\n"
thordown.c 21 char *interface = argv[2]; local
28 ret = dfu_init_env_entities(interface, devstring);
67 "<USB_controller> <interface> <dev>\n"
70 " attached to interface <interface>\n"
  /external/walt/android/WALT/app/src/main/jni/
sync_clock_linux.c 41 // The interface and endpoint numbers are defined by the TeensyUSB. They may
45 // Host Viewer on Android. Look for a "CDC Data" interface (class 0x0a).
46 int interface = 1; local
50 int ret = ioctl(fd, USBDEVFS_CLAIMINTERFACE, &interface);
51 printf("Interface claimed retval=%d, errno=%d, %s\n", ret, errno, strerror(errno));
54 "interface claimed by the kernel serial driver.");
  /external/u-boot/board/freescale/ls2080ardb/
eth_ls2080rdb.c 26 int i, interface; local
77 interface = wriop_get_enet_if(i);
78 switch (interface) {
  /external/u-boot/board/freescale/t208xrdb/
eth_t208xrdb.c 29 int i, interface; local
74 interface = fm_info_get_enet_if(i);
75 switch (interface) {
  /external/u-boot/board/spear/spear300/
spear300.c 55 u32 interface = PHY_INTERFACE_MODE_MII; local
56 if (designware_initialize(CONFIG_SPEAR_ETHBASE, interface) >= 0)
  /external/u-boot/board/spear/spear310/
spear310.c 56 u32 interface = PHY_INTERFACE_MODE_MII; local
57 if (designware_initialize(CONFIG_SPEAR_ETHBASE, interface) >= 0)
  /external/u-boot/board/spear/spear600/
spear600.c 50 u32 interface = PHY_INTERFACE_MODE_MII; local
51 if (designware_initialize(CONFIG_SPEAR_ETHBASE, interface) >= 0)
  /frameworks/av/media/libstagefright/
OMXClient.cpp 66 sp<IOMX> OMXClient::interface() { function in class:android::OMXClient
  /art/runtime/mirror/
iftable-inl.h 30 ObjPtr<Class> interface = local
32 DCHECK(interface != nullptr);
33 return interface;
36 inline void IfTable::SetInterface(int32_t i, ObjPtr<Class> interface) {
37 DCHECK(interface != nullptr);
38 DCHECK(interface->IsInterface());
41 SetWithoutChecks<false>(idx, interface);
  /external/autotest/client/deps/glbench/src/
contexttest.cc 31 GLInterface* interface = g_main_gl_interface.get(); local
32 CHECK(interface);
33 GLContext main_context = interface->GetMainContext();
34 GLContext new_context = interface->CreateContext();
39 interface->MakeCurrent(new_context);
41 interface->MakeCurrent(main_context);
46 interface->MakeCurrent(IsEven(i) ? new_context : main_context);
49 interface->MakeCurrent(main_context);
50 interface->DeleteContext(new_context);
  /external/bcc/examples/networking/http_filter/
http-parse-simple.py 9 #eBPF program http_filter is used as SOCKET_FILTER attached to eth0 interface.
36 print(" -i if_name select interface if_name. Default is eth0")
44 interface="eth0" variable
54 interface = argv[2]
61 print ("binding socket to '%s'" % interface)
71 #create raw socket, bind it to interface
73 BPF.attach_raw_socket(function_http_filter, interface)
  /external/strace/tests/
ip_mreq.c 44 #define interface "127.0.0.1" macro
55 inet_pton(AF_INET, interface, &m4->imr_interface);
79 "\"), imr_interface=inet_addr(\"" interface "\")}"
85 "\"), imr_interface=inet_addr(\"" interface "\")}"
  /external/strace/tests-m32/
ip_mreq.c 44 #define interface "127.0.0.1" macro
55 inet_pton(AF_INET, interface, &m4->imr_interface);
79 "\"), imr_interface=inet_addr(\"" interface "\")}"
85 "\"), imr_interface=inet_addr(\"" interface "\")}"
  /external/strace/tests-mx32/
ip_mreq.c 44 #define interface "127.0.0.1" macro
55 inet_pton(AF_INET, interface, &m4->imr_interface);
79 "\"), imr_interface=inet_addr(\"" interface "\")}"
85 "\"), imr_interface=inet_addr(\"" interface "\")}"
  /external/u-boot/board/freescale/ls1088a/
eth_ls1088ardb.c 23 int i, interface; local
77 interface = wriop_get_enet_if(i);
78 switch (interface) {
  /external/u-boot/board/freescale/t102xrdb/
eth_t102xrdb.c 30 int i, interface; local
87 interface = fm_info_get_enet_if(i);
88 switch (interface) {
  /external/u-boot/board/freescale/t4rdb/
eth.c 40 int i, interface; local
83 interface = fm_info_get_enet_if(i);
84 switch (interface) {
123 interface = fm_info_get_enet_if(i);
124 switch (interface) {
  /external/u-boot/board/spear/spear320/
spear320.c 67 u32 interface = PHY_INTERFACE_MODE_MII; local
68 if (designware_initialize(CONFIG_SPEAR_ETHBASE, interface) >= 0)
  /external/u-boot/board/st/stv0991/
stv0991.c 109 u32 interface = PHY_INTERFACE_MODE_MII; local
110 if (designware_initialize(GMAC_BASE_ADDR, interface) >= 0)
  /development/samples/ToyVpn/server/linux/
ToyVpnServer.cpp 43 // # Create a TUN interface.
46 // # Set the addresses and bring up the interface.
54 // its own TUN interface. A short shell script will be sufficient. Since this
63 int interface = open("/dev/net/tun", O_RDWR | O_NONBLOCK); local
70 if (ioctl(interface, TUNSETIFF, &ifr)) {
71 perror("Cannot get TUN interface");
75 return interface;
174 "Note that TUN interface needs to be configured properly\n"
184 // Get TUN interface.
185 int interface = get_interface(argv[1]) local
    [all...]
  /external/u-boot/drivers/bios_emulator/
bios.c 3 * BIOS emulator and interface
150 u8 interface, subclass, baseclass; local
190 &interface);
197 &interface);
203 if (M.x86.R_CL == interface && M.x86.R_CH == subclass
206 if (M.x86.R_CL == _BE_env.vgaInfo.pciInfo->Interface &&
  /external/u-boot/drivers/net/
sandbox-raw.c 24 const char *interface; local
28 interface = fdt_getprop(gd->fdt_blob, dev_of_offset(dev),
29 "host-raw-interface", NULL);
30 if (interface == NULL)
33 if (strcmp(interface, "lo") == 0) {
38 return sandbox_eth_raw_os_start(interface, pdata->enetaddr, priv);
82 * this is the localhost interface, there is no Etherent level
  /external/wayland/src/
wayland-server.h 49 const struct wl_interface *interface; member in struct:wl_object
75 const struct wl_interface *interface,
81 const struct wl_interface *interface,
86 const struct wl_interface *interface,

Completed in 942 milliseconds

1 2 3 4 5 6