/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
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/all/ |
weakref1g.d | 13 # echo \#pass 18 #pass
|
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/ |
filterbanks.c | 164 /* This function creates low-pass and high-pass decimated versions of part of 174 /* High pass filter */ 198 /*obtain polyphase components by forward all-pass filtering through each channel */ 199 /* The all pass filtering automatically updates the filter states which are exported in the 221 /* Now Construct low-pass and high-pass signals as combinations of polyphase components */ 226 tmp3 = (tmp1 + tmp2) >> 1; /* Low pass signal. */ 227 LP16[k] = (int16_t)WebRtcSpl_SatW32ToW16(tmp3); /*low pass */ 228 tmp3 = (tmp1 - tmp2) >> 1; /* High pass signal. * [all...] |
/external/clang/lib/ARCMigrate/ |
TransEmptyStatementsAndDealloc.cpp | 150 MigrationPass &Pass; 153 EmptyStatementsRemover(MigrationPass &pass) : Pass(pass) { } 172 ASTContext &getContext() { return Pass.Ctx; } 177 if (EmptyChecker(Pass.Ctx, Pass.ARCMTMacroLocs).Visit(S)) { 178 Transaction Trans(Pass.TA); 179 Pass.TA.removeStmt(S); 195 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/chromium-trace/catapult/third_party/apiclient/googleapiclient/ |
errors.py | 31 pass 50 pass 67 pass 72 pass 77 pass 82 pass 87 pass 92 pass 97 pass 102 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/opencv3/3rdparty/libjasper/ |
jpc_t1enc.c | 195 jpc_enc_pass_t *pass; local 228 for (pass = cblk->passes; pass != endpasses; ++pass) { 229 pass->start = 0; 230 pass->end = 0; 231 pass->term = JPC_ISTERMINATED(pass - cblk->passes, 0, cblk->numpasses, (tcmpt->cblksty & JPC_COX_TERMALL) != 0, (tcmpt->cblksty & JPC_COX_LAZY) != 0); 232 pass->type = JPC_SEGTYPE(pass - cblk->passes, 0, (tcmpt->cblksty & JPC_COX_LAZY) != 0) [all...] |
/external/autotest/client/site_tests/graphics_PiglitBVT/test_scripts/other/ |
graphics_PiglitBVT_16.sh | 24 echo "+ pass :: $name" 33 run_test "spec/glsl-1.30/compiler/built-in-functions/op-bitand-neg-abs-ivec4-int.frag" 0.0 "bin/glslparsertest generated_tests/spec/glsl-1.30/compiler/built-in-functions/op-bitand-neg-abs-ivec4-int.frag pass 1.30" 34 run_test "spec/glsl-1.30/compiler/built-in-functions/op-bitand-neg-abs-ivec4-int.vert" 0.0 "bin/glslparsertest generated_tests/spec/glsl-1.30/compiler/built-in-functions/op-bitand-neg-abs-ivec4-int.vert pass 1.30" 35 run_test "spec/glsl-1.30/compiler/built-in-functions/op-bitand-neg-abs-ivec4-ivec4.frag" 0.0 "bin/glslparsertest generated_tests/spec/glsl-1.30/compiler/built-in-functions/op-bitand-neg-abs-ivec4-ivec4.frag pass 1.30" 36 run_test "spec/glsl-1.30/compiler/built-in-functions/op-bitand-neg-abs-ivec4-ivec4.vert" 0.0 "bin/glslparsertest generated_tests/spec/glsl-1.30/compiler/built-in-functions/op-bitand-neg-abs-ivec4-ivec4.vert pass 1.30" 37 run_test "spec/glsl-1.30/compiler/built-in-functions/op-bitand-neg-int-int.frag" 0.0 "bin/glslparsertest generated_tests/spec/glsl-1.30/compiler/built-in-functions/op-bitand-neg-int-int.frag pass 1.30" 38 run_test "spec/glsl-1.30/compiler/built-in-functions/op-bitand-neg-int-int.vert" 0.0 "bin/glslparsertest generated_tests/spec/glsl-1.30/compiler/built-in-functions/op-bitand-neg-int-int.vert pass 1.30" 39 run_test "spec/glsl-1.30/compiler/built-in-functions/op-bitand-neg-int-ivec2.frag" 0.0 "bin/glslparsertest generated_tests/spec/glsl-1.30/compiler/built-in-functions/op-bitand-neg-int-ivec2.frag pass 1.30" 40 run_test "spec/glsl-1.30/compiler/built-in-functions/op-bitand-neg-int-ivec2.vert" 0.0 "bin/glslparsertest generated_tests/spec/glsl-1.30/compiler/built-in-functions/op-bitand-neg-int-ivec2.vert pass 1.30" 41 run_test "spec/glsl-1.30/compiler/built-in-functions/op-bitand-neg-int-ivec3.frag" 0.0 "bin/glslparsertest generated_tests/spec/glsl-1.30/compiler/built-in-functions/op-bitand-neg-int-ivec3.frag pass 1.30 [all...] |
graphics_PiglitBVT_12.sh | 24 echo "+ pass :: $name" 33 run_test "spec/glsl-1.20/compiler/built-in-functions/cos-vec4.vert" 0.0 "bin/glslparsertest generated_tests/spec/glsl-1.20/compiler/built-in-functions/cos-vec4.vert pass 1.20" 34 run_test "spec/glsl-1.20/compiler/built-in-functions/cross-vec3-vec3.frag" 0.0 "bin/glslparsertest generated_tests/spec/glsl-1.20/compiler/built-in-functions/cross-vec3-vec3.frag pass 1.20" 35 run_test "spec/glsl-1.20/compiler/built-in-functions/cross-vec3-vec3.vert" 0.0 "bin/glslparsertest generated_tests/spec/glsl-1.20/compiler/built-in-functions/cross-vec3-vec3.vert pass 1.20" 36 run_test "spec/glsl-1.20/compiler/built-in-functions/degrees-float.frag" 0.0 "bin/glslparsertest generated_tests/spec/glsl-1.20/compiler/built-in-functions/degrees-float.frag pass 1.20" 37 run_test "spec/glsl-1.20/compiler/built-in-functions/degrees-float.vert" 0.0 "bin/glslparsertest generated_tests/spec/glsl-1.20/compiler/built-in-functions/degrees-float.vert pass 1.20" 38 run_test "spec/glsl-1.20/compiler/built-in-functions/degrees-vec2.frag" 0.0 "bin/glslparsertest generated_tests/spec/glsl-1.20/compiler/built-in-functions/degrees-vec2.frag pass 1.20" 39 run_test "spec/glsl-1.20/compiler/built-in-functions/degrees-vec2.vert" 0.0 "bin/glslparsertest generated_tests/spec/glsl-1.20/compiler/built-in-functions/degrees-vec2.vert pass 1.20" 40 run_test "spec/glsl-1.20/compiler/built-in-functions/degrees-vec3.frag" 0.0 "bin/glslparsertest generated_tests/spec/glsl-1.20/compiler/built-in-functions/degrees-vec3.frag pass 1.20" 41 run_test "spec/glsl-1.20/compiler/built-in-functions/degrees-vec3.vert" 0.0 "bin/glslparsertest generated_tests/spec/glsl-1.20/compiler/built-in-functions/degrees-vec3.vert pass 1.20 [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...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/ |
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...] |
/art/test/541-regression-inlined-deopt/ |
info.txt | 3 control over vregs because the previous test 449 would pass because the vreg
|
/art/test/966-default-conflict/ |
info.txt | 6 and pass the --use-java-home to run-test
|
/art/test/967-default-ame/ |
info.txt | 6 and pass the --use-java-home to run-test
|
/art/test/969-iface-super/ |
info.txt | 5 To run with --jvm you must export JAVA_HOME to a java-8 installation and pass
|
/build/kati/testcase/ |
circular_dep.mk | 4 echo PASS
|
equal_in_target.mk | 2 TSV:=test: A=PASS
|
implicit_pattern_rule_prefix.mk | 13 echo PASS
|
makefile_list.mk | 12 test4: MAKEFILE_LIST=PASS
|
multi_suffix_rule.mk | 9 echo PASS $@ $< $^
|