HomeSort by relevance Sort by last modified time
    Searched full:testaction (Results 1 - 24 of 24) sorted by null

  /frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/
ImageProcessingTest.java 63 class TestAction implements Runnable {
66 public TestAction(TestName testName) {
96 public void runTest(TestAction ta, String testName) {
117 TestAction ta = new TestAction(TestName.LEVELS_VEC3_RELAXED);
124 TestAction ta = new TestAction(TestName.LEVELS_VEC4_RELAXED);
131 TestAction ta = new TestAction(TestName.LEVELS_VEC3_FULL);
138 TestAction ta = new TestAction(TestName.LEVELS_VEC4_FULL)
    [all...]
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/ANTLR/ANTLR.xcodeproj/xcuserdata/acondit.xcuserdatad/xcschemes/
ANTLR.xcscheme 38 <TestAction
55 </TestAction>
ANTLRTests.xcscheme 8 <TestAction
25 </TestAction>
Fuzzy.xcscheme 24 <TestAction
31 </TestAction>
LL-start.xcscheme 24 <TestAction
31 </TestAction>
combined.xcscheme 24 <TestAction
31 </TestAction>
hoistedPredicates.xcscheme 24 <TestAction
31 </TestAction>
lexertest-simple.xcscheme 24 <TestAction
31 </TestAction>
polydiff.xcscheme 24 <TestAction
31 </TestAction>
scopes.xcscheme 24 <TestAction
31 </TestAction>
simplecTreeParser.xcscheme 24 <TestAction
31 </TestAction>
treeparser.xcscheme 24 <TestAction
31 </TestAction>
treerewrite.xcscheme 24 <TestAction
31 </TestAction>
  /external/chromium/chrome/browser/ui/cocoa/bookmarks/
bookmark_tree_browser_cell_unittest.mm 39 SEL testAction = [cell action];
40 EXPECT_EQ(testAction, @selector(mockAction:));
  /external/chromium_org/chrome/browser/ui/cocoa/bookmarks/
bookmark_tree_browser_cell_unittest.mm 39 SEL testAction = [cell action];
40 EXPECT_EQ(testAction, @selector(mockAction:));
  /external/chromium_org/tools/gyp/test/mac/xctest/test.xcodeproj/xcshareddata/xcschemes/
classes.xcscheme 25 <TestAction
42 </TestAction>
  /external/clang/unittests/Tooling/
ToolingTest.cpp 27 class TestAction : public clang::ASTFrontendAction {
30 explicit TestAction(clang::ASTConsumer *TestConsumer)
60 new TestAction(new FindTopLevelDeclConsumer(&FoundTopLevelDecl)), ""));
90 EXPECT_TRUE(runToolOnCode(new TestAction(
95 EXPECT_TRUE(runToolOnCode(new TestAction(
TestVisitor.h 61 return new TestAction(this);
77 class TestAction : public ASTFrontendAction {
79 TestAction(TestVisitor *Visitor) : Visitor(Visitor) {}
CommentHandlerTest.cpp 68 class CommentHandlerAction : public base::TestAction {
71 : TestAction(Visitor) { }
RefactoringTest.cpp 244 return runToolOnCode(new TestAction(this), Code);
263 class TestAction : public clang::ASTFrontendAction {
265 TestAction(TestVisitor *Visitor) : Visitor(Visitor) {}
  /cts/tests/res/xml/
intentfilter.xml 20 <action name="testAction"/>
  /external/antlr/antlr-3.4/runtime/Python/tests/
t055templates.py 148 def testAction(self):
  /external/antlr/antlr-3.4/tool/src/test/java/org/antlr/test/
TestRewriteTemplates.java 51 @Test public void testAction() throws Exception {
  /cts/tests/tests/content/src/android/content/cts/
IntentFilterTest.java 60 private static final String ACTION = "testAction";
    [all...]

Completed in 271 milliseconds