HomeSort by relevance Sort by last modified time
    Searched full:finalize (Results 376 - 400 of 2103) sorted by null

<<11121314151617181920>>

  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/ExecutionEngine/Orc/
ObjectTransformLayer.h 79 /// @brief Immediately emit and finalize the object set represented by the
81 /// @param H Handle for object set to emit/finalize.
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/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 112 /// @brief Immediately emit and finalize the moduleOB set represented by the
114 /// @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.
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/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 112 /// @brief Immediately emit and finalize the moduleOB set represented by the
114 /// @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.
  /toolchain/binutils/binutils-2.25/gold/
script.h 164 // Finalize the version control information.
166 finalize();
343 // Finalize the symbol value.
345 finalize(Symbol_table*, const Layout*);
347 // Finalize the symbol value when it can refer to the dot symbol.
368 // Shared by finalize and finalize_with_dot.
373 // Sized version of finalize.
491 // Finalize the symbol values. Also check assertions.
  /art/runtime/
monitor_test.cc 170 void Finalize() {
210 void Finalize() {
254 void Finalize() {
283 void Finalize() {
389 void Finalize() {
  /external/apache-commons-math/src/main/java/org/apache/commons/math/ode/sampling/
AbstractStepInterpolator.java 202 // finalize the step before performing copy
369 * Finalize the step.
394 * finalize the instance, then copy this finalized instance into a
418 * Really finalize the step.
467 // finalize the step (and don't bother saving the now true flag)
  /external/llvm/unittests/Transforms/Utils/
Cloning.cpp 264 // Finalize the debug info
265 DBuilder.finalize();
272 DBuilder2.finalize();
432 // Finalize the debug info
433 DBuilder.finalize();
  /external/v8/src/
conversions.cc 173 return builder.Finalize();
253 char* rep = rep_builder.Finalize();
266 return builder.Finalize();
298 return builder.Finalize();
410 result = builder.Finalize();
  /prebuilts/tools/common/m2/repository/com/google/gradle/osdetector-gradle-plugin/1.2.1/
osdetector-gradle-plugin-1.2.1.jar 
  /frameworks/compile/mclinker/unittests/
LinkerTest.cpp 63 Finalize();
123 Finalize();
182 Finalize();
226 Finalize();
285 Finalize();
330 Finalize();
500 Finalize();
  /external/libchrome/base/metrics/
field_trial_unittest.cc 285 // Finalize the group selection by accessing the selected group.
299 // Finalize the group selection by accessing the selected group.
353 // Finalize the group selection by accessing the selected group.
431 // Finalize the group selection by accessing the selected group.
441 // Finalize the group selection by accessing the selected group.
452 // Finalize the group selection by accessing the selected group.
474 // Finalize the group selection by accessing the selected group.
484 // Finalize the group selection by accessing the selected group.
547 // Finalize the group selection by accessing the selected group.
    [all...]
  /external/javasqlite/src/main/native/
sqlite_jni.h 279 * Method: finalize
589 * Method: finalize
640 * Method: finalize
  /external/python/cpython2/Lib/multiprocessing/
queues.py 49 from .util import debug, info, Finalize, register_after_fork, is_exiting
200 self._jointhread = Finalize(
207 self._close = Finalize(
  /frameworks/base/services/backup/java/com/android/server/backup/restore/
ActiveRestoreSession.java 156 // Real work, so stop the session timeout until we finalize the restore
249 // Stop the session timeout until we finalize the restore
347 // Stop the session timeout until we finalize the restore
  /hardware/intel/common/libmix/mix_video/src/
mixbufferpool.c 62 mixparams_class->finalize = mix_bufferpool_finalize;
86 if (parent_class->finalize) {
87 parent_class->finalize(obj);
mixvideoconfigparamsdec.c 66 mixparams_class->finalize = mix_videoconfigparamsdec_finalize;
102 if (root_class->finalize) {
103 root_class->finalize(obj);
mixvideoformatenc.c 84 gobject_class->finalize = mix_videoformatenc_finalize;
150 if (parent_class->finalize) {
151 parent_class->finalize(obj);
mixvideoframe.c 69 mixparams_class->finalize = mix_videoframe_finalize;
94 if (parent_class->finalize) {
95 parent_class->finalize(obj);
  /prebuilts/gdb/darwin-x86/lib/python2.7/multiprocessing/
queues.py 49 from multiprocessing.util import debug, info, Finalize, register_after_fork
196 self._jointhread = Finalize(
203 self._close = Finalize(

Completed in 550 milliseconds

<<11121314151617181920>>