/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:__anon14168 [all...] |
/external/chromium_org/third_party/ots/third_party/lzma_sdk/ |
LzmaEnc.c | 328 Bool finished; member in struct:__anon15736 [all...] |
/external/lzma/C/ |
LzmaEnc.c | 327 Bool finished;
member in struct:__anon24376 [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/third_party/sqlite/src/ext/fts3/ |
fts3_write.c | [all...] |
/external/chromium_org/cc/animation/ |
layer_animation_controller_unittest.cc | 197 // Ensure that a finished animation is eventually deleted by both the 231 // There should be a Finished event for the animation. 233 EXPECT_EQ(AnimationEvent::Finished, (*events)[0].type); 397 bool finished() { return finished_; } function in class:cc::__anon6450::FakeAnimationDelegate 404 // Tests that impl-only animations lead to start and finished notifications 448 // We should receive 2 events (a finished notification and a property update). 450 EXPECT_EQ(AnimationEvent::Finished, (*events)[0].type); 455 // Passing on the finished event to the main thread controller should cause 457 EXPECT_FALSE(delegate.finished()); 459 EXPECT_TRUE(delegate.finished()); [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 | 557 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/android_webview/native/ |
aw_contents.cc | 566 bool finished) { 573 env, obj.obj(), active_ordinal, match_count, finished); [all...] |
/external/chromium_org/chrome/browser/resources/file_manager/js/ |
share_dialog.js | 258 // Loads the share widget once all the previous async calls are finished.
|
/external/chromium_org/chrome/browser/resources/image_loader/ |
request.js | 77 * Callback to be called once downloading is finished.
|
/external/chromium_org/native_client_sdk/src/gonacl_appengine/static/pnacl-demo/ |
example.js | 251 // the page's document has finished.
|
/external/chromium_org/third_party/yasm/source/patched-yasm/tools/genperf/ |
perfect.c | 334 finished = inithex(keys, nkeys, alen, blen, smax, salt, final, form); 335 if (finished) return 2; [all...] |