HomeSort by relevance Sort by last modified time
    Searched full:backend (Results 76 - 100 of 2151) sorted by null

1 2 34 5 6 7 8 91011>>

  /device/lge/bullhead/
audio_platform_info.xml 49 <device name="SND_DEVICE_OUT_HEADPHONES" backend="headphones" interface="SLIMBUS_5_RX"/>
50 <device name="SND_DEVICE_OUT_LINE" backend="headphones" interface="SLIMBUS_5_RX"/>
51 <device name="SND_DEVICE_OUT_SPEAKER_AND_HEADPHONES" backend="speaker-and-headphones" interface="SLIMBUS_0_RX-and-SLIMBUS_5_RX"/>
52 <device name="SND_DEVICE_OUT_SPEAKER_SAFE_AND_HEADPHONES" backend="speaker-and-headphones" interface="SLIMBUS_0_RX-and-SLIMBUS_5_RX"/>
53 <device name="SND_DEVICE_OUT_SPEAKER_AND_LINE" backend="speaker-and-headphones" interface="SLIMBUS_0_RX-and-SLIMBUS_5_RX"/>
54 <device name="SND_DEVICE_OUT_SPEAKER_SAFE_AND_LINE" backend="speaker-and-headphones" interface="SLIMBUS_0_RX-and-SLIMBUS_5_RX"/>
55 <device name="SND_DEVICE_OUT_SPEAKER_AND_BT_SCO" backend="speaker-and-bt-sco" interface="SLIMBUS_0_RX-and-SEC_AUX_PCM_RX"/>
56 <device name="SND_DEVICE_OUT_SPEAKER_AND_BT_SCO_WB" backend="speaker-and-bt-sco-wb" interface="SLIMBUS_0_RX-and-SEC_AUX_PCM_RX"/>
57 <device name="SND_DEVICE_OUT_VOICE_HEADPHONES" backend="headphones" interface="SLIMBUS_5_RX"/>
58 <device name="SND_DEVICE_OUT_VOICE_LINE" backend="headphones" interface="SLIMBUS_5_RX"/
    [all...]
  /external/chromium-trace/catapult/telemetry/telemetry/internal/platform/
mac_platform_backend_unittest.py 29 backend = platform._platform_backend # pylint: disable=protected-access
31 cpu_stats = backend.GetCpuStats(os.getpid())
34 if backend.GetOSVersionName() >= os_version.MAVERICKS:
  /external/clang/test/Driver/
aarch64-fix-cortex-a53-835769.c 11 // CHECK-DEF-NOT: "-backend-option" "-aarch64-fix-cortex-a53-835769"
12 // CHECK-YES: "-backend-option" "-aarch64-fix-cortex-a53-835769=1"
13 // CHECK-NO: "-backend-option" "-aarch64-fix-cortex-a53-835769=0"
  /external/libcups/cups/
backend.h 2 * Backend definitions for CUPS.
39 enum cups_backend_e /**** Backend exit codes ****/
51 /**** Backend exit codes ****/
  /external/skia/bench/
