Searched defs:pass (Results 51 - 75 of 281) sorted by relevance

1234567891011>>

/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/translit/
H A DCompoundTransliteratorTest.java265 private void expectAux(String tag, String summary, boolean pass, String expectedResult) { argument
266 if (pass) {
H A DJamoTest.java381 boolean expectAux(String tag, String summary, boolean pass, argument
384 pass, jamoToName(expectedResult));
/external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/
H A DCompoundTransliteratorTest.java264 private void expectAux(String tag, String summary, boolean pass, String expectedResult) { argument
265 if (pass) {
H A DJamoTest.java380 boolean expectAux(String tag, String summary, boolean pass, argument
383 pass, jamoToName(expectedResult));
/external/libmicrohttpd/src/examples/
H A Dauthorization_example.c54 char *pass; local
68 pass = NULL;
69 user = MHD_basic_auth_get_username_password (connection, &pass);
70 fail = ( (user == NULL) || (0 != strcmp (user, "Aladdin")) || (0 != strcmp (pass, "open sesame") ) );
/external/libmojo/mojo/public/java/system/src/org/chromium/mojo/system/
H A DSharedBufferHandle.java133 * @see org.chromium.mojo.system.Handle#pass()
136 public SharedBufferHandle pass(); method in interface:SharedBufferHandle
H A DMessagePipeHandle.java193 * @see org.chromium.mojo.system.Handle#pass()
196 public MessagePipeHandle pass(); method in interface:MessagePipeHandle
/external/libpng/contrib/gregbook/
H A Dreadpng2.c74 png_uint_32 row_num, int pass);
390 png_uint_32 row_num, int pass)
395 /* first check whether the row differs from the previous pass; if not,
408 /* save the pass number for optional use by the front end */
410 mainprog_ptr->pass = pass;
389 readpng2_row_callback(png_structp png_ptr, png_bytep new_row, png_uint_32 row_num, int pass) argument
/external/ltp/testcases/kernel/io/ltp-aiodio/
H A Dltp-diorh.c51 int pass = 0; variable
72 pass, rc, WRITESIZE);
94 pass, rc, READSIZE);
101 pass, *p, offset, i);
168 } while (pass++ < MAX_ITERATIONS);
172 pass);
/external/ltp/testcases/kernel/syscalls/setreuid/
H A Dsetreuid03.c38 static int pass; variable
57 &nobody.pw_uid, &nobody.pw_uid, &pass, &nobody, &nobody,
59 &neg_one, &nobody.pw_uid, &pass, &nobody, &nobody,
61 &nobody.pw_uid, &neg_one, &pass, &nobody, &nobody,
63 &neg_one, &neg_one, &pass, &nobody, &nobody, "After setreuid(-1, -1),"},
/external/ltp/testcases/kernel/syscalls/sigaction/
H A Dsigaction01.c80 volatile sig_atomic_t pass; variable
140 * should not be masked. The testcase should pass if
/external/mesa3d/src/amd/vulkan/
H A Dradv_pass.c36 struct radv_render_pass *pass; local
42 size = sizeof(*pass);
43 size += pCreateInfo->subpassCount * sizeof(pass->subpasses[0]);
45 size += pCreateInfo->attachmentCount * sizeof(pass->attachments[0]);
47 pass = vk_alloc2(&device->alloc, pAllocator, size, 8,
49 if (pass == NULL)
52 memset(pass, 0, size);
53 pass->attachment_count = pCreateInfo->attachmentCount;
54 pass->subpass_count = pCreateInfo->subpassCount;
55 pass
[all...]
/external/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_quad_depth_test_tmp.h53 unsigned i, pass = 0; local
137 quads[pass++] = quads[i];
140 if (pass)
141 qs->next->run(qs->next, quads, pass);
/external/mesa3d/src/intel/vulkan/
H A Danv_pass.c33 struct anv_render_pass *pass; local
39 size = sizeof(*pass);
40 size += pCreateInfo->subpassCount * sizeof(pass->subpasses[0]);
42 size += pCreateInfo->attachmentCount * sizeof(pass->attachments[0]);
44 pass = vk_alloc2(&device->alloc, pAllocator, size, 8,
46 if (pass == NULL)
49 /* Clear the subpasses along with the parent pass. This required because
52 memset(pass, 0, size);
53 pass->attachment_count = pCreateInfo->attachmentCount;
54 pass
[all...]
/external/openssh/
H A Dreadpass.c55 char *pass; local
107 pass = xstrdup(buf);
109 return pass;
/external/rootdev/
H A Drootdev_test.sh21 pass () { function
57 pass $1
/external/toybox/toys/lsb/
H A Dpasswd.c72 char * pass; local
77 pass = crypt(toybuf, pwd);
78 if (pass && !strcmp(pass, pwd)) return 0;
109 char *name = NULL, *pass = NULL, *encrypted = NULL, *newp = NULL, local
126 pass = pw->pw_passwd;
130 if (sp) pass = sp->sp_pwdp;
141 if (myuid && pass[0] == '!')
151 if (verify_passwd(pass)) error_exit("Authentication failed\n");
168 if (pass[
[all...]
/external/webrtc/webrtc/libjingle/xmpp/
H A Dxmpplogintask_unittest.cc53 rtc::InsecureCryptStringImpl pass; local
54 pass.password() = "david";
60 new buzz::PlainSaslHandler(jid, rtc::CryptString(pass), true));
/external/clang/lib/ARCMigrate/
H A DTransEmptyStatementsAndDealloc.cpp153 EmptyStatementsRemover(MigrationPass &pass) : Pass(pass) { } argument
195 static void cleanupDeallocOrFinalize(MigrationPass &pass) { argument
196 ASTContext &Ctx = pass.Ctx;
197 TransformActions &TA = pass.TA;
200 Ctx.Selectors.getNullarySelector(&pass.Ctx.Idents.get("finalize"));
220 if (isBodyEmpty(DeallocM->getCompoundBody(), Ctx, pass.ARCMTMacroLocs)) {
231 if (isBodyEmpty(FinalizeM->getCompoundBody(), Ctx, pass.ARCMTMacroLocs)) {
242 void trans::removeEmptyStatementsAndDeallocFinalize(MigrationPass &pass) { argument
243 EmptyStatementsRemover(pass)
[all...]
H A DTransZeroOutPropsInDealloc.cpp38 ZeroOutInDeallocRemover(MigrationPass &pass) : Pass(pass), SelfD(nullptr) { argument
224 void trans::removeZeroOutPropsInDeallocFinalize(MigrationPass &pass) { argument
225 ZeroOutInDeallocRemover trans(pass);
226 trans.TraverseDecl(pass.Ctx.getTranslationUnitDecl());
/external/e2fsprogs/util/
H A Dcopy_sparse.c68 int pass = 0; local
78 if (pass++ >= 3)
82 pass = 0;
/external/ipsec-tools/src/racoon/
H A Dsainfo.c76 * First pass is for sainfo from a specified peer, second for others.
85 int pass = 1; variable
88 pass = 2;
120 "getsainfo pass #%i\n", pass);
131 if (pass == 2)
135 } else if (pass == 1)
155 if ((anonymous == NULL) && (pass == 1)) {
156 pass++;
/external/libcups/cups/
H A Dtestcups.c159 const char *pass = cupsGetPassword("Password:"); local
162 if (pass)
163 printf("Password entered: %s\n", pass);
H A Dtestfile.c271 pass, /* Current pass */ local
286 for (status = 0, pass = 0; pass < 4; pass ++)
292 printf("\ncupsFileOpen(append %d): ", pass);
307 expected = 256 * (ssize_t)sizeof(buffer) * pass;
364 printf("\ncupsFileOpen(read %d): ", pass);
381 for (num_records = (pass + 1) * 256, count = (pass
[all...]
/external/libmojo/mojo/android/javatests/src/org/chromium/mojo/
H A DHandleMock.java73 * @see org.chromium.mojo.system.UntypedHandle#pass()
76 public HandleMock pass() { method in class:HandleMock

Completed in 900 milliseconds

1234567891011>>