Home
last modified time | relevance | path

Searched refs:finalized (Results 1 – 14 of 14) 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::__anon4dffe3bf0111::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.java177 public static final Semaphore finalized = new Semaphore(0); field in FinalizableReferenceQueueClassLoaderUnloadingTest.FrqUser
184 finalized.release(); in call()
243 boolean finalized = finalizeCount.tryAcquire(5, TimeUnit.SECONDS); in doTestUnloadableInStaticFieldIfClosed()
244 assertTrue(finalized); in doTestUnloadableInStaticFieldIfClosed()
/external/v8/test/mjsunit/
Dtry.js336 var finalized = false; variable
344 finalized = true;
348 assertTrue(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.config49 # 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 __anonb052c8f20111::Converter
1664 if (finalized) in finalizeShader()
1669 finalized = true; in finalizeShader()
2294 finalized = false; in run()
/external/libmtp/m4/
Dstdint.m4557 * the standard is finalized is high enough that they are not currently
/external/libexif/m4m/
Dstdint.m4559 * the standard is finalized is high enough that they are not currently
/external/llvm/docs/
DDeveloperPolicy.rst410 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/libvncserver/
Dacinclude.m4512 dnl the standard is finalized is high enough that they are not currently
/external/llvm/lib/Target/NVPTX/
DNVPTXIntrinsics.td4350 // TODO: These intrinsics are not yet finalized, pending PTX ISA design work