/external/v8/test/webkit/ |
isPrototypeOf-expected.txt | 26 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". 29 PASS Object.isPrototypeOf('string') is false 30 PASS Array.prototype.isPrototypeOf(new Array()) is true 31 PASS ObjectA.prototype.isPrototypeOf(objb) is true 32 PASS ObjectA.prototype.isPrototypeOf(objc) is true 33 PASS successfullyParsed is true
|
nested-functions-expected.txt | 26 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". 29 PASS passed1 is true 30 PASS passed2 is true 31 PASS passed3 is true 32 PASS passed4 is true 33 PASS successfullyParsed is true
|
primitive-method-this-expected.txt | 26 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". 29 PASS (1).thisType() is 'object' 30 PASS (2.3).thisType() is 'object' 31 PASS 'xxx'.thisType() is 'object' 32 PASS (false).thisType() is 'object' 33 PASS successfullyParsed is true
|
typeof-constant-string.js | 133 return "PASS"; 140 shouldBe("complexIsUndefinedTest()", "'PASS'"); 149 return "PASS"; 156 shouldBe("complexIsBooleanTest()", "'PASS'"); 165 return "PASS"; 172 shouldBe("complexIsNumberTest()", "'PASS'"); 181 return "PASS"; 188 shouldBe("complexIsStringTest()", "'PASS'"); 198 return "PASS"; 205 shouldBe("complexIsObjectTest()", "'PASS'"); [all...] |
vardecl-blocks-init-expected.txt | 26 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". 29 PASS catchTest() is 'foo' 30 PASS catchTest2() is 'baz' 31 PASS withTest() is 'foo' 32 PASS withTest2() is 'baz' 33 PASS successfullyParsed is true
|
/external/clang/test/SemaCXX/ |
vararg-non-pod.cpp | 21 g(10, c); // expected-warning{{cannot pass object of non-POD type 'C' through variadic function; call will abort at runtime}} 25 ptr(10, c); // expected-warning{{cannot pass object of non-POD type 'C' through variadic function; call will abort at runtime}} 33 c.g(10, c); // expected-warning{{cannot pass object of non-POD type 'C' through variadic method; call will abort at runtime}} 37 (c.*ptr)(10, c); // expected-warning{{cannot pass object of non-POD type 'C' through variadic method; call will abort at runtime}} 40 C::h(10, c); // expected-warning{{cannot pass object of non-POD type 'C' through variadic function; call will abort at runtime}} 44 static_ptr(10, c); // expected-warning{{cannot pass object of non-POD type 'C' through variadic function; call will abort at runtime}} 54 block(10, c); // expected-warning{{cannot pass object of non-POD type 'C' through variadic block; call will abort at runtime}} 69 d(10, c); // expected-warning{{cannot pass object of non-POD type 'C' through variadic method; call will abort at runtime}} 81 E e(10, c); // expected-warning{{cannot pass object of non-POD type 'C' through variadic constructor; call will abort at runtime}} \ 83 (void)E(10, c); // expected-warning{{cannot pass object of non-POD type 'C' through variadic constructor; call will abort at runtime}} [all...] |
/external/e2fsprogs/tests/f_bbfile/ |
expect.1 | 3 Pass 1: Checking inodes, blocks, and sizes 9 Pass 1B: Rescanning for multiply-claimed blocks 13 Pass 1C: Scanning directories for inodes with multiply-claimed blocks 14 Pass 1D: Reconciling multiply-claimed blocks 32 Pass 2: Checking directory structure 33 Pass 3: Checking directory connectivity 34 Pass 4: Checking reference counts 35 Pass 5: Checking group summary information
|
/external/e2fsprogs/tests/f_dup2/ |
expect.1 | 3 Pass 1: Checking inodes, blocks, and sizes 6 Pass 1B: Rescanning for multiply-claimed blocks 10 Pass 1C: Scanning directories for inodes with multiply-claimed blocks 11 Pass 1D: Reconciling multiply-claimed blocks 30 Pass 2: Checking directory structure 31 Pass 3: Checking directory connectivity 32 Pass 4: Checking reference counts 33 Pass 5: Checking group summary information
|
/external/e2fsprogs/tests/f_dupfsblks/ |
expect.1 | 3 Pass 1: Checking inodes, blocks, and sizes 10 Pass 1B: Rescanning for multiply-claimed blocks 14 Pass 1C: Scanning directories for inodes with multiply-claimed blocks 15 Pass 1D: Reconciling multiply-claimed blocks 37 Pass 2: Checking directory structure 53 Pass 3: Checking directory connectivity 54 Pass 4: Checking reference counts 55 Pass 5: Checking group summary information
|
/external/mesa3d/src/glsl/glcpp/tests/ |
glcpp-test | 34 pass=0 43 echo "PASS" 44 pass=$((pass+1)) 52 echo "$pass/$total tests returned correct results" 71 echo "$pass/$total tests returned correct results" 75 if [ "$pass" = "$total" ] && [ "$do_valgrind" != "yes" ] || [ "$pass" = "$total" ]; then
|
/external/valgrind/gdbserver_tests/ |
nlpasssigalrm.vgtest | 3 # GDB optimises "handle SIGNAL nostop noprint pass" 4 # by telling gdbserver (with QPassSignals packet) to pass
|
/frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/create/ |
ClassHasNativeVisitor.java | 51 // pass 56 // pass 62 // pass 67 // pass 73 // pass 80 // pass 94 // pass 99 // pass
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/ |
plugin.def | 21 /* To hook into pass manager. */ 66 /* Called before first pass from all_passes. */ 69 /* Called after last pass from all_passes. */ 72 /* Called before first ipa pass. */ 75 /* Called after last ipa pass. */ 78 /* Allows to override pass gate decision for current_pass. */ 81 /* Called before executing a pass. */ 92 /* Called when a pass is first instantiated. */
|
tree-pass.h | 1 /* Definitions for describing one tree-ssa optimization pass. 28 /* Optimization pass type. */ 37 /* Describe one pass; this is the common part shared across different pass 41 /* Optimization pass type. */ 44 /* Terse name of the pass used as a fragment of the dump file 51 /* If non-null, this pass and all sub-passes are executed only if 56 otherwise this pass does nothing. The return value contains 66 /* Static pass number, used as a fragment of the dump file name. */ 69 /* The timevar id associated with this pass. * 86 struct opt_pass pass; member in struct:gimple_opt_pass 92 struct opt_pass pass; member in struct:rtl_opt_pass 103 struct opt_pass pass; member in struct:ipa_opt_pass_d 136 struct opt_pass pass; member in struct:simple_ipa_opt_pass 250 struct opt_pass *pass; \/* New pass to register. *\/ member in struct:register_pass_info [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/json/tests/ |
test_pass3.py | 23 class TestPyPass3(TestPass3, PyTest): pass 24 class TestCPass3(TestPass3, CTest): pass
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/json/tests/ |
test_pass3.py | 23 class TestPyPass3(TestPass3, PyTest): pass 24 class TestCPass3(TestPass3, CTest): pass
|
/art/compiler/dex/ |
pass_me.h | 23 #include "pass.h" 34 * @brief OptimizationFlag is an enumeration to perform certain tasks for a given pass. 49 void* data; /**< @brief Any data the pass wants to use */ 50 bool dirty; /**< @brief Has the pass rendered the CFG dirty, requiring post-opt? */ 68 * @class Pass 69 * @brief Pass is the Pass structure for the optimizations. 72 class PassME : public Pass { 76 : Pass(name), traversal_type_(type), flags_(flags), dump_cfg_folder_(dump) { 80 : Pass(name), traversal_type_(type), flags_(0), dump_cfg_folder_(dump) [all...] |
/external/clang/lib/ARCMigrate/ |
TransEmptyStatementsAndDealloc.cpp | 152 MigrationPass &Pass; 155 EmptyStatementsRemover(MigrationPass &pass) : Pass(pass) { } 174 ASTContext &getContext() { return Pass.Ctx; } 179 if (EmptyChecker(Pass.Ctx, Pass.ARCMTMacroLocs).Visit(S)) { 180 Transaction Trans(Pass.TA); 181 Pass.TA.removeStmt(S); 197 static void cleanupDeallocOrFinalize(MigrationPass &pass) { [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/tests/data/ |
infinite_recursion.py | 34 pass 55 pass 95 pass 104 pass 122 pass 135 pass 146 pass 156 pass 168 pass 173 pass [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/tests/data/ |
infinite_recursion.py | 34 pass 55 pass 95 pass 104 pass 122 pass 135 pass 146 pass 156 pass 168 pass 173 pass [all...] |
/external/lldb/examples/summaries/cocoa/ |
Logger.py | 8 pass 11 pass 14 pass 17 pass 22 pass 28 pass 31 pass 43 pass 74 pass 82 pass [all...] |
/external/llvm/docs/ |
WritingAnLLVMPass.rst | 2 Writing an LLVM Pass 8 Introduction --- What is a pass? 11 The LLVM Pass Framework is an important part of the LLVM system, because LLVM 17 All LLVM passes are subclasses of the `Pass 19 functionality by overriding virtual methods inherited from ``Pass``. Depending 20 on how your pass works, you should inherit from the :ref:`ModulePass 21 <writing-an-llvm-pass-ModulePass>` , :ref:`CallGraphSCCPass 22 <writing-an-llvm-pass-CallGraphSCCPass>`, :ref:`FunctionPass 23 <writing-an-llvm-pass-FunctionPass>` , or :ref:`LoopPass 24 <writing-an-llvm-pass-LoopPass>`, or :ref:`RegionPas [all...] |
/external/libcxx/www/ |
results.Linux.html | 25 libc++ :: localization/locale.categories/category.collate/locale.collate.byname/compare.pass.cpp 27 libc++ :: localization/locale.categories/category.ctype/locale.ctype.byname/tolower_1.pass.cpp 29 libc++ :: localization/locale.categories/category.ctype/locale.ctype.byname/tolower_many.pass.cpp 31 libc++ :: localization/locale.categories/category.ctype/locale.ctype.byname/toupper_1.pass.cpp 33 libc++ :: localization/locale.categories/category.ctype/locale.ctype.byname/toupper_many.pass.cpp 35 libc++ :: localization/locale.categories/category.ctype/locale.ctype.byname/widen_1.pass.cpp 37 libc++ :: localization/locale.categories/category.ctype/locale.ctype.byname/widen_many.pass.cpp 39 libc++ :: localization/locale.categories/category.monetary/locale.money.get/locale.money.get.members/get_long_double_ru_RU.pass.cpp 41 libc++ :: localization/locale.categories/category.monetary/locale.money.get/locale.money.get.members/get_long_double_zh_CN.pass.cpp 43 libc++ :: localization/locale.categories/category.monetary/locale.money.put/locale.money.put.members/put_long_double_ru_RU.pass.cp [all...] |
/external/llvm/include/llvm/Analysis/ |
LoopPass.h | 20 #include "llvm/Pass.h" 29 class LoopPass : public Pass { 31 explicit LoopPass(char &pid) : Pass(PT_Loop, pid) {} 33 /// getPrinterPass - Get a pass to print the function corresponding 35 Pass *createPrinterPass(raw_ostream &O, 42 using llvm::Pass::doInitialization; 43 using llvm::Pass::doFinalization; 54 // Check if this pass is suitable for the current LPPassManager, if 55 // available. This pass P is not suitable for a LPPassManager if P 62 /// Assign pass manager to manage this pas [all...] |
/external/llvm/lib/IR/ |
Pass.cpp | 1 //===- Pass.cpp - LLVM Pass Infrastructure Implementation -----------------===// 10 // This file implements the LLVM Pass infrastructure. It is primarily 16 #include "llvm/Pass.h" 28 // Pass Implementation 32 Pass::~Pass() { 39 Pass *ModulePass::createPrinterPass(raw_ostream &O, 48 bool Pass::mustPreserveAnalysisID(char &AID) const { 52 // dumpPassStructure - Implement the -debug-pass=Structure optio [all...] |