/external/eigen/unsupported/Eigen/src/Polynomials/ |
Companion.h | 96 BottomLeftBlock::Identity(deg-1,deg-1)*m_bl_diag.asDiagonal() ).finished()
|
/external/skia/src/gpu/ |
GrClipMaskManager.cpp | 843 bool finished = false; local [all...] |
/external/webkit/Source/WebKit/qt/WebCoreSupport/ |
QtMaemoWebPopup.cpp | 88 connect(result, SIGNAL(finished(int)), this, SLOT(popupClosed()));
|
/external/webkit/Source/WebKit/qt/examples/platformplugin/ |
WebPlugin.cpp | 85 connect(result, SIGNAL(finished(int)), this, SLOT(popupClosed()));
|
/frameworks/base/include/androidfw/ |
InputTransport.h | 107 struct Finished { 112 return sizeof(Finished); 114 } finished; member in union:android::InputMessage::Body 149 * Try again after the consumer has sent a finished signal indicating that it has 241 /* Receives the finished signal from the consumer in reply to the original dispatch signal. 298 /* Sends a finished signal to the publisher to inform it that the message 299 * with the specified sequence number has finished being process and whether 408 // batch with the previous one. When the finished signal is sent, we traverse the
|
/external/wpa_supplicant_8/src/eapol_auth/ |
eapol_auth_sm.c | 221 sm->eapol->cb.finished(sm->eapol->conf.ctx, sm->sta, 0, 278 sm->eapol->cb.finished(sm->eapol->conf.ctx, sm->sta, 0, 304 sm->eapol->cb.finished(sm->eapol->conf.ctx, sm->sta, 1, 1130 eapol->cb.finished = cb->finished;
|
/external/valgrind/main/memcheck/tests/ |
leak-delta.stderr.exp | 65 finished
|
/frameworks/base/core/java/android/widget/ |
OverScroller.java | 132 * Returns whether the scroller has finished scrolling. 134 * @return True if the scroller has finished scrolling, false otherwise. 141 * Force the finished field to a particular value. Contrary to 142 * {@link #abortAnimation()}, forcing the animation to finished 146 * @param finished The new finished value. 148 public final void forceFinished(boolean finished) { 149 mScrollerX.mFinished = mScrollerY.mFinished = finished; 289 * animation is not yet finished. [all...] |
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/ |
OverScroller.java | 134 * Returns whether the scroller has finished scrolling. 136 * @return True if the scroller has finished scrolling, false otherwise. 143 * Force the finished field to a particular value. Contrary to 144 * {@link #abortAnimation()}, forcing the animation to finished 148 * @param finished The new finished value. 150 public final void forceFinished(boolean finished) { 151 mScrollerX.mFinished = mScrollerY.mFinished = finished; 291 * animation is not yet finished. [all...] |
/external/apache-harmony/archive/src/test/java/org/apache/harmony/archive/tests/java/util/zip/ |
DeflaterOutputStreamTest.java | 76 while (!(deflate.finished())) {
|
/external/webkit/Source/WebCore/html/parser/ |
HTMLDocumentParser.cpp | 377 // Informs the the rest of WebCore that parsing is really finished (and deletes this). 378 m_treeBuilder->finished();
|
/external/webkit/Source/WebCore/inspector/front-end/ |
NetworkManager.js | 319 resource.finished = true;
|
/frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/ |
LoadTestsAutoTest.java | 86 // and waits till it has finished running. 221 public void finished() {
|
LayoutTestsAutoTest.java | 307 public void finished() { 371 // and waits till it has finished running.
|
/external/chromium/chrome/browser/ui/webui/chromeos/ |
imageburner_ui.cc | 648 void ImageBurnResourceManager::SetDownloadFinished(bool finished) { 651 if (!finished) 653 download_finished_ = finished;
|
/external/clang/tools/libclang/ |
Indexing.cpp | 62 void finished() { } function in class:__anon7046::TUSkipBodyControl 203 void finished() { 326 SKCtrl->finished(); [all...] |
/external/qemu/android/ |
console.c | 99 char finished; member in struct:ControlClientRec_ 330 client->finished = 0; 526 if (client->finished) 584 if (client->finished) { 674 client->finished = 1; [all...] |
/external/libvorbis/doc/ |
01-introduction.tex | 451 producing the finished audio spectrum of each channel. 485 Note that the PCM produced directly from the MDCT is not yet finished 498 now finished and ready to be returned. 507 \paragraph{return finished audio data} 510 current frame data is finished data to be returned by the decoder.
|
a1-encapsulation-ogg.tex | 162 offset is nonzero, the second finished audio packet must flush the
|
/external/chromium/chrome/common/extensions/docs/examples/extensions/proxy_configuration/test/ |
jsunittest.js | [all...] |
/external/skia/src/gpu/gl/ |
GrGLShaderBuilder.cpp | 412 void GrGLShaderBuilder::finished(GrGLuint programID) { function in class:GrGLShaderBuilder
|
/frameworks/base/core/java/android/app/ |
ApplicationThreadNative.java | 75 boolean finished = data.readInt() != 0; 78 schedulePauseActivity(b, finished, userLeaving, configChanges); 627 public final void schedulePauseActivity(IBinder token, boolean finished, 632 data.writeInt(finished ? 1 : 0); [all...] |
/frameworks/ex/carousel/test/src/com/android/carouseltest/ |
TaskSwitcherActivity.java | 169 public void finished() throws RemoteException {
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/27/1/.cp/lib/ |
antsupportlib.jar | |
/external/freetype/src/pshinter/ |
pshalgo.c | 1041 FT_Int finished = 0; local 1099 finished = 1; 1128 } while ( !finished ); [all...] |