/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/ |
SHA1.h | 33 /// Reinitialize the internal state
|
/system/connectivity/wificond/tests/integration/ |
binder_dispatcher.cpp | 48 // of the binder fd for this process. So, the next test will reinitialize
|
/system/keymaster/ |
attestation_record_test.cpp | 93 unique_id->Reinitialize("foo", 3);
|
ecdsa_keymaster1_operation.cpp | 69 key_data->finish_params.Reinitialize(input_params);
|
operation.h | 100 key_auths_.Reinitialize(auths.data(), auths.size());
|
rsa_operation.cpp | 327 if (!output->Reinitialize(RSA_size(rsa.get()))) 375 if (!output->Reinitialize(siglen)) 551 if (!output->Reinitialize(outlen)) 604 if (!output->Reinitialize(outlen))
|
keymaster1_engine.cpp | 74 hw_enforced->Reinitialize(characteristics->hw_enforced); 76 sw_enforced->Reinitialize(characteristics->sw_enforced);
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/ode/nonstiff/ |
DormandPrince853StepInterpolator.java | 223 * {@link #reinitialize} method should be called before using the 283 public void reinitialize(final AbstractIntegrator integrator, method in class:DormandPrince853StepInterpolator 286 super.reinitialize(integrator, y, yDotK, forward);
|
AdamsMoultonIntegrator.java | 227 interpolator.reinitialize(y, forward); 237 interpolator.reinitialize(stepStart, stepSize, scaled, nordsieck); 290 interpolator.reinitialize(stepEnd, stepSize, correctedScaled, nordsieckTmp); 307 interpolator.reinitialize(stepStart, stepSize, scaled, nordsieck);
|
GillStepInterpolator.java | 63 * org.apache.commons.math.ode.sampling.AbstractStepInterpolator#reinitialize}
|
RungeKuttaIntegrator.java | 121 rki.reinitialize(this, yTmp, yDotK, forward);
|
ThreeEighthesStepInterpolator.java | 58 * org.apache.commons.math.ode.sampling.AbstractStepInterpolator#reinitialize}
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/ode/sampling/ |
AbstractStepInterpolator.java | 85 * {@link #reinitialize} method should be called before using the 175 /** Reinitialize the instance 180 protected void reinitialize(final double[] y, final boolean isForward) { method in class:AbstractStepInterpolator
|
DummyStepInterpolator.java | 49 * <code>AbstractStepInterpolator.reinitialize</code> protected method
|
/external/proguard/src/proguard/util/ |
ArrayUtil.java | 419 // Reinitialize the existing array. 535 // Reinitialize the existing array. 651 // Reinitialize the existing array. 767 // Reinitialize the existing array. 883 // Reinitialize the existing array. 999 // Reinitialize the existing array.
|
/packages/services/Telecomm/src/com/android/server/telecom/ |
CallAudioRouteStateMachine.java | 329 reinitialize(); method 512 reinitialize(); method 704 reinitialize(); method 784 reinitialize(); method 982 reinitialize(); method 1502 private void reinitialize() { method in class:CallAudioRouteStateMachine [all...] |
/external/pdfium/third_party/libopenjpeg20/ |
tgt.c | 128 * @param p_tree the tree to reinitialize. 178 opj_event_msg(p_manager, EVT_ERROR, "Not enough memory to reinitialize the tag tree\n");
|
tgt.h | 91 * @param p_tree the tree to reinitialize.
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/command/ |
bdist.py | 130 # Reinitialize and run each command.
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/macs/ |
HMac.java | 225 * reinitialize the digest.
|
/external/e2fsprogs/lib/blkid/ |
list.h | 103 * list_del_init - deletes entry from list and reinitialize it.
|
/external/fio/ |
flist.h | 104 * flist_del_init - deletes entry from list and reinitialize it.
|
/external/fio/oslib/ |
getopt_long.c | 56 we were called; if so, reinitialize the query state. */
|
/external/libcups/cups/ |
cups-private.h | 105 int need_res_init; /* Need to reinitialize resolver? */
|
/external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_once/ |
stress.c | 180 /* Reinitialize once handler & check value */
|