/external/chromium/chrome/browser/ui/webui/chromeos/ |
imageburner_ui.cc | 648 void ImageBurnResourceManager::SetDownloadFinished(bool finished) { 651 if (!finished) 653 download_finished_ = finished;
|
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/pipebuffer/ |
pb_buffer_fenced.c | 345 int finished; local 352 finished = ops->fence_finish(ops, fenced_buf->fence, 0); 367 if(proceed && finished == 0) {
|
/external/clang/tools/libclang/ |
Indexing.cpp | 62 void finished() { } function in class:__anon17256::TUSkipBodyControl 202 void finished() { 327 SKCtrl->finished(); [all...] |
/external/lzma/C/ |
XzDec.c | 350 p->finished[i] = 0;
425 srcFinishedCur = p->finished[i - 1];
465 p->finished[i] = encodingWasFinished;
|
LzmaEnc.c | 327 Bool finished;
member in struct:__anon22587 [all...] |
/external/lzma/CS/7zip/Compress/LZMA/ |
LzmaEncoder.cs | 1063 public void CodeOneBlock(out Int64 inSize, out Int64 outSize, out bool finished)
1067 finished = true;
[all...] |
/external/mesa3d/src/gallium/auxiliary/pipebuffer/ |
pb_buffer_fenced.c | 345 int finished; local 352 finished = ops->fence_finish(ops, fenced_buf->fence, 0); 367 if(proceed && finished == 0) {
|
/system/extras/ksmutils/ |
lookup3.c | 817 uint32_t finished=1; local 836 if (e[l]|f[l]|g[l]|h[l]|x[l]|y[l]) finished=0; 838 if (finished) break; [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/chromium_org/third_party/lzma_sdk/ |
LzmaEnc.c | 327 Bool finished; member in struct:__anon12277 [all...] |
/external/chromium_org/third_party/ots/third_party/lzma_sdk/ |
LzmaEnc.c | 328 Bool finished; member in struct:__anon13851 [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.
|
/external/chromium_org/remoting/webapp/ |
host_native_messaging.js | 448 * Callback to be called when finished. 562 * @param {function(boolean):void} onDone Callback to be called when finished. 575 * @param {function(boolean):void} onDone Callback to be called when finished.
|
/external/chromium_org/third_party/sqlite/src/ext/fts3/ |
fts3_write.c | [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
regrtest.py | 533 finished = 0 535 while finished < use_mp: 538 finished += 1 [all...] |
test_logging.py | 902 self.finished = threading.Event() 911 self.finished.set() 953 self.tcpserver.finished.wait(2.0) [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
regrtest.py | 533 finished = 0 535 while finished < use_mp: 538 finished += 1 [all...] |
test_logging.py | 902 self.finished = threading.Event() 911 self.finished.set() 953 self.tcpserver.finished.wait(2.0) [all...] |
/external/chromium/chrome/common/extensions/docs/examples/extensions/proxy_configuration/test/ |
jsunittest.js | [all...] |
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/proxy_configuration/test/ |
jsunittest.js | [all...] |
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ |
NetworkManager.js | 526 networkRequest.finished = true;
|
/external/chromium_org/third_party/sqlite/src/src/ |
wal.c | [all...] |
/frameworks/base/core/java/android/app/ |
ApplicationThreadNative.java | 75 boolean finished = data.readInt() != 0; 78 schedulePauseActivity(b, finished, userLeaving, configChanges); 652 public final void schedulePauseActivity(IBinder token, boolean finished, 657 data.writeInt(finished ? 1 : 0); [all...] |
/frameworks/ex/carousel/test/src/com/android/carouseltest/ |
TaskSwitcherActivity.java | 169 public void finished() throws RemoteException {
|
/external/chromium_org/chrome/browser/resources/chromeos/first_run/ |
first_run.js | 21 * @param {function()=} opt_onFinished Called after transition has finished.
|