HomeSort by relevance Sort by last modified time
    Searched refs:finished (Results 151 - 175 of 966) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/lzma/C/
MtCoder.h 70 const Byte *src, size_t srcSize, int finished);
  /external/okhttp/okio/okio/src/main/java/okio/
InflaterSource.java 73 if (inflater.finished() || inflater.needsDictionary()) {
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/asm/
mce.h 74 __u8 finished; /* entry is valid */ member in struct:mce
86 * debugging tools. Each entry is only valid when its finished flag
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/asm/
mce.h 74 __u8 finished; /* entry is valid */ member in struct:mce
86 * debugging tools. Each entry is only valid when its finished flag
  /prebuilts/go/darwin-x86/src/runtime/
futex_test.go 65 t.Errorf("futexsleep test %q finished early after %s", tt.msg, time.Since(start))
75 t.Errorf("futexsleep test %q finished early after %s", tt.msg, time.Since(start))
  /prebuilts/go/linux-x86/src/runtime/
futex_test.go 65 t.Errorf("futexsleep test %q finished early after %s", tt.msg, time.Since(start))
75 t.Errorf("futexsleep test %q finished early after %s", tt.msg, time.Since(start))
  /developers/samples/android/tv/ChannelsPrograms/Application/src/main/java/com/example/android/tv/channelsprograms/
SyncProgramsJobService.java 66 protected void onPostExecute(Boolean finished) {
67 super.onPostExecute(finished);
72 jobFinished(jobParameters, !finished);
  /external/lzma/CPP/7zip/Compress/
Lzma2Decoder.cpp 145 bool finished = (inSizeProcessed == 0 && outSizeProcessed == 0 local
151 || finished
169 if (finished)
LzmaDecoder.cpp 132 bool finished = (inSizeProcessed == 0 && outSizeProcessed == 0); local
135 if (res != 0 || _state.dicPos == next || finished || stopDecoding)
160 if (finished)
  /external/python/cpython3/Lib/test/libregrtest/
runtest_mp.py 177 finished = 0
181 while finished < regrtest.ns.use_mp:
195 finished += 1
  /external/python/cpython3/Lib/test/
test_pdb.py 686 ... print("finished")
724 finished
746 ... print("finished")
779 finished
795 ... print("finished")
823 finished
    [all...]
  /external/squashfs-tools/squashfs-tools/
process_fragments.c 137 goto finished;
147 goto finished;
212 finished:
  /external/tensorflow/tensorflow/contrib/seq2seq/kernels/
beam_search_ops.cc 144 bool finished = false;
146 if (finished) {
149 finished = true;
  /prebuilts/go/darwin-x86/src/crypto/rc4/
rc4_amd64.s 54 JGE finished // jump if (in >= in+len)
154 JGE finished // jump if (in >= in+len)
174 finished: label
rc4_amd64p32.s 59 JGE finished // jump if (in >= in+len)
164 JGE finished // jump if (in >= in+len)
187 finished: label
  /prebuilts/go/linux-x86/src/crypto/rc4/
rc4_amd64.s 54 JGE finished // jump if (in >= in+len)
154 JGE finished // jump if (in >= in+len)
174 finished: label
rc4_amd64p32.s 59 JGE finished // jump if (in >= in+len)
164 JGE finished // jump if (in >= in+len)
187 finished: label
  /system/extras/simpleperf/
workload.cpp 182 if (work_state_ == Finished) {
185 bool finished = false; local
189 finished = true;
190 work_state_ = Finished;
205 return finished;
  /external/python/cpython3/Lib/concurrent/futures/
_base.py 23 FINISHED = 'FINISHED'
30 FINISHED
38 FINISHED: "finished"
159 f._state not in [CANCELLED_AND_NOTIFIED, FINISHED] for f in fs)
183 An iterator that yields the given Futures as they complete (finished or
196 finished = set(
198 if f._state in [CANCELLED_AND_NOTIFIED, FINISHED])
199 pending = fs - finished
    [all...]
  /external/conscrypt/openjdk-integ-tests/src/test/java/org/conscrypt/javax/net/ssl/
SSLEngineTest.java 562 boolean[] finished;
566 finished = new boolean[2];
567 p = test_SSLEngine_setUseClientMode(true, false, finished);
569 assertTrue(finished[0]);
570 assertTrue(finished[1]);
574 finished = new boolean[2];
575 p = test_SSLEngine_setUseClientMode(false, true, finished);
577 assertTrue(finished[0]);
578 assertTrue(finished[1]);
624 final boolean serverClientMode, final boolean[] finished) throws Exception
    [all...]
  /system/core/libunwindstack/tests/
ElfTest.cpp 135 bool finished; local
136 ASSERT_FALSE(elf.Step(0, 0, nullptr, nullptr, &finished));
332 bool finished; local
333 ASSERT_TRUE(elf.Step(0x3000, 0x1000, &regs, &process_memory, &finished));
334 EXPECT_FALSE(finished);
369 bool finished; local
370 EXPECT_CALL(*interface, Step(0x1000, 0, &regs, &process_memory, &finished))
373 ASSERT_TRUE(elf.Step(0x1004, 0x1000, &regs, &process_memory, &finished));
387 bool finished; local
388 EXPECT_CALL(*interface, Step(0x7300, 0x4000, &regs, &process_memory, &finished))
    [all...]
  /test/vts/runners/host/
base_test.py 655 finished = False
673 finished = True
679 finished = True
684 finished = True
688 finished = True
693 finished = True
699 finished = True
705 finished = True
712 finished = True
725 finished = Tru
    [all...]
  /external/selinux/libsepol/cil/src/
cil_post.c 551 static int __cil_post_db_count_helper(struct cil_tree_node *node, uint32_t *finished, void *extra_args)
559 *finished = CIL_TREE_SKIP_HEAD;
564 *finished = CIL_TREE_SKIP_HEAD;
659 static int __cil_post_db_array_helper(struct cil_tree_node *node, uint32_t *finished, void *extra_args)
667 *finished = CIL_TREE_SKIP_HEAD;
672 *finished = CIL_TREE_SKIP_HEAD;
    [all...]
  /external/python/cpython3/Lib/test/test_asyncio/
test_queues.py 193 finished = False
197 nonlocal finished
200 finished = True
208 self.assertFalse(finished)
210 self.assertTrue(finished)
322 finished = False
326 nonlocal finished
330 finished = True
337 self.assertFalse(finished)
339 self.assertTrue(finished)
    [all...]
  /libcore/ojluni/src/main/java/java/util/stream/
StreamSpliterators.java 109 boolean finished; field in class:StreamSpliterators.AbstractWrappingSpliterator
154 if (finished)
189 if (isParallel && !finished) {
207 if (finished)
211 finished = true;
308 if (buffer == null && !finished) {
313 finished = true;
366 if (buffer == null && !finished) {
371 finished = true;
424 if (buffer == null && !finished) {
    [all...]

Completed in 412 milliseconds

1 2 3 4 5 67 8 91011>>