/external/ppp/pppd/ |
D | srp-entry.c | 101 char *pass1, *pass2; in main() local 154 if ((pass2 = getpassphrase("Re-enter phrase: ")) == NULL) in main() 156 if (strcmp(pass1, pass2) == 0) in main()
|
/external/clang/test/Analysis/inlining/ |
D | false-positive-suppression.cpp | 156 void pass2(X *const &p2) { in pass2() function 161 pass2(getNull()); in test2()
|
/external/e2fsprogs/e2fsck/ |
D | Makefile.pq | 5 OBJS= e2fsck.obj super.obj pass1.obj pass2.obj pass3.obj \
|
D | Android.mk | 78 pass2.c \
|
D | CHANGES | 38 Fixed dependency on BLOCK_SIZE in pass2. e2fsck will now handle 4k
|
D | Makefile.in | 68 OBJS= crc32.o dict.o unix.o e2fsck.o super.o pass1.o pass1b.o pass2.o \ 76 profiled/pass2.o profiled/pass3.o profiled/pass4.o profiled/pass5.o \ 92 $(srcdir)/pass2.c \ 349 pass2.o: $(srcdir)/pass2.c $(top_builddir)/lib/config.h \
|
/external/clang/test/Sema/ |
D | warn-shadow.c | 10 int pass2; in foo() local
|
/external/e2fsprogs/po/ |
D | POTFILES.in | 14 e2fsck/pass2.c
|
D | e2fsprogs.pot | 489 #: e2fsck/pass1.c:475 e2fsck/pass2.c:782 563 #: e2fsck/pass2.c:283 567 #: e2fsck/pass2.c:805
|
D | zh_CN.po | 484 #: e2fsck/pass1.c:476 e2fsck/pass2.c:782 558 #: e2fsck/pass2.c:283 562 #: e2fsck/pass2.c:805
|
D | id.po | 487 #: e2fsck/pass1.c:476 e2fsck/pass2.c:782 561 #: e2fsck/pass2.c:283 565 #: e2fsck/pass2.c:805
|
D | it.po | 496 #: e2fsck/pass1.c:476 e2fsck/pass2.c:782 573 #: e2fsck/pass2.c:283 577 #: e2fsck/pass2.c:805
|
D | de.po | 484 #: e2fsck/pass1.c:476 e2fsck/pass2.c:782 558 #: e2fsck/pass2.c:283 562 #: e2fsck/pass2.c:805
|
D | ca.po | 491 #: e2fsck/pass1.c:475 e2fsck/pass2.c:782 565 #: e2fsck/pass2.c:283 569 #: e2fsck/pass2.c:805
|
D | tr.po | 489 #: e2fsck/pass1.c:475 e2fsck/pass2.c:782 563 #: e2fsck/pass2.c:283 567 #: e2fsck/pass2.c:805
|
D | nl.po | 488 #: e2fsck/pass1.c:475 e2fsck/pass2.c:782 562 #: e2fsck/pass2.c:283 566 #: e2fsck/pass2.c:805
|
D | es.po | 521 #: e2fsck/pass1.c:476 e2fsck/pass2.c:782 595 #: e2fsck/pass2.c:283 599 #: e2fsck/pass2.c:805
|
D | sv.po | 499 #: e2fsck/pass1.c:475 e2fsck/pass2.c:782 573 #: e2fsck/pass2.c:283 577 #: e2fsck/pass2.c:805
|
/external/chromium_org/cc/layers/ |
D | delegated_renderer_layer_impl_unittest.cc | 99 TestRenderPass* pass2 = AddRenderPass(&delegated_render_passes, in DelegatedRendererLayerImplTestSimple() local 103 AddQuad(pass2, gfx::Rect(0, 0, 7, 7), 22u); in DelegatedRendererLayerImplTestSimple() 104 AddRenderPassQuad(pass2, pass1); in DelegatedRendererLayerImplTestSimple() 109 AddRenderPassQuad(pass3, pass2); in DelegatedRendererLayerImplTestSimple() 1407 TestRenderPass* pass2 = AddRenderPass(&delegated_render_passes, in TEST_F() local 1411 AddQuad(pass2, gfx::Rect(quad_screen_rect.size()), SK_ColorRED); in TEST_F() 1418 AddRenderPassQuad(pass1, pass2, 0, FilterOperations(), transform); in TEST_F()
|
/external/openssl/apps/ |
D | apps.h | 246 int app_passwd(BIO *err, char *arg1, char *arg2, char **pass1, char **pass2);
|
D | apps.c | 634 int app_passwd(BIO *err, char *arg1, char *arg2, char **pass1, char **pass2) in app_passwd() argument 644 *pass2 = app_get_pass(err, arg2, same ? 2 : 0); in app_passwd() 645 if(!*pass2) return 0; in app_passwd() 646 } else if(pass2) *pass2 = NULL; in app_passwd()
|
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/ |
D | TokenRewriteStream.as | 76 * tokens.insertAfter("pass2", u, "text after u");} 78 * trace(tokens.toString("pass2"));
|
/external/libvpx/libvpx/vp9/common/arm/neon/ |
D | vp9_idct32x32_add_neon.asm | 327 ; int16_t pass2[32 * 32]; 1140 ; the input of pass2 is the result of pass1. we have to remove the offset 1143 ; r1 = pass2[32 * 32]
|
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/arm/neon/ |
D | vp9_idct32x32_add_neon.asm | 327 ; int16_t pass2[32 * 32]; 1140 ; the input of pass2 is the result of pass1. we have to remove the offset 1143 ; r1 = pass2[32 * 32]
|
/external/e2fsprogs/ |
D | TODO | 33 In pass2.c, lines 352-357, I read:
|