Home
last modified time | relevance | path

Searched refs:kLazy (Results 1 – 12 of 12) sorted by relevance

/external/libchrome/mojo/public/cpp/bindings/tests/
Dbindings_test_base.cc28 Connector::OutgoingSerializationMode::kLazy, in SetupSerializationBehavior()
34 Connector::OutgoingSerializationMode::kLazy, in SetupSerializationBehavior()
Dpickle_unittest.cc181 : Connector::OutgoingSerializationMode::kLazy, in ForceMessageSerialization()
/external/skia/tests/
DResourceAllocatorTest.cpp35 kLazy, enumerator
58 constexpr ProxyParams::Kind kLazy = ProxyParams::Kind::kLazy; variable
135 case ProxyParams::kLazy: in make_proxy()
417 const ProxyParams kProxy64Lazy = {64, kRT, kRGBA, kE, 1, kB, kLazy}; in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
/external/libchrome/mojo/public/cpp/bindings/lib/
Dconnector.cc41 Connector::OutgoingSerializationMode::kLazy;
267 DCHECK_EQ(OutgoingSerializationMode::kLazy, outgoing_serialization_mode_); in PrefersSerializedMessages()
/external/libchrome/mojo/public/cpp/bindings/
Dconnector.h58 kLazy, enumerator
/external/tensorflow/tensorflow/compiler/jit/
Dxla_compilation_cache.h51 kLazy, enumerator
Dxla_compilation_cache.cc193 if (compile_mode == CompileMode::kLazy) { in Compile()
/external/pigweed/pw_kvs/public/pw_kvs/
Dkey_value_store.h56 kLazy, enumerator
73 ErrorRecovery recovery = ErrorRecovery::kLazy;
/external/llvm-project/libunwind/src/
DDwarfParser.hpp92 enum class InitializeTime { kLazy, kNormal }; enumerator
431 PrologInfo initialState(PrologInfo::InitializeTime::kLazy); in parseFDEInstructions()
/external/pigweed/pw_kvs/
Dkey_value_store_binary_format_test.cc146 .recovery = ErrorRecovery::kLazy,
153 .recovery = ErrorRecovery::kLazy,
/external/tensorflow/tensorflow/compiler/jit/kernels/
Dxla_ops.cc214 lazy ? XlaCompilationCache::CompileMode::kLazy in CompileToLocalExecutable()
/external/libchrome/ipc/
Dipc_mojo_perftest.cc561 mojo::Connector::OutgoingSerializationMode::kLazy, in InProcessPerfTest()