Searched
full:backend (Results
351 -
375 of
2151) sorted by null
<<11121314151617181920>>
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/ |
gtm-builtins.def | 51 /* These stubs should get defined in the backend if applicable. */ 105 /* These stubs should get defined in the backend if applicable. */ 183 /* These stubs should get defined in the backend if applicable. */
|
/art/test/common/ |
runtime_state.cc | 110 // Check the backend. 111 constexpr const char* kCompilerBackend = "--compiler-backend="; 112 const char* backend = strstr(cmd_line, kCompilerBackend); local 113 if (backend != nullptr) { 115 backend += strlen(kCompilerBackend); 116 if (strncmp(backend, "Optimizing", strlen("Optimizing")) != 0) {
|
/art/tools/dexfuzz/ |
README | 44 --dump-output <combination of ISA(s) and and backend(s)> 59 --allarm. Also in this case only one backend is needed, if i.e., you wanted to test 60 ARM Optimizing Backend vs. ARM64 Optimizing Backend. 106 Divergence - mutated files that executed and some backend disagreed about the 108 single backend, to check if they diverge from themselves, and these are
|
/external/skia/bench/ |
ImageCacheBudgetBench.cpp | 83 bool isSuitableFor(Backend backend) override { return kGPU_Backend == backend; } 188 bool isSuitableFor(Backend backend) override { return kGPU_Backend == backend; }
|
/external/skia/tools/gpu/ |
GrContextFactory.cpp | 130 GrBackend backend = ContextTypeBackend(type); local 131 switch (backend) { 222 SkASSERT(testCtx && testCtx->backend() == backend); 233 sk_sp<GrContext> grCtx(GrContext::Create(backend, backendContext, grOptions)); 254 context.fBackend = backend;
|
/art/compiler/ |
compiler.h | 95 * backend. 97 * @returns nullptr if not supported by backend or a vector of bytes for CFI DWARF
|
/developers/build/prebuilts/gradle/AsymmetricFingerprintDialog/Application/src/main/java/com/example/android/asymmetricfingerprintdialog/server/ |
StoreBackendImpl.java | 31 * A fake backend implementation of {@link StoreBackend}. 74 // backend.
|
/developers/samples/android/security/AsymmetricFingerprintDialog/Application/src/main/java/com/example/android/asymmetricfingerprintdialog/server/ |
StoreBackendImpl.java | 31 * A fake backend implementation of {@link StoreBackend}. 74 // backend.
|
/development/samples/browseable/AsymmetricFingerprintDialog/src/com.example.android.asymmetricfingerprintdialog/server/ |
StoreBackendImpl.java | 31 * A fake backend implementation of {@link StoreBackend}. 74 // backend.
|
/external/clang/test/Driver/ |
thinlto.c | 6 // CHECK-COMPILE-ACTIONS: 3: backend, {2}, lto-bc 14 // CHECK-COMPILELINK-ACTIONS: 3: backend, {2}, lto-bc
|
/external/clang/test/Frontend/ |
backend-diagnostic.c | 2 // Play around with backend reporting: 5 // _IGNORE_: Drop backend warning.
|
/external/curl/lib/vtls/ |
polarssl.h | 49 /* Set the API backend definition to PolarSSL */ 52 /* this backend supports the CAPATH option */
|
schannel.h | 97 /* Set the API backend definition to Schannel */ 100 /* this backend supports CURLOPT_CERTINFO */
|
/external/elfutils/backends/ |
arm_init.c | 1 /* Initialization of Arm specific backend library. 34 #define BACKEND arm_
|
s390_init.c | 1 /* Initialization of S/390 specific backend library. 33 #define BACKEND s390_
|
sparc_init.c | 1 /* Initialization of SPARC specific backend library. 33 #define BACKEND sparc_
|
x86_64_init.c | 1 /* Initialization of x86-64 specific backend library. 35 #define BACKEND x86_64_
|
/external/fio/ |
GFIO-TODO | 23 and backend support for updating an existing set of options. 27 - Improve the auto-start backend functionality, it's quite buggy.
|
/external/llvm/docs/tutorial/ |
index.rst | 38 `Tutorial: Creating an LLVM Backend for the Cpu0 Architecture <http://jonathan2251.github.com/lbd/>`_ 39 A step-by-step tutorial for developing an LLVM backend. Under
|
/external/llvm/test/ThinLTO/X86/ |
distributed_indexes.ll | 8 ; The backend index for this module contains summaries from itself and 26 ; The backend index for Input/distributed_indexes.ll contains summaries from
|
/external/selinux/libselinux/man/man3/ |
selabel_lookup_best_match.3 | 5 context \- Only supported on file backend. 90 The file label backend supports this by looking up the "best match"
|
/external/selinux/libsemanage/src/ |
policy.h | 30 /* Backend dependent portion */ 101 /* Should be backend independent */
|
/external/skia/gm/ |
textblobcolortrans.cpp | 23 // the GPU backend 72 // Colors were chosen to map to pairs of canonical colors. The GPU Backend will cache A8
|
/external/skia/tools/viewer/sk_app/mac/ |
RasterWindowContext_mac.cpp | 26 // does not allow us to support a purely raster backend because we have no hooks into 28 // want to avoid this, we will probably need to write our own windowing backend.
|
/packages/apps/Settings/src/com/android/settings/fuelgauge/ |
BatteryOptimizationPreferenceController.java | 54 Fragment fragment, String packageName, PowerWhitelistBackend backend) { 59 mBackend = backend;
|
Completed in 930 milliseconds
<<11121314151617181920>>