HomeSort by relevance Sort by last modified time
    Searched full:pass (Results 801 - 825 of 12602) sorted by null

<<31323334353637383940>>

  /art/compiler/dex/
pass_driver_me_opts.h 26 class Pass;
42 * @brief Write and allocate corresponding passes into the pass manager.
49 virtual void ApplyPass(PassDataHolder* data, const Pass* pass) OVERRIDE;
  /dalvik/dx/tests/121-sccp/
info.txt 1 This tests various aspects of the SCCP pass for correctness, and to
  /external/antlr/antlr-3.4/runtime/JavaScript/tests/functional/
t057autoAST18.g 4 type : {pass}'int' | 'float' ;
t057autoAST19.g 4 type : {pass}'int' | 'float' ;
t057autoAST21.g 4 op : {pass}'+' | '-' ;
  /external/clang/lib/ARCMigrate/
TransZeroOutPropsInDealloc.cpp 30 MigrationPass &Pass;
38 ZeroOutInDeallocRemover(MigrationPass &pass) : Pass(pass), SelfD(nullptr) {
40 Pass.Ctx.Selectors.getNullarySelector(&Pass.Ctx.Idents.get("finalize"));
44 ASTContext &Ctx = Pass.Ctx;
45 TransformActions &TA = Pass.TA;
84 Transaction Trans(Pass.TA);
85 Pass.TA.removeStmt(POE)
    [all...]
  /external/clang/test/Driver/
fparse-all-comments.c 1 // Check that we pass -fparse-all-comments to frontend.
  /external/deqp/modules/
CMakeLists.txt 11 # Pass DEQP_MODULE_LIBRARIES and DEQP_MODULE_ENTRY_POINTS
  /external/libcxx/test/
testit 75 PASS=0
82 pass=0
92 pass=$(($pass+1))
97 if (ls ${TEST_PREFIX}*pass.cpp > /dev/null 2>&1)
99 for FILE in $(ls ${TEST_PREFIX}*pass.cpp); do
109 pass=$(($pass+1))
129 if [ $pass -gt 0 ]
131 echo "passed $pass tests in `pwd`
    [all...]
  /external/lldb/test/python_api/default-constructor/
sb_inputreader.py 12 pass
  /external/llvm/test/Transforms/Mem2Reg/
2002-05-01-ShouldNotPromoteThisAlloca.ll 1 ; This input caused the mem2reg pass to die because it was trying to promote
  /external/llvm/test/Transforms/Reassociate/
2002-07-09-DominanceProblem.ll 1 ; The reassociate pass is not preserving dominance properties correctly
  /external/mesa3d/src/gallium/drivers/r300/compiler/tests/
unit_test.h 4 unsigned int pass; member in struct:test_result
  /external/selinux/checkpolicy/
module_compiler.h 21 int define_policy(int pass, int module_header_given);
54 int require_class(int pass);
55 int require_role(int pass);
56 int require_type(int pass);
57 int require_attribute(int pass);
58 int require_attribute_role(int pass);
59 int require_user(int pass);
60 int require_bool(int pass);
61 int require_tunable(int pass);
62 int require_sens(int pass);
    [all...]
  /external/v8/test/fuzz-natives/
fuzz-natives.status 66 "DebugEvaluate": [PASS, SLOW],
67 "DebugReferencedBy": [PASS, SLOW],
68 "SetAccessorProperty": [PASS, SLOW],
69 "SetScopeVariableValue": [PASS, SLOW],
  /external/v8/test/webkit/
function-declarations-in-switch-statement-expected.txt 25 PASS 20 is 20
27 PASS 20 is 20
29 PASS 20 is 20
30 PASS successfullyParsed is true
  /external/valgrind/memcheck/tests/
varinfo6.stdout.exp 5 pass 1: size is 17143, grp uses are 38 62 2 92 6 71
6 pass 2: size is 6506, grp uses are 28 71 0 86 9 77
7 pass 3: size is 6479, grp uses are 26 70 0 81 11 83
8 pass 4: size is 6469, grp uses are 26 69 0 74 17 85
  /external/valgrind/none/tests/
thread-exits.stdout.exp 16 PASS: child OK
  /external/valgrind/none/tests/x86/
getseg.c 12 printf("%s\n", gsl == gsw ? "PASS" : "FAIL");
  /frameworks/av/media/libeffects/lvm/lib/Bass/src/
LVDBE_Tables.h 41 * High Pass Filter Coefficient table
46 * Band Pass Filter coefficient table
62 /* Gain for use without the high pass filter */
65 /* Gain for use with the high pass filter */
  /frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/scenegraph/
render.rs 188 SgRenderPass *pass = (SgRenderPass*)rsGetElementAt(gRenderPasses, i);
189 if (rsIsObject(pass->color_target)) {
190 rsgBindColorTarget(pass->color_target, 0);
192 if (rsIsObject(pass->depth_target)) {
193 rsgBindDepthTarget(pass->depth_target);
195 if (!rsIsObject(pass->color_target) &&
196 !rsIsObject(pass->depth_target)) {
199 updateActiveCamera(pass->camera);
200 if (pass->should_clear_color) {
201 rsgClearColor(pass->clear_color.x, pass->clear_color.y
    [all...]
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/view/
WindowManagerImpl.java 48 // pass
53 // pass
58 // pass
64 // pass
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/
testit 75 PASS=0
82 pass=0
92 pass=$(($pass+1))
97 if (ls ${TEST_PREFIX}*pass.cpp > /dev/null 2>&1)
99 for FILE in $(ls ${TEST_PREFIX}*pass.cpp); do
109 pass=$(($pass+1))
129 if [ $pass -gt 0 ]
131 echo "passed $pass tests in `pwd`
    [all...]
  /platform_testing/tests/perf/PerformanceLaunch/res/values/
strings.xml 7 <string name="pass">Password:</string>
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
sample_doctest_no_doctests.py 15 pass

Completed in 182 milliseconds

<<31323334353637383940>>