/external/apache-commons-math/src/main/java/org/apache/commons/math/ode/sampling/ |
D | AbstractStepInterpolator.java | 74 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/ |
D | LegacyPassManagerTest.cpp | 117 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/ |
D | FinalizableReferenceQueueClassLoaderUnloadingTest.java | 165 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/ |
D | try.js | 336 var finalized = false; variable 344 finalized = true; 348 assertTrue(finalized);
|
/external/autotest/client/site_tests/platform_EncryptedStateful/ |
D | platform_EncryptedStateful.py | 120 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/ |
D | control | 23 before it runs so that it starts in a not-finalized state (thus the 'cleanup-
|
/external/skia/experimental/docs/ |
D | animationCommon.js | 43 if (animation.finalized) { 46 animation.finalized = true;
|
/external/cros/system_api/dbus/cryptohome/ |
D | rpc.proto | 255 // Whether the install lockbox has been finalized. 257 // Whether the boot lockbox has been finalized.
|
/external/mesa3d/docs/ |
D | RELNOTES-6.1 | 23 hasn't been finalized yet.
|
/external/mesa3d/src/gallium/state_trackers/d3d1x/docs/ |
D | coding_style.txt | 18 …C++ all have very good or complete support, and ideally the standard is finalized, we can start ta…
|
/external/wpa_supplicant_8/hostapd/ |
D | android.config | 52 # draft and is subject to change since the standard has not yet been finalized.
|
/external/mesa3d/src/gallium/drivers/nv50/codegen/ |
D | nv50_ir_from_sm4.cpp | 71 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/ |
D | pipeline.py | 999 def finalized(self): member in Pipeline 1129 self.finalized() 1980 stage.finalized()
|
/external/autotest/database/ |
D | schema_051.sql | 790 `finalized` tinyint(1) NOT NULL,
|
/external/dbus/ |
D | HACKING | 183 dbus-specification.xml and set the release date to "(not finalized)".
|
D | ChangeLog.pre-1-0 | 5469 finalized. Call Connection.RegisterObjectPath() instead of 13188 Make sure to remove the GSource when the connection is finalized.
|
/external/libexif/m4m/ |
D | stdint.m4 | 559 * the standard is finalized is high enough that they are not currently
|
/external/libmtp/m4/ |
D | stdint.m4 | 557 * the standard is finalized is high enough that they are not currently
|
/external/v8/build/config/android/ |
D | internal_rules.gni | 897 # input_apk_path: Path of the .apk to be finalized.
|
/external/llvm/docs/ |
D | DeveloperPolicy.rst | 415 Once the design of the new feature is finalized, the work itself should be done
|
D | CodeGenerator.rst | 591 should only be finalized (i.e. adding BUNDLE MIs and input and output register
|
/external/llvm/lib/Target/NVPTX/ |
D | NVPTXIntrinsics.td | 4350 // TODO: These intrinsics are not yet finalized, pending PTX ISA design work
|
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/ |
D | ChangeLog.21 | 6105 stream was not properly finalized.
|