OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:backend
(Results
151 - 175
of
2151
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/libese/libese-hw/nxp/pn80t/
README.md
11
# Implementing a new
backend
13
When implementing a new
backend
, the required header is:
/external/llvm/lib/Target/X86/
README-UNIMPLEMENTED.txt
2
// Testcases that crash the X86
backend
because they aren't implemented
5
These are cases we know the X86
backend
doesn't handle. Patches are welcome
/external/mesa3d/src/gallium/state_trackers/d3d1x/winedlls/dxgi/
dxgi_dll.c
223
struct WineDXGIBackend*
backend
= HeapAlloc(GetProcessHeap(), 0, sizeof(struct WineDXGIBackend));
local
224
backend
->ref = 1;
225
backend
->vtbl_IGalliumDXGIBackend = &WineDXGIBackend_vtbl;
226
return (IGalliumDXGIBackend*)
backend
;
231
IGalliumDXGIBackend*
backend
= new_WineDXGIBackend();
local
241
GalliumDXGIUseX11Display(dpy,
backend
);
244
backend
->lpVtbl->Release(
backend
);
/external/skia/bench/
SKPBench.h
38
bool isSuitableFor(
Backend
backend
) override;
/external/swiftshader/third_party/LLVM/lib/Target/X86/
README-UNIMPLEMENTED.txt
2
// Testcases that crash the X86
backend
because they aren't implemented
5
These are cases we know the X86
backend
doesn't handle. Patches are welcome
/frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonLDBackend.h
29
/// HexagonLDBackend - linker
backend
of Hexagon target of GNU ELF format
47
/// preLayout -
Backend
can do any needed modification before layout
52
/// postLayout -
Backend
can do any needed modification after layout
65
/// call back target
backend
to emit the data.
68
///
Backend
can put the data of the tables in MCSectionData directly
70
/// Or,
backend
can put the data into special data structure
71
/// -
backend
can maintain its own map<LDSection, table> to get the table
155
/// doCreateProgramHdrs -
backend
can implement this function to create the
/packages/apps/Settings/src/com/android/settings/nfc/
NfcForegroundPreference.java
27
public NfcForegroundPreference(Context context, PaymentBackend
backend
) {
29
mPaymentBackend =
backend
;
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
atmioc.h
30
#define ATMIOC_BACKEND 0x90 /* ATM generic
backend
ioctls, u. per
backend
*/
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
atmioc.h
30
#define ATMIOC_BACKEND 0x90 /* ATM generic
backend
ioctls, u. per
backend
*/
/external/chromium-trace/catapult/telemetry/telemetry/internal/backends/chrome/
ios_browser_finder.py
80
backend
= ios_browser_backend.IosBrowserBackend(host, options)
87
device_urls =
backend
.GetDeviceUrls()
93
debug_urls =
backend
.GetWebSocketDebuggerUrls(device_urls)
103
backend
.app,
backend
.devtools_client, context)
/external/curl/lib/vtls/
openssl.h
82
/* Set the API
backend
definition to OpenSSL */
85
/* this
backend
supports the CAPATH option */
88
/* this
backend
supports CURLOPT_CERTINFO */
91
/* this
backend
supports CURLOPT_SSL_CTX_* */
94
/* this
backend
supports CURLOPT_PINNEDPUBLICKEY */
cyassl.h
62
/* Set the API
backend
definition to Schannel */
65
/* this
backend
supports CURLOPT_SSL_CTX_* */
69
/* this
backend
supports CURLOPT_PINNEDPUBLICKEY */
nssg.h
68
/* Set the API
backend
definition to NSS */
71
/* this
backend
supports the CAPATH option */
74
/* this
backend
supports CURLOPT_CERTINFO */
/external/libcups/cups/
backend.c
2
*
Backend
functions for CUPS.
21
#include "
backend
.h"
33
* 'cupsBackendDeviceURI()' - Get the device URI for a
backend
.
82
* 'cupsBackendReport()' - Write a device line from a
backend
.
84
* This function writes a single device line to stdout for a
backend
.
/external/libvorbis/lib/
backends.h
13
function: libvorbis
backend
and mapping structures; needed for
20
Lookups for each
backend
aren't exposed because there's no reason
29
/* Floor
backend
generic *****************************************/
87
/* Residue
backend
generic *****************************************/
121
/* Mapping
backend
generic *****************************************/
/packages/services/BuiltInPrintService/src/com/android/bips/ipp/
GetCapabilitiesTask.java
44
private final
Backend
mBackend;
47
GetCapabilitiesTask(
Backend
backend
, Uri uri) {
49
mBackend =
backend
;
80
status = mBackend.nativeGetCapabilities(
Backend
.getIp(mUri.getHost()),
/frameworks/compile/mclinker/include/mcld/Target/
TargetLDBackend.h
1
//===-- TargetLDBackend.h - Target LD
Backend
-------------------*- C++ -*-===//
84
/// preLayout -
Backend
can do any needed modification before layout
87
/// postLayout -
Backend
can do any needed modification after layout
90
/// postProcessing -
Backend
can do any needed modification in the final stage
105
/// then it will ask
backend
to finalize the symbol value.
106
/// @return ture - if
backend
set the symbol value sucessfully
107
/// @return false - if
backend
do not recognize the symbol
110
/// finalizeTLSSymbol - Linker asks
backend
to set the symbol value when it
167
/// mayRelax - return true if the
backend
needs to do relaxation
205
/// generated by the LD
backend
[
all
...]
/frameworks/compile/mclinker/lib/Target/ARM/
ARMLDBackend.h
29
/// ARMGNULDBackend - linker
backend
of ARM target of GNU ELF format
62
/// doPreLayout -
Backend
can do any needed modification before layout
65
/// doPostLayout -
Backend
can do any needed modification after layout
78
/// call back target
backend
to emit the data.
81
///
Backend
can put the data of the tables in SectionData directly
83
/// Or,
backend
can put the data into special data structure
84
/// -
backend
can maintain its own map<LDSection, table> to get the table
154
/// doRelax -
Backend
can orevride this function to add its relaxation
168
assert(0 && "ARM
backend
with Rela type relocation\n");
172
/// doCreateProgramHdrs -
backend
can implement this function to create th
[
all
...]
/frameworks/compile/mclinker/lib/Target/X86/
X86LDBackend.h
27
/// X86GNULDBackend - linker
backend
of X86 target of GNU ELF format
43
/// preLayout -
Backend
can do any needed modification before layout
46
/// postLayout -
Backend
can do any needed modification after layout
59
/// call back target
backend
to emit the data.
62
///
Backend
can put the data of the tables in MCSectionData directly
64
/// Or,
backend
can put the data into special data structure
65
/// -
backend
can maintain its own map<LDSection, table> to get the table
117
/// doCreateProgramHdrs -
backend
can implement this function to create the
156
/// X86_32GNULDBackend - linker
backend
of X86-32 target of GNU ELF format
198
/// X86_64GNULDBackend - linker
backend
of X86-64 target of GNU ELF forma
[
all
...]
/external/chromium-trace/catapult/telemetry/telemetry/internal/platform/tracing_agent/
chrome_tracing_agent.py
98
'
backend
%s.' % (client.remote_port, self._platform_backend))
108
'Tracing is already running on platform
backend
%s.'
153
for
backend
in self._IterInspectorBackends():
157
backend
.EvaluateJavaScript(
159
backend
.EvaluateJavaScript(
165
'via inspector
backend
%r:' % (sync_id,
backend
))
198
'Tracing is not running on platform
backend
%s.'
312
'Tracing is not running on platform
backend
%s.'
315
for
backend
in self._IterInspectorBackends()
[
all
...]
/external/mesa3d/src/gallium/drivers/svga/
svga_swtnl_draw.c
140
svga->swtnl.
backend
= svga_vbuf_render_create(svga);
141
if(!svga->swtnl.
backend
)
153
draw_vbuf_stage( svga->swtnl.draw, svga->swtnl.
backend
));
155
draw_set_render(svga->swtnl.draw, svga->swtnl.
backend
);
167
if (svga->swtnl.
backend
)
168
svga->swtnl.
backend
->destroy( svga->swtnl.
backend
);
/packages/services/BuiltInPrintService/src/com/android/bips/jni/
MediaSizes.java
49
/** The
backend
string name for the default media size */
126
* Return the
backend
code for a
backend
string name.
138
* Return the
backend
string for a
backend
code name.
145
* Return the {@link PrintAttributes.MediaSize} object corresponding to the
backend
153
* Return
backend
code for a {@link PrintAttributes.MediaSize}.
/external/chromium-trace/catapult/telemetry/telemetry/internal/platform/power_monitor/
powermetrics_power_monitor_unittest.py
27
backend
= mac_platform_backend.MacPlatformBackend()
28
power_monitor = powermetrics_power_monitor.PowerMetricsPowerMonitor(
backend
)
30
backend
.GetOSVersionName() >= os_version.MAVERICKS)
/external/clang/test/Misc/
backend-stack-frame-diagnostics.cpp
6
// * The driver passes the option through to the
backend
.
13
// TODO: Support rich
backend
diagnostics for Objective-C methods.
15
//
Backend
diagnostics aren't suppressed in system headers because such results
/external/selinux/libselinux/man/man5/
selabel_media.5
6
selabel_media \- userspace SELinux labeling interface and configuration file format for the media contexts
backend
25
The media contexts
backend
maps from media device names such as "cdrom" or "floppy" into security contexts. It is used to find the appropriate context for establishing context mounts on these devices. The returned \fIcontext\fR must be freed using \fBfreecon\fR(3).
41
In addition to the global options described in \fBselabel_open\fR(3), this
backend
recognizes the following options:
Completed in 1189 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>