AndroidCodecBench.cpp 27 bool AndroidCodecBench::isSuitableFor(Backend backend) {
28 return kNonRendering_Backend == backend;
BitmapRegionDecoderBench.cpp 34 bool BitmapRegionDecoderBench::isSuitableFor(Backend backend) {
35 return kNonRendering_Backend == backend;
ChecksumBench.cpp 36 bool isSuitableFor(Backend backend) override {
37 return backend == kNonRendering_Backend;
CubicKLMBench.cpp 39 bool isSuitableFor(Backend backend) override {
40 return backend == kNonRendering_Backend;
RegionContainBench.cpp 48 bool isSuitableFor(Backend backend) override {
49 return backend == kNonRendering_Backend;
StreamBench.cpp 19 bool isSuitableFor(Backend backend) override {
20 return backend == kNonRendering_Backend;
SwizzleBench.cpp 15 bool isSuitableFor(Backend backend) override { return backend == kNonRendering_Backend; }
GrResourceCacheBench.cpp 63 bool isSuitableFor(Backend backend) override {
64 return backend == kNonRendering_Backend;
109 bool isSuitableFor(Backend backend) override {
110 return backend == kNonRendering_Backend;
MathBench.cpp 43 bool isSuitableFor(Backend backend) override {
44 return backend == kNonRendering_Backend;
277 bool isSuitableFor(Backend backend) override {
278 return backend == kNonRendering_Backend;
345 bool isSuitableFor(Backend backend) override {
346 return backend == kNonRendering_Backend;
406 bool isSuitableFor(Backend backend) override
    [all...]
ScalarBench.cpp 20 bool isSuitableFor(Backend backend) override {
21 return backend == kNonRendering_Backend;
142 bool isSuitableFor(Backend backend) override {
143 return backend == kNonRendering_Backend;
  /external/skia/include/core/
SkAnnotation.h 22 * If the backend of this canvas does not support annotations, this call is
32 * If the backend of this canvas does not support annotations, this call is
43 * If the backend of this canvas does not support annotations, this call is
  /external/wpa_supplicant_8/wpa_supplicant/
config_none.c 2 * WPA Supplicant / Configuration backend: empty starting point
8 * This file implements dummy example of a configuration backend. None of the
10 * compilation test or a starting point for a new configuration backend.
  /device/linaro/bootloader/edk2/OvmfPkg/Include/IndustryStandard/Xen/io/
blkif.h 57 * backend portions of the XenStore, following the XenBus convention.
77 * Backend XenBus Nodes
80 *------------------ Backend Device Identification (PRIVATE) ------------------
92 * backend driver to open the backing device. (e.g. the path to the
106 * A value of "1" indicates that the backend can process requests
115 * A value of "1" indicates that the backend can process requests
124 * A value of "1" indicates that the backend can process requests
134 * A value of "1" indicates that the backend can keep the grants used
136 * used in all transactions. The maximum number of grants the backend
139 * feature the backend doesn't need to unmap each grant, preventing
    [all...]
  /external/linux-kselftest/tools/testing/selftests/pstore/
pstore_post_reboot_tests 50 files=`ls dmesg-${backend}-*`
54 grep -q "\---\[ end trace" console-${backend}-0
60 nr_matched=`grep -c "$TEST_STRING_PATTERN" pmsg-${backend}-0`
62 grep -q "$TEST_STRING_PATTERN"$prev_uuid pmsg-${backend}-0
74 files=`ls *-${backend}-*`
  /external/selinux/libselinux/utils/
selabel_digest.c 14 "usage: %s -b backend [-d] [-v] [-B] [-i] [-f file]\n\n"
16 "-b The backend - \"file\", \"media\", \"x\", \"db\" or "
62 int backend = 0, rc, opt, validate = 0; local
86 backend = SELABEL_CTX_FILE;
88 backend = SELABEL_CTX_MEDIA;
90 backend = SELABEL_CTX_X;
92 backend = SELABEL_CTX_DB;
94 backend = SELABEL_CTX_ANDROID_PROP;
96 backend = SELABEL_CTX_ANDROID_SERVICE;
98 fprintf(stderr, "Unknown backend: %s\n"
    [all...]
  /prebuilts/go/darwin-x86/src/net/http/httputil/
reverseproxy_test.go 35 const backendResponse = "I am the backend"
37 backend := httptest.NewServer(http.HandlerFunc(func(w http.ResponseWriter, r *http.Request) {
44 t.Errorf("backend got unexpected TransferEncoding: %v", r.TransferEncoding)
59 t.Errorf("backend got Host header %q, want %q", g, e)
73 defer backend.Close()
74 backendURL, err := url.Parse(backend.URL)
125 // Test that a backend failing to be reached or one which doesn't return
144 const backendResponse = "I am the backend"
145 backend := httptest.NewServer(http.HandlerFunc(func(w http.ResponseWriter, r *http.Request) {
157 defer backend.Close(
    [all...]
  /prebuilts/go/linux-x86/src/net/http/httputil/
reverseproxy_test.go 35 const backendResponse = "I am the backend"
37 backend := httptest.NewServer(http.HandlerFunc(func(w http.ResponseWriter, r *http.Request) {
44 t.Errorf("backend got unexpected TransferEncoding: %v", r.TransferEncoding)
59 t.Errorf("backend got Host header %q, want %q", g, e)
73 defer backend.Close()
74 backendURL, err := url.Parse(backend.URL)
125 // Test that a backend failing to be reached or one which doesn't return
144 const backendResponse = "I am the backend"
145 backend := httptest.NewServer(http.HandlerFunc(func(w http.ResponseWriter, r *http.Request) {
157 defer backend.Close(
    [all...]
  /external/llvm/
CREDITS.TXT 15 D: The Sparc64 backend, provider of much wisdom, and motivator for LLVM
31 D: PowerPC backend developer
50 D: Portions of X86 and Sparc JIT compilers, PowerPC backend
108 D: The ARM backend
120 D: Basic-block autovectorization, PowerPC backend improvements
133 D: Portions of X86 static and JIT compilers; initial SparcV8 backend
140 D: PPC backend fixes for Linux
144 D: Portions of the PowerPC backend
157 D: WebAssembly Backend
179 D: Led effort for the backend formerly known as ARM6
    [all...]
CODE_OWNERS.TXT 63 D: WebAssembly Backend (lib/Target/WebAssembly/*)
71 D: Sparc Backend (lib/Target/Sparc/*)
120 D: AVR Backend
124 D: AArch64 backend, misc ARM backend
136 D: XCore Backend
140 D: Hexagon Backend
144 D: Lanai Backend
156 D: X86 Backend, Loop Vectorizer
160 D: MIPS Backend (lib/Target/Mips/*
    [all...]
  /packages/services/BuiltInPrintService/src/com/android/bips/ipp/
StartJobTask.java 45 * defined by {@link Backend} ERROR_* codes or a non-negative code for success.
71 private final Backend mBackend;
81 public StartJobTask(Context context, Backend backend, Uri destination, PrintJob printJob,
84 mBackend = backend;
125 File tempFolder = new File(mContext.getFilesDir(), Backend.TEMP_JOB_FOLDER);
128 return Backend.ERROR_FILE;
138 return Backend.ERROR_FILE;
145 if (isCancelled()) return Backend.ERROR_CANCEL;
151 return Backend.ERROR_UNKNOWN
    [all...]
  /system/sepolicy/tools/
checkfc.c 198 "If -p is specified, the property backend is used.\n"
199 "If -s is specified, the service backend is used to verify binder services.\n"
200 "If -l is specified, the service backend is used to verify hwbinder services.\n"
201 "If -v is specified, the service backend is used to verify vndbinder services.\n"
240 static void do_compare_and_die_on_error(struct selinux_opt opts[], unsigned int backend, char *paths[])
250 global_state.sepolicy.sehnd[i] = selabel_open(backend, opts, 2);
261 static void do_fc_check_and_die_on_error(struct selinux_opt opts[], unsigned int backend, filemode mode,
275 /* else: We could throw the error here, but libselinux backend will catch it */
323 global_state.sepolicy.sehnd[0] = selabel_open(backend, opts, 2);
337 // Default backend unless changed by input argument
338 unsigned int backend = SELABEL_CTX_FILE; local
    [all...]

Completed in 1017 milliseconds

1 2 34 5 6 7 8 91011>>