HomeSort by relevance Sort by last modified time
    Searched refs:pass (Results 176 - 200 of 630) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/apache-xml/src/main/java/org/apache/xpath/patterns/
StepPattern.java 446 boolean pass = true;
467 pass = false;
488 if (pass)
545 boolean pass = true;
564 pass = false;
571 pass = false;
592 if (pass)
634 * position of the last node that can pass this test in the sub context
  /external/webkit/Tools/Scripts/webkitpy/layout_tests/port/
test.py 218 WONTFIX : failures/expected/image.html = PASS
222 WONTFIX : failures/expected/missing_check.html = MISSING PASS
223 WONTFIX : failures/expected/missing_image.html = MISSING PASS
224 WONTFIX : failures/expected/missing_audio.html = MISSING PASS
225 WONTFIX : failures/expected/missing_text.html = MISSING PASS
336 pass
342 pass
345 pass
348 pass
351 pass
    [all...]
  /external/webkit/Source/WebKit/chromium/tests/
KURLTest.cpp 57 const char* pass; member in struct:__anon14976::ComponentCase
73 const char* pass; member in struct:__anon14976::GetterCase
82 {"https://me:pass@google.com:23#foo", "https", "google.com", 23, "me", "pass", 0, 0, "foo", true},
94 EXPECT_EQ(cases[i].pass, kurl.pass());
108 EXPECT_EQ(cases[i].pass, kurl.pass());
121 // url protocol host port user pass path lastPath query ref
145 EXPECT_EQ(cases[i].pass, kurl.pass())
199 const char* pass; member in struct:__anon14976::ExpectedComponentCase
    [all...]
  /external/webkit/Tools/Scripts/webkitpy/tool/
mocktool.py 396 pass
558 pass
561 pass
575 pass
581 pass
584 pass
587 pass
731 pass
776 pass
779 pass
    [all...]
  /external/chromium/net/tools/testserver/
xmppserver_test.py 178 pass
185 pass
188 pass
250 pass
256 pass
  /external/clang/lib/ARCMigrate/
TransUnbridgedCasts.cpp 50 MigrationPass &Pass;
55 UnbridgedCastRewriter(MigrationPass &pass) : Pass(pass) {
56 SelfII = &Pass.Ctx.Idents.get("self");
84 if (castExpr->isNullPointerConstant(Pass.Ctx,
89 if (loc.isValid() && Pass.Ctx.getSourceManager().isInSystemHeader(loc))
165 Transaction Trans(Pass.TA);
171 TransformActions &TA = Pass.TA;
201 newCast += E->getType().getAsString(Pass.Ctx.getPrintingPolicy())
    [all...]
  /external/qemu/target-arm/
translate.c 1110 static TCGv neon_load_reg(int reg, int pass)
1113 tcg_gen_ld_i32(tmp, cpu_env, neon_reg_offset(reg, pass));
1117 static void neon_store_reg(int reg, int pass, TCGv var)
1119 tcg_gen_st_i32(var, cpu_env, neon_reg_offset(reg, pass));
2753 int pass; local
3837 int pass; local
4423 int pass; local
    [all...]
  /external/libpng/
example.c 54 * to pass the bytes to png_sig_cmp() or even skip that if you know
363 for (pass = 0; pass < number_passes; pass++)
383 /* If you want to display the image after every pass, do so here */
493 png_uint_32 row_num, int pass)
498 * this function will be called for every row in every pass.
525 * need the row_num and pass, but I'm supplying them because it
539 * that the first pass (pass == 0 really) will completely cove
    [all...]
  /external/v8/test/test262/
harness-adapt.js 59 ? (res === true || typeof res == 'undefined' ? 'pass' : 'fail')
60 : (res === true ? 'pass' : 'fail');
62 if (retVal != 'pass') {
  /external/qemu/distrib/libpng-1.2.19/
pngread.c 581 png_debug2(1, "in png_read_row (row %lu, pass %d)\n",
582 png_ptr->row_number, png_ptr->pass);
585 if (png_ptr->row_number == 0 && png_ptr->pass == 0)
622 switch (png_ptr->pass)
629 png_pass_dsp_mask[png_ptr->pass]);
639 png_pass_dsp_mask[png_ptr->pass]);
649 png_pass_dsp_mask[png_ptr->pass]);
659 png_pass_dsp_mask[png_ptr->pass]);
669 png_pass_dsp_mask[png_ptr->pass]);
679 png_pass_dsp_mask[png_ptr->pass]);
884 int pass, j; local
    [all...]
pngrutil.c 2797 int pass = png_ptr->pass; local
3530 int pass = png_ptr->pass; local
    [all...]
  /external/webp/src/enc/
frame.c 157 // Collect statistics and deduce probabilities for next coding pass.
677 int pass; local
680 // Fast mode: quick analysis pass over few mbs. Better than nothing.
684 // No target size: just do several pass without changing 'q'
686 for (pass = 0; pass < enc->config_->pass; ++pass) {
694 for (pass = 0; pass < enc->config_->pass && (dqs[pass] > 0); ++pass)
    [all...]
  /external/libvpx/
vpxenc.c 110 * first pass statistics.
115 int pass; member in struct:__anon8536
121 int stats_open_file(stats_io_t *stats, const char *fpf, int pass)
125 stats->pass = pass;
127 if (pass == 0)
155 fprintf(stderr, "First-pass stats file must be seekable!\n");
166 fprintf(stderr, "Failed to allocate first-pass stats buffer (%lu bytes)\n",
179 int stats_open_mem(stats_io_t *stats, int pass)
182 stats->pass = pass
1096 int pass, one_pass_only = 0; local
    [all...]
  /external/checkpolicy/
policy_define.c 56 unsigned int pass; variable
79 pass = pass_number;
148 if (pass == 2) {
212 if (pass == 1)
246 if (pass == 2) {
284 if (pass == 2) {
361 if (pass == 2) {
455 if (pass == 2) {
578 if (pass == 2) {
708 if (pass == 2)
    [all...]
  /build/tools/releasetools/
img_from_target_files 135 pass
165 pass # deprecated
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/location/
GpsTestActivity.java 37 public void pass(); method in interface:PassFailLog
156 public void pass() { method in class:GpsTestActivity
  /development/testrunner/
am_instrument_parser.py 54 pass
58 pass
  /external/antlr/antlr-3.4/runtime/Python/tests/
t022scopes.py 16 pass
43 pass
t004lexer.py 14 pass
t006lexer.py 14 pass
t007lexer.py 14 pass
  /external/clang/tools/scan-view/
startfile.py 132 pass
162 pass
  /external/webkit/LayoutTests/fast/js/resources/
getOwnPropertyDescriptor.js 51 descriptorShouldBe("document.getElementsByClassName('pass')", "0", {writable: false, enumerable: true, configurable: false, value:"document.getElementsByClassName('pass')[0]"});
52 descriptorShouldBe("document.getElementsByClassName('pass')", "'length'", {writable: false, enumerable: true, configurable: false, value:"document.getElementsByClassName('pass').length"});
  /external/webkit/Tools/Scripts/webkitpy/tool/commands/
queuestest.py 41 pass
44 pass
  /build/tools/
post_process_props.py 22 pass

Completed in 5015 milliseconds

1 2 3 4 5 6 78 91011>>