HomeSort by relevance Sort by last modified time
    Searched defs:pass (Results 76 - 100 of 404) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/ltp/testcases/kernel/io/ltp-aiodio/
ltp-diorh.c 51 int pass = 0; variable
71 fprintf(stderr, "Pass %d: short write (%d out of %d)\n",
72 pass, rc, WRITESIZE);
93 fprintf(stderr, "Pass: %d short read (%d out of %d)\n",
94 pass, rc, READSIZE);
100 "Pass: %d Found data (%08x) at offset %d+%d\n",
101 pass, *p, offset, i);
168 } while (pass++ < MAX_ITERATIONS);
172 pass);
  /external/ltp/testcases/kernel/syscalls/setreuid/
setreuid03.c 39 static int pass; variable
58 &nobody.pw_uid, &nobody.pw_uid, &pass, &nobody, &nobody,
60 &neg_one, &nobody.pw_uid, &pass, &nobody, &nobody,
62 &nobody.pw_uid, &neg_one, &pass, &nobody, &nobody,
64 &neg_one, &neg_one, &pass, &nobody, &nobody, "After setreuid(-1, -1),"},
setreuid05.c 37 static int pass; variable
51 &nobody.pw_uid, &root.pw_uid, &pass, &nobody, &root, "Initially"}, {
52 &neg_one, &nobody.pw_uid, &pass, &nobody, &nobody,
54 &neg_one, &root.pw_uid, &pass, &nobody, &root,
56 &daemonpw.pw_uid, &neg_one, &pass, &daemonpw, &root,
58 &neg_one, &bin.pw_uid, &pass, &daemonpw, &bin,
64 &neg_one, &daemonpw.pw_uid, &pass, &daemonpw, &daemonpw,
66 &neg_one, &bin.pw_uid, &pass, &daemonpw, &bin,
68 &bin.pw_uid, &daemonpw.pw_uid, &pass, &bin, &daemonpw,
70 &neg_one, &bin.pw_uid, &pass, &bin, &bin, "After setreuid(-1, bin),"}
    [all...]
  /external/mesa3d/src/gallium/drivers/r300/compiler/
radeon_program_tex.c 162 int pass, fail; local
237 pass = 1;
240 pass = 2;
253 inst_cmp->U.I.SrcReg[pass] = shadow_pass_value(compiler, inst->U.I.TexSrcUnit);
  /external/mesa3d/src/intel/vulkan/
gen7_cmd_buffer.c 128 const struct anv_render_pass *pass = cmd_buffer->state.pass; local
131 if (subpass->depth_stencil_attachment >= pass->attachment_count)
135 &pass->attachments[subpass->depth_stencil_attachment];
  /external/rootdev/
rootdev_test.sh 21 pass () { function
22 echo "PASS:$1" 1>&2
57 pass $1
  /external/skia/src/core/
SkRecordOpts.cpp 22 // It looks for spans which match Pass::Match, and when found calls onMatch() with that pattern,
24 template <typename Pass>
25 static bool apply(Pass* pass, SkRecord* record) {
26 typename Pass::Match match;
31 changed |= pass->onMatch(record, &match, begin, end);
49 } pass; local
50 while (apply(&pass, record));
67 } pass;
69 apply(&pass, record)
229 SaveLayerDrawRestoreNooper pass; local
284 SvgOpacityAndFilterLayerMergePass pass; local
    [all...]
  /external/skqp/src/core/
SkRecordOpts.cpp 22 // It looks for spans which match Pass::Match, and when found calls onMatch() with that pattern,
24 template <typename Pass>
25 static bool apply(Pass* pass, SkRecord* record) {
26 typename Pass::Match match;
31 changed |= pass->onMatch(record, &match, begin, end);
49 } pass; local
50 while (apply(&pass, record));
67 } pass;
69 apply(&pass, record)
229 SaveLayerDrawRestoreNooper pass; local
284 SvgOpacityAndFilterLayerMergePass pass; local
    [all...]
  /external/webrtc/webrtc/libjingle/xmpp/
xmpplogintask_unittest.cc 53 rtc::InsecureCryptStringImpl pass; local
54 pass.password() = "david";
60 new buzz::PlainSaslHandler(jid, rtc::CryptString(pass), true));
  /libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
