/external/autotest/server/site_tests/bluetooth_SDP_ServiceSearchAttributeRequest/ |
bluetooth_SDP_ServiceSearchAttributeRequest.py | 73 def fail_test(self, testname, value): 76 @param testname: a string representation of the test name. 80 raise error.TestFail('SDP test %s failed: got %s.' % (testname, value))
|
/external/deqp/modules/egl/ |
teglChooseConfigTests.cpp | 502 const char* testName; 546 selectionGroup->addChild(new ChooseConfigSimpleCase(m_eglTestCtx, attributes[ndx].testName, "Simple config selection case", attributes[ndx].attribute, false)); 547 sortGroup->addChild(new ChooseConfigSimpleCase(m_eglTestCtx, attributes[ndx].testName, "Simple config selection and sort case", attributes[ndx].attribute, true));
|
/external/icu/icu4c/source/tools/ctestfw/ |
uperf.cpp | 340 UBool UPerfTest::runTestLoop( char* testname, char* par ) 357 if (!testname) { 360 run_this_test = (UBool) (strcmp( name, testname ) == 0);
|
/external/libphonenumber/ |
build.xml | 282 <target name="testname" unless="test"> 283 <fail message="You must run this target with -Dtest=TestName"/> 286 <target name="test" depends="test-jar, testname">
|
/external/mesa3d/src/mapi/glapi/ |
glapi_getproc.c | 60 const char *testName = gl_string_table + static_functions[i].Name_offset; 63 if (strcmp(testName, n + 1) == 0) 65 if (strcmp(testName, n) == 0)
|
/external/v8/test/mjsunit/tools/ |
tickprocessor.js | 423 for (var testName in testData) { 424 print('=== testProcessing-' + testName + ' ==='); 425 driveTickProcessorTest.apply(null, testData[testName]);
|
/frameworks/base/libs/androidfw/tests/ |
ResTable_test.cpp | 73 String16 testName("@string/test1"); 74 uint32_t resID = table.identifierForName(testName.string(), testName.size(),
|
/frameworks/base/test-runner/src/android/test/ |
TestRunner.java | 486 String testName = ""; 490 testName = originalClassName.substring(index + 1); 497 test.setName(testName);
|
/libcore/ojluni/src/main/java/sun/security/provider/certpath/ |
Builder.java | 224 X500Name testName = (X500Name)test; 225 X500Name commonName = baseName.commonAncestor(testName); 235 int testDistance = testName.subtreeDepth();
|
/prebuilts/go/darwin-x86/src/go/doc/testdata/ |
testing.go | 286 testName := tests[i].Name 288 testName = fmt.Sprintf("%s-%d", tests[i].Name, procs) 294 name: testName,
|
/prebuilts/go/linux-x86/src/go/doc/testdata/ |
testing.go | 286 testName := tests[i].Name 288 testName = fmt.Sprintf("%s-%d", tests[i].Name, procs) 294 name: testName,
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/sh/ |
basic.exp | 34 set testname "fp.s: floating point tests (sh3e)" 121 if [expr $x==31] then { pass $testname } else { fail $testname }
|
/external/deqp/external/vulkancts/modules/vulkan/query_pool/ |
vktQueryPoolOcclusionTests.cpp | [all...] |
/cts/apps/CtsVerifier/src/com/android/cts/verifier/ |
ManifestTestListAdapter.java | 188 String testName = info.activityInfo.name; 193 TestListItem item = TestListItem.newTest(title, testName, intent, requiredFeatures,
|
/cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/ |
DeviceOwnerTest.java | 406 private void executeDeviceTestMethod(String className, String testName) throws Exception { 407 assertTrue(runDeviceTestsAsUser(DEVICE_OWNER_PKG, className, testName,
|
/cts/tools/tradefed-host/tests/src/com/android/cts/tradefed/testtype/ |
CtsTestTest.java | 218 final String testName = String.format("%s#%s", className, methodName); 219 mCtsTest.setTestName(testName);
|
/development/tools/apkcheck/src/com/android/apkcheck/ |
TypeUtils.java | 226 String testName = typeName.substring(0, nextDot); 227 if (apiList.getPackage(testName) != null) {
|
/external/autotest/server/ |
server_job.py | 731 tag to add to testname 738 group, testname = self.pkgmgr.get_package_name(url, 'test') 739 testname, subdir, tag = self._build_tagged_test_name(testname, dargs) 746 self.record(e.exit_status, subdir, testname, str(e)) 750 self.record('FAIL', subdir, testname, info) 753 self.record('GOOD', subdir, testname, 'completed successfully') 755 result, exc_info = self._run_group(testname, subdir, group_func) [all...] |
site_server_job_utils.py | 24 Tests can either be tuples of the existing form ('testName', {args}) or the 25 extended form ('testname', {args}, {'include': [], 'exclude': [],
|
/external/autotest/site_utils/ |
diagnosis_utils.py | 257 logging.info('%s: %s', job.testname[job.testname.rfind('/')+1:],
|
/external/chromium-trace/catapult/third_party/html5lib-python/html5lib/tests/ |
test_treewalkers.py | 213 testName = os.path.basename(filename).replace(".dat", "") 214 if testName in ("template",):
|
/external/google-breakpad/src/testing/gtest/samples/ |
sample6_unittest.cc | 98 // Then use TYPED_TEST(TestCaseName, TestName) to define a typed test, 169 // Next, use TYPED_TEST_P(TestCaseName, TestName) to define a test,
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/ |
ResourceModule.java | 101 public TestData getTestData(String testName) throws DataModuleFormatError { 102 return new UResourceTestData(defaultHeader, testData.get(testName));
|
/external/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/test/ |
ResourceModule.java | 100 public TestData getTestData(String testName) throws DataModuleFormatError { 101 return new UResourceTestData(defaultHeader, testData.get(testName));
|
/external/parameter-framework/upstream/test/test-fixed-point-parameter/ |
Main.py | 116 for testName, testFunc in self._chainingTests: 120 print("%s ERROR for %s" % (testName, self._paramPath))
|