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

1 2 3 4 5 6 7 8 91011>>

  /external/libvncserver/libvncclient/
tls_openssl.c 265 int n, finished = 0; local
286 finished = 1;
295 } while( n != 1 && finished != 1 );
  /external/mesa3d/src/gallium/drivers/svga/svgadump/
svga_shader_dump.c 569 boolean finished = FALSE; local
582 while (!finished) {
719 finished = TRUE;
  /external/selinux/libsepol/cil/src/
cil_find.c 350 static int __cil_find_matching_avrule_in_ast(struct cil_tree_node *node, uint32_t *finished, void *extra_args)
358 *finished = CIL_TREE_SKIP_HEAD;
362 *finished = CIL_TREE_SKIP_HEAD;
  /frameworks/av/media/libaaudio/tests/
test_various.cpp 542 finished = true;
549 conditionVariable.wait(aLock, [=] { return finished; });
552 // For signalling foreground test when callback finished
555 bool finished = false; member in struct:WakeUpCallbackData
  /frameworks/base/libs/hwui/
Animator.cpp 95 mStagingPlayState = PlayState::Finished;
101 mStagingPlayState = PlayState::Finished;
113 mStagingPlayState = PlayState::Finished;
136 mPlayState = PlayState::Finished;
140 mPlayState = PlayState::Finished;
145 mPlayState = PlayState::Finished;
183 if (mStagingPlayState == PlayState::Finished) {
241 if (mPlayState == PlayState::Finished) {
257 bool finished = updatePlayTime(currentPlayTime); local
258 if (finished && mPlayState != PlayState::Finished)
    [all...]
  /frameworks/base/packages/Shell/src/com/android/shell/
BugreportProgressService.java 472 if (info.finished) {
473 Log.w(TAG, "Not sending progress notification because bugreport has finished already ("
587 if (info != null && !info.finished) {
692 if (info.finished) {
722 if (info.finished) {
723 Log.d(TAG, "Screenshot finished after bugreport; updating share notification");
764 if (!info.finished) {
826 info.finished = true;
1683 boolean finished; field in class:BugreportProgressService.BugreportInfo
    [all...]
  /cts/tests/autofillservice/src/android/autofillservice/cts/
AutoFillServiceTestCase.java 73 protected void finished(Description description) {
  /development/testrunner/
am_instrument_parser.py 132 finished" status report.
  /external/autotest/site_utils/
job_directories.py 103 3. Eventually, the job is both finished and expired. The next
137 If the database has not marked the job as finished, return
188 """Get the timestamp to use for finished jobs.
193 entry = _AFE.get_jobs(id=self._id, finished=True)
  /external/eigen/Eigen/src/Geometry/
Rotation2D.h 194 return (Matrix2() << cosA, -sinA, sinA, cosA).finished();
  /external/jmdns/src/javax/jmdns/impl/
DNSIncoming.java 117 boolean finished = false;
118 while (!finished) {
121 finished = true;
145 finished = true;
  /external/ltp/testcases/kernel/mem/mmapstress/
mmapstress10.c 134 int finished = 0; variable
415 while (!finished) {
468 if (errno != EINTR || !finished) {
480 * Finished! Check the file for sanity, then kill all
510 // (void)printf("%s: Finished %s", argv[0], ctime(&t)); LTP Port
882 finished++;
  /external/tensorflow/tensorflow/core/kernels/
conditional_accumulator_base.cc 181 to_clean.finished();
  /libcore/luni/src/test/java/libcore/java/util/zip/
DeflaterOutputStreamTest.java 171 assertFalse(def.finished());
OldAndroidZipStressTest.java 94 System.out.println("ZIP stress test finished, time was " + (time1- time0) + "ms");
114 System.out.println("ZIP stress test finished, time was " + (time1- time0) + "ms");
166 inflater.finished();
  /libcore/ojluni/src/main/java/java/util/zip/
ZipOutputStream.java 80 private boolean finished; field in class:ZipOutputStream
256 while (!def.finished()) {
358 if (finished) {
373 finished = true;
  /packages/services/Car/car-lib/src/android/car/hardware/power/
CarPowerManager.java 176 * {@link onStateChanged} is called, the {@link finished} method will automatically be called
267 mService.finished(mListenerToService, token);
269 Log.e(TAG, "Exception in finished", e);
  /platform_testing/docs/development/
test-config.md 36 its teardown method will be invoked after the test module has finished.
64 2. after test module is finished, execute shell command ?settings put secure
  /prebuilts/go/darwin-x86/src/sync/
waitgroup.go 16 // runs and calls Done when finished. At the same time,
17 // Wait can be used to block until all goroutines have finished.
  /prebuilts/go/linux-x86/src/sync/
waitgroup.go 16 // runs and calls Done when finished. At the same time,
17 // Wait can be used to block until all goroutines have finished.
  /prebuilts/tools/common/m2/repository/io/netty/netty-handler-proxy/4.1.6.Final/
netty-handler-proxy-4.1.6.Final.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.p2.metadata.repository_1.2.100.v20130327-2119.jar 
  /system/core/libunwindstack/
ElfInterface.cpp 473 bool* finished) {
487 if (debug_frame != nullptr && debug_frame->Step(adjusted_pc, regs, process_memory, finished)) {
493 if (eh_frame != nullptr && eh_frame->Step(adjusted_pc, regs, process_memory, finished)) {
499 gnu_debugdata_interface_->Step(pc, 0, regs, process_memory, finished)) {
  /cts/tests/tests/voiceinteraction/testapp/src/android/voiceinteraction/testapp/
TestApp.java 232 public void onPickOptionResult(boolean finished, Option[] selections, Bundle result) {
234 Log.i(TAG, "PickOption result: finished = " + finished +
  /external/junit/src/main/java/org/junit/runners/
ParentRunner.java 74 public void finished() {
295 currentScheduler.finished();

Completed in 1546 milliseconds

1 2 3 4 5 6 7 8 91011>>