Home
last modified time | relevance | path

Searched refs:Collect (Results 1 – 25 of 79) sorted by relevance

1234

/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/ARM/
Dimmcost.ll9 ; CHECK: Collect constant i32 -3 from call void @g(i32 -3) with cost 2
24 ; CHECK-NOT: Collect constant i32 -193 from
41 ; CHECK-NOT: Collect constant
76 ; CHECK-NOT: Collect constant i32 -5
/external/clang/lib/AST/
DStmtObjC.cpp21 ObjCForCollectionStmt::ObjCForCollectionStmt(Stmt *Elem, Expr *Collect, in ObjCForCollectionStmt() argument
26 SubExprs[COLLECTION] = Collect; in ObjCForCollectionStmt()
DCXXInheritance.cpp483 void Collect(const CXXRecordDecl *RD, bool VirtualBase,
489 void FinalOverriderCollector::Collect(const CXXRecordDecl *RD, in Collect() function in FinalOverriderCollector
507 Collect(BaseDecl, false, InVirtualSubobject, Overriders); in Collect()
529 Collect(BaseDecl, true, BaseDecl, *MyVirtualOverriders); in Collect()
532 Collect(BaseDecl, false, InVirtualSubobject, ComputedBaseOverriders); in Collect()
626 Collector.Collect(this, false, nullptr, FinalOverriders); in getFinalOverriders()
/external/tensorflow/tensorflow/core/platform/
Ddevice_tracer_test.cc120 TF_EXPECT_OK(tracer->Collect(&collector)); in TEST_F()
130 Status status = tracer->Collect(&collector); in TEST_F()
198 TF_ASSERT_OK(tracer->Collect(&collector)); in TEST_F()
Ddevice_tracer.h70 virtual Status Collect(StepStatsCollector* collector) = 0;
/external/autotest/server/control_segments/
Drepair25 # Collect logs before the repair, as it might destroy all
32 # Collect crash info.
/external/clang/lib/Tooling/
DCompilationDatabase.cpp123 void runImpl(const driver::Action *A, bool Collect) { in runImpl()
124 bool CollectChildren = Collect; in runImpl()
131 if (Collect) { in runImpl()
/external/tensorflow/tensorflow/core/platform/default/
Ddevice_tracer.cc401 Status Collect(StepStatsCollector* collector) override;
650 Status Collect() { in Collect() function in tensorflow::__anonee34c7620211::CudaEventCollector
689 static Status Collect(CudaEventRecorder* recorder, in Collect() function in tensorflow::__anonee34c7620211::CudaEventCollector
693 auto status = CudaEventCollector(recorder, collector).Collect(); in Collect()
709 Status DeviceTracerImpl::Collect(StepStatsCollector* collector) { in Collect() function in tensorflow::DeviceTracerImpl
715 TF_RETURN_IF_ERROR(CudaEventCollector::Collect(recorder_.get(), collector)); in Collect()
/external/grpc-grpc/templates/src/csharp/
Dbuild_packages_dotnetcli.bat.template26 @rem Collect the artifacts built by the previous build step
30 @rem Collect protoc artifacts built by the previous build step
Dbuild_unitypackage.bat.template26 @rem Collect the artifacts built by the previous build step
30 @rem Collect protoc artifacts built by the previous build step
/external/grpc-grpc/src/csharp/
Dbuild_packages_dotnetcli.bat24 @rem Collect the artifacts built by the previous build step
28 @rem Collect protoc artifacts built by the previous build step
Dbuild_unitypackage.bat24 @rem Collect the artifacts built by the previous build step
28 @rem Collect protoc artifacts built by the previous build step
/external/tensorflow/tensorflow/core/profiler/internal/
Dtraceme_recorder_test.cc57 auto collected_results = TraceMeRecorder::Collect(); in TEST()
61 auto results_after_stop = TraceMeRecorder::Collect(); in TEST()
Dtraceme_recorder.h72 static Events Collect();
/external/tensorflow/tensorflow/core/profiler/internal/gpu/
Dtracer.cc50 Status s = device_tracer_->Collect(step_stats_collector.get()); in CollectData()
/external/v8/src/debug/
Ddebug-type-profile.h35 static std::unique_ptr<TypeProfile> Collect(Isolate* isolate);
Ddebug-coverage.h63 static std::unique_ptr<Coverage> Collect(
Ddebug-coverage.cc469 Collect(isolate, isolate->code_coverage_mode()); in CollectPrecise()
481 return Collect(isolate, v8::debug::Coverage::kBestEffort); in CollectBestEffort()
484 std::unique_ptr<Coverage> Coverage::Collect( in Collect() function in v8::internal::Coverage
/external/autotest/client/site_tests/power_Status/
Dcontrol7 PURPOSE = "Collect power status of system."
/external/autotest/server/site_tests/firmware_StandbyPowerConsumption/
Dcontrol.30min9 PURPOSE = "Collect power consumption during hibernate."
Dcontrol.4hr9 PURPOSE = "Collect power consumption during hibernate."
/external/swiftshader/third_party/llvm-7.0/llvm/test/ExecutionEngine/MCJIT/
Dload-object-a.ll6 ; Collect generated objects.
/external/llvm/test/ExecutionEngine/OrcMCJIT/
Dload-object-a.ll6 ; Collect generated objects.
/external/llvm/test/ExecutionEngine/MCJIT/
Dload-object-a.ll6 ; Collect generated objects.
/external/swiftshader/third_party/llvm-7.0/llvm/test/ExecutionEngine/OrcMCJIT/
Dload-object-a.ll6 ; Collect generated objects.

1234