| /external/ltp/testcases/network/multicast/mc_member/ |
| mc_member_test.c | 24 char *group_list = NULL, *interface = NULL; local 55 interface = optarg; 75 hp = gethostbyname(interface); 78 } else if (sscanf(interface, "%u.%u.%u.%u", &i1, &i2, &i3, &i4) != 4) { 93 printf("Socket set for Multicasting on: %s\n", interface); 137 printf("IPM group: %s added to interface: %s\n", group, 171 printf("IPM group: %s dropped from interface: %s\n",
|
| /external/skia/tools/sk_app/unix/ |
| GLWindowContext_unix.cpp | 68 sk_sp<const GrGLInterface> interface; local 102 interface = GrGLMakeNativeInterface(); 103 if (interface && interface->fExtensions.has("GL_EXT_debug_tool")) { 104 interface.reset(); 145 return interface ? interface : GrGLMakeNativeInterface();
|
| /external/skqp/tools/sk_app/unix/ |
| GLWindowContext_unix.cpp | 68 sk_sp<const GrGLInterface> interface; local 102 interface = GrGLMakeNativeInterface(); 103 if (interface && interface->fExtensions.has("GL_EXT_debug_tool")) { 104 interface.reset(); 145 return interface ? interface : GrGLMakeNativeInterface();
|
| /external/u-boot/board/corscience/tricorder/ |
| tricorder-eeprom.c | 120 printf("Board interface version: %.*s\n", 128 const char *version, const char *serial, const char *interface) 153 if (interface) { 155 strlen(interface)); 156 strncpy(eeprom.interface_version, interface, length); 199 char *interface = NULL; local 202 interface = argv[6]; 206 serial, interface); 217 "tricordereeprom write devaddr name version serial [interface]\n" 220 " optional add an HW interface parameter [all...] |
| /external/u-boot/lib/efi_driver/ |
| efi_uclass.c | 61 void *interface; local 70 &interface, this->driver_binding_handle, 109 void *interface = NULL; local 119 &interface, this->driver_binding_handle, 143 bp->ops->bind(controller_handle, interface); 173 EFI_PRINT("Cannot uninstall protocol interface\n");
|
| /external/u-boot/lib/efi_selftest/ |
| efi_selftest_controllers.c | 80 void *interface; local 84 &interface, handle_driver, 118 void *interface; local 123 &interface, handle_driver, 146 &interface, handle_child_controller[i], 179 efi_st_error("Cannot uninstall protocol interface\n"); 250 /* Driver binding protocol interface */ 367 /* Try to uninstall controller protocol using the wrong interface */ 373 "Interface not checked when uninstalling protocol\n");
|
| efi_selftest_manageprotocols.c | 17 * The test currently does not actually call the interface function. 20 struct interface { struct 36 static struct interface interface1; 37 static struct interface interface2; 38 static struct interface interface3; 39 static struct interface interface4; 136 struct interface *interface; local 147 ret = boottime->handle_protocol(handle1, &guid3, (void **)&interface); 149 efi_st_error("HandleProtocol failed to retrieve interface\n") [all...] |
| efi_selftest_devicepath.c | 19 struct interface { struct 21 } interface; variable in typeref:struct:interface 57 * guid interface 59 * guid interface 150 &interface); 166 &interface); 203 &interface); 217 &interface);
|
| /external/bcc/examples/networking/http_filter/ |
| http-parse-complete.py | 9 #eBPF program http_filter is used as SOCKET_FILTER attached to eth0 interface. 89 print(" -i if_name select interface if_name. Default is eth0") 97 interface="eth0" variable 107 interface = argv[2] 114 print ("binding socket to '%s'" % interface) 124 #create raw socket, bind it to interface 126 BPF.attach_raw_socket(function_http_filter, interface) 149 packet_str = os.read(socket_fd,4096) #set packet length to max packet length on the interface
|
| /external/bcc/examples/networking/vlan_filter/ |
| data-plane-tracing.py | 30 print(" -i if_name select interface if_name. Default is eth0") 41 interface="eth0" variable 53 interface = argv[2] 61 interface = argv[2] variable 65 interface = argv[4] variable 72 print ("binding socket to '%s'" % interface) 83 BPF.attach_raw_socket(function_vlan_filter, interface) 94 #get interface ip address. In case ip is not set then just add 127.0.0.1. 95 ni.ifaddresses(interface) 97 ip = ni.ifaddresses(interface)[ni.AF_INET][0]['addr' [all...] |
| /external/deqp/external/openglcts/modules/glesext/tessellation_shader/ |
| esextcTessellationShaderProgramInterfaces.cpp | 340 glw::GLenum interface = interfaces[n_interface]; local 342 if ((interface == GL_SHADER_STORAGE_BLOCK || interface == GL_BUFFER_VARIABLE) && 348 if (interface == GL_ATOMIC_COUNTER_BUFFER && !m_is_atomic_counters_supported) 353 /* For each interface, we want to check whether a specific resource 361 switch (interface) 419 TCU_FAIL("Unrecognized interface type"); 421 } /* switch (interface) */ 429 if (interface == GL_ATOMIC_COUNTER_BUFFER) 431 /* We only need a single iteration run for this interface */ [all...] |
| /external/deqp/modules/gles31/functional/ |
| es31fProgramInterfaceQueryTestCase.hpp | 23 * \brief Program interface query test case 41 ProgramInterface interface; member in struct:deqp::gles31::Functional::ProgramResourceQueryTestTarget
|
| /external/libchrome/dbus/ |
| exported_object.cc | 204 const std::string interface = method_call->GetInterface(); local 207 if (interface.empty()) { 208 // We don't support method calls without interface. 209 LOG(WARNING) << "Interface is missing: " << method_call->ToString(); 215 interface, member);
|
| property.cc | 41 const std::string& interface, 44 interface_(interface), 72 std::string interface; local 73 if (!reader.PopString(&interface)) { 75 << "expected interface name: " << signal->ToString(); 79 if (interface != this->interface()) 104 writer.AppendString(interface()); 141 writer.AppendString(interface()); 169 writer.AppendString(interface()); [all...] |
| property.h | 23 // standard interface of method calls and signals to obtain the current value, 25 // interface makes heavy use of variants and dictionaries of variants. The 123 // D-Bus Properties interface constants, declared here rather than 221 // |interface| specifies the D-Bus interface of these properties, and 224 PropertySet(ObjectProxy* object_proxy, const std::string& interface, 312 // Retrieves the interface of this property set. 313 const std::string& interface() const { return interface_; } function in class:dbus::PropertySet 332 // Interface of property, e.g. "org.chromium.ExampleService", this is 333 // distinct from the interface of the method call itself which is th [all...] |
| /external/skia/example/ |
| SkiaSDLExample.cpp | 198 auto interface = GrGLMakeNativeInterface(); local 201 sk_sp<GrContext> grContext(GrContext::MakeGL(interface)); 207 GR_GL_GetIntegerv(interface.get(), GR_GL_FRAMEBUFFER_BINDING, &buffer);
|
| /external/skia/src/gpu/gl/ |
| GrGLContext.h | 95 const GrGLInterface* interface() const { return fInterface.get(); } function in class:GrGLContext
|
| GrGLRenderTarget.cpp | 114 const GrGLInterface* interface = gpu->glInterface(); local 117 GR_GL_CALL(interface, FramebufferRenderbuffer(GR_GL_FRAMEBUFFER, 120 GR_GL_CALL(interface, FramebufferRenderbuffer(GR_GL_FRAMEBUFFER, 128 GR_GL_CALL_RET(interface, status, CheckFramebufferStatus(GR_GL_FRAMEBUFFER)); 139 GR_GL_CALL(interface, FramebufferRenderbuffer(GR_GL_FRAMEBUFFER, 143 GR_GL_CALL(interface, FramebufferRenderbuffer(GR_GL_FRAMEBUFFER, 147 GR_GL_CALL(interface, FramebufferRenderbuffer(GR_GL_FRAMEBUFFER, 158 GR_GL_CALL_RET(interface, status, CheckFramebufferStatus(GR_GL_FRAMEBUFFER));
|
| /external/skqp/example/ |
| SkiaSDLExample.cpp | 198 auto interface = GrGLMakeNativeInterface(); local 201 sk_sp<GrContext> grContext(GrContext::MakeGL(interface)); 207 GR_GL_GetIntegerv(interface.get(), GR_GL_FRAMEBUFFER_BINDING, &buffer);
|
| /external/skqp/src/gpu/gl/ |
| GrGLContext.h | 95 const GrGLInterface* interface() const { return fInterface.get(); } function in class:GrGLContext
|
| GrGLRenderTarget.cpp | 114 const GrGLInterface* interface = gpu->glInterface(); local 117 GR_GL_CALL(interface, FramebufferRenderbuffer(GR_GL_FRAMEBUFFER, 120 GR_GL_CALL(interface, FramebufferRenderbuffer(GR_GL_FRAMEBUFFER, 128 GR_GL_CALL_RET(interface, status, CheckFramebufferStatus(GR_GL_FRAMEBUFFER)); 139 GR_GL_CALL(interface, FramebufferRenderbuffer(GR_GL_FRAMEBUFFER, 143 GR_GL_CALL(interface, FramebufferRenderbuffer(GR_GL_FRAMEBUFFER, 147 GR_GL_CALL(interface, FramebufferRenderbuffer(GR_GL_FRAMEBUFFER, 158 GR_GL_CALL_RET(interface, status, CheckFramebufferStatus(GR_GL_FRAMEBUFFER));
|
| /external/u-boot/board/freescale/ls1043aqds/ |
| eth.c | 177 /* 2.5G SGMII interface */ 242 /* XFI interface */ 297 int i, idx, lane, slot, interface; local 427 interface = fm_info_get_enet_if(i); 428 switch (interface) { 432 if (interface == PHY_INTERFACE_MODE_SGMII) { 435 } else if (interface == PHY_INTERFACE_MODE_SGMII_2500) {
|
| /external/u-boot/board/freescale/ls1046aqds/ |
| eth.c | 178 /* 2.5G SGMII interface */ 211 /* XFI interface */ 255 int i, idx, lane, slot, interface; local 340 interface = fm_info_get_enet_if(i); 341 switch (interface) { 344 if (interface == PHY_INTERFACE_MODE_SGMII) {
|
| /external/u-boot/include/ |
| fpga.h | 42 char *interface; member in struct:__anon47700
|
| /external/wayland/src/ |
| wayland-private.h | 54 const struct wl_interface *interface; member in struct:wl_object
|