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

1 2 3 45 6 7 8 91011>>

  /external/bison/src/
lalr.h 48 * Set #nLA and allocate all reduction lookahead sets. Normally invoked by
58 * Normally invoked by #lalr.
  /external/javasqlite/src/main/java/SQLite/
Callback.java 40 * This method is invoked first (and once) when
60 * This method is invoked for each row of the
  /external/javassist/src/main/javassist/
Translator.java 29 * Is invoked by a <code>Loader</code> for initialization
46 * Is invoked by a <code>Loader</code> for notifying that
  /external/libvpx/libvpx/vpx/
vpx_frame_buffer.h 44 * This callback is invoked by the decoder to retrieve data for the frame
65 * This callback is invoked by the decoder when the frame buffer is not
  /external/proguard/src/proguard/optimize/info/
MethodInvocationMarker.java 33 * This InstructionVisitor counts the number of times methods are invoked from
98 * Returns the number of times the given method was invoked by the
  /external/selinux/libselinux/man/man3/
selinux_set_callback.3 87 This callback is invoked when the system enforcing state changes.
100 This callback is invoked when the system security policy is reloaded.
  /external/skia/include/core/
SkError.h 67 /** Type for callback functions to be invoked whenever an error is registered.
75 * @param cb The callback function to be invoked. Passing NULL
  /external/vboot_reference/tests/futility/
test_main.sh 35 # If it's invoked as the name of a command we know, it should do that command
43 # If it's invoked by any other name, expect the command to be the first arg.
  /frameworks/base/core/java/android/view/
OrientationListener.java 69 // register so that onSensorChanged gets invoked
97 // just ignore the call here onOrientationChanged is invoked anyway
  /frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/create/
MethodListener.java 29 * A stub method is being invoked.
33 * @param signature The signature of the method being invoked, composed of the
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/
vpx_frame_buffer.h 48 * This callback is invoked by the decoder to retrieve data for the frame
69 * This callback is invoked by the decoder when the frame buffer is not
  /packages/apps/Camera2/src/com/android/camera/one/v2/autofocus/
TriggerStateMachine.java 32 * one of the done states, at which point a callback is invoked and the state
36 * regex, such that a callback is invoked each time the state machine reaches
  /frameworks/support/v4/java/android/support/v4/content/
ModernAsyncTask.java 120 * Creates a new asynchronous task. This constructor must be invoked on the UI thread.
208 * <p>This method won't be invoked if the task was cancelled.</p>
221 * Runs on the UI thread after {@link #publishProgress} is invoked.
234 * <p>Runs on the UI thread after {@link #cancel(boolean)} is invoked and
254 * This method is invoked by the default implementation of
257 * <p>Runs on the UI thread after {@link #cancel(boolean)} is invoked and
292 * invoked on the UI thread after {@link #doInBackground(Object[])}
294 * is never invoked. After invoking this method, you should check the
365 * <p>This method must be invoked on the UI thread.
397 * <p>This method must be invoked on the UI thread
    [all...]
  /developers/build/prebuilts/gradle/DisplayingBitmaps/Application/src/main/java/com/example/android/displayingbitmaps/util/
AsyncTask.java 133 * <li>{@link #onPreExecute()}, invoked on the UI thread immediately after the task
136 * <li>{@link #doInBackground}, invoked on the background thread
144 * <li>{@link #onProgressUpdate}, invoked on the UI thread after a
149 * <li>{@link #onPostExecute}, invoked on the UI thread after the background
158 * {@link #onPostExecute(Object)} will be invoked after {@link #doInBackground(Object[])}
170 * <li>{@link #execute} must be invoked on the UI thread.</li>
304 * Creates a new asynchronous task. This constructor must be invoked on the UI thread.
389 * <p>This method won't be invoked if the task was cancelled.</p>
402 * Runs on the UI thread after {@link #publishProgress} is invoked.
415 * <p>Runs on the UI thread after {@link #cancel(boolean)} is invoked an
    [all...]
  /developers/samples/android/ui/graphics/DisplayingBitmaps/Application/src/main/java/com/example/android/displayingbitmaps/util/
AsyncTask.java 133 * <li>{@link #onPreExecute()}, invoked on the UI thread immediately after the task
136 * <li>{@link #doInBackground}, invoked on the background thread
144 * <li>{@link #onProgressUpdate}, invoked on the UI thread after a
149 * <li>{@link #onPostExecute}, invoked on the UI thread after the background
158 * {@link #onPostExecute(Object)} will be invoked after {@link #doInBackground(Object[])}
170 * <li>{@link #execute} must be invoked on the UI thread.</li>
304 * Creates a new asynchronous task. This constructor must be invoked on the UI thread.
389 * <p>This method won't be invoked if the task was cancelled.</p>
402 * Runs on the UI thread after {@link #publishProgress} is invoked.
415 * <p>Runs on the UI thread after {@link #cancel(boolean)} is invoked an
    [all...]
  /development/samples/browseable/DisplayingBitmaps/src/com.example.android.displayingbitmaps/util/
AsyncTask.java 133 * <li>{@link #onPreExecute()}, invoked on the UI thread immediately after the task
136 * <li>{@link #doInBackground}, invoked on the background thread
144 * <li>{@link #onProgressUpdate}, invoked on the UI thread after a
149 * <li>{@link #onPostExecute}, invoked on the UI thread after the background
158 * {@link #onPostExecute(Object)} will be invoked after {@link #doInBackground(Object[])}
170 * <li>{@link #execute} must be invoked on the UI thread.</li>
304 * Creates a new asynchronous task. This constructor must be invoked on the UI thread.
389 * <p>This method won't be invoked if the task was cancelled.</p>
402 * Runs on the UI thread after {@link #publishProgress} is invoked.
415 * <p>Runs on the UI thread after {@link #cancel(boolean)} is invoked an
    [all...]
  /frameworks/base/core/java/android/os/
AsyncTask.java 116 * <li>{@link #onPreExecute()}, invoked on the UI thread before the task
119 * <li>{@link #doInBackground}, invoked on the background thread
127 * <li>{@link #onProgressUpdate}, invoked on the UI thread after a
132 * <li>{@link #onPostExecute}, invoked on the UI thread after the background
141 * {@link #onPostExecute(Object)} will be invoked after {@link #doInBackground(Object[])}
153 * <li>{@link #execute} must be invoked on the UI thread.</li>
286 * Creates a new asynchronous task. This constructor must be invoked on the UI thread.
375 * <p>This method won't be invoked if the task was cancelled.</p>
389 * Runs on the UI thread after {@link #publishProgress} is invoked.
403 * <p>Runs on the UI thread after {@link #cancel(boolean)} is invoked an
    [all...]
  /frameworks/base/core/java/android/widget/
AdapterView.java 255 * Interface definition for a callback to be invoked when an item in this
261 * Callback method to be invoked when an item in this AdapterView has
277 * Register a callback to be invoked when an item in this AdapterView has
280 * @param listener The callback that will be invoked.
287 * @return The callback to be invoked with an item in this AdapterView has
323 * Interface definition for a callback to be invoked when an item in this
328 * Callback method to be invoked when an item in this view has been
346 * Register a callback to be invoked when an item in this AdapterView has
359 * @return The callback to be invoked with an item in this AdapterView has
367 * Interface definition for a callback to be invoked whe
    [all...]
  /art/test/111-unresolvable-exception/src/
Main.java 28 if (b) { // Need this to not be dead code, but also not be invoked.
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/p2p/
GoNegRequesterTestActivity.java 25 * This activity is invoked from GoNegRequesterTestListActivity.
P2pClientTestActivity.java 25 * This activity is invoked from JoinTestListActivity.
ServiceRequesterTestActivity.java 25 * This activity is invoked from ServiceRequesterTestListActivity.
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/p2p/testcase/
TestCase.java 183 * This function is invoked when the test case starts.
188 * This function is invoked when the test notify a message to application.
194 * This function is invoked when the test is success.
199 * This function is invoked when the test is failed.
  /cts/tests/tests/security/src/android/security/cts/
IntentSenderRemovalTest.java 33 * and cannot be invoked.
  /developers/build/prebuilts/gradle/AppRestrictions/Application/src/main/java/com/example/android/apprestrictions/
CustomRestrictionsActivity.java 27 * the activity is invoked (from Settings > Users), the stored settings are used to initialize

Completed in 532 milliseconds

1 2 3 45 6 7 8 91011>>