KSPasswordProtectionTest.java 50 char [] pass = {'a', 'b', 'c'}; local
51 KeyStore.PasswordProtection ksPWP = new KeyStore.PasswordProtection(pass);
54 assertEquals("Incorrect password length", pass.length, rPass.length);
55 for (int i = 0; i < pass.length; i++) {
57 .concat(")"), pass[i], rPass[i]);
83 char [] pass = {'a', 'b', 'c'}; local
89 pass, null /* protectionAlgorithm */, protectionParameters);
94 pass, protectionAlgorithm, null /* protectionParameters */);
108 char [] pass = {'a', 'b', 'c'}; local
112 pass, "protectionAlgorithm", null /* protectionParameters */)
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/location/
LocationVerifier.java 105 pass(); method
235 private void pass() { method in class:LocationVerifier
238 mCb.pass();
GpsTestActivity.java 37 public void pass(); method in interface:PassFailLog
156 public void pass() { method in class:GpsTestActivity
  /external/deqp/framework/common/
tcuTestCase.hpp 188 static TestStatus pass (const std::string& description) { return TestStatus(QP_TEST_RESULT_PASS, description); } function in class:tcu::TestStatus
  /external/ipsec-tools/src/racoon/
sainfo.c 76 * 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/
testcups.c 161 const char *pass = cupsGetPassword("Password:"); local
164 if (pass)
165 printf("Password entered: %s\n", pass);
289 printf("PASS (%d dests)\n", num_dests);
324 puts("PASS (no default)");
329 printf("PASS (%s)\n", dest->name);
342 puts("PASS (no default)");
356 printf("PASS (%s)\n", named_dest->name);
383 puts("PASS");
408 puts("PASS");
    [all...]
  /external/libmojo/mojo/public/java/system/src/org/chromium/mojo/system/
DataPipe.java 216 * @see org.chromium.mojo.system.Handle#pass()
219 public ProducerHandle pass(); method in interface:DataPipe.ProducerHandle
280 * @see org.chromium.mojo.system.Handle#pass()
283 public ConsumerHandle pass(); method in interface:DataPipe.ConsumerHandle
InvalidHandle.java 65 * @see org.chromium.mojo.system.Handle#pass()
68 public InvalidHandle pass() { method in class:InvalidHandle
MessagePipeHandle.java 193 * @see org.chromium.mojo.system.Handle#pass()
196 public MessagePipeHandle pass(); method in interface:MessagePipeHandle
  /external/libpng/contrib/examples/
pngpixel.c 221 int passes, pass; local
242 /* Now read the pixels, pass-by-pass, row-by-row: */
245 for (pass=0; pass<passes; ++pass)
252 /* Sometimes the whole pass is empty because the
255 * present in the pass, so it may be necessary to
259 if (PNG_PASS_COLS(width, pass) == 0)
263 * between each pixel in this pass; use the macro
    [all...]
  /external/libpng/contrib/gregbook/
readpng2.h 95 int pass; member in struct:_mainprog_info
  /external/libvpx/libvpx/
vpxenc.h 39 int pass; member in struct:VpxEncoderConfig
  /external/ltp/testcases/kernel/device-drivers/block/block_dev_kernel/
ltp_block_dev.c 69 #define result_str(pass) ((pass == 0) ? ("FAIL") : ("PASS"))
90 int pass = 1; local
104 pass = 0;
112 pass = 0;
117 prk_info("Test Case Result: %s\n", result_str(pass));
118 return pass;
124 int i, pass = 2; local
145 pass = 0
161 int pass = 4; local
207 int major, pass = 8; local
227 int major, pass = 16; local
248 int major, pass = 32; local
268 int major, pass = 64; local
291 int major, pass = 128; local
312 int major, pass = 256; local
    [all...]
  /external/ltp/testcases/kernel/syscalls/setregid/
setregid03.c 38 static int pass; variable
60 &sys.gr_gid, &bin.gr_gid, &pass, &sys, &bin,
62 &neg_one, &sys.gr_gid, &pass, &sys, &sys, "After setregid(-1, sys)"},
64 &neg_one, &bin.gr_gid, &pass, &sys, &bin, "After setregid(-1, bin),"},
66 &bin.gr_gid, &neg_one, &pass, &bin, &bin, "After setregid(bin, -1),"},
68 &neg_one, &neg_one, &pass, &bin, &bin, "After setregid(-1, -1),"}, {
69 &neg_one, &bin.gr_gid, &pass, &bin, &bin, "After setregid(-1, bin),"},
71 &bin.gr_gid, &neg_one, &pass, &bin, &bin, "After setregid(bin, -1),"},
73 &bin.gr_gid, &bin.gr_gid, &pass, &bin, &bin,
99 pass = 0
    [all...]
  /external/mesa3d/src/amd/vulkan/
radv_meta.h 53 struct radv_render_pass *pass; member in struct:radv_meta_saved_pass_state
  /external/mesa3d/src/mesa/drivers/dri/r200/
r200_fragshader.c 129 GLuint pass; local
140 for (pass = 0; pass < shader->NumPasses; pass++) {
143 for (pc = 0; pc < shader->numArithInstr[pass]; pc++) {
145 struct atifs_instruction *inst = &shader->Instructions[pass][pc];
284 if (sat || (pc == (shader->numArithInstr[pass] - 1) &&
285 ((pass == 1) || (shader->NumPasses == 1))))
315 /* fprintf(stderr, "pass %d nr %d inst 0x%.8x 0x%.8x 0x%.8x 0x%.8x\n",
316 pass, opnum, SET_INST(opnum, 0), SET_INST_2(opnum, 0)
    [all...]

Completed in 658 milliseconds

1 2 34 5 6 7 8 91011>>