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

1 23 4 5 6 7 8 91011>>

  /external/skia/src/pdf/
SkDeflate.cpp 34 // called by both write() and finalize()
85 SkDeflateWStream::~SkDeflateWStream() { this->finalize(); }
87 void SkDeflateWStream::finalize() { function in class:SkDeflateWStream
88 TRACE_EVENT0("skia-pdf-deflate", "SkDeflateWStream::finalize");
  /external/v8/tools/clang/blink_gc_plugin/
CheckDispatchVisitor.h 14 // dispatching for trace and finalize methods.
  /frameworks/base/graphics/java/android/graphics/
PathEffect.java 26 protected void finalize() throws Throwable { method in class:PathEffect
  /system/update_engine/common/
hash_calculator.cc 74 // Call Finalize() when all data has been passed in. This mostly just
76 bool HashCalculator::Finalize() {
88 TEST_AND_RETURN_FALSE(calc.Finalize());
105 if (!calc.Finalize()) {
  /external/swiftshader/third_party/LLVM/lib/VMCore/
DebugInfoProbe.cpp 48 void finalize(Function &F);
91 /// report - Report findings. This should be invoked after finalize.
110 /// finalize - Collect information after running an optimization pass. This
112 void DebugInfoProbeImpl::finalize(Function &F) { function in class:DebugInfoProbeImpl
175 /// finalize - Collect information after running an optimization pass. This
177 void DebugInfoProbe::finalize(Function &F) { function in class:DebugInfoProbe
178 pImpl->finalize(F);
181 /// report - Report findings. This should be invoked after finalize.
214 /// finalize - Collect information after running an optimization pass. This
216 void DebugInfoProbeInfo::finalize(Pass *P, Function &F) function in class:DebugInfoProbeInfo
    [all...]
  /art/test/080-oom-throw-with-finalizer/src/
Main.java 37 public void finalize() {} method in class:Main.InstanceFinalizerMemEater
72 System.out.println("NEW_INSTANCE (finalize) did not throw OOME");
  /external/clang/test/CodeGenObjC/
weak-metaclass-visibility.m 7 - (void) finalize;
23 [super finalize];
  /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/util/
H2Map.java 65 protected void finalize() throws Throwable { method in class:H2Map
66 super.finalize();
  /frameworks/base/core/java/android/view/
SurfaceSession.java 45 protected void finalize() throws Throwable { method in class:SurfaceSession
51 super.finalize();
  /system/chre/platform/shared/
host_protocol_common.cc 37 finalize(builder, fbs::ChreMessage::NanoappMessage, nanoappMessage.Union());
46 void HostProtocolCommon::finalize( function in class:chre::HostProtocolCommon
  /external/autotest/client/common_lib/cros/fake_device_server/
registration_tickets.py 26 device: POST .../<id>/finalize # Finalize the device registration.
119 POST .../ticket_number/finalize finalizes a ticket with a robot account.
123 (claim/finalize) or if we can't parse all the args.
127 args, kwargs, supported_operations=set(['finalize']))
130 if operation == 'finalize':
registration_tickets_unittest.py 46 """Tests that the finalize workflow does the right thing."""
50 self.registration.POST, 1234, 'finalize')
58 returned_json = self.registration.POST(1234, 'finalize')
  /system/chre/host/common/
host_protocol_host.cc 151 finalize(builder, fbs::ChreMessage::HubInfoRequest, request.Union());
161 finalize(builder, fbs::ChreMessage::LoadNanoappRequest, request.Union());
166 finalize(builder, fbs::ChreMessage::NanoappListRequest, request.Union());
174 finalize(builder, fbs::ChreMessage::UnloadNanoappRequest, request.Union());
180 finalize(builder, fbs::ChreMessage::TimeSyncMessage, request.Union());
185 finalize(builder, fbs::ChreMessage::DebugDumpRequest, request.Union());
  /external/eigen/unsupported/Eigen/CXX11/src/Tensor/
TensorFunctors.h 118 EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE T finalize(const T accum) const { function in struct:Eigen::internal::SumReducer
168 EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE T finalize(const T accum) const { function in struct:Eigen::internal::MeanReducer
240 EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE T finalize(const T accum) const { function in struct:Eigen::internal::MaxReducer
281 EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE T finalize(const T accum) const { function in struct:Eigen::internal::MinReducer
325 EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE T finalize(const T accum) const { function in struct:Eigen::internal::ProdReducer
359 EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE bool finalize(bool accum) const { function in struct:Eigen::internal::AndReducer
383 EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE bool finalize(bool accum) const { function in struct:Eigen::internal::OrReducer
409 EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE T finalize(const T& accum) const { function in struct:Eigen::internal::ArgMaxTupleReducer
434 EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE T finalize(const T& accum) const { function in struct:Eigen::internal::ArgMinTupleReducer
  /art/test/036-finalizer/src/
Main.java 81 /* this will try to collect and finalize ft */
86 System.out.println("finalize");
98 System.out.println("gc + finalize");
130 protected void finalize() { method in class:Main.FinalizeCounter
179 protected void finalize() { method in class:Main.FinalizerTest
  /external/guava/guava-testlib/test/com/google/common/testing/
GcFinalizationTest.java 45 @Override protected void finalize() { latch.countDown(); }
55 @Override protected void finalize() { future.set(null); }
66 @Override protected void finalize() { future.cancel(false); }
194 * specific finalize method as the more direct await* methods, but should be
202 @Override protected void finalize() { finalizerRan.countDown(); }
  /external/llvm/lib/CodeGen/AsmPrinter/
DebugLocStream.h 84 /// Finalize a .debug_loc entry list.
100 /// Finalize a .debug_loc entry, deleting if it's empty.
166 /// Finalize the list.
168 /// If the list is empty, delete it. Otherwise, finalize it by creating a
185 /// Finalize the entry, deleting it if it's empty.
  /libcore/dalvik/test-rules/src/test/java/dalvik/system/
CloseGuardSupportTest.java 107 assertEquals("Class java.lang.String does not have a finalize() method",
137 protected void finalize() throws Throwable {
138 super.finalize();
164 protected void finalize() throws Throwable {
166 super.finalize();
  /cts/suite/audio_quality/executable/src/
main.cpp 38 Log::Finalize();
39 Report::Finalize();
50 Settings::Finalize();
  /external/autotest/client/site_tests/platform_BootLockbox/
platform_BootLockbox.py 101 # Check again to make sure nothing has tricked the finalize check.
105 # Finalize and make sure we can verify but not sign.
109 raise error.TestFail('Boot lockbox finalize status did not change '
  /external/clang/test/PCH/
chain-categories.m 16 - (void)finalize;
53 -(void)finalize {
54 [super finalize];
  /external/libmojo/mojo/android/system/src/org/chromium/mojo/system/impl/
HandleBase.java 127 * @see java.lang.Object#finalize()
130 protected final void finalize() throws Throwable { method in class:HandleBase
138 super.finalize();
  /frameworks/base/media/java/android/media/midi/
MidiInputPort.java 160 protected void finalize() throws Throwable { method in class:MidiInputPort
166 // not safe to make binder calls from finalize()
170 super.finalize();
MidiOutputPort.java 146 protected void finalize() throws Throwable { method in class:MidiOutputPort
152 // not safe to make binder calls from finalize()
156 super.finalize();
  /hardware/intel/common/libmix/mix_common/src/
mixdrmparams.c 50 mixparams_class->finalize = mix_drmparams_finalize;
68 if (parent_class->finalize)
69 parent_class->finalize(obj);

Completed in 1106 milliseconds

1 23 4 5 6 7 8 91011>>