HomeSort by relevance Sort by last modified time
    Searched defs:testInfo (Results 1 - 5 of 5) sorted by null

  /frameworks/base/tools/layoutlib/create/tests/com/android/tools/layoutlib/create/
LogTest.java 56 public void testInfo() {
  /frameworks/native/libs/gui/tests/
SurfaceTextureClient_test.cpp 38 const ::testing::TestInfo* const testInfo =
40 ALOGV("Begin test: %s.%s", testInfo->test_case_name(),
41 testInfo->name());
90 const ::testing::TestInfo* const testInfo =
92 ALOGV("End test: %s.%s", testInfo->test_case_name(),
93 testInfo->name());
SurfaceTexture_test.cpp 50 const ::testing::TestInfo* const testInfo =
52 ALOGV("Begin test: %s.%s", testInfo->test_case_name(),
53 testInfo->name());
157 const ::testing::TestInfo* const testInfo =
159 ALOGV("End test: %s.%s", testInfo->test_case_name(),
160 testInfo->name());
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
RefactoringTest.java 295 TestContext testInfo = createTestContext();
296 testInfo.mFile = file;
297 testInfo.mStructuredModel = structuredModel;
298 testInfo.mStructuredDocument = structuredDocument;
299 testInfo.mElement = element;
300 testInfo.mDomDocument = domDocument;
301 testInfo.mUiModel = model;
302 testInfo.mViewInfo = info;
303 testInfo.mRootView = rootView;
304 testInfo.mLayoutEditorDelegate = layoutEditor
    [all...]
  /sdk/ddms/libs/ddmlib/src/com/android/ddmlib/testrunner/
InstrumentationResultParser.java 320 TestResult testInfo = getCurrentTestInfo();
323 testInfo.mTestClass = statusValue.trim();
325 testInfo.mTestName = statusValue.trim();
328 testInfo.mNumTests = Integer.parseInt(statusValue);
337 testInfo.mStackTrace = statusValue;
402 TestResult testInfo = getCurrentTestInfo();
403 testInfo.mCode = StatusCodes.ERROR;
405 testInfo.mCode = Integer.parseInt(value);
408 testInfo.mCode = StatusCodes.ERROR;
410 if (testInfo.mCode != StatusCodes.IN_PROGRESS)
    [all...]

Completed in 2280 milliseconds