OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:backend
(Results
326 - 350
of
2151
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/developers/samples/android/wearable/wear/WearMessagingApp/Wearable/src/main/java/com/example/android/wearable/wear/messaging/
SignInActivity.java
39
* Activity authenticates via Google and mocks
backend
model with shared preferences.
44
* exists in our '
backend
'
46
* <p>If the user does not exist: Add them to our '
backend
' Once a user has been established, then
135
* Syncs with mock
backend
(shared preferences). You will want to put in your
backend
logic here.
/external/selinux/libselinux/man/man5/
selabel_x.5
6
selabel_x \- userspace SELinux labeling interface and configuration file format for the X Window System contexts
backend
. This
backend
is also used to determine the default context for labeling remotely connected X clients
25
The X contexts
backend
maps from X Window System object names into security contexts. It is used to find the appropriate context for X Window System objects whose significance and/or usage semantics are determined primarily by name. The returned \fIcontext\fR must be freed using \fBfreecon\fR(3).
29
This
backend
is also used to determine the default context for labeling remotely connected X clients.
78
In addition to the global options described in \fBselabel_open\fR(3), this
backend
recognizes the following options:
/packages/services/BuiltInPrintService/src/com/android/bips/ipp/
CapabilitiesCache.java
55
private final
Backend
mBackend;
62
public CapabilitiesCache(Context context,
Backend
backend
, int maxConcurrent) {
66
mBackend =
backend
;
100
* enough
backend
data and is suitable for printing. If full data is already available
/external/guice/extensions/persist/lib/
hibernate-search.jar
/external/chromium-trace/catapult/telemetry/telemetry/internal/backends/
browser_backend.py
39
# Specific browser
backend
is responsible for overriding this properly.
76
# Specific browser
backend
is responsible for overriding this properly.
81
"""True if this browser
backend
supports extensions."""
/external/chromium-trace/catapult/telemetry/telemetry/internal/backends/chrome_inspector/
devtools_client_backend_unittest.py
76
backend
= c1.GetInspectorBackend(context_id)
77
backend
.Navigate(self.UrlOfUnittestFile('blank.html'), None, 10)
81
self.assertEqual(c2.GetInspectorBackend(context_id),
backend
)
inspector_backend_list.py
49
may expose whatever methods are desired on top of that
backend
.
74
backend
= self._devtools_context_map_backend.GetInspectorBackend(
81
wrapper = self.CreateWrapper(
backend
)
/external/harfbuzz_ng/win32/
config.h.win32.in
15
/* Have Core Text
backend
*/
24
/* Have simple TrueType Layout
backend
*/
68
/* Have native OpenType Layout
backend
*/
/external/libese/
README.md
76
and for implementing hardware backends. It depends on a
backend
being
88
used by a hardware
backend
. It comes with some prequisites for use,
97
real
backend
for the NXP PN80T/PN81A.
/external/libusb/libusb/os/
wince_usb.h
2
* Windows CE
backend
for libusb 1.0
4
* Portions taken from Windows
backend
, which is
36
// This
backend
dynamically loads ceusbkwrapper.dll and doesn't include
/external/llvm/docs/CommandGuide/
llvm-config.rst
158
**
backend
**
160
Includes either a native
backend
or the C
backend
.
/external/skia/bench/
BitmapScaleBench.cpp
135
bool isSuitableFor(
Backend
backend
) override {
136
return
backend
== kNonRendering_Backend;
ColorCodecBench.cpp
32
bool ColorCodecBench::isSuitableFor(
Backend
backend
) {
33
return kNonRendering_Backend ==
backend
;
PictureNestingBench.cpp
115
bool isSuitableFor(
Backend
backend
) override {
116
return
backend
== kNonRendering_Backend;
RectanizerBench.cpp
67
bool isSuitableFor(
Backend
backend
) override {
68
return kNonRendering_Backend ==
backend
;
RegionBench.cpp
101
bool isSuitableFor(
Backend
backend
) override {
102
return
backend
== kNonRendering_Backend;
SortBench.cpp
112
bool isSuitableFor(
Backend
backend
) override {
113
return
backend
== kNonRendering_Backend;
StrokeBench.cpp
24
bool isSuitableFor(
Backend
backend
) override {
25
return
backend
== kNonRendering_Backend;
Xfer4fBench.cpp
48
bool isSuitableFor(
Backend
backend
) override { return
backend
== kNonRendering_Backend; }
/external/skia/site/user/sample/
viewer.md
12
* Try different rendering methods - pressing the 'd' key cycles among the three rendering methods: raster, OpenGL and Vulkan (on supported platforms). You can use this with the 'f' key to see the effect that the different rendering methods have on drawing performance. You can start up with a particular rendering method by using one of the command line options `--
backend
sw`, `--
backend
gl`, or `--
backend
vk` respectively.
/external/skia/src/gpu/
GrGpuCommandBuffer.h
65
// We pass in an array of meshCount GrMesh to the draw. The
backend
should loop over each
99
// overridden by
backend
-specific derived class to perform the draw call.
106
// overridden by
backend
-specific derived class to perform the clear.
/external/skia/tools/gpu/
GrContextFactory.h
27
GrBackend
backend
() const { return fBackend; }
function in class:sk_gpu_test::ContextInfo
46
ContextInfo(GrBackend
backend
, TestContext* testContext, GrContext* grContext)
47
: fBackend(
backend
)
/external/swiftshader/third_party/LLVM/docs/CommandGuide/
llvm-config.pod
112
=item B<
backend
>
114
Includes either a native
backend
or the C
backend
.
/external/wpa_supplicant_8/src/eap_server/
eap.h
45
Boolean eapResp; /* shared with EAPOL
Backend
Authentication */
54
Boolean eapReq; /* shared with EAPOL
Backend
Authentication */
55
Boolean eapNoReq; /* shared with EAPOL
Backend
Authentication */
/packages/services/BuiltInPrintService/src/com/android/bips/
BuiltInPrintService.java
34
import com.android.bips.ipp.
Backend
;
52
private
Backend
mBackend;
75
mBackend = new
Backend
(this);
Completed in 1486 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>