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

<<11121314151617181920>>

  /external/libnfc-nci/src/include/
NfcAdaptation.h 69 void Finalize();
  /external/llvm/lib/CodeGen/
MachineInstrBundle.cpp 98 INITIALIZE_PASS(FinalizeMachineBundles, "finalize-mi-bundles",
99 "Finalize machine instruction bundles", false, false)
106 /// finalizeBundle - Finalize a machine instruction bundle which includes
233 /// finalizeBundles - Finalize instruction bundles in the specified
  /external/pdfium/third_party/freetype/src/pshinter/
pshrec.h 144 /* finalize hints recorder */
  /external/pdfium/xfa/include/fwl/theme/
formtp.h 17 virtual FWL_ERR Finalize();
  /external/pdfium/xfa/src/fwl/src/basewidget/include/
fwl_listboximp.h 27 virtual FWL_ERR Finalize();
  /external/pdfium/xfa/src/fxbarcode/pdf417/
BC_PDF417ScanningDecoder.h 25 static void Finalize();
  /external/pdfium/xfa/src/fxbarcode/qrcode/
BC_QRCoderErrorCorrectionLevel.cpp 44 void CBC_QRCoderErrorCorrectionLevel::Finalize() {
  /frameworks/base/core/java/com/android/internal/os/
BinderInternal.java 42 protected void finalize() throws Throwable { method in class:BinderInternal.GcWatcher
  /frameworks/compile/mclinker/include/mcld/LD/
MergedStringTable.h 35 /// finalizeOffset - finalize the output offset of strings. After this
  /frameworks/volley/src/main/java/com/android/volley/toolbox/
PoolingByteArrayOutputStream.java 64 public void finalize() { method in class:PoolingByteArrayOutputStream
  /hardware/intel/common/libmix/mix_video/src/
mixdisplay.c 103 klass->finalize = mix_display_finalize;
211 klass->finalize (obj);
215 /* i.e. If the refcount is still 0 we can really free the object, else the finalize method recycled the object -- but to where? */
431 NULL, /* finalize */
  /system/core/bootstat/
event_log_list_builder.cpp 78 // Finalize the log payload.
  /art/runtime/
thread_pool.cc 80 task->Finalize();
216 task->Finalize();
  /art/tools/
stream-trace-converter.py 149 def Finalize(self, header):
171 self.Finalize(header)
  /cts/tests/camera/src/android/hardware/camera2/cts/rs/
BlockingInputAllocation.java 148 protected void finalize() throws Throwable { method in class:BlockingInputAllocation
152 super.finalize();
  /external/autotest/client/common_lib/feedback/
client.py 76 self.finalize()
128 def finalize(self): member in class:Client
  /external/avahi/avahi-gobject/
ga-client.c 120 object_class->finalize = ga_client_finalize;
181 G_OBJECT_CLASS(ga_client_parent_class)->finalize(object);
  /external/dbus/dbus/
dbus-server-protected.h 45 void (* finalize) (DBusServer *server); member in struct:DBusServerVTable
46 /**< The finalize method must free the server. */
dbus-transport-protected.h 43 void (* finalize) (DBusTransport *transport); member in struct:DBusTransportVTable
44 /**< The finalize method must free the transport. */
  /external/eigen/bench/
BenchSparseUtil.h 39 dst.finalize();
59 dst.finalize();
  /external/eigen/test/
sparse.h 105 //sparseMat.finalize();
154 sparseMat.finalize();
  /external/llvm/include/llvm/ExecutionEngine/Orc/
GlobalMappingLayer.h 93 /// @brief Immediately emit and finalize the module set represented by the
95 /// @param H Handle for module set to emit/finalize.
IRCompileLayer.h 115 /// @brief Immediately emit and finalize the moduleOB set represented by the
117 /// @param H Handle for module set to emit/finalize.
IRTransformLayer.h 80 /// @brief Immediately emit and finalize the module set represented by the
82 /// @param H Handle for module set to emit/finalize.
ObjectTransformLayer.h 79 /// @brief Immediately emit and finalize the object set represented by the
81 /// @param H Handle for object set to emit/finalize.

Completed in 5183 milliseconds

<<11121314151617181920>>