/prebuilts/go/darwin-x86/src/cmd/go/testdata/generate/ |
test2.go | 8 //go:generate run for all good men
|
/prebuilts/go/linux-x86/src/cmd/go/testdata/generate/ |
test2.go | 8 //go:generate run for all good men
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/ |
x86-64-segment.l | 11 11 # Force a good alignment.
|
naked.s | 24 # Force a good alignment.
|
/external/v8/test/mjsunit/regress/ |
regress-crbug-134609.js | 44 var iAmContextAllocated = "good"; 52 assertEquals("good", test()); 53 assertEquals("good", test()); 55 assertEquals("good", test()); 59 assertEquals("good", test());
|
regress-403292.js | 20 assertEquals("good", __f_1()); 22 assertEquals("good", __f_1());
|
/cts/tests/tests/keystore/src/android/keystore/cts/ |
SignatureTest.java | 846 KeyProtection good = getMinimalWorkingImportParamsForSigning(algorithm); local 862 KeyProtection good = getMinimalWorkingImportParamsForVerifying(algorithm); local 875 KeyProtection good = getMinimalWorkingImportParamsForSigning(algorithm); local 901 KeyProtection good = getMinimalWorkingImportParamsForVerifying(algorithm); local 934 KeyProtection good = getMinimalWorkingImportParamsForSigning(algorithm); local 962 KeyProtection good = getMinimalWorkingImportParamsForVerifying(algorithm); local 976 KeyProtection good = getMinimalWorkingImportParamsForSigning(algorithm); local 990 KeyProtection good = getMinimalWorkingImportParamsForVerifying(algorithm); local 1004 KeyProtection good = getMinimalWorkingImportParamsForSigning(algorithm); local 1020 KeyProtection good = getMinimalWorkingImportParamsForVerifying(algorithm); local 1036 KeyProtection good = getMinimalWorkingImportParamsForSigning(algorithm); local 1052 KeyProtection good = getMinimalWorkingImportParamsForVerifying(algorithm); local [all...] |
MacTest.java | 376 KeyProtection good = getWorkingImportParams(algorithm); local 377 assertInitSucceeds(algorithm, good); 379 TestUtils.buildUpon(good, badPurposes).build()); 389 KeyProtection good = getWorkingImportParams(algorithm); local 390 assertInitSucceeds(algorithm, good); 394 assertInitThrowsInvalidKeyException(algorithm, badKeyAlgorithm, good); 404 KeyProtection good = TestUtils.buildUpon(getWorkingImportParams(algorithm)) local 407 assertInitSucceeds(algorithm, good); 411 TestUtils.buildUpon(good).setKeyValidityStart(badStartDate).build()); 421 KeyProtection good = TestUtils.buildUpon(getWorkingImportParams(algorithm) local 441 KeyProtection good = TestUtils.buildUpon(getWorkingImportParams(algorithm)) local [all...] |
/external/chromium-trace/catapult/dashboard/dashboard/ |
buildbucket_job_status_test.py | 118 # Verify that both the good and bad revisions are displayed somewhere. 132 # raised, that's good enough.
|
/external/clang/test/CXX/temp/temp.spec/ |
no-body.cpp | 11 namespace good { namespace
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/output.streams/ostream.seeks/ |
seekp.pass.cpp | 52 assert(os.good());
|
/external/autotest/cli/ |
compose_query | 45 good_status = db.status_idx['GOOD'] 46 good = data_point.status_count.get(good_status, 0) variable 48 line.append('%5d / %-5d' % (good, total))
|
/external/autotest/client/site_tests/platform_CryptohomeMigrateKey/ |
platform_CryptohomeMigrateKey.py | 12 def good(self): member in class:platform_CryptohomeMigrateKey 18 raise error.TestFail('Could not create good user.') 20 raise error.TestFail('Could not unmount good user.') 22 raise error.TestFail('Could not migrate good user.') 26 raise error.TestFail('Could not mount good user.') 28 raise error.TestFail('Could not unmount good user.') 52 self.good()
|
/external/libcxx/test/std/input.output/iostream.format/input.streams/istream.manip/ |
ws.pass.cpp | 49 assert(is.good()); 56 assert(is.good());
|
/external/libcxx/test/std/input.output/iostream.format/input.streams/istream.unformatted/ |
seekg_off.pass.cpp | 58 assert(is.good()); 68 assert(is.good());
|
/external/libcxx/test/std/input.output/string.streams/istringstream/istringstream.assign/ |
move.pass.cpp | 28 assert(ss.good()); 59 assert(ss.good());
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/input.streams/istream.manip/ |
ws.pass.cpp | 49 assert(is.good()); 56 assert(is.good());
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/input.streams/istream.unformatted/ |
seekg_off.pass.cpp | 58 assert(is.good()); 68 assert(is.good());
|
/prebuilts/go/darwin-x86/test/ |
switch4.go | 25 func good() { func
|
/prebuilts/go/linux-x86/test/ |
switch4.go | 25 func good() { func
|
/ndk/tests/device/test-gnustl-full/unit/ |
fstream_test.cpp | 101 CPPUNIT_ASSERT (f.good()); 103 CPPUNIT_ASSERT (f.good()); 105 CPPUNIT_ASSERT (f.good()); 107 CPPUNIT_ASSERT (f.good()); 109 CPPUNIT_ASSERT (f.good()); 111 CPPUNIT_ASSERT (f.good()); 113 CPPUNIT_ASSERT (f.good()); 115 CPPUNIT_ASSERT (f.good()); 118 CPPUNIT_ASSERT (f.good()); 129 CPPUNIT_ASSERT( f.good() ); [all...] |
/ndk/tests/device/test-stlport/unit/ |
fstream_test.cpp | 101 CPPUNIT_ASSERT (f.good()); 103 CPPUNIT_ASSERT (f.good()); 105 CPPUNIT_ASSERT (f.good()); 107 CPPUNIT_ASSERT (f.good()); 109 CPPUNIT_ASSERT (f.good()); 111 CPPUNIT_ASSERT (f.good()); 113 CPPUNIT_ASSERT (f.good()); 115 CPPUNIT_ASSERT (f.good()); 118 CPPUNIT_ASSERT (f.good()); 129 CPPUNIT_ASSERT( f.good() ); [all...] |
/prebuilts/go/darwin-x86/src/strings/ |
search_test.go | 74 bad, good := DumpTables(tc.pattern) 86 if !reflect.DeepEqual(good, tc.suf) { 87 t.Errorf("boyerMoore(%q) got %v want %v", tc.pattern, good, tc.suf)
|
/prebuilts/go/linux-x86/src/strings/ |
search_test.go | 74 bad, good := DumpTables(tc.pattern) 86 if !reflect.DeepEqual(good, tc.suf) { 87 t.Errorf("boyerMoore(%q) got %v want %v", tc.pattern, good, tc.suf)
|
/art/test/ |
run-test | 741 good="no" 764 good="yes" 768 good="yes" 789 good="yes" 795 good="yes" 803 good="no" 854 good="yes" 861 if [ "$good" != "yes" -a "$update_mode" != "yes" ]; then 880 if [ "$always_clean" = "yes" -o "$good" = "yes" ] && [ "$never_clean" = "no" ]; then 886 if [ "$good" = "yes" ]; the [all...] |