/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(); 80 assertTrue("object whose constructor threw was not finalized", ConstructionFails.finalized) 84 private static boolean finalized; field in class:FinalizeTest.ConstructionFails [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/test/ |
test_struct_fields.py | 5 # Structure/Union classes must get 'finalized' sooner or 13 # When they are finalized, assigning _fields_ is no longer allowed. 18 self.assertEqual(sizeof(X), 0) # not finalized 19 X._fields_ = [] # finalized 24 _fields_ = [] # finalized
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/ |
test_struct_fields.py | 5 # Structure/Union classes must get 'finalized' sooner or 13 # When they are finalized, assigning _fields_ is no longer allowed. 18 self.assertEqual(sizeof(X), 0) # not finalized 19 X._fields_ = [] # finalized 24 _fields_ = [] # finalized
|
/external/chromium_org/chrome/browser/gpu/ |
gpu_feature_checker.cc | 35 bool finalized = true; local 40 finalized = false; 45 finalized = true; 49 finalized = true; 51 if (finalized) {
|
/libcore/luni/src/main/java/java/lang/ref/ |
FinalizerReference.java | 37 // When the GC wants something finalized, it moves it from the 'referent' field to 83 * Waits for all currently-enqueued references to be finalized. 95 // and then put it on the queue so that it can be finalized. 114 * references have been finalized. 117 boolean finalized = false; field in class:FinalizerReference.Sentinel 120 if (finalized) { 123 finalized = true; 128 while (!finalized) {
|
/external/chromium_org/chrome/browser/metrics/ |
field_trial_synchronizer.h | 20 // group is selected (finalized) for a FieldTrial and OnFieldTrialGroupFinalized 34 // is finalized in the browser process. 37 // Notify all renderer processes about the |group_name| that is finalized for 45 // is finalized. This method contacts all renderers (by calling
|
/external/chromium_org/gpu/config/ |
gpu_info.cc | 31 : finalized(false), 46 bool finalized; member in struct:gpu::GPUInfoKnownFields 94 enumerator->AddBool("finalized", finalized);
|
gpu_info_unittest.cc | 13 EXPECT_EQ(gpu_info.finalized, false);
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/io/ |
CipherInputStream.java | 32 private boolean finalized; field in class:CipherInputStream 90 if (finalized) 113 finalized = true;
|
/external/llvm/unittests/IR/ |
PassManagerTest.cpp | 112 static bool finalized; member in struct:llvm::__anon22453::PassTestBase 116 EXPECT_FALSE(finalized); 126 EXPECT_TRUE(finalized); 131 finalized = false; 144 template<typename P> bool PassTestBase<P>::finalized; member in class:llvm::__anon22453::PassTestBase 159 EXPECT_FALSE(PassTestBase<P>::finalized); 160 PassTestBase<P>::finalized = true; member in class:llvm::__anon22453::PassTest::PassTestBase 198 static void finishedOK(int run, int finalized) { 201 EXPECT_EQ(finalized, fincount); 217 finalized = true [all...] |
/libcore/luni/src/test/java/tests/api/java/lang/ref/ |
SoftReferenceTest.java | 86 public boolean finalized; field in class:SoftReferenceTest.TestObject 88 finalized = false; 92 finalized = true;
|
/libcore/luni/src/test/java/libcore/java/lang/ |
ThreadTest.java | 45 assertTrue("Started threads were never finalized!", finalizedThreadsCount.get() > 0); 58 assertTrue("Unstarted threads were never finalized!", finalizedThreadsCount.get() > 0);
|
/development/ndk/platforms/android-3/include/linux/ |
relay.h | 41 unsigned int finalized; member in struct:rchan_buf
|
/development/samples/TtsEngine/ |
_index.html | 27 <!-- TODO: Fix this when the API level for ICS is finalized -->
|
/external/chromium/chrome/common/extensions/docs/static/ |
experimental.debugger.html | 12 Although not finalized, this API is feature rich. There is a proof of concept
|
/frameworks/base/core/jni/ |
android_view_InputChannel.h | 32 /* Sets a callback that is invoked when the InputChannel DVM object is disposed (or finalized).
|
/libcore/luni/src/main/java/javax/xml/validation/ |
SchemaFactoryLoader.java | 22 * <p>This class was removed from JAXP 1.3 before it was finalized but
|
/libcore/support/src/test/java/libcore/java/lang/ref/ |
FinalizationTester.java | 22 * be finalized even after a call to {@link #induceFinalization}. To work
|
/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/ |
AdapterApp.java | 59 Log.d(TAG, "REFCOUNT: Finalized: " + this +", Instance Count = " + sRefCount);
|
/prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/ |
relay.h | 41 unsigned int finalized; member in struct:rchan_buf
|
/prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/linux/ |
relay.h | 41 unsigned int finalized; member in struct:rchan_buf
|
/prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/linux/ |
relay.h | 41 unsigned int finalized; member in struct:rchan_buf
|
/prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/linux/ |
relay.h | 41 unsigned int finalized; member in struct:rchan_buf
|
/prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/linux/ |
relay.h | 41 unsigned int finalized; member in struct:rchan_buf
|
/prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/linux/ |
relay.h | 41 unsigned int finalized; member in struct:rchan_buf
|