/external/chromium_org/ui/gfx/animation/ |
test_animation_delegate.h | 31 bool finished() const { function in class:gfx::TestAnimationDelegate
|
animation_container_unittest.cc | 100 // Both timers should have finished. 101 EXPECT_TRUE(delegate1.finished()); 102 EXPECT_TRUE(delegate2.finished()); 127 // The timer should have finished. 128 EXPECT_TRUE(delegate1.finished());
|
/external/chromium_org/base/threading/ |
worker_pool_unittest.cc | 53 bool finished() const { function in class:base::__anon7195::PostTaskAndReplyTester 101 while (!tester->finished() && TimeTicks::Now() - start < kMaxDuration) { 109 EXPECT_TRUE(tester->finished());
|
/libcore/luni/src/test/java/libcore/java/util/ |
AbstractCollectionTest.java | 29 final AtomicBoolean finished = new AtomicBoolean(false); local 33 while (!finished.get()) { 49 finished.set(true);
|
/external/clang/docs/analyzer/ |
make.bat | 51 echo.Build finished. The HTML pages are in %BUILDDIR%/html. 59 echo.Build finished. The HTML pages are in %BUILDDIR%/dirhtml. 67 echo.Build finished. The HTML pages are in %BUILDDIR%/singlehtml. 75 echo.Build finished; now you can process the pickle files. 83 echo.Build finished; now you can process the JSON files. 91 echo.Build finished; now you can run HTML Help Workshop with the ^ 100 echo.Build finished; now you can run "qcollectiongenerator" with the ^ 112 echo.Build finished. 120 echo.Build finished. The epub file is in %BUILDDIR%/epub. 128 echo.Build finished; the LaTeX files are in %BUILDDIR%/latex [all...] |
/external/clang/docs/ |
make.bat | 51 echo.Build finished. The HTML pages are in %BUILDDIR%/html. 59 echo.Build finished. The HTML pages are in %BUILDDIR%/dirhtml. 67 echo.Build finished. The HTML pages are in %BUILDDIR%/singlehtml. 75 echo.Build finished; now you can process the pickle files. 83 echo.Build finished; now you can process the JSON files. 91 echo.Build finished; now you can run HTML Help Workshop with the ^ 100 echo.Build finished; now you can run "qcollectiongenerator" with the ^ 112 echo.Build finished. 120 echo.Build finished. The epub file is in %BUILDDIR%/epub. 128 echo.Build finished; the LaTeX files are in %BUILDDIR%/latex [all...] |
/external/llvm/docs/ |
make.bat | 51 echo.Build finished. The HTML pages are in %BUILDDIR%/html. 59 echo.Build finished. The HTML pages are in %BUILDDIR%/dirhtml. 67 echo.Build finished. The HTML pages are in %BUILDDIR%/singlehtml. 75 echo.Build finished; now you can process the pickle files. 83 echo.Build finished; now you can process the JSON files. 91 echo.Build finished; now you can run HTML Help Workshop with the ^ 100 echo.Build finished; now you can run "qcollectiongenerator" with the ^ 112 echo.Build finished. 120 echo.Build finished. The epub file is in %BUILDDIR%/epub. 128 echo.Build finished; the LaTeX files are in %BUILDDIR%/latex [all...] |
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/ |
ScriptStreamerTest.cpp | 137 bool finished() const { return m_finished; } function in class:blink::__anon15528::TestScriptResourceClient 155 EXPECT_FALSE(client.finished()); 161 EXPECT_TRUE(client.finished()); 175 // the V8 side typically finished before loading finishes: make sure we 186 EXPECT_FALSE(client.finished()); 190 EXPECT_FALSE(client.finished()); 193 EXPECT_TRUE(client.finished()); 220 EXPECT_FALSE(client.finished()); 228 EXPECT_FALSE(client.finished()); 248 EXPECT_TRUE(client.finished()); [all...] |
/libcore/support/src/test/java/libcore/javax/net/ssl/ |
TestSSLEnginePair.java | 53 public static TestSSLEnginePair create(TestSSLContext c, Hooks hooks, boolean[] finished) 55 SSLEngine[] engines = connect(c, hooks, finished); 72 boolean finished[]) throws IOException { 77 // FINISHED state should be returned only once. 125 if (finished != null) { 126 assertEquals(2, finished.length); 127 finished[0] = clientFinished[0]; 128 finished[1] = serverFinished[0]; 141 boolean[] finished) throws IOException { 172 assertFinishedOnce(finished, unwrapResult) [all...] |
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/zip/ |
DeflaterTest.java | 74 while (!defl.finished()) { 88 while (!infl.finished()) { 118 while (!defl.finished()) { 132 while (!infl.finished()) { 179 while (!defl.finished()) { 215 while (!defl.finished()) { 226 while (!infl.finished()) { 240 * java.util.zip.Deflater#finished() 246 assertTrue("Test 1: Deflater should not be finished.", !defl.finished()); [all...] |
/frameworks/native/libs/input/tests/ |
InputChannel_test.cpp | 95 clientReply.body.finished.seq = 0x11223344; 96 clientReply.body.finished.handled = true; 105 EXPECT_EQ(clientReply.body.finished.seq, serverReply.body.finished.seq) 107 EXPECT_EQ(clientReply.body.finished.handled, serverReply.body.finished.handled)
|
/external/chromium_org/extensions/renderer/resources/ |
image_util.js | 57 function on_complete_index(index, err, loading, finished, callbacks) { 60 finished[index] = { width: width, height: height, data: imageData }; 64 callbacks.oncomplete(finished); 69 var loading = {}, finished = [], 75 oncomplete: on_complete_index(index, false, loading, finished, callbacks), 76 onerror: on_complete_index(index, true, loading, finished, callbacks)
|
/external/chromium_org/native_client_sdk/src/doc/ |
Makefile | 39 @echo "Build finished. The HTML pages are in $(BUILDDIR)/html." 49 @echo "Testing of doctests in the sources finished, look at the " \ 60 @echo "Build finished. The HTML pages are in $(CHROMESITE_BUILDDIR)"
|
/external/eigen/unsupported/Eigen/src/IterativeSolvers/ |
IterationController.h | 136 bool finished(double nr) function in class:Eigen::IterationController 147 bool finished(const MatrixBase<VectorType> &v) function in class:Eigen::IterationController 148 { return finished(double(v.squaredNorm())); }
|
/bionic/libc/kernel/uapi/asm-x86/asm/ |
mce.h | 42 __u8 finished; member in struct:mce
|
/development/ndk/platforms/android-L/arch-x86/include/asm/ |
mce.h | 42 __u8 finished; member in struct:mce
|
/development/ndk/platforms/android-L/arch-x86_64/include/asm/ |
mce.h | 42 __u8 finished; member in struct:mce
|
/external/chromium_org/third_party/WebKit/Source/modules/websockets/ |
WebSocketExtensionParser.h | 47 bool finished();
|
/external/chromium_org/third_party/mesa/src/src/gallium/docs/ |
make.bat | 39 echo.Build finished. The HTML pages are in %BUILDDIR%/html.
46 echo.Build finished. The HTML pages are in %BUILDDIR%/dirhtml.
53 echo.Build finished; now you can process the pickle files.
60 echo.Build finished; now you can process the JSON files.
67 echo.Build finished; now you can run HTML Help Workshop with the ^
75 echo.Build finished; now you can run "qcollectiongenerator" with the ^
86 echo.Build finished; the LaTeX files are in %BUILDDIR%/latex.
108 echo.Testing of doctests in the sources finished, look at the ^
|
/external/kernel-headers/original/uapi/asm-x86/asm/ |
mce.h | 23 __u8 finished; /* entry is valid */ member in struct:mce
|
/external/mesa3d/src/gallium/docs/ |
make.bat | 39 echo.Build finished. The HTML pages are in %BUILDDIR%/html. 46 echo.Build finished. The HTML pages are in %BUILDDIR%/dirhtml. 53 echo.Build finished; now you can process the pickle files. 60 echo.Build finished; now you can process the JSON files. 67 echo.Build finished; now you can run HTML Help Workshop with the ^ 75 echo.Build finished; now you can run "qcollectiongenerator" with the ^ 86 echo.Build finished; the LaTeX files are in %BUILDDIR%/latex. 108 echo.Testing of doctests in the sources finished, look at the ^
|
/prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/asm/ |
mce.h | 42 __u8 finished; member in struct:mce
|
/prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/asm/ |
mce.h | 42 __u8 finished; member in struct:mce
|
/external/valgrind/main/drd/tests/ |
atomic_var.stderr.exp | 10 Test finished.
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_threaded_import.py | 24 finished = N == 0 26 if finished:
|