Home
last modified time | relevance | path

Searched refs:finalized (Results 1 – 23 of 23) sorted by relevance

/external/apache-commons-math/src/main/java/org/apache/commons/math/ode/sampling/
DAbstractStepInterpolator.java74 private boolean finalized; field in AbstractStepInterpolator
104 finalized = false; in AbstractStepInterpolator()
127 finalized = false; in AbstractStepInterpolator()
169 finalized = interpolator.finalized; in AbstractStepInterpolator()
193 finalized = false; in reinitialize()
240 finalized = false; in storeTime()
411 if (! finalized) { in finalizeStep()
413 finalized = true; in finalizeStep()
513 finalized = true; in readBaseExternal()
/external/llvm/unittests/IR/
DLegacyPassManagerTest.cpp117 static bool finalized; member
121 EXPECT_FALSE(finalized); in run()
131 EXPECT_TRUE(finalized); in finishedOK()
136 finalized = false; in PassTestBase()
149 template<typename P> bool PassTestBase<P>::finalized; member in llvm::__anon5fa8b9c00111::PassTestBase<P>
164 EXPECT_FALSE(PassTestBase<P>::finalized); in doFinalization()
165 PassTestBase<P>::finalized = true; in doFinalization()
202 static void finishedOK(int run, int finalized) { in finishedOK()
205 EXPECT_EQ(finalized, fincount); in finishedOK()
220 finalized = true; in doFinalization()
[all …]
/external/guava/guava-tests/test/com/google/common/base/
DFinalizableReferenceQueueClassLoaderUnloadingTest.java165 public static final Semaphore finalized = new Semaphore(0); field in FinalizableReferenceQueueClassLoaderUnloadingTest.FrqUser
172 finalized.release(); in call()
231 boolean finalized = finalizeCount.tryAcquire(5, TimeUnit.SECONDS); in doTestUnloadableInStaticFieldIfClosed()
232 assertTrue(finalized); in doTestUnloadableInStaticFieldIfClosed()
/external/v8/test/mjsunit/
Dtry.js336 var finalized = false; variable
344 finalized = true;
348 assertTrue(finalized);
/external/autotest/client/site_tests/platform_EncryptedStateful/
Dplatform_EncryptedStateful.py120 def check_sizes(self, finalized=True): argument
123 if finalized:
251 encstate.check_sizes(finalized=os.path.exists(encstate.key))
291 encstate.check_sizes(finalized=False)
/external/autotest/client/site_tests/platform_BootLockbox/
Dcontrol23 before it runs so that it starts in a not-finalized state (thus the 'cleanup-
/external/skia/experimental/docs/
DanimationCommon.js43 if (animation.finalized) {
46 animation.finalized = true;
/external/cros/system_api/dbus/cryptohome/
Drpc.proto255 // Whether the install lockbox has been finalized.
257 // Whether the boot lockbox has been finalized.
/external/mesa3d/docs/
DRELNOTES-6.123 hasn't been finalized yet.
/external/mesa3d/src/gallium/state_trackers/d3d1x/docs/
Dcoding_style.txt18 …C++ all have very good or complete support, and ideally the standard is finalized, we can start ta…
/external/wpa_supplicant_8/hostapd/
Dandroid.config52 # draft and is subject to change since the standard has not yet been finalized.
/external/mesa3d/src/gallium/drivers/nv50/codegen/
Dnv50_ir_from_sm4.cpp71 bool finalized; member in __anonb59881130111::Converter
1664 if (finalized) in finalizeShader()
1669 finalized = true; in finalizeShader()
2294 finalized = false; in run()
/external/chromium-trace/catapult/third_party/pipeline/pipeline/
Dpipeline.py999 def finalized(self): member in Pipeline
1129 self.finalized()
1980 stage.finalized()
/external/autotest/database/
Dschema_051.sql790 `finalized` tinyint(1) NOT NULL,
/external/dbus/
DHACKING183 dbus-specification.xml and set the release date to "(not finalized)".
DChangeLog.pre-1-05469 finalized. Call Connection.RegisterObjectPath() instead of
13188 Make sure to remove the GSource when the connection is finalized.
/external/libexif/m4m/
Dstdint.m4559 * the standard is finalized is high enough that they are not currently
/external/libmtp/m4/
Dstdint.m4557 * the standard is finalized is high enough that they are not currently
/external/v8/build/config/android/
Dinternal_rules.gni897 # input_apk_path: Path of the .apk to be finalized.
/external/llvm/docs/
DDeveloperPolicy.rst415 Once the design of the new feature is finalized, the work itself should be done
DCodeGenerator.rst591 should only be finalized (i.e. adding BUNDLE MIs and input and output register
/external/llvm/lib/Target/NVPTX/
DNVPTXIntrinsics.td4350 // TODO: These intrinsics are not yet finalized, pending PTX ISA design work
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/
DChangeLog.216105 stream was not properly finalized.