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

<<31323334353637383940>>

  /packages/apps/Dialer/src/com/android/dialer/voicemail/
VoicemailPlaybackPresenter.java 224 * Must be invoked when the parent Activity is saving it state.
301 * Must be invoked when the parent activity is paused.
320 * Must be invoked when the parent activity is destroyed.
533 * Invoked if preparing the media player fails, for example, if file is missing or the voicemail
538 handleError(new IllegalStateException("MediaPlayer error listener invoked: " + extra));
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_signal.py 57 print "handlerA invoked from signal %s at:\n%s" % (
63 print "handlerB invoked from signal %s at:\n%s" % (
402 print("SIGALRM handler invoked", args)
420 print("SIGVTALRM handler invoked", args)
427 print("SIGPROF handler invoked", args)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_signal.py 57 print "handlerA invoked from signal %s at:\n%s" % (
63 print "handlerB invoked from signal %s at:\n%s" % (
402 print("SIGALRM handler invoked", args)
420 print("SIGVTALRM handler invoked", args)
427 print("SIGPROF handler invoked", args)
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
ITreeAdaptor.cs 198 * This is invoked from an imaginary node ref on right side of a
210 * This is invoked from an imaginary node ref on right side of a
222 * This is invoked from an imaginary node ref on right side of a
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/
TreeAdaptor.java 164 * This is invoked from an imaginary node ref on right side of a
172 * This is invoked from an imaginary node ref on right side of a
180 * This is invoked from an imaginary node ref on right side of a
  /external/glide/library/src/main/java/com/bumptech/glide/request/
GenericRequest.java 394 * A callback method that should never be invoked directly.
442 * A callback method that should never be invoked directly.
499 * A callback method that should never be invoked directly.
  /external/glide/third_party/gif_encoder/src/main/java/com/bumptech/glide/gifencoder/
AnimatedGifEncoder.java 113 * 1; 0 means play indefinitely. Must be invoked before the first image is
143 * <code>setSize</code> was not invoked, the size of the first image is used
247 * added if this method is not invoked.
  /external/javassist/src/main/javassist/compiler/
Javac.java 510 * stack. This method is for methods invoked by INVOKESPECIAL.
579 * have been invoked.
603 * have been invoked.
  /external/proguard/src/proguard/optimize/peephole/
MethodInliner.java 39 * This AttributeVisitor inlines short methods or methods that are only invoked
215 // Only inline the method if it is invoked once or if it is short.
552 // is invoked with an empty stack.
  /external/valgrind/coregrind/
m_stacks.c 178 * Register a new stack from start - end. This is invoked from the
213 * Deregister a stack. This is invoked from the VALGRIND_STACK_DEREGISTER
243 * Change a stack. This is invoked from the VALGRIND_STACK_CHANGE client
  /frameworks/base/core/java/android/nfc/cardemulation/
HostApduService.java 109 * can be invoked to handle APDUs.
123 * is to be invoked in case of conflict.
333 * application will be invoked for the next tap only.
  /frameworks/base/core/java/android/widget/
CompoundButton.java 167 * Register a callback to be invoked when the checked state of this button
177 * Register a callback to be invoked when the checked state of this button
188 * Interface definition for a callback to be invoked when the checked state
SimpleAdapter.java 43 * is invoked. If the returned value is true, binding has occurred.
48 * is invoked.
50 * {@link #setViewImage(ImageView, int)} or {@link #setViewImage(ImageView, String)} is invoked.
SimpleCursorTreeAdapter.java 33 * is invoked. If the returned value is true, binding has occurred. If the
35 * {@link #setViewText(TextView, String)} is invoked. If the returned value
37 * {@link #setViewImage(ImageView, String)} is invoked. If no appropriate
  /frameworks/base/docs/html/design/wear/
patterns.jd 59 <p>Tapping on an action button can cause an action to be executed, an action to be continued on the companion handheld, or a full screen activity to be invoked for further input (see the <a href="#2DPicker">2D Picker</a> section below).</p>
74 <li>The cue card can be invoked to continue specifying the action. For example in a messaging application, tapping a ?Reply? action button invokes the Cue Card and prompts for voice input. In this case the prompt label (such as ?Speak your message??) and a set of sample voice suggestions can be specified by developers.</li>
130 <p>A 2D Picker component in your app can be invoked from the cue card or from an action button. It allows users to choose from a list of items, and optionally select an attribute of each item. For example, for a social check-in app, you could show a 2D Picker with a vertical list of places
  /frameworks/base/docs/html/training/material/
lists-cards.jd 163 // Create new views (invoked by the layout manager)
176 // Replace the contents of a view (invoked by the layout manager)
185 // Return the size of your dataset (invoked by the layout manager)
  /frameworks/compile/slang/
README.rst 207 // In general, this method would not be invoked directly
281 If both in and out are present, root must only be invoked with types of
291 rs_allocation, rs_font, or rs_script). This function will be invoked
  /frameworks/rs/api/
rs_for_each.spec 38 This type is used to suggest how the invoked kernel should iterate over the cells of the
100 function will be invoked repeatedly over the cells of the specificed allocation, filling
108 The kernel can be invoked with just an input allocation or just an output allocation.
  /frameworks/rs/scriptc/
rs_for_each.rsh 35 * This type is used to suggest how the invoked kernel should iterate over the cells of the
100 * function will be invoked repeatedly over the cells of the specificed allocation, filling
108 * The kernel can be invoked with just an input allocation or just an output allocation.
  /frameworks/support/v4/java/android/support/v4/widget/
SimpleCursorAdapter.java 103 * is invoked. If the returned value is true, binding has occured. If the
105 * {@link #setViewText(TextView, String)} is invoked. If the returned value is
107 * {@link #setViewImage(ImageView, String)} is invoked. If no appropriate
  /frameworks/volley/src/main/java/com/android/volley/toolbox/
ImageLoader.java 123 * be invoked to reflect any cached data that was already available. If the
176 * If the default was returned, the {@link ImageLoader} will be invoked when the
492 throw new IllegalStateException("ImageLoader must be invoked from the main thread.");
  /libcore/luni/src/main/java/java/lang/
Throwable.java 147 * to this {@code Throwable}. This method is invoked by the {@code Throwable} constructors.
277 * {@link #getCause() cause}, the method will be invoked recursively for
292 * {@link #getCause() cause}, the method will be invoked recursively for the
  /packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
AdapterProperties.java 292 // This function shall be invoked from BondStateMachine whenever the bond
628 // When BT disable is invoked, set the scan_mode to NONE
638 // When BT disable is invoked, set the scan_mode to NONE
  /packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/
ProfileOwnerProvisioningService.java 265 // onError() is not invoked for failures in
332 mLastErrorMessage = "finish() invoked in STATUS_UNKNOWN";
349 ProvisionLogger.logw("finish() invoked multiple times?");
  /packages/apps/UnifiedEmail/src/com/google/android/mail/common/base/
Splitter.java 64 * {@link #omitEmptyStrings()} methods were invoked.
68 * is invoked on! You must store and use the new splitter instance returned by
360 * invoked after a call to {@code separatorStart}.

Completed in 482 milliseconds

<<31323334353637383940>>