OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:finalize
(Results
726 - 750
of
2103
) sorted by null
<<
21
22
23
24
25
26
27
28
29
30
>>
/external/javasqlite/src/main/java/SQLite/
Stmt.java
286
protected native void
finalize
();
method in class:Stmt
/external/libese/third_party/NXPNFC_P61_JCOP_Kit/src/
AlaLib.cpp
158
finalize
();
/external/llvm/bindings/go/llvm/
DIBuilderBindings.cpp
34
void LLVMDIBuilderFinalize(LLVMDIBuilderRef dref) { unwrap(dref)->
finalize
(); }
/external/llvm/include/llvm/ADT/
Hashing.h
307
uint64_t
finalize
(size_t length) {
function in struct:llvm::hashing::detail::hash_state
435
return state.
finalize
(length);
466
return state.
finalize
(length);
584
return state.
finalize
(length);
/external/llvm/lib/Target/ARM/MCTargetDesc/
ARMUnwindOpAsm.cpp
154
void UnwindOpcodeAssembler::
Finalize
(unsigned &PersonalityIndex,
/external/mesa3d/docs/relnotes/
10.6.6.html
90
<li>r600/sb: update last_cf for
finalize
if.</li>
/external/opencv/otherlibs/highgui/
grfmt_imageio.cpp
385
std::cerr << "
Finalize
failed" << std::endl << std::flush;
/external/pdfium/xfa/fxbarcode/datamatrix/
BC_ErrorCorrection.cpp
116
void CBC_ErrorCorrection::
Finalize
() {}
BC_SymbolInfo.cpp
76
void CBC_SymbolInfo::
Finalize
() {
/external/python/cpython2/Lib/distutils/tests/
test_install.py
114
# let's run
finalize
/external/python/cpython2/Modules/
xxmodule.c
351
/*
Finalize
the type object including setting type of the new type
/external/skia/src/gpu/
GrProcessorSet.cpp
148
GrProcessorSet::Analysis GrProcessorSet::
finalize
(const GrProcessorAnalysisColor& colorInput,
function in class:GrProcessorSet
/external/skia/src/gpu/glsl/
GrGLSLShaderBuilder.cpp
222
void GrGLSLShaderBuilder::
finalize
(uint32_t visibility) {
function in class:GrGLSLShaderBuilder
GrGLSLShaderBuilder.h
143
void
finalize
(uint32_t visibility);
/external/skia/src/gpu/ops/
GrDrawAtlasOp.cpp
179
GrDrawOp::RequiresDstTexture GrDrawAtlasOp::
finalize
(const GrCaps& caps,
function in class:GrDrawAtlasOp
GrNonAAStrokeRectOp.cpp
122
RequiresDstTexture
finalize
(const GrCaps& caps, const GrAppliedClip* clip) override {
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
Hashing.h
307
uint64_t
finalize
(size_t length) {
function in struct:llvm::hashing::detail::hash_state
435
return state.
finalize
(length);
466
return state.
finalize
(length);
584
return state.
finalize
(length);
/external/swiftshader/third_party/subzero/src/
IceELFObjectWriter.h
32
/// written out, it will
finalize
the bookkeeping sections and write them out.
/external/vixl/test/aarch32/config/
template-assembler-aarch32.cc.in
182
//
Finalize
the trace file by writing the final `TestResult` array
/frameworks/av/services/audioflinger/
BufLog.cpp
192
void BufLogStream::
finalize
() {
function in class:BufLogStream
/frameworks/av/services/camera/libcameraservice/api2/
CameraDeviceClient.h
134
//
Finalize
the output configurations with surfaces not added before.
/frameworks/base/core/java/android/bluetooth/
BluetoothAvrcpController.java
172
public void
finalize
() {
method in class:BluetoothAvrcpController
/frameworks/base/core/java/android/os/
FileObserver.java
169
protected void
finalize
() {
method in class:FileObserver
/frameworks/base/media/java/android/media/
ImageReader.java
652
protected void
finalize
() throws Throwable {
method in class:ImageReader
656
super.
finalize
();
897
protected final void
finalize
() throws Throwable {
method in class:ImageReader.SurfaceImage
[
all
...]
ImageWriter.java
501
protected void
finalize
() throws Throwable {
method in class:ImageWriter
505
super.
finalize
();
769
protected final void
finalize
() throws Throwable {
method in class:ImageWriter.WriterSurfaceImage
773
super.
finalize
();
[
all
...]
Completed in 1039 milliseconds
<<
21
22
23
24
25
26
27
28
29
30
>>