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

1 2 3 4 5 6 7 8 91011>>

  /external/deqp/modules/gles2/functional/
es2fShaderApiTests.cpp 177 virtual bool finished (const glu::ShaderType shaderType) const = 0;
186 bool finished (const glu::ShaderType shaderType) const { DE_UNREF(shaderType); return false; } function in class:deqp::gles2::Functional::__anon23705::ConstantShaderGenerator
276 DE_ASSERT(!m_srcGen.finished(shaderType));
  /external/lldb/test/pexpect-2.4/examples/
cgishell.cgi 135 self.finished = threading.Event()
138 self.finished.set()
140 while not self.finished.isSet():
  /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:__anon30482
    [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) {
  /frameworks/base/packages/Keyguard/src/com/android/keyguard/
KeyguardHostView.java 364 boolean finished = super.dismiss(authenticated);
365 if (!finished) {
386 return finished;
    [all...]
  /frameworks/base/services/core/java/com/android/server/display/
DisplayPowerController.java 662 final boolean finished = ready
666 if (!finished && !mUnfinishedBusiness) {
690 if (finished && mUnfinishedBusiness) {
692 Slog.d(TAG, "Finished business...");
    [all...]
  /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:__anon17061
    [all...]
  /external/chromium_org/third_party/ots/third_party/lzma_sdk/
LzmaEnc.c 328 Bool finished; member in struct:__anon18647
    [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/browser/drive/
drive_api_util.cc 90 // This is kind of syntax error, since quoted string isn't finished.
  /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 536 networkRequest.finished = true;
  /external/chromium_org/third_party/sqlite/src/src/
wal.c     [all...]
  /frameworks/base/core/java/android/app/
ApplicationThreadNative.java 78 boolean finished = data.readInt() != 0;
82 schedulePauseActivity(b, finished, userLeaving, configChanges, dontReport);
692 public final void schedulePauseActivity(IBinder token, boolean finished,
697 data.writeInt(finished ? 1 : 0);
    [all...]

Completed in 2051 milliseconds

1 2 3 4 5 6 7 8 91011>>