Home
last modified time | relevance | path

Searched defs:ops (Results 126 – 150 of 1212) sorted by relevance

12345678910>>...49

/external/swiftshader/third_party/SPIRV-Tools/test/reduce/
Dremove_unused_instruction_test.cpp75 auto ops = finder.GetAvailableOpportunities(context.get(), 0); in TEST() local
261 auto ops = finder.GetAvailableOpportunities(context.get(), 0); in TEST() local
440 auto ops = RemoveUnusedInstructionReductionOpportunityFinder(true) in TEST() local
/external/angle/third_party/spirv-tools/src/test/reduce/
Dremove_unused_instruction_test.cpp75 auto ops = finder.GetAvailableOpportunities(context.get(), 0); in TEST() local
261 auto ops = finder.GetAvailableOpportunities(context.get(), 0); in TEST() local
440 auto ops = RemoveUnusedInstructionReductionOpportunityFinder(true) in TEST() local
/external/rust/android-crates-io/crates/winnow/src/stream/
Dimpls.rs117 impl ops::Index<ops::Range<usize>> for Bytes { impl
126 impl ops::Index<ops::RangeInclusive<usize>> for Bytes { impl
135 impl ops::Index<ops::RangeFrom<usize>> for Bytes { impl
144 impl ops::Index<ops::RangeTo<usize>> for Bytes { impl
153 impl ops::Index<ops::RangeToInclusive<usize>> for Bytes { impl
364 impl ops::Index<ops::Range<usize>> for BStr { impl
373 impl ops::Index<ops::RangeInclusive<usize>> for BStr { impl
382 impl ops::Index<ops::RangeFrom<usize>> for BStr { impl
391 impl ops::Index<ops::RangeTo<usize>> for BStr { impl
400 impl ops::Index<ops::RangeToInclusive<usize>> for BStr { impl
/external/bcc/tools/
Dbtrfsslower.py270 ops = '' variable
276 ops = "0x" + addr variable
Dbtrfsdist.py180 ops = '' variable
186 ops = "0x" + addr variable
/external/perfetto/src/trace_processor/importers/i2c/
Di2c_tracker.cc42 std::vector<I2cAdapterMessageCount>& ops = inflight_i2c_ops_[utid]; in Enter() local
61 std::vector<I2cAdapterMessageCount>& ops = inflight_i2c_ops_[utid]; in Exit() local
/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/re2/re2/testing/
Drandom_test.cc27 const std::vector<std::string>& ops, in RandomTest()
85 std::vector<std::string> ops = Split(" ", in TEST() local
Dexhaustive3_test.cc78 std::vector<std::string> ops; // no ops in TEST() local
91 std::vector<std::string> ops; // no ops in TEST() local
/external/sdv/vsomeip/third_party/boost/asio/include/boost/asio/detail/impl/
Dwinrt_timer_scheduler.hpp66 op_queue<operation> ops; in cancel_timer() local
79 op_queue<operation> ops; in move_timer() local
Dkqueue_reactor.hpp67 op_queue<operation> ops; in cancel_timer() local
80 op_queue<operation> ops; in move_timer() local
Depoll_reactor.hpp63 op_queue<operation> ops; in cancel_timer() local
76 op_queue<operation> ops; in move_timer() local
Dwin_iocp_io_context.hpp78 op_queue<win_iocp_operation> ops; in cancel_timer() local
91 op_queue<operation> ops; in move_timer() local
Dselect_reactor.hpp70 op_queue<operation> ops; in cancel_timer() local
83 op_queue<operation> ops; in move_timer() local
Ddev_poll_reactor.hpp65 op_queue<operation> ops; in cancel_timer() local
78 op_queue<operation> ops; in move_timer() local
/external/cronet/tot/third_party/re2/src/re2/testing/
Drandom_test.cc28 const std::vector<std::string>& ops, in RandomTest()
86 std::vector<std::string> ops = Split(" ", in TEST() local
Dexhaustive3_test.cc79 std::vector<std::string> ops; // no ops in TEST() local
92 std::vector<std::string> ops; // no ops in TEST() local
/external/coreboot/src/soc/intel/braswell/
Dlpss.c20 struct reg_script ops[] = { in dev_enable_acpi_mode() local
98 static const struct reg_script ops[] = { in i2c_disable_resets() local
/external/cronet/stable/third_party/re2/src/re2/testing/
Drandom_test.cc28 const std::vector<std::string>& ops, in RandomTest()
86 std::vector<std::string> ops = Split(" ", in TEST() local
Dexhaustive3_test.cc79 std::vector<std::string> ops; // no ops in TEST() local
92 std::vector<std::string> ops; // no ops in TEST() local
/external/regex-re2/re2/testing/
Drandom_test.cc26 const std::vector<string>& ops, in RandomTest()
82 std::vector<string> ops = Split(" ", in TEST() local
Dexhaustive3_test.cc78 std::vector<string> ops; // no ops in TEST() local
91 std::vector<string> ops; // no ops in TEST() local
/external/deqp/external/vulkancts/modules/vulkan/binding_model/
DvktBindingDescriptorInlineUniformTests.cpp400 …criptorInlineUniformTestInstance::DescriptorInlineUniformTestInstance(Context &context, OpsPtr ops) in DescriptorInlineUniformTestInstance()
683 OpsPtr ops) in DescriptorInlineUniformTestCase()
770 OpsPtr ops(new DescriptorOps()); in createInlineUniformWriteTests() local
777 OpsPtr ops(new DescriptorOps()); in createInlineUniformWriteTests() local
784 OpsPtr ops(new DescriptorOps()); in createInlineUniformWriteTests() local
792 OpsPtr ops(new DescriptorOps()); in createInlineUniformWriteTests() local
804 OpsPtr ops(new DescriptorOps()); in createInlineUniformCopyTests() local
812 OpsPtr ops(new DescriptorOps()); in createInlineUniformCopyTests() local
820 OpsPtr ops(new DescriptorOps()); in createInlineUniformCopyTests() local
828 OpsPtr ops(new DescriptorOps()); in createInlineUniformCopyTests() local
[all …]
/external/autotest/client/site_tests/cellular_SafetyDance/
Dcellular_SafetyDance.py145 def _run_once_internal(self, ops=30, seed=None): argument
169 def run_once(self, test_env, ops=30, seed=None): argument
/external/mesa3d/src/vulkan/runtime/
Dvk_shader.c39 const struct vk_shader_ops *ops, in vk_shader_zalloc()
111 const struct vk_device_shader_ops *ops = device->shader_ops; in vk_shader_to_nir() local
242 const struct vk_device_shader_ops *ops = device->shader_ops; in vk_shader_deserialize() local
406 const struct vk_device_shader_ops *ops = device->shader_ops; in vk_common_CreateShadersEXT() local
569 const struct vk_device_shader_ops *ops = device->shader_ops; in vk_common_CmdBindShadersEXT() local
/external/gemmlowp/test/
Dbenchmark_meta_gemm.cc79 const double ops = static_cast<double>(n) * static_cast<double>(m) * in init() local
105 double ops = 0.0; in run_gemms() local
162 double ops = 0.0; in time_all() local
181 double ops = 0.0; in time_one() local

12345678910>>...49