HomeSort by relevance Sort by last modified time
    Searched full:preparer (Results 1 - 12 of 12) sorted by null

  /cts/hostsidetests/os/
AndroidTest.xml 16 <configuration description="CTS package preparer for install/uninstall of the apk used as a test operation target">
  /cts/tests/tests/app/
AndroidTest.xml 16 <configuration description="Base config for CTS package preparer">
  /cts/tools/tradefed-host/src/com/android/cts/tradefed/testtype/
TestPackageRepo.java 74 * Infer package preparer config from package XML definition file and return if exists
76 * @return the matching package preparer if exists, <code>null</code> otherwise
85 File preparer = new File(fullPath.substring(0, lastDot) + ".config"); local
86 if (preparer.exists()) {
87 return preparer;
107 File preparer = getPreparerDefForPackage(xmlFile); local
109 if (preparer != null) {
113 new String[]{preparer.getAbsolutePath()});
CtsTest.java 603 * thrown by any preparer will be rethrown as {@link RuntimeException} so that the entire test
613 for (ITargetPreparer preparer : preparers) {
614 if (preparer instanceof IAbiReceiver) {
615 ((IAbiReceiver) preparer).setAbi(packageDef.getAbi());
618 preparer.setUp(getDevice(), mBuildInfo);
621 CLog.e("Unexpected BuildError from preparer: %s",
622 preparer.getClass().getCanonicalName());
624 // log preparer class then rethrow & let caller handle
625 CLog.e("TargetSetupError in preparer: %s",
626 preparer.getClass().getCanonicalName())
646 ITargetPreparer preparer = itr.previous(); local
    [all...]
  /external/ceres-solver/internal/ceres/
block_evaluate_preparer.h 31 // A evaluate preparer which puts jacobian the evaluated jacobian blocks
70 // preparer.
scratch_evaluate_preparer.cc 57 // Point the jacobian blocks into the scratch area of this evaluate preparer.
scratch_evaluate_preparer.h 31 // A scratch evaluate preparer provides temporary storage for the jacobians that
program_evaluator.h 186 EvaluatePreparer* preparer = &evaluate_preparers_[thread_id]; local
201 preparer->Prepare(residual_block,
  /cts/tests/tests/display/
AndroidTest.xml 16 <configuration description="Base config for CTS package preparer">
  /cts/tests/tests/accessibility/
AndroidTest.xml 16 <configuration description="Base config for CTS package preparer">
  /docs/source.android.com/src/devices/tech/test_infra/tradefed/fundamentals/
lifecycle.jd 26 >Target Preparer</a>: Prepares the test environment, possibly including software installation and
  /frameworks/av/services/camera/libcameraservice/device3/
Camera3Device.cpp     [all...]

Completed in 2642 milliseconds