HomeSort by relevance Sort by last modified time
    Searched refs:finalize (Results 276 - 300 of 507) sorted by null

<<11121314151617181920>>

  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ExecutionEngine/Orc/
Core.h 122 /// finalize symbols, or abandon materialization by notifying any unmaterialized
151 /// resolved prior to calling finalize.
155 void finalize();
721 void finalize(const SymbolFlagsMap &Finalized);
  /external/bcc/src/cc/
bpf_module.cc 615 int BPFModule::finalize() { function in class:ebpf::BPFModule
993 if (int rc = finalize())
1016 if (int rc = finalize())
1036 if (int rc = finalize())
  /external/desugar/test/java/com/google/devtools/build/android/desugar/runtime/
ConcurrentWeakIdentityHashMapTest.java 214 protected void finalize() throws Throwable { method in class:ConcurrentWeakIdentityHashMapTest.ExceptionWithLatch
  /external/eigen/Eigen/src/SparseCore/
SparseSparseProductWithPruning.h 76 res.finalize();
  /external/eigen/unsupported/Eigen/CXX11/src/Tensor/
TensorReduction.h 162 return reducer.finalize(accum);
255 *output = reducer.finalize(reducer.initialize());
294 *output = reducer.finalize(finalShard);
605 return reducer.finalize(accum);
    [all...]
TensorReductionSycl.h 229 functor.finalize(accum);
  /external/eigen/unsupported/Eigen/src/SparseExtra/
DynamicSparseMatrix.h 188 inline void finalize() {}
316 /** \deprecated use finalize()
  /external/llvm/bindings/go/llvm/
DIBuilderBindings.cpp 34 void LLVMDIBuilderFinalize(LLVMDIBuilderRef dref) { unwrap(dref)->finalize(); }
  /external/robolectric-shadows/resources/src/main/java/org/robolectric/res/android/
ResXMLTree.java 74 protected void finalize() { method in class:ResXMLTree
  /external/skia/bench/
VertexColorSpaceBench.cpp 154 GrProcessorSet::Analysis finalize(
  /external/skia/src/atlastext/
SkAtlasTextTarget.cpp 217 this->finalize(caps, nullptr /* applied clip */, GrFSAAType::kNone, GrClampType::kAuto);
  /external/skia/src/gpu/
GrProcessorSet.cpp 163 GrProcessorSet::Analysis GrProcessorSet::finalize( function in class:GrProcessorSet
  /external/skia/src/gpu/ccpr/
GrCoverageCountingPathRenderer.cpp 263 // Purge invalidated textures from previous atlases *before* calling finalize(). That way,
269 if (!resources->finalize(onFlushRP, out)) {
  /external/skqp/bench/
VertexColorSpaceBench.cpp 154 GrProcessorSet::Analysis finalize(const GrCaps&, const GrAppliedClip*) override {
  /external/skqp/src/gpu/
GrProcessorSet.cpp 162 GrProcessorSet::Analysis GrProcessorSet::finalize(const GrProcessorAnalysisColor& colorInput, function in class:GrProcessorSet
  /external/skqp/src/gpu/ccpr/
GrCoverageCountingPathRenderer.cpp 263 // Purge invalidated textures from previous atlases *before* calling finalize(). That way,
269 if (!resources->finalize(onFlushRP, out)) {
  /external/skqp/src/gpu/ops/
GrDrawAtlasOp.cpp 185 GrProcessorSet::Analysis GrDrawAtlasOp::finalize(const GrCaps& caps, const GrAppliedClip* clip) { function in class:GrDrawAtlasOp
  /external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DIBuilder.h 73 /// finalize - Construct any deferred debug info descriptors.
74 void finalize();
  /external/swiftshader/third_party/LLVM/lib/Analysis/
LoopPass.cpp 244 TheDebugProbe->finalize(P, F);
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
DwarfExpression.cpp 409 void DwarfExpression::finalize() { function in class:DwarfExpression
  /external/clang/lib/CodeGen/
CodeGenPGO.cpp 106 uint64_t finalize();
595 uint64_t PGOHash::finalize() { function in class:PGOHash
607 // Finalize the MD5 and return the hash.
659 FunctionHash = Walker.Hash.finalize();
  /external/swiftshader/third_party/llvm-7.0/llvm/unittests/Transforms/Utils/
Cloning.cpp 429 // Finalize the debug info.
430 DBuilder.finalize();
438 DBuilder2.finalize();
624 // Finalize the debug info
625 DBuilder.finalize();
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/Orc/
Core.cpp 625 void MaterializationResponsibility::finalize() { function in class:llvm::orc::MaterializationResponsibility
632 V.finalize(SymbolFlags);
708 R.finalize();
839 QueryInfo->R.finalize();
1077 void VSO::finalize(const SymbolFlagsMap &Finalized) { function in class:VSO
    [all...]
  /external/tensorflow/tensorflow/python/debug/lib/
stepper_test.py 368 # Finalize call should have ignored the overriding value.
369 self.assertAllClose(24.0, stepper.finalize())
442 result = stepper.finalize()
559 self.assertAllClose([[-1.0], [6.0]], stepper.finalize())
588 self.assertAllClose([[-1.0], [6.0]], stepper.finalize())
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/
texi2html.py 139 def finalize(self): member in class:HTMLNode
315 self.nodestack[-1].finalize()
374 self.node.finalize()
1756 def finalize(self): member in class:HTMLHelp
    [all...]

Completed in 3129 milliseconds

<<11121314151617181920>>