Home
last modified time | relevance | path

Searched refs:side (Results 1 – 25 of 74) sorted by relevance

123

/device/generic/opengl-transport/host/commands/emugen/
DApiGen.h45 const char *sideString(SideType side) { in sideString() argument
47 switch(side) { in sideString()
71 int genProcTypes(const std::string &filename, SideType side);
72 int genFuncTable(const std::string &filename, SideType side);
74 int genContext(const std::string &filename, SideType side);
75 int genContextImpl(const std::string &filename, SideType side);
77 int genEntryPoints(const std::string &filename, SideType side);
DApiGen.cpp69 int ApiGen::genProcTypes(const std::string &filename, SideType side) in genProcTypes() argument
80 fprintf(fp, "#ifndef __%s_%s_proc_t_h\n", basename, sideString(side)); in genProcTypes()
81 fprintf(fp, "#define __%s_%s_proc_t_h\n", basename, sideString(side)); in genProcTypes()
94 … fprintf(fp, " (%s_APIENTRY *%s_%s_proc_t) (", basename, e->name().c_str(), sideString(side)); in genProcTypes()
95 if (side == CLIENT_SIDE) { fprintf(fp, "void * ctx"); } in genProcTypes()
96 if (e->customDecoder() && side == SERVER_SIDE) { fprintf(fp, "void *ctx"); } in genProcTypes()
103 …if (j != 0 || side == CLIENT_SIDE || (side == SERVER_SIDE && e->customDecoder())) fprintf(fp, ", "… in genProcTypes()
109 if (side == SERVER_SIDE && e->customDecoder() && !e->notApi()) { in genProcTypes()
112 … fprintf(fp, " (%s_APIENTRY *%s_dec_%s_proc_t) (", basename, e->name().c_str(), sideString(side)); in genProcTypes()
130 int ApiGen::genFuncTable(const std::string &filename, SideType side) in genFuncTable() argument
[all …]
DREADME.md8 over all of the host-side android-base port.
DREADME101 side. Thus, the data endianness that is sent across the wire is
102 determined by the ‘client’ side. It is up to the server side to
181 api_client_context.h - defines the client side dispatch table data
211 api_server_proc.h - type definitions for the server side procedures
325 unsupported - The encoder side implementation is pointed to "unsuppored reporting function".
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/webchecker/
Dtktools.py91 vbar.pack(fill=Y, side=RIGHT)
94 vbarframe.pack(fill=Y, side=RIGHT)
96 vbar.pack(in_=vbarframe, expand=1, fill=Y, side=TOP)
100 corner.pack(side=BOTTOM)
107 hbar.pack(fill=X, side=BOTTOM)
156 widget.pack(expand=expand, fill=fill, side=LEFT)
178 widget.pack(expand=expand, fill=fill, side=LEFT)
202 widget.pack(expand=expand, fill=fill, side=LEFT)
227 label.pack(side=LEFT)
233 entry.pack(side=LEFT, fill=X, expand=1)
[all …]
Dwcgui.py118 self.__topcontrols.pack(side=TOP, fill=X)
120 self.__label.pack(side=LEFT)
122 self.__rootentry.pack(side=LEFT)
127 self.__controls.pack(side=TOP, fill=X)
130 self.__start.pack(side=LEFT)
133 self.__stop.pack(side=LEFT)
136 self.__step.pack(side=LEFT)
142 self.__checkext.pack(side=LEFT)
144 self.__reset.pack(side=LEFT)
148 self.__quit.pack(side=RIGHT)
[all …]
/device/linaro/bootloader/edk2/NetworkPkg/Mtftp6Dxe/
DMtftp6Dxe.uni2 // Client-side Mtftp6 service.
5 // client-side unicast and/or multicast TFTP.
20 #string STR_MODULE_ABSTRACT #language en-US "Client-side Mtftp6 service"
22 …le produces EFI MTFTPv6 Protocol which provides basic services for client-side unicast and/or mult…
DMtftp6Dxe.inf2 # Client-side Mtftp6 service.
5 # client-side unicast and/or multicast TFTP.
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/
Dredemo.py13 self.promptdisplay.pack(side=TOP, fill=X)
22 self.statusdisplay.pack(side=TOP, fill=X)
40 self.showfirstradio.pack(side=LEFT)
47 self.showallradio.pack(side=LEFT)
90 box.pack(side=LEFT)
/device/linaro/bootloader/edk2/SourceLevelDebugPkg/
DSourceLevelDebugPkg.uni2 // This package provides target side modules to support source level debug.
4 // This package provides target side modules to support source level debug.
5 // The target side components includes the Debug Agent Library instance
6 // to communicate with host side modules, Debug Communication Library and
24 #string STR_PACKAGE_ABSTRACT #language en-US "This package provides target side modules …
26 #string STR_PACKAGE_DESCRIPTION #language en-US "The target side components includes the De…
27 … "to communicate with host side modules, Debug Communication Library and\n"
DSourceLevelDebugPkg.dec2 # This package provides target side modules to support source level debug.
3 # The target side components includes the Debug Agent Library instance
4 # to communicate with host side modules, Debug Communication Library and
/device/google/contexthub/firmware/variant/
DREADME15 1.2 Kernel side
20 1.3 ContextHub side
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/sockets/
DREADME12 unixclient.py Unix socket example, client side
13 unixserver.py Unix socket example, server side
/device/linaro/bootloader/edk2/NetworkPkg/IScsiDxe/
DIScsiDxe.uni2 // Client-side iSCSI service.
20 #string STR_MODULE_ABSTRACT #language en-US "Client-side iSCSI service"
/device/generic/goldfish-opengl/
DREADME1 This directory contains Android-side modules related to hardware OpenGL ES
2 emulation. The host-side modules and documentation are in
/device/linaro/bootloader/edk2/NetworkPkg/Dhcp6Dxe/
DDhcp6Dxe.uni2 // Client-side DHCPv6 services.
20 #string STR_MODULE_ABSTRACT #language en-US "Client-side DHCPv6 services"
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Mtftp4Dxe/
DMtftp4Dxe.uni5 // basic services for client-side unicast and/or multicase TFTP operations.
22 …v4 Protocol upon EFI UDPv4 Protocol, to provide basic services for client-side unicast or multicas…
/device/mediatek/wembley-sepolicy/non_plat/
Dattributes20 # attribute that represents all MTK IMS types. It should be used by AP side module only.
23 # # attribute that represents all MTK IMS types. It should be used by MD side module only.
/device/mediatek/wembley-sepolicy/r_non_plat/
Dattributes20 # attribute that represents all MTK IMS types. It should be used by AP side module only.
23 # # attribute that represents all MTK IMS types. It should be used by MD side module only.
/device/google/cuttlefish/
DAndroid.bp64 // We don't need Darwin host-side builds
86 // We don't need Darwin host-side builds
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dpydoc.py2093 self.stop_btn.pack(side='right')
2097 self.title_lbl.pack(side='top', fill='x')
2098 self.open_btn.pack(side='left', fill='x', expand=1)
2099 self.quit_btn.pack(side='right', fill='x', expand=1)
2100 self.server_frm.pack(side='top', fill='x')
2102 self.search_lbl.pack(side='left')
2103 self.search_ent.pack(side='right', fill='x', expand=1)
2104 self.search_frm.pack(side='top', fill='x')
2120 self.goto_btn.pack(side='left', fill='x', expand=1)
2121 self.hide_btn.pack(side='right', fill='x', expand=1)
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Lib/
Dpydoc.py2178 self.stop_btn.pack(side='right')
2182 self.title_lbl.pack(side='top', fill='x')
2183 self.open_btn.pack(side='left', fill='x', expand=1)
2184 self.quit_btn.pack(side='right', fill='x', expand=1)
2185 self.server_frm.pack(side='top', fill='x')
2187 self.search_lbl.pack(side='left')
2188 self.search_ent.pack(side='right', fill='x', expand=1)
2189 self.search_frm.pack(side='top', fill='x')
2205 self.goto_btn.pack(side='left', fill='x', expand=1)
2206 self.hide_btn.pack(side='right', fill='x', expand=1)
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Lib/
Dpydoc.py2097 self.stop_btn.pack(side='right')
2101 self.title_lbl.pack(side='top', fill='x')
2102 self.open_btn.pack(side='left', fill='x', expand=1)
2103 self.quit_btn.pack(side='right', fill='x', expand=1)
2104 self.server_frm.pack(side='top', fill='x')
2106 self.search_lbl.pack(side='left')
2107 self.search_ent.pack(side='right', fill='x', expand=1)
2108 self.search_frm.pack(side='top', fill='x')
2124 self.goto_btn.pack(side='left', fill='x', expand=1)
2125 self.hide_btn.pack(side='right', fill='x', expand=1)
[all …]
/device/google/wahoo/
Dconfig.fs18 # by the device side of adb.
/device/google/crosshatch/
Dconfig.fs18 # by the device side of adb.

123