Searched refs:spec_list (Results 1 – 7 of 7) sorted by relevance
/external/tensorflow/tensorflow/stream_executor/ |
D | kernel_spec.cc | 63 const std::initializer_list<CudaPtxInMemory::PtxSpec> &spec_list, in CudaPtxInMemory() argument 67 for (const auto &spec : spec_list) { in CudaPtxInMemory() 230 std::initializer_list<CudaPtxInMemory::PtxSpec> spec_list, in AddCudaPtxInMemory() argument 234 new CudaPtxInMemory{spec_list, kernelname, false /* ptx_compressed */}); in AddCudaPtxInMemory() 239 std::initializer_list<CudaPtxInMemory::PtxSpec> spec_list, in AddCudaCompressedPtxInMemory() argument 243 new CudaPtxInMemory{spec_list, kernelname, true /* ptx_compressed */}); in AddCudaCompressedPtxInMemory()
|
D | kernel_spec.h | 162 CudaPtxInMemory(const std::initializer_list<PtxSpec> &spec_list, 348 std::initializer_list<CudaPtxInMemory::PtxSpec> spec_list, 351 std::initializer_list<CudaPtxInMemory::PtxSpec> spec_list,
|
/external/squashfs-tools/squashfs-tools/ |
D | action.c | 453 struct action **spec_list; in parse_action() local 560 spec_list = &fragment_spec; in parse_action() 564 spec_list = &exclude_spec; in parse_action() 568 spec_list = &empty_spec; in parse_action() 572 spec_list = &move_spec; in parse_action() 576 spec_list = &prune_spec; in parse_action() 580 spec_list = &other_spec; in parse_action() 583 *spec_list = realloc(*spec_list, (spec_count + 1) * in parse_action() 585 if (*spec_list == NULL) in parse_action() 588 (*spec_list)[spec_count].type = action->type; in parse_action() [all …]
|
/external/llvm-project/lldb/source/API/ |
D | SBModuleSpec.cpp | 193 void SBModuleSpecList::Append(const SBModuleSpecList &spec_list) { in Append() argument 195 (const lldb::SBModuleSpecList &), spec_list); in Append() 197 m_opaque_up->Append(*spec_list.m_opaque_up); in Append()
|
/external/llvm-project/lldb/bindings/interface/ |
D | SBModuleSpec.i | 114 Append (const lldb::SBModuleSpecList &spec_list);
|
/external/llvm-project/lldb/include/lldb/API/ |
D | SBModuleSpec.h | 104 void Append(const SBModuleSpecList &spec_list);
|
/external/autotest/server/site_tests/factory_Basic/ |
D | test_list.fwteam_small | 391 'spec_list': [(30, 1600, 1), (-30, 600, 2)]}),
|