HomeSort by relevance Sort by last modified time
    Searched refs:backend (Results 501 - 525 of 546) sorted by null

<<2122

  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
typecheck.go 479 // Ensure l.Type gets dowidth'd for the backend. Issue 20174.
    [all...]
ssa.go 57 // Generate a few pointer types that are uncommon in the frontend but common in the backend.
58 // Caching is disabled in the backend, so generating these here avoids allocations.
110 // worker indicates which of the backend workers is doing the processing.
    [all...]
walk.go 1083 // The SSA backend will handle those.
    [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
typecheck.go 479 // Ensure l.Type gets dowidth'd for the backend. Issue 20174.
    [all...]
ssa.go 57 // Generate a few pointer types that are uncommon in the frontend but common in the backend.
58 // Caching is disabled in the backend, so generating these here avoids allocations.
110 // worker indicates which of the backend workers is doing the processing.
    [all...]
walk.go 1083 // The SSA backend will handle those.
    [all...]
  /external/curl/include/curl/
curl.h 2428 curl_sslbackend backend; member in struct:curl_tlssessioninfo
    [all...]
  /external/curl/lib/vtls/
schannel.c 163 #define BACKEND connssl->backend
262 BACKEND->use_alpn = conn->bits.tls_enable_alpn &&
268 BACKEND->use_alpn = false;
271 BACKEND->cred = NULL;
277 BACKEND->cred = old_cred;
281 BACKEND->cred->refcount++;
283 BACKEND->cred->refcount);
288 if(!BACKEND->cred) {
358 BACKEND->cred = (struct curl_schannel_cred *
    [all...]
darwinssl.c 135 #define BACKEND connssl->backend
151 /* this backend supports CURLOPT_PINNEDPUBLICKEY */
198 int sock = BACKEND->ssl_sockfd;
227 BACKEND->ssl_direction = false;
258 int sock = BACKEND->ssl_sockfd;
278 BACKEND->ssl_direction = true;
    [all...]
  /external/skqp/tools/viewer/
Viewer.cpp 79 static DEFINE_string2(backend, b, "sw", "Backend to use. Allowed values are " BACKENDS_STR ".");
112 SkDebugf("Unknown backend type, %s, defaulting to sw.", str);
165 const char* kBackendStateName = "Backend";
304 fCommands.addCommand('d', "Modes", "Change rendering backend", [this]() {
342 fCommands.addCommand('+', "Threaded Backend", "Increase tile count", [this]() {
350 fCommands.addCommand('-', "Threaded Backend", "Decrease tile count", [this]() {
358 fCommands.addCommand('>', "Threaded Backend", "Increase thread count", [this]() {
367 fCommands.addCommand('<', "Threaded Backend", "Decrease thread count", [this]() {
    [all...]
  /external/tensorflow/tensorflow/python/keras/_impl/keras/
callbacks.py 33 from tensorflow.python.keras._impl.keras import backend as K
    [all...]
optimizers.py 29 from tensorflow.python.keras._impl.keras import backend as K
  /external/tensorflow/tensorflow/python/keras/_impl/keras/preprocessing/
image.py 32 from tensorflow.python.keras._impl.keras import backend as K
    [all...]
  /external/skia/tests/
ImageTest.cpp 528 // The GPU backend always unpremuls the values stored in the texture because it assumes they
824 ERRORF(reporter, "backend mismatch %d %d\n",
    [all...]
  /external/skia/tools/viewer/
Viewer.cpp 65 static DEFINE_string2(backend, b, "sw", "Backend to use. Allowed values are " BACKENDS_STR ".");
100 SkDebugf("Unknown backend type, %s, defaulting to sw.", str);
153 const char* kBackendStateName = "Backend";
296 fCommands.addCommand('d', "Modes", "Change rendering backend", [this]() {
310 fCommands.addCommand('+', "Threaded Backend", "Increase tile count", [this]() {
318 fCommands.addCommand('-', "Threaded Backend", "Decrease tile count", [this]() {
326 fCommands.addCommand('>', "Threaded Backend", "Increase thread count", [this]() {
335 fCommands.addCommand('<', "Threaded Backend", "Decrease thread count", [this]() {
    [all...]
  /external/skqp/tests/
ImageTest.cpp 744 ERRORF(reporter, "backend mismatch %d %d\n",
    [all...]
  /external/tensorflow/tensorflow/python/keras/_impl/keras/layers/
convolutional.py 24 from tensorflow.python.keras._impl.keras import backend as K
    [all...]
recurrent.py 27 from tensorflow.python.keras._impl.keras import backend as K
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/gen/
386Ops.go 56 // floating-point registers. That way, most of the SSA backend is unchanged.
    [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/gen/
386Ops.go 56 // floating-point registers. That way, most of the SSA backend is unchanged.
    [all...]
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpclient/4.2.1/
httpclient-4.2.1.jar 
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpclient/4.2.6/
httpclient-4.2.6.jar 
  /external/tensorflow/tensorflow/python/keras/_impl/keras/engine/
training.py 28 from tensorflow.python.keras._impl.keras import backend as K
    [all...]
  /external/skia/src/gpu/gl/
GrGLGpu.cpp     [all...]
  /external/skqp/src/gpu/gl/
GrGLGpu.cpp     [all...]

Completed in 1215 milliseconds

<<2122