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

<<11121314151617181920>>

  /external/skia/bench/
Benchmark.h 52 enum Backend {
62 virtual bool isSuitableFor(Backend backend) {
63 return backend != kNonRendering_Backend;
RecordingBench.h 21 bool isSuitableFor(Backend) override;
  /external/skia/experimental/docs/
jsonbaseddoc.htm 8 <script src="backend.js"></script>
  /external/skia/tools/gpu/vk/
VkTestContext.h 20 virtual GrBackend backend() override { return kVulkan_GrBackend; }
  /external/swiftshader/third_party/LLVM/lib/Target/CBackend/TargetInfo/
CBackendTargetInfo.cpp 18 RegisterTarget<> X(TheCBackendTarget, "c", "C backend");
  /external/swiftshader/third_party/LLVM/test/CodeGen/Generic/
2011-07-07-ScheduleDAGCrash.ll 6 ; The ARM backend can't handle i256 math at the moment.
  /external/syslinux/com32/libupload/
upload_backend.h 11 /* Backend flags */
  /external/v8/src/inspector/
v8-console-agent-impl.h 19 class V8ConsoleAgentImpl : public protocol::Console::Backend {
v8-schema-agent-impl.h 18 class V8SchemaAgentImpl : public protocol::Schema::Backend {
  /external/vogar/src/vogar/target/
TargetRunner.java 21 * backend implementations that know how to run specific types of tests.
  /packages/apps/Dialer/java/com/android/incallui/calllocation/impl/
AuthException.java 19 /** For detecting backend authorization errors */
  /prebuilts/go/darwin-x86/test/fixedbugs/
issue6036.go 8 // Issue 6036: 6g's backend generates OINDREG with
  /prebuilts/go/linux-x86/test/fixedbugs/
issue6036.go 8 // Issue 6036: 6g's backend generates OINDREG with
  /frameworks/compile/mclinker/lib/Target/Mips/
MipsLDBackend.h 28 * \brief Base linker backend of Mips target of GNU ELF format.
54 /// preLayout - Backend can do any needed modification before layout
57 /// postLayout - Backend can do any needed modification after layout
70 /// call back target backend to emit the data.
73 /// Backend can put the data of the tables in SectionData directly
75 /// Or, backend can put the data into special data structure
76 /// - backend can maintain its own map<LDSection, table> to get the table
153 /// doCreateProgramHdrs - backend can implement this function to create the
160 /// doRelax - Backend can orevride this function to add its relaxation
267 * \brief Base linker backend of Mips 32-bit target of GNU ELF format
    [all...]
  /external/chromium-trace/catapult/telemetry/telemetry/internal/browser/
browser_credentials_unittest.py 47 # Should true because it has a password and a backend.
53 # Should fail because it has no backend.
  /external/curl/docs/libcurl/opts/
CURLOPT_DNS_INTERFACE.3 42 resolver backend that supports this operation. The c-ares backend is the only
CURLOPT_DNS_LOCAL_IP4.3 42 This option requires that libcurl was built with a resolver backend that
43 supports this operation. The c-ares backend is the only such one.
CURLOPT_DNS_LOCAL_IP6.3 42 This option requires that libcurl was built with a resolver backend that
43 supports this operation. The c-ares backend is the only such one.
CURLOPT_DNS_SERVERS.3 46 This option requires that libcurl was built with a resolver backend that
47 supports this operation. The c-ares backend is the only such one.
CURLOPT_SSLENGINE.3 40 Only if the SSL backend is OpenSSL built with engine support.
49 CURLE_NOT_BUILT_IN - Option not built in, OpenSSL is not the SSL backend.
CURLOPT_SSLENGINE_DEFAULT.3 42 Only if the SSL backend is OpenSSL built with engine support.
48 CURLE_NOT_BUILT_IN - Option not built in, OpenSSL is not the SSL backend.
  /external/curl/lib/vtls/
gskit.h 44 /* Set the API backend definition to GSKit */
47 /* this backend supports CURLOPT_CERTINFO */
  /external/elfutils/backends/
aarch64_init.c 1 /* Initialization of AArch64 specific backend library.
33 #define BACKEND aarch64_
alpha_init.c 1 /* Initialization of Alpha specific backend library.
34 #define BACKEND alpha_
i386_init.c 1 /* Initialization of i386 specific backend library.
34 #define BACKEND i386_

Completed in 1269 milliseconds

<<11121314151617181920>>