Home
last modified time | relevance | path

Searched defs:dead (Results 1 – 25 of 79) sorted by relevance

1234

/external/tink/java_src/src/test/java/com/google/crypto/tink/subtle/
DAesSivTest.java103 DeterministicAead dead = new AesSiv(Random.randBytes(keySize)); in testEncryptDecryptWithEmptyPlaintext() local
120 DeterministicAead dead = new AesSiv(Random.randBytes(keySize)); in testEncryptDecryptWithEmptyAssociatedData() local
137 DeterministicAead dead = new AesSiv(Random.randBytes(keySize)); in testEncryptDecryptWithEmptyPlaintextAndEmptyAssociatedData() local
153 DeterministicAead dead = new AesSiv(Random.randBytes(keySize)); in testEncryptDecryptWithNullAssociatedData() local
169 DeterministicAead dead = new AesSiv(Random.randBytes(keySize)); in testEncryptDecryptWithNullAndEmptyAssociatedDataEquivalent() local
194 DeterministicAead dead = new AesSiv(Random.randBytes(keySize)); in testEncryptDecryptWithEmptyPlaintextAndNullAssociatedData() local
209 DeterministicAead dead = new AesSiv(Random.randBytes(keySize)); in testEncryptDecrypt() local
/external/tink-java/src/test/java/com/google/crypto/tink/subtle/
DAesSivTest.java162 DeterministicAead dead = new AesSiv(Random.randBytes(keySize)); in testEncryptDecryptWithEmptyPlaintext() local
179 DeterministicAead dead = new AesSiv(Random.randBytes(keySize)); in testEncryptDecryptWithEmptyAssociatedData() local
196 DeterministicAead dead = new AesSiv(Random.randBytes(keySize)); in testEncryptDecryptWithEmptyPlaintextAndEmptyAssociatedData() local
212 DeterministicAead dead = new AesSiv(Random.randBytes(keySize)); in testEncryptDecryptWithNullAssociatedData() local
228 DeterministicAead dead = new AesSiv(Random.randBytes(keySize)); in testEncryptDecryptWithNullAndEmptyAssociatedDataEquivalent() local
253 DeterministicAead dead = new AesSiv(Random.randBytes(keySize)); in testEncryptDecryptWithEmptyPlaintextAndNullAssociatedData() local
268 DeterministicAead dead = new AesSiv(Random.randBytes(keySize)); in testEncryptDecrypt() local
/external/elfutils/libdwfl/
Ddwfl_end.c55 Dwfl_Module *dead = next; in dwfl_end() local
/external/compiler-rt/test/asan/TestCases/Darwin/
Ddead-strip.c14 int dead[1] = {}; variable
/external/deqp-deps/SPIRV-Tools/source/opt/
Deliminate_dead_functions_util.cpp59 for (auto* dead : to_kill) { in EliminateFunction() local
Daggressive_dead_code_elim_pass.cpp184 bool dead = true; in IsTargetDead() local
836 bool dead = true; in ProcessGlobalValues() local
863 bool dead = true; in ProcessGlobalValues() local
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Deliminate_dead_functions_util.cpp59 for (auto* dead : to_kill) { in EliminateFunction() local
Daggressive_dead_code_elim_pass.cpp175 bool dead = true; in IsTargetDead() local
808 bool dead = true; in ProcessGlobalValues() local
835 bool dead = true; in ProcessGlobalValues() local
/external/angle/third_party/spirv-tools/src/source/opt/
Deliminate_dead_functions_util.cpp59 for (auto* dead : to_kill) { in EliminateFunction() local
Daggressive_dead_code_elim_pass.cpp184 bool dead = true; in IsTargetDead() local
837 bool dead = true; in ProcessGlobalValues() local
864 bool dead = true; in ProcessGlobalValues() local
/external/OpenCL-CTS/test_conformance/workgroups/
Dtest_wg_broadcast.cpp239 cl_uint dead = 0xdeaddead; in test_work_group_broadcast_1D() local
362 cl_uint dead = 0xdeaddead; in test_work_group_broadcast_2D() local
486 cl_uint dead = 0xdeaddead; in test_work_group_broadcast_3D() local
Dtest_wg_all.cpp142 cl_uint dead = 0xdeaddead; in test_work_group_all() local
Dtest_wg_any.cpp142 cl_uint dead = 0xdeaddead; in test_work_group_any() local
/external/rust/android-crates-io/crates/regex-automata/src/
Ddeterminize.rs64 let dead = Rc::new(State::dead()); in new() localVariable
283 fn dead() -> State { in dead() method
/external/tensorflow/tensorflow/core/framework/
Drendezvous_test.cc238 const bool dead) { in TEST_F()
246 const bool dead) { in TEST_F()
254 const bool dead) { in TEST_F()
262 const bool dead) { in TEST_F()
Drendezvous.cc127 const bool dead) { in Recv()
Dlocal_rendezvous.cc299 const Rendezvous::Args& recv_args, const Tensor& v, bool dead) { in RecvAsync()
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_ordering_test.cc425 HloInstruction* dead = builder.AddInstruction( in TEST_F() local
473 HloInstruction* dead = subbuilder.AddInstruction( in TEST_F() local
/external/tensorflow/tensorflow/core/common_runtime/
Dscoped_allocator.cc127 bool dead = false; in DeallocateRaw() local
/external/tensorflow/tensorflow/core/distributed_runtime/
Dbase_rendezvous_mgr.cc80 bool dead) { in RecvLocalAsync()
96 const Tensor& v, const bool dead) { in RecvLocal()
/external/OpenCL-CTS/test_conformance/commonfns/
Dtest_unary_fn.cpp286 cl_uint dead = 42; in test_unary_fn() local
/external/linux-kselftest/tools/testing/selftests/cgroup/
Dtest_kmem.c312 long dead; in test_kmem_dead_cgroups() local
/external/mesa3d/src/gallium/frontends/rusticl/core/
Dkernel.rs141 pub dead: bool, field
218 let dead = unsafe { blob_read_uint8(blob) } != 0; in deserialize() localVariable
238 dead: bool, field
298 let dead = blob_read_uint8(blob) != 0; in deserialize() localVariable
/external/tensorflow/tensorflow/core/grappler/optimizers/
Dloop_optimizer.cc788 GraphView::OutputPort dead(&node, dead_fanout); in RemoveDeadBranches() local
806 MutableGraphView::InputPort dead = zombie_inputs.PopBack(); in RemoveDeadBranches() local
/external/mesa3d/src/gallium/drivers/r300/compiler/
Dradeon_dataflow_deadcode.c283 int dead = 1; in rc_dataflow_deadcode() local

1234