HomeSort by relevance Sort by last modified time
    Searched full:invoked (Results 851 - 875 of 3054) sorted by null

<<31323334353637383940>>

  /external/skia/include/core/
SkPicture.h 103 * of the picture, this callback will periodically be invoked. If its
107 * callback will be invoked. If the abort happens inside some level of nested
  /external/v8/benchmarks/
base.js 35 // arguments are functions that will be invoked before and after
233 // function which can be invoked to run the next benchmark. Once the
  /external/v8/test/cctest/
test-log-stack-tracer.cc 163 // When stack tracer is invoked, the stack should look as follows:
214 // When stack tracer is invoked, the stack should look as follows:
  /external/v8/test/mjsunit/
function-call.js 73 // type, but since this change will allow call to be invoked with undefined
154 e.message.indexOf("invoked on undefined or null value") >= 0 ||
  /external/v8/test/perf-test/Collections/
base.js 23 // arguments are functions that will be invoked before and after
315 // function which can be invoked to run the next benchmark. Once the
  /frameworks/av/include/media/
mediaplayer.h 64 // In this situation, 'notify' is invoked with the following:
94 // 'notify' is invoked with the following:
  /frameworks/base/core/java/android/widget/
Filter.java 128 * <p>Invoked in a worker thread to filter the data according to the
149 * <p>Invoked in the UI thread to publish the filtering results in the
RadioGroup.java 213 * <p>Register a callback to be invoked when the checked radio button
323 * <p>Interface definition for a callback to be invoked when the checked
  /frameworks/base/docs/html/tools/help/
bmgr.jd 52 backup. When you execute this backup command, your application's backup agent will be invoked to
122 <p>This might be useful if your application's backup agent is never being invoked for backup, to
  /frameworks/base/docs/html/training/activity-testing/
activity-basic-testing.jd 114 <p>The constructor is invoked by the test runner to instantiate the test
115 class, while the {@link junit.framework.TestCase#setUp()} method is invoked by
  /hardware/libhardware_legacy/include/hardware_legacy/
link_layer_stats.h 216 Unless his API is invoked - link layer statistics will not be collected.
217 Radio statistics (once started) do not stop or get reset unless wifi_clear_link_stats is invoked
  /hardware/qcom/display/msm8226/libhwcomposer/
hwc_qclient.cpp 48 ALOGD_IF(QCLIENT_DEBUG, "QClient Constructor invoked");
53 ALOGD_IF(QCLIENT_DEBUG,"QClient Destructor invoked");
  /libcore/libart/src/main/java/java/lang/
Thread.java 44 * for methods being invoked, their arguments and local variables. Each application
354 * Package-scope method invoked by Dalvik VM to create "internal"
854 * Sets the default uncaught exception handler. This handler is invoked in
865 * Adds a runnable to be invoked upon interruption. If this thread has
866 * already been interrupted, the runnable will be invoked immediately. The
867 * action should be idempotent as it may be invoked multiple times for a
886 * Removes {@code interruptAction} so it is not invoked upon interruption.
961 * Sets the uncaught exception handler. This handler is invoked in case this
    [all...]
  /libcore/luni/src/main/java/org/apache/harmony/security/provider/crypto/
SHA1Impl.java 39 * the "computeHash(int[])" method is invoked on the frame to compute updated hash,
149 * the "computeHash(int[])" method is invoked on the array to compute updated hash,
  /packages/apps/Contacts/src/com/android/contacts/activities/
ContactEditorBaseActivity.java 171 * Invoked after the contact is saved.
178 * Invoked after the contact is joined.
  /packages/apps/DeskClock/src/com/android/deskclock/
ClockFragment.java 246 // Resume can invoked after changing the cities list or a change in locale
251 // Resume can invoked after changing the clock style.
  /packages/apps/Gallery2/src/com/android/gallery3d/app/
GalleryActionBar.java 300 // Need to lock rendering when operations invoked by system UI (main thread) are
376 // Need to lock rendering when operations invoked by system UI (main thread) are
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
threading.py 149 When invoked without arguments: if this thread already owns the lock,
158 When invoked with the blocking argument set to true, do the same thing
161 When invoked with the blocking argument set to false, do not block. If a
442 When invoked without arguments: if the internal counter is larger than
451 When invoked with blocking set to true, do the same thing as when called
454 When invoked with blocking set to false, do not block. If a call without
661 *target* is the callable object to be invoked by the run()
728 object's run() method to be invoked in a separate thread of control.
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
threading.py 149 When invoked without arguments: if this thread already owns the lock,
158 When invoked with the blocking argument set to true, do the same thing
161 When invoked with the blocking argument set to false, do not block. If a
442 When invoked without arguments: if the internal counter is larger than
451 When invoked with blocking set to true, do the same thing as when called
454 When invoked with blocking set to false, do not block. If a call without
661 *target* is the callable object to be invoked by the run()
728 object's run() method to be invoked in a separate thread of control.
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/actions/
SdkManagerAction.java 131 // has been invoked. To prevent the user from randomly clicking the "open sdk manager"
156 // there's nothing we can do. When this is invoked from run()
  /external/mdnsresponder/mDNSShared/
dns_sd.h 293 * When callbacks are invoked using a shared DNSServiceRef, the
299 * is invoked with the MoreComing flag set, the code should update its
302 * invoked with the MoreComing flag not set, the code should update *all*
305 * that happened to be the last one to be invoked.
    [all...]
  /frameworks/base/core/java/android/preference/
Preference.java 140 * Interface definition for a callback to be invoked when the value of this
159 * Interface definition for a callback to be invoked when a {@link Preference} is
173 * Interface definition for a callback to be invoked when this
    [all...]
  /frameworks/base/core/java/com/android/internal/util/
StateMachine.java 58 * will be invoked before any messages are processed. For example, given the simple
59 * state machine below mP1.enter will be invoked and then mS1.enter. Finally,
70 * current state's <code>processMessage</code> is invoked. In the above example
71 * mS1.processMessage will be invoked first. The state may use <code>transitionTo</code>
77 * <code>unhandledMessage</code> will be invoked to give one last chance for the state machine
84 * machine will cause <code>haltedProcessMessage</code> to be invoked.</p>
110 * these are protected and may only be invoked from within a state machine.</p>
134 * when the next message is received mS4.processMessage will be invoked.</p>
746 /** The destination state when transitionTo has been invoked */
    [all...]
  /frameworks/support/v7/preference/src/android/support/v7/preference/
Preference.java 141 * Interface definition for a callback to be invoked when the value of this
160 * Interface definition for a callback to be invoked when a {@link Preference} is
174 * Interface definition for a callback to be invoked when this
882 * Sets the callback to be invoked when this Preference is changed by the
885 * @param onPreferenceChangeListener The callback to be invoked.
893 * Returns the callback to be invoked when this Preference is changed by the
896 * @return The callback to be invoked.
903 * Sets the callback to be invoked when this Preference is clicked.
905 * @param onPreferenceClickListener The callback to be invoked.
912 * Returns the callback to be invoked when this Preference is clicked
    [all...]
  /frameworks/base/media/java/android/media/
MediaPlayer.java 140 * invoked by the internal player engine and the object will be
    [all...]

Completed in 298 milliseconds

<<31323334353637383940>>