HomeSort by relevance Sort by last modified time
    Searched refs:incomplete (Results 151 - 175 of 261) sorted by null

1 2 3 4 5 67 8 91011

  /external/ImageMagick/www/api/
layer.php 258 <p>However if all the frames have a zero time delay, then either the animation is as yet incomplete, or it is not a GIF animation. This a non-sensible situation, so no image will be removed and a 'Zero Time Animation' warning (exception) given.</p>
  /external/deqp/external/vulkancts/modules/vulkan/wsi/
vktWsiDisplayTimingTests.cpp     [all...]
  /external/google-breakpad/src/testing/test/
gmock-spec-builders_test.cc 107 class Incomplete;
112 // argument of an incomplete type.
113 MOCK_METHOD1(ByRefFunc, void(const Incomplete& x));
116 // Tells Google Mock how to print a value of type Incomplete.
117 void PrintTo(const Incomplete& x, ::std::ostream* os);
121 // by-reference an argument whose type is incomplete, we can still
124 MockIncomplete incomplete; local
125 EXPECT_CALL(incomplete, ByRefFunc(_))
131 void PrintTo(const Incomplete& /* x */, ::std::ostream* os) {
132 *os << "incomplete";
    [all...]
  /prebuilts/go/darwin-x86/src/debug/gosym/
pclntab.go 132 // or incomplete table.
  /prebuilts/go/darwin-x86/src/go/parser/
parser_test.go 496 // TestIncompleteSelection ensures that an incomplete selector
  /prebuilts/go/darwin-x86/src/net/http/cookiejar/
jar.go 377 // expired with respect to now. In this case, e may be incomplete, but it will
  /prebuilts/go/darwin-x86/src/os/
file_windows.go 30 lastbits []byte // first few bytes of the last incomplete rune in last write
  /prebuilts/go/linux-x86/src/debug/gosym/
pclntab.go 132 // or incomplete table.
  /prebuilts/go/linux-x86/src/go/parser/
parser_test.go 496 // TestIncompleteSelection ensures that an incomplete selector
  /prebuilts/go/linux-x86/src/net/http/cookiejar/
jar.go 377 // expired with respect to now. In this case, e may be incomplete, but it will
  /prebuilts/go/linux-x86/src/os/
file_windows.go 30 lastbits []byte // first few bytes of the last incomplete rune in last write
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/bgen/bgen/
scantools.py 43 .incomplete { color: maroon }
82 <dt>incomplete match for function declaration</dt>
83 <dd><pre><span class="incomplete"><span class="type">char *</span>foo;</span></pre>
584 self.htmlreport(raw, klass='incomplete', ranges=[(
588 self.htmlreport(raw, klass='incomplete')
  /external/deqp/external/vulkancts/modules/vulkan/api/
vktApiCommandBuffersTests.cpp     [all...]
  /external/mksh/src/
check.pl 832 $str .= "\n\t[incomplete last line]\n";
    [all...]
  /external/python/cpython2/Tools/bgen/bgen/
scantools.py 43 .incomplete { color: maroon }
82 <dt>incomplete match for function declaration</dt>
83 <dd><pre><span class="incomplete"><span class="type">char *</span>foo;</span></pre>
584 self.htmlreport(raw, klass='incomplete', ranges=[(
588 self.htmlreport(raw, klass='incomplete')
  /libcore/jsr166-tests/src/test/java/jsr166/
CompletableFutureTest.java 209 * A newly constructed CompletableFuture is incomplete, as indicated
    [all...]
  /external/googletest/googlemock/test/
gmock-spec-builders_test.cc 107 class Incomplete;
112 // argument of an incomplete type.
113 MOCK_METHOD1(ByRefFunc, void(const Incomplete& x));
116 // Tells Google Mock how to print a value of type Incomplete.
117 void PrintTo(const Incomplete& x, ::std::ostream* os);
121 // by-reference an argument whose type is incomplete, we can still
124 MockIncomplete incomplete; local
125 EXPECT_CALL(incomplete, ByRefFunc(_))
131 void PrintTo(const Incomplete& /* x */, ::std::ostream* os) {
132 *os << "incomplete";
    [all...]
  /external/pcre/dist2/
RunTest.bat 513 @echo Either your build is incomplete or you have a configuration error.
  /external/v8/testing/gmock/test/
gmock-spec-builders_test.cc 108 class Incomplete;
113 // argument of an incomplete type.
114 MOCK_METHOD1(ByRefFunc, void(const Incomplete& x));
117 // Tells Google Mock how to print a value of type Incomplete.
118 void PrintTo(const Incomplete& x, ::std::ostream* os);
122 // by-reference an argument whose type is incomplete, we can still
125 MockIncomplete incomplete; local
126 EXPECT_CALL(incomplete, ByRefFunc(_))
132 void PrintTo(const Incomplete& /* x */, ::std::ostream* os) {
133 *os << "incomplete";
    [all...]
  /prebuilts/go/darwin-x86/src/bufio/
scan.go 313 // FullRune distinguishes correctly between erroneous and incomplete encodings.
315 // Incomplete; get more bytes.
  /prebuilts/go/darwin-x86/src/net/
lookup_test.go 621 // There are platforms having incomplete mappings for
  /prebuilts/go/linux-x86/src/bufio/
scan.go 313 // FullRune distinguishes correctly between erroneous and incomplete encodings.
315 // Incomplete; get more bytes.
  /prebuilts/go/linux-x86/src/net/
lookup_test.go 621 // There are platforms having incomplete mappings for
  /prebuilts/go/darwin-x86/src/text/template/
exec_test.go 920 want := `template: empty: "empty" is an incomplete or empty template`
935 want = `template: empty: "empty" is an incomplete or empty template`
    [all...]
  /prebuilts/go/linux-x86/src/text/template/
exec_test.go 920 want := `template: empty: "empty" is an incomplete or empty template`
935 want = `template: empty: "empty" is an incomplete or empty template`
    [all...]

Completed in 1445 milliseconds

1 2 3 4 5 67 8 91011