/external/llvm/test/Other/ |
D | pass-pipeline-parsing.ll | 1 ; RUN: opt -disable-output -debug-pass-manager \ 4 ; CHECK-TWO-NOOP-MP: Starting pass manager 5 ; CHECK-TWO-NOOP-MP: Running pass: NoOpModulePass 6 ; CHECK-TWO-NOOP-MP: Running pass: NoOpModulePass 7 ; CHECK-TWO-NOOP-MP: Finished pass manager 9 ; RUN: opt -disable-output -debug-pass-manager \ 12 ; CHECK-NESTED-TWO-NOOP-MP: Starting pass manager 13 ; CHECK-NESTED-TWO-NOOP-MP: Starting pass manager 14 ; CHECK-NESTED-TWO-NOOP-MP: Running pass: NoOpModulePass 15 ; CHECK-NESTED-TWO-NOOP-MP: Running pass: NoOpModulePass [all …]
|
D | new-pass-manager.ll | 2 ; new pass manager pipeline. It will be used to flesh out the feature 3 ; completeness of the opt tool when the new pass manager is engaged. The tests 8 ; RUN: opt -disable-output -disable-verify -debug-pass-manager \ 11 ; CHECK-MODULE-PASS: Starting pass manager 12 ; CHECK-MODULE-PASS-NEXT: Running pass: NoOpModulePass 13 ; CHECK-MODULE-PASS-NEXT: Finished pass manager 15 ; RUN: opt -disable-output -disable-verify -debug-pass-manager \ 18 ; RUN: opt -disable-output -disable-verify -debug-pass-manager \ 21 ; CHECK-CGSCC-PASS: Starting pass manager 22 ; CHECK-CGSCC-PASS-NEXT: Running pass: ModuleToPostOrderCGSCCPassAdaptor [all …]
|
/external/selinux/checkpolicy/ |
D | 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/llvm/test/Feature/ |
D | optnone-opt.ll | 37 ; OPT-O0-NOT: Skipping pass 40 ; OPT-O1-DAG: Skipping pass 'Aggressive Dead Code Elimination' 41 ; OPT-O1-DAG: Skipping pass 'Combine redundant instructions' 42 ; OPT-O1-DAG: Skipping pass 'Dead Store Elimination' 43 ; OPT-O1-DAG: Skipping pass 'Early CSE' 44 ; OPT-O1-DAG: Skipping pass 'Jump Threading' 45 ; OPT-O1-DAG: Skipping pass 'MemCpy Optimization' 46 ; OPT-O1-DAG: Skipping pass 'Reassociate expressions' 47 ; OPT-O1-DAG: Skipping pass 'Simplify the CFG' 48 ; OPT-O1-DAG: Skipping pass 'Sparse Conditional Constant Propagation' [all …]
|
D | optnone-llc.ll | 36 ; LLC-O0-NOT: Skipping pass 39 ; LLC-Ox-DAG: Skipping pass 'Branch Probability Basic Block Placement' 40 ; LLC-Ox-DAG: Skipping pass 'CodeGen Prepare' 41 ; LLC-Ox-DAG: Skipping pass 'Control Flow Optimizer' 42 ; LLC-Ox-DAG: Skipping pass 'Machine code sinking' 43 ; LLC-Ox-DAG: Skipping pass 'Machine Common Subexpression Elimination' 44 ; LLC-Ox-DAG: Skipping pass 'Machine Copy Propagation Pass' 45 ; LLC-Ox-DAG: Skipping pass 'Machine Loop Invariant Code Motion' 46 ; LLC-Ox-DAG: Skipping pass 'Merge disjoint stack slots' 47 ; LLC-Ox-DAG: Skipping pass 'Optimize machine instruction PHIs' [all …]
|
/external/toybox/tests/ |
D | useradd.test | 21 pass=`echo -ne 'password\npassword\n'` 26 echo 'yes'" "yes\n" "" "$pass" 32 echo 'yes'" "yes\n" "" "$pass" 38 echo 'yes'" "yes\n" "" "$pass" 44 echo 'yes'" "yes\n" "" "$pass" 51 echo 'yes'" "yes\n" "" "$pass" 57 echo 'yes'" "yes\n" "" "$pass" 64 echo 'yes'" "yes\n" "" "$pass" 70 echo 'yes'" "yes\n" "" "$pass" 77 echo 'yes'" "yes\n" "" "$pass" [all …]
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/normalizer/ |
D | ConformanceTest.java | 149 boolean pass = true; in checkConformance() 156 pass &= assertEqual("C", field[i], out, field[1], "c2!=C(c" + (i+1)); in checkConformance() 159 pass &= assertEqual("C(+1)", field[i], out, field[1], "c2!=C(c" + (i+1)); in checkConformance() 162 pass &= assertEqual("C(-1)", field[i], out, field[1], "c2!=C(c" + (i+1)); in checkConformance() 165 pass &= assertEqual("C(+1)", field[i], out, field[1], "c2!=C(c" + (i+1)); in checkConformance() 168 pass &= assertEqual("C(-1)", field[i], out, field[1], "c2!=C(c" + (i+1)); in checkConformance() 171 pass &= assertEqual("D", field[i], out, field[2], "c3!=D(c" + (i+1)); in checkConformance() 174 pass &= assertEqual("D(+1)", field[i], out, field[2], "c3!=D(c" + (i+1)); in checkConformance() 177 pass &= assertEqual("D(-1)", field[i], out, field[2], "c3!=D(c" + (i+1)); in checkConformance() 180 pass &= assertEqual("D(+1)", field[i], out, field[2], "c3!=D(c" + (i+1)); in checkConformance() [all …]
|
/external/toybox/toys/pending/ |
D | sulogin.c | 45 *pass; in validate_password() local 63 pass = crypt(toybuf, pwd); in validate_password() 65 if( pass && !strcmp(pass, pwd)) ret = 0; in validate_password() 86 char *shell = NULL, *pass = NULL, **temp = forbid; in sulogin_main() local 101 pass = pwd->pw_passwd; in sulogin_main() 103 if ((pass[0] == 'x' || pass[0] == '*') && !pass[1]) { in sulogin_main() 104 if ((spwd = getspnam (pwd->pw_name))) pass = spwd->sp_pwdp; in sulogin_main() 108 int r = validate_password(pass); in sulogin_main()
|
/external/libcxxabi/test/ |
D | testit | 39 pass=0 49 pass=$(($pass + 1)) 56 for FILE in $(ls *.pass.cpp); do 62 pass=$(($pass + 1)) 80 if [ $pass -gt 0 ] 82 echo "passed $pass tests in `pwd`" 88 if [ $fail -eq 0 -a $pass -eq 0 ] 95 PASS=$(($PASS + $pass))
|
/external/libcxx/test/ |
D | testit | 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`" 137 if [ $fail -eq 0 -a $pass -eq 0 ] 144 PASS=$(($PASS+$pass))
|
/external/llvm/docs/ |
D | WritingAnLLVMPass.rst | 8 Introduction --- What is a pass? 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:`RegionPass 25 <writing-an-llvm-pass-RegionPass>`, or :ref:`BasicBlockPass 26 <writing-an-llvm-pass-BasicBlockPass>` classes, which gives the system more 27 information about what your pass does, and how it can be combined with other 30 pass meets (which are indicated by which class they derive from). [all …]
|
/external/toybox/toys/lsb/ |
D | passwd.c | 65 char * pass; in verify_passwd() local 70 pass = crypt(toybuf, pwd); in verify_passwd() 71 if (pass && !strcmp(pass, pwd)) return 0; in verify_passwd() 102 char *name = NULL, *pass = NULL, *encrypted = NULL, *newp = NULL, in passwd_main() local 120 pass = pw->pw_passwd; in passwd_main() 124 if (sp) pass = sp->sp_pwdp; in passwd_main() 135 if (myuid && pass[0] == '!') in passwd_main() 145 if (verify_passwd(pass)) error_exit("Authentication failed\n"); in passwd_main() 162 if (pass[0] == '!') error_exit("password is already locked for %s",name); in passwd_main() 164 encrypted = xmprintf("!%s",pass); in passwd_main() [all …]
|
/external/icu/icu4c/source/test/intltest/ |
D | normconf.cpp | 301 UBool pass = TRUE, result; in checkConformance() local 313 pass &= assertEqual("C", field[i], out, field[1], "c2!=C(c", fieldNum); in checkConformance() 315 pass &= assertEqual("C(+1)", field[i], out, field[1], "c2!=C(c", fieldNum); in checkConformance() 317 pass &= assertEqual("C(-1)", field[i], out, field[1], "c2!=C(c", fieldNum); in checkConformance() 324 pass &= assertEqual("D", field[i], out, field[2], "c3!=D(c", fieldNum); in checkConformance() 326 pass &= assertEqual("D(+1)", field[i], out, field[2], "c3!=D(c", fieldNum); in checkConformance() 328 pass &= assertEqual("D(-1)", field[i], out, field[2], "c3!=D(c", fieldNum); in checkConformance() 335 pass &= assertEqual("KC", field[i], out, field[3], "c4!=KC(c", fieldNum); in checkConformance() 337 pass &= assertEqual("KC(+1)", field[i], out, field[3], "c4!=KC(c", fieldNum); in checkConformance() 339 pass &= assertEqual("KC(-1)", field[i], out, field[3], "c4!=KC(c", fieldNum); in checkConformance() [all …]
|
/external/icu/icu4c/source/test/testdata/ |
D | idna_conf.txt | 9 passfail: pass 20 passfail: pass 31 passfail: pass 42 passfail: pass 53 passfail: pass 64 passfail: pass 75 passfail: pass 86 passfail: pass 97 passfail: pass 108 passfail: pass [all …]
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/data/ |
D | IDNATestInput.txt | 9 passfail: pass 20 passfail: pass 31 passfail: pass 42 passfail: pass 53 passfail: pass 64 passfail: pass 75 passfail: pass 86 passfail: pass 97 passfail: pass 108 passfail: pass [all …]
|
/external/clang/lib/ARCMigrate/ |
D | TransEmptyStatementsAndDealloc.cpp | 155 EmptyStatementsRemover(MigrationPass &pass) : Pass(pass) { } in EmptyStatementsRemover() argument 197 static void cleanupDeallocOrFinalize(MigrationPass &pass) { in cleanupDeallocOrFinalize() argument 198 ASTContext &Ctx = pass.Ctx; in cleanupDeallocOrFinalize() 199 TransformActions &TA = pass.TA; in cleanupDeallocOrFinalize() 202 Ctx.Selectors.getNullarySelector(&pass.Ctx.Idents.get("finalize")); in cleanupDeallocOrFinalize() 222 if (isBodyEmpty(DeallocM->getCompoundBody(), Ctx, pass.ARCMTMacroLocs)) { in cleanupDeallocOrFinalize() 233 if (isBodyEmpty(FinalizeM->getCompoundBody(), Ctx, pass.ARCMTMacroLocs)) { in cleanupDeallocOrFinalize() 244 void trans::removeEmptyStatementsAndDeallocFinalize(MigrationPass &pass) { in removeEmptyStatementsAndDeallocFinalize() argument 245 EmptyStatementsRemover(pass).TraverseDecl(pass.Ctx.getTranslationUnitDecl()); in removeEmptyStatementsAndDeallocFinalize() 247 cleanupDeallocOrFinalize(pass); in removeEmptyStatementsAndDeallocFinalize() [all …]
|
D | Transforms.h | 36 void rewriteAutoreleasePool(MigrationPass &pass); 37 void rewriteUnbridgedCasts(MigrationPass &pass); 38 void makeAssignARCSafe(MigrationPass &pass); 39 void removeRetainReleaseDeallocFinalize(MigrationPass &pass); 40 void removeZeroOutPropsInDeallocFinalize(MigrationPass &pass); 41 void rewriteUnusedInitDelegate(MigrationPass &pass); 42 void checkAPIUses(MigrationPass &pass); 44 void removeEmptyStatementsAndDeallocFinalize(MigrationPass &pass); 104 explicit MigrationContext(MigrationPass &pass) : Pass(pass) {} in MigrationContext() argument 192 BodyTransform(MigrationPass &pass) : Pass(pass), ParentD(nullptr) { } in BodyTransform() argument
|
/external/mockito/cglib-and-asm/src/org/mockito/cglib/transform/ |
D | MethodFilterTransformer.java | 22 private ClassTransformer pass; field in MethodFilterTransformer 25 public MethodFilterTransformer(MethodFilter filter, ClassTransformer pass) { in MethodFilterTransformer() argument 27 this.pass = pass; in MethodFilterTransformer() 28 super.setTarget(pass); in MethodFilterTransformer() 36 …return (filter.accept(access, name, desc, signature, exceptions) ? pass : direct).visitMethod(acce… in visitMethod() 40 pass.setTarget(target); in setTarget()
|
/external/libpng/ |
D | pngpread.c | 886 png_ptr->pass > 6) in png_process_IDAT_data() 904 png_ptr->pass > 6) in png_process_IDAT_data() 985 if (png_ptr->pass < 6) in png_push_process_row() 986 png_do_read_interlace(&row_info, png_ptr->row_buf + 1, png_ptr->pass, in png_push_process_row() 989 switch (png_ptr->pass) in png_push_process_row() 994 for (i = 0; i < 8 && png_ptr->pass == 0; i++) in png_push_process_row() 1000 if (png_ptr->pass == 2) /* Pass 1 might be empty */ in png_push_process_row() 1002 for (i = 0; i < 4 && png_ptr->pass == 2; i++) in png_push_process_row() 1009 if (png_ptr->pass == 4 && png_ptr->height <= 4) in png_push_process_row() 1011 for (i = 0; i < 2 && png_ptr->pass == 4; i++) in png_push_process_row() [all …]
|
/external/pdfium/samples/fx_lpng/lpng_v163/ |
D | fx_pngpread.c | 884 png_ptr->pass > 6) in png_process_IDAT_data() 902 png_ptr->pass > 6) in png_process_IDAT_data() 983 if (png_ptr->pass < 6) in png_push_process_row() 984 png_do_read_interlace(&row_info, png_ptr->row_buf + 1, png_ptr->pass, in png_push_process_row() 987 switch (png_ptr->pass) in png_push_process_row() 992 for (i = 0; i < 8 && png_ptr->pass == 0; i++) in png_push_process_row() 998 if (png_ptr->pass == 2) /* Pass 1 might be empty */ in png_push_process_row() 1000 for (i = 0; i < 4 && png_ptr->pass == 2; i++) in png_push_process_row() 1007 if (png_ptr->pass == 4 && png_ptr->height <= 4) in png_push_process_row() 1009 for (i = 0; i < 2 && png_ptr->pass == 4; i++) in png_push_process_row() [all …]
|
/external/llvm/bindings/go/llvm/ |
D | executionengine_test.go | 81 pass := NewPassManager() 82 defer pass.Dispose() 84 pass.Add(engine.TargetData()) 85 pass.AddConstantPropagationPass() 86 pass.AddInstructionCombiningPass() 87 pass.AddPromoteMemoryToRegisterPass() 88 pass.AddGVNPass() 89 pass.AddCFGSimplificationPass() 90 pass.Run(mod)
|
/external/libvpx/libvpx/ |
D | vpxstats.c | 19 int stats_open_file(stats_io_t *stats, const char *fpf, int pass) { in stats_open_file() argument 21 stats->pass = pass; in stats_open_file() 23 if (pass == 0) { in stats_open_file() 64 int stats_open_mem(stats_io_t *stats, int pass) { in stats_open_mem() argument 66 stats->pass = pass; in stats_open_mem() 68 if (!pass) { in stats_open_mem() 81 if (stats->pass == last_pass) { in stats_close() 92 if (stats->pass == last_pass) in stats_close()
|
/external/ppp/pppd/ |
D | session.h | 70 #define session_auth(user, pass, tty, msg) \ argument 71 session_start(SESS_AUTH, user, pass, tty, msg) 73 #define session_check(user, pass, tty, msg) \ argument 74 session_start(SESS_ACCT, user, pass, tty, msg) 76 #define session_full(user, pass, tty, msg) \ argument 77 session_start(SESS_ALL, user, pass, tty, msg)
|
/external/libvncserver/x11vnc/ |
D | unixpw.h | 44 extern int su_verify(char *user, char *pass, char *cmd, char *rbuf, int *rbuf_size, int nodisp); 45 extern int unixpw_cmd_run(char *user, char *pass, char *cmd, char *line, int *n); 46 extern int crypt_verify(char *user, char *pass); 47 extern int cmd_verify(char *user, char *pass); 48 extern int unixpw_verify(char *user, char *pass); 49 extern void unixpw_verify_screen(char *user, char *pass);
|
D | unixpw.c | 101 int su_verify(char *user, char *pass, char *cmd, char *rbuf, int *rbuf_size, int nodisp); 102 int unixpw_cmd_run(char *user, char *pass, char *cmd, char *line, int *n); 103 int crypt_verify(char *user, char *pass); 104 int cmd_verify(char *user, char *pass); 105 void unixpw_verify_screen(char *user, char *pass); 759 int crypt_verify(char *user, char *pass) { in crypt_verify() argument 770 if (! scheck(pass, 100, "password")) { in crypt_verify() 802 n = strlen(pass); in crypt_verify() 803 if (pass[n-1] == '\n') { in crypt_verify() 804 pass[n-1] = '\0'; in crypt_verify() [all …]
|