HomeSort by relevance Sort by last modified time
    Searched refs:finished (Results 176 - 200 of 548) sorted by null

1 2 3 4 5 6 78 91011>>

  /frameworks/base/libs/androidfw/
BackupHelpers.cpp     [all...]
  /packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/
Scroller.java 153 * Returns whether the scroller has finished scrolling.
155 * @return True if the scroller has finished scrolling, false otherwise.
162 * Force the finished field to a particular value.
164 * @param finished The new finished value.
166 public final void forceFinished(boolean finished) {
167 mFinished = finished;
245 * the animation is not yet finished. loc will be altered to provide the
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_thread.py 214 finished = self.running == 0
215 if finished:
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_thread.py 214 finished = self.running == 0
215 if finished:
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_thread.py 214 finished = self.running == 0
215 if finished:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_thread.py 214 finished = self.running == 0
215 if finished:
  /frameworks/base/core/java/android/service/voice/
VoiceInteractionSession.java 528 void sendPickOptionResult(boolean finished,
532 + " finished=" + finished + " selections=" + selections
534 if (finished) {
537 mCallback.deliverPickOptionResult(mInterface, finished, selections, result);
547 * VoiceInteractor.PickOptionRequest.onPickOptionResult} with false for finished.
558 * VoiceInteractor.PickOptionRequest.onPickOptionResult} with false for finished.
631 * Report that the voice interactor has finished completing the voice operation, resulting
687 * Report that the voice interactor has finished aborting the voice operation, resulting
731 void sendCommandResult(boolean finished, Bundle result)
    [all...]
  /bionic/libc/upstream-openbsd/lib/libc/gdtoa/
strtodg.c 347 int dsign, e, e1, e2, emin, esign, finished, i, inex, irv; local
838 delta->sign = finished = 0;
843 if ( (finished = dsign ^ (rd&1)) !=0) {
1026 L = finished = 0;
1051 if (finished)
  /bionic/tests/
gtest_main.cpp 592 bool finished; member in struct:ChildProcInfo
653 child_proc.finished = false;
689 child_proc_list[i].finished = true;
704 child_proc_list[i].finished = true;
855 // Record how many tests are finished.
879 if (child_proc.finished == true) {
    [all...]
  /frameworks/base/core/java/android/app/
VoiceInteractor.java 100 + " finished=" + complete + " selection=" + args.arg2
159 public void deliverConfirmationResult(IVoiceInteractorRequest request, boolean finished,
162 MSG_CONFIRMATION_RESULT, finished ? 1 : 0, request, result));
167 boolean finished, PickOptionRequest.Option[] options, Bundle result) {
169 MSG_PICK_OPTION_RESULT, finished ? 1 : 0, request, options, result));
547 * @param finished True if the voice interaction has finished making a selection, in
554 public void onPickOptionResult(boolean finished, Option[] selections, Bundle result) {
    [all...]
IApplicationThread.java 51 void schedulePauseActivity(IBinder token, boolean finished, boolean userLeaving,
72 void scheduleDestroyActivity(IBinder token, boolean finished,
  /frameworks/native/libs/input/
InputTransport.cpp 95 return sizeof(Header) + body.finished.size();
369 *outSeq = msg.body.finished.seq;
370 *outHandled = msg.body.finished.handled;
820 ALOGE("Attempted to send a finished signal with sequence number 0.");
824 // Send finished signals for the batch sequence chain first.
859 // Send finished signal for the last message in the batch.
866 msg.body.finished.seq = seq;
867 msg.body.finished.handled = handled;
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
threading.py     [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
threading.py     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
threading.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
threading.py     [all...]
  /external/autotest/scheduler/
agent_task.py 16 agents finished = tasks done
17 agent polls till finished
37 finished(exit==0)
63 If the autoserv process has finished we call finished with true/false
66 - finished: sets the done and success values, then calls epilog. The
91 the task has finished and unregistering it from the dispatcher.Class hierarchy:
185 self.finished(success)
192 def finished(self, success): member in class:BaseAgentTask
227 logging.info("%s finished with success=%s", type(self).__name__
    [all...]
  /external/autotest/server/cros/dynamic_suite/
job_status.py 185 @returns True if the jobs have finished, False if they get aborted.
196 if not afe.get_jobs(id=job_id, finished=True):
199 logging.debug('Re-imaging job %d finished.', job_id)
387 finished=True)
427 if not afe.get_jobs(id=job.id, finished=True):
528 @var _end_timestamp: when test finished (int, in seconds since the epoch).
568 @param end_time_str: when test finished (in time_utils.TIME_FMT);
  /prebuilts/gdb/darwin-x86/lib/python2.7/bsddb/test/
test_thread.py 141 print "%s: records %d - %d finished" % (name, start, x)
149 print "%s: finished creating records" % name
152 print "%s: thread finished" % name
174 print "%s: thread finished" % name
269 print "%s: records %d - %d finished" % (name, start, x)
277 print "%s: thread finished" % name
298 print "%s: thread finished" % name
403 print "%s: records %d - %d finished" % (name, start, x)
417 print "%s: thread finished" % name
425 finished = Fals
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/bsddb/test/
test_thread.py 141 print "%s: records %d - %d finished" % (name, start, x)
149 print "%s: finished creating records" % name
152 print "%s: thread finished" % name
174 print "%s: thread finished" % name
269 print "%s: records %d - %d finished" % (name, start, x)
277 print "%s: thread finished" % name
298 print "%s: thread finished" % name
403 print "%s: records %d - %d finished" % (name, start, x)
417 print "%s: thread finished" % name
425 finished = Fals
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/bsddb/test/
test_thread.py 141 print "%s: records %d - %d finished" % (name, start, x)
149 print "%s: finished creating records" % name
152 print "%s: thread finished" % name
174 print "%s: thread finished" % name
269 print "%s: records %d - %d finished" % (name, start, x)
277 print "%s: thread finished" % name
298 print "%s: thread finished" % name
403 print "%s: records %d - %d finished" % (name, start, x)
417 print "%s: thread finished" % name
425 finished = Fals
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/bsddb/test/
test_thread.py 141 print "%s: records %d - %d finished" % (name, start, x)
149 print "%s: finished creating records" % name
152 print "%s: thread finished" % name
174 print "%s: thread finished" % name
269 print "%s: records %d - %d finished" % (name, start, x)
277 print "%s: thread finished" % name
298 print "%s: thread finished" % name
403 print "%s: records %d - %d finished" % (name, start, x)
417 print "%s: thread finished" % name
425 finished = Fals
    [all...]
  /external/autotest/site_utils/
gs_offloader_unittest.py 241 """Make this job appear to be finished.
244 will find this job as finished, but not expired and ready
246 `enqueue_offload()` will treat a finished job as eligible
451 def __init__(self, finished):
452 self.finished_on = finished
457 def __init__(self, finished):
458 self.time_finished = finished
506 """Mock and test behavior of a finished job.
522 id=job._id, finished=True).AndReturn(
534 """Test getting the timestamp for a finished regular job
    [all...]
  /external/v8/test/mjsunit/
d8-worker-sharedarraybuffer.js 97 // Worker is finished.
  /frameworks/base/cmds/pm/src/com/android/commands/pm/
Pm.java 705 boolean finished; field in class:Pm.LocalPackageInstallObserver
713 finished = true;
1122 boolean finished; field in class:Pm.ClearDataObserver
1369 boolean finished; field in class:Pm.ClearCacheObserver
    [all...]

Completed in 1954 milliseconds

1 2 3 4 5 6 78 91011>>