Home
last modified time | relevance | path

Searched defs:testing (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/libs/androidfw/tests/
DStringPiece_test.cpp38 std::string testing("testing"); in TEST() local
51 std::string testing("testing"); in TEST() local
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/util/internal/
Ddefault_value_objectwriter_test.cc42 namespace testing { namespace
Dtype_info_test_helper.cc54 namespace testing { namespace
/frameworks/base/core/java/android/app/backup/
DFullBackup.java112 BackupScheme testing = new BackupScheme(context); in getBackupSchemeForTest() local
/frameworks/base/services/tests/servicestests/src/com/android/server/webkit/
DWebViewUpdateServiceTest.java98 TestSystemImpl testing = new TestSystemImpl(packages, fallbackLogicEnabled, numRelros, in setupWithAllParameters() local
/frameworks/base/core/java/android/content/
DContentProvider.java2069 private void attachInfo(Context context, ProviderInfo info, boolean testing) { in attachInfo()