HomeSort by relevance Sort by last modified time
    Searched defs:finalized (Results 1 - 25 of 36) sorted by null

1 2

  /external/tensorflow/tensorflow/stream_executor/
temporary_memory_manager.h 47 // Notes whether the temporary memory has been marked as finalized, such that
50 bool finalized; member in struct:perftools::gputools::internal::TemporaryMemoryRecord
74 // Marks the given memory region as finalized.
81 // Deallocates temporary memories that have been finalized.
87 // Returns whether the provided device_memory is finalized.
  /frameworks/av/services/camera/libcameraservice/device3/
Camera3StreamInterface.h 54 bool finalized = false; member in class:android::camera3::OutputStreamInfo
  /external/tensorflow/tensorflow/compiler/tf2xla/kernels/
reduction_ops_common.cc 124 xla::ComputationDataHandle finalized = local
129 result = ctx->builder()->Reshape(finalized, final_shape);
131 result = finalized;
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/ref/
SoftReferenceTest.java 84 public boolean finalized; field in class:SoftReferenceTest.TestObject
86 finalized = false;
90 finalized = true;
  /libcore/luni/src/main/java/java/lang/ref/
FinalizerReference.java 39 // When the GC wants something finalized, it moves it from the 'referent' field to
85 * Waits for all currently-enqueued references to be finalized.
103 // and then put it on the queue so that it can be finalized.
116 // objects are finalized. b/17381967
142 * references have been finalized.
145 boolean finalized = false; field in class:FinalizerReference.Sentinel
148 if (finalized) {
151 finalized = true;
158 while (!finalized) {
  /libcore/luni/src/test/java/libcore/java/lang/ref/
FinalizeTest.java 27 AtomicBoolean finalized = new AtomicBoolean(); local
28 createFinalizableObject(finalized);
31 if (!finalized.get()) {
32 fail("object not yet finalized");
38 * that should be finalized later on. http://b/6907299
47 fail("not yet finalized: " + finalized1.get() + " " + finalized2.get());
52 private X createFinalizableObject(final AtomicBoolean finalized) {
56 finalized.set(true);
61 boolean wasFinalized = finalized.get();
92 assertTrue("object whose constructor threw was not finalized", ConstructionFails.finalized)
96 private static boolean finalized; field in class:FinalizeTest.ConstructionFails
    [all...]
  /art/test/036-finalizer/src/
Main.java 117 public static boolean finalized[] = new boolean[maxCount]; field in class:Main.FinalizeCounter
126 if (!FinalizeCounter.finalized[i]) {
127 System.out.println("Element " + i + " was not finalized");
137 finalized[index] = true;
156 System.out.println("Finalized " + FinalizeCounter.getCount() + " / " + FinalizeCounter.maxCount);
157 // Print out all the finalized elements.
160 // Try to sleep for a couple seconds to see if the objects became finalized after.
167 System.out.println("After sleep finalized " + FinalizeCounter.getCount() + " / " + FinalizeCounter.maxCount);
176 private boolean finalized = false; field in class:Main.FinalizerTest
184 ", finalized=" + finalized + "]"
    [all...]
  /external/apache-commons-math/src/main/java/org/apache/commons/math/ode/sampling/
AbstractStepInterpolator.java 73 /** indicate if the step has been finalized or not. */
74 private boolean finalized; field in class:AbstractStepInterpolator
104 finalized = false;
127 finalized = false;
135 * <p>The copied interpolator should have been finalized before the
169 finalized = interpolator.finalized;
193 finalized = false;
210 /** Really copy the finalized instance.
212 * step has been finalized. It must perform a deep cop
    [all...]
  /external/guava/guava-tests/test/com/google/common/base/
FinalizableReferenceQueueClassLoaderUnloadingTest.java 165 public static final Semaphore finalized = new Semaphore(0); field in class:FinalizableReferenceQueueClassLoaderUnloadingTest.FrqUser
172 finalized.release();
229 Field sepFrqUserFinalizedF = sepFrqUserC.getField("finalized");
231 boolean finalized = finalizeCount.tryAcquire(5, TimeUnit.SECONDS);
232 assertTrue(finalized);
  /external/llvm/unittests/IR/
LegacyPassManagerTest.cpp 116 static bool finalized; member in struct:llvm::__anon28351::PassTestBase
120 EXPECT_FALSE(finalized);
130 EXPECT_TRUE(finalized);
135 finalized = false;
148 template<typename P> bool PassTestBase<P>::finalized; member in class:llvm::__anon28351::PassTestBase
163 EXPECT_FALSE(PassTestBase<P>::finalized); variable
164 PassTestBase<P>::finalized = true; member in class:llvm::__anon28351::PassTest::PassTestBase
201 static void finishedOK(int run, int finalized) {
204 EXPECT_EQ(finalized, fincount);
219 finalized = true
258 EXPECT_FALSE(finalized); variable
    [all...]
  /external/swiftshader/third_party/LLVM/unittests/VMCore/
PassManagerTest.cpp 114 static bool finalized; member in struct:llvm::__anon36525::PassTestBase
118 EXPECT_FALSE(finalized);
128 EXPECT_TRUE(finalized);
133 finalized = false;
146 template<typename P> bool PassTestBase<P>::finalized; member in class:llvm::__anon36525::PassTestBase
157 EXPECT_FALSE(PassTestBase<P>::finalized);
158 PassTestBase<P>::finalized = true; member in class:llvm::__anon36525::PassTest::PassTestBase
196 static void finishedOK(int run, int finalized) {
199 EXPECT_EQ(finalized, fincount);
213 finalized = true
    [all...]
  /external/v8/tools/clang/blink_gc_plugin/
BlinkGCPluginConsumer.cpp 369 bool finalized = info->IsGCFinalized(); local
382 if (finalized && !finalize_dispatch)
384 if (!finalized && finalize_dispatch) {
411 if (finalized && finalize_dispatch && finalize_dispatch->isDefined(defn)) {
423 // For finalized classes, check the finalization method if possible.
  /frameworks/compile/mclinker/lib/Object/
ObjectLinker.cpp 742 bool finalized = m_LDBackend.finalizeSymbols(); local
771 return finalized && scriptSymsFinalized && assertionsPassed;
    [all...]
  /external/tensorflow/tensorflow/python/framework/
ops.py 2951 def finalized(self): member in class:Graph
    [all...]
  /prebuilts/tools/common/m2/repository/io/grpc/grpc-core/1.0.1/
grpc-core-1.0.1.jar 
  /prebuilts/tools/common/m2/repository/io/grpc/grpc-core/1.0.3/
grpc-core-1.0.3.jar 
  /external/robolectric/v3/runtime/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 
  /prebuilts/misc/common/robolectric/android-all/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 
  /prebuilts/misc/common/robolectric/3.5.1/lib/
bcprov-jdk15on-1.52.jar 
  /prebuilts/misc/common/robolectric/3.6.1/lib/
bcprov-jdk15on-1.52.jar 
  /prebuilts/tools/common/m2/repository/org/bouncycastle/bcprov-jdk15on/1.50/
bcprov-jdk15on-1.50.jar 

Completed in 1374 milliseconds

1 2