Home
last modified time | relevance | path

Searched defs:finalize (Results 1 – 25 of 137) sorted by relevance

123456

/third_party/skia/third_party/externals/jinja2/
Dnativetypes.py50 def _output_child_to_const(self, node, frame, finalize): argument
61 def _output_child_pre(self, node, frame, finalize): argument
65 def _output_child_post(self, node, frame, finalize): argument
/third_party/node/deps/v8/third_party/jinja2/
Dnativetypes.py50 def _output_child_to_const(self, node, frame, finalize): argument
61 def _output_child_pre(self, node, frame, finalize): argument
65 def _output_child_post(self, node, frame, finalize): argument
/third_party/python/Lib/test/test_sqlite3/
Dtest_userfunctions.py101 def finalize(self): member in AggrNoStep
118 def finalize(self): member in AggrExceptionInInit
128 def finalize(self): member in AggrExceptionInStep
138 def finalize(self): member in AggrExceptionInFinalize
150 def finalize(self): member in AggrCheckType
163 def finalize(self): member in AggrCheckTypes
173 def finalize(self): member in AggrSum
181 def finalize(self): member in AggrText
498 def finalize(self): member in WindowSumInt
575 def finalize(self): return 42 member in WindowFunctionTests.test_win_missing_method.MissingValue
[all …]
/third_party/node/deps/v8/src/compiler-dispatcher/
Doptimizing-compile-dispatcher.h60 bool finalize() const { return finalize_; } in finalize() function
61 void set_finalize(bool finalize) { in set_finalize()
/third_party/skia/platform_tools/android/apps/AndroidKit/src/main/java/org/skia/androidkit/
DPath.java26 protected void finalize() throws Throwable { in finalize() method in Path
DShader.java22 protected void finalize() throws Throwable { in finalize() method in Shader
DColorFilter.java22 protected void finalize() throws Throwable { in finalize() method in ColorFilter
DFont.java19 protected void finalize() throws Throwable { in finalize() method in Font
DFontChain.java19 protected void finalize() throws Throwable { in finalize() method in FontChain
/third_party/node/deps/v8/tools/zone-stats/
Dmodel.js28 finalize() { method in Isolate
/third_party/vk-gl-cts/framework/delibs/decpp/
DdeSha1.cpp57 Sha1 Sha1Stream::finalize (void) in finalize() function in de::Sha1Stream
/third_party/rust/crates/rust-openssl/openssl/src/
Denvelope.rs92 pub fn finalize(&mut self, output: &mut [u8]) -> Result<usize, ErrorStack> { in finalize() method
147 pub fn finalize(&mut self, output: &mut [u8]) -> Result<usize, ErrorStack> { in finalize() method
/third_party/skia/experimental/sorttoy/
DFake.cpp131 void FakeDevice::finalize() { in finalize() function in FakeDevice
175 void FakeCanvas::finalize() { in finalize() function in FakeCanvas
/third_party/node/deps/v8/third_party/wasm-api/example/
Dfinalize.cc14 void finalize(void* data) { in finalize() function
Dfinalize.c14 void finalize(void* data) { in finalize() function
/third_party/node/deps/v8/tools/heap-stats/
Dmodel.js25 finalize() { method in Isolate
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/GlobalISel/
DGISelWorkList.h65 void finalize() { in finalize() function
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/coll/
DSharedObject.java155 protected void finalize() throws Throwable { in finalize() method in SharedObject.Reference
/third_party/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
DSharedObject.java152 protected void finalize() throws Throwable { in finalize() method in SharedObject.Reference
/third_party/skia/src/gpu/mtl/
DGrMtlPipelineStateBuilder.mm484 GrMtlPipelineState* GrMtlPipelineStateBuilder::finalize( function
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_shader_vs.cpp150 void VertexExportForFs::finalize() in finalize() function in r600::VertexExportForFs
637 void VertexExportForGS::finalize() in finalize() function in r600::VertexExportForGS
655 void VertexExportForTCS::finalize() in finalize() function in r600::VertexExportForTCS
/third_party/node/deps/v8/src/heap/cppgc/
Dgc-info-table.h24 FinalizationCallback finalize; member
/third_party/skia/third_party/externals/brotli/java/org/brotli/wrapper/enc/
DEncoderJNI.java110 protected void finalize() throws Throwable { in finalize() method in EncoderJNI.Wrapper
/third_party/skia/src/gpu/ops/
DPathTessellateOp.cpp25 GrProcessorSet::Analysis PathTessellateOp::finalize(const GrCaps& caps, in finalize() function in skgpu::v1::PathTessellateOp
/third_party/skia/third_party/externals/brotli/java/org/brotli/wrapper/dec/
DDecoderJNI.java113 protected void finalize() throws Throwable { in finalize() method in DecoderJNI.Wrapper

123456