HomeSort by relevance Sort by last modified time
    Searched refs:finished (Results 226 - 250 of 416) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /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/chromium_org/third_party/tlslite/tlslite/
tlsconnection.py 573 #initiates an exchange of Finished messages.
735 #Exchange ChangeCipherSpec and Finished messages
    [all...]
  /external/qemu/android/
console.c 96 char finished; member in struct:ControlClientRec_
315 client->finished = 0;
511 if (client->finished)
569 if (client->finished) {
654 client->finished = 1;
    [all...]
  /external/chromium_org/third_party/lzma_sdk/
LzmaEnc.c 327 Bool finished; member in struct:__anon18066
    [all...]
  /external/chromium_org/third_party/ots/third_party/lzma_sdk/
LzmaEnc.c 328 Bool finished; member in struct:__anon19390
    [all...]
  /external/lzma/C/
LzmaEnc.c 327 Bool finished; member in struct:__anon10412
    [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...]
  /hardware/intel/img/psb_video/src/
vsp_VPP.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_org/chrome/common/extensions/docs/examples/extensions/proxy_configuration/test/
jsunittest.js     [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/sdk/
NetworkManager.js 546 networkRequest.finished = true;
  /external/chromium_org/third_party/sqlite/src/src/
wal.c     [all...]
  /frameworks/base/core/java/android/app/
ApplicationThreadNative.java 79 boolean finished = data.readInt() != 0;
83 schedulePauseActivity(b, finished, userLeaving, configChanges, dontReport);
695 public final void schedulePauseActivity(IBinder token, boolean finished,
700 data.writeInt(finished ? 1 : 0);
    [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/first_run/
first_run.js 21 * @param {function()=} opt_onFinished Called after transition has finished.
  /external/chromium_org/native_client_sdk/src/gonacl_appengine/static/cube/
example.js 245 * the page's document has finished.
  /external/chromium_org/native_client_sdk/src/gonacl_appengine/static/earth/
example.js 262 * the page's document has finished.
  /external/chromium_org/native_client_sdk/src/gonacl_appengine/static/voronoi/
example.js 227 * the page's document has finished.
  /external/chromium_org/remoting/webapp/
xmpp_login_handler.js 14 * authentication is finished successfully or |onErrorCallback| on error.
  /external/chromium_org/third_party/polymer/components-chromium/paper-ripple/
paper-ripple-extracted.js 52 // of the element, then this is 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...]
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/
share_dialog.js 281 // Loads the share widget once all the previous async calls are finished.

Completed in 1029 milliseconds

1 2 3 4 5 6 7 8 91011>>