| /frameworks/compile/libbcc/tests/debuginfo/ |
| build_test_apk.sh | 17 # Creates and builds projects from a RenderScript testcase and a set of Java templates 59 sed -e "s/%ACTIVITY%/$3/g" -e "s/%PACKAGE%/$4/g" -e "s/%TESTCASE%/$5/g" -e "s/%MINSDK%/$6/g" < $src > $dest; 100 --testcase) 126 echo "Build a test project from a RS testcase and a java driver template." 131 echo " --testcase <name> The .rs testcase file with which to build the project" 148 check_required_param "$TESTCASE_PATH" "--testcase" 151 # Compute name of testcase 152 TESTCASE=`basename $TESTCASE_PATH .rs` 156 ACTIVITY="$TESTCASE"; [all...] |
| /external/apache-harmony/support/src/test/java/tests/support/ |
| Support_HttpServer.java | 28 import junit.framework.TestCase; 85 TestCase testcase = null; field in class:Support_HttpServer 87 public Support_HttpServer(Support_ServerSocket serversocket, TestCase test) { 89 this.testcase = test;
|
| /external/valgrind/main/memcheck/tests/ |
| vcpu_fbench.c | 330 static double testcase[4][4] = { variable 745 s[i + 1][j + 1] = testcase[i][j];
|
| /external/valgrind/main/perf/ |
| fbench.c | 326 static double testcase[4][4] = { variable 741 s[i + 1][j + 1] = testcase[i][j];
|
| /cts/tools/tradefed-host/res/report/ |
| cts_result.css | 146 td.testcase {
|
| /external/v8/tools/ |
| test.py | 340 class TestCase(object): 714 def GetVmCommand(self, testcase, mode): 715 return [self.GetVm(mode)] + self.GetVmFlags(testcase, mode) 717 def GetVmFlags(self, testcase, mode): 718 flags = testcase.GetCustomFlags(mode) 721 return testcase.variant_flags + flags 723 def GetTimeout(self, testcase, mode): 725 if '--stress-opt' in self.GetVmFlags(testcase, mode): [all...] |
| /external/sqlite/dist/orig/ |
| sqlite3.c | 457 ** The testcase() macro is used to aid in coverage testing. When 459 ** testcase() must be evaluated both true and false in order to 460 ** get full branch coverage. The testcase() macro is inserted 462 ** condition/decision coverage is inadequate. For example, testcase() 464 ** bitmask tests, testcase() can be used to make sure each bit 466 ** where multiple cases go to the same block of code, testcase() 472 # define testcase(X) if( X ){ sqlite3Coverage(__LINE__); } macro 474 # define testcase(X) macro 480 ** within testcase() and assert() macros. 530 ** to fit in 32-bits. This macro is used inside of various testcase() 116495 # define testcase macro [all...] |
| /external/sqlite/dist/ |
| sqlite3.c | 457 ** The testcase() macro is used to aid in coverage testing. When 459 ** testcase() must be evaluated both true and false in order to 460 ** get full branch coverage. The testcase() macro is inserted 462 ** condition/decision coverage is inadequate. For example, testcase() 464 ** bitmask tests, testcase() can be used to make sure each bit 466 ** where multiple cases go to the same block of code, testcase() 472 # define testcase(X) if( X ){ sqlite3Coverage(__LINE__); } macro 474 # define testcase(X) macro 480 ** within testcase() and assert() macros. 530 ** to fit in 32-bits. This macro is used inside of various testcase() 116521 # define testcase macro [all...] |
| /external/webkit/Source/JavaScriptCore/qt/tests/qscriptvalue/ |
| tst_qscriptvalue.cpp | 1271 QPair<QString, QScriptValue> testcase = initScriptValues(i); local [all...] |
| /external/antlr/antlr-3.4/lib/ |
| antlr-3.4-complete.jar | |
| /prebuilt/common/antlr/ |
| antlr-3.4-complete.jar | |