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

12 3 4 5 6 7 8 91011>>

  /external/compiler-rt/test/tsan/
deflake.bash 3 # It is invoked from lit tests as:
  /external/jmonkeyengine/engine/src/core/com/jme3/animation/
AnimEventListener.java 44 * Invoked when an animation "cycle" is done. For non-looping animations,
45 * this event is invoked when the animation is finished playing. For
46 * looping animations, this even is invoked each time the animation is restarted.
55 * Invoked when a animation is set to play by the user on the given channel.
  /external/jmonkeyengine/engine/src/core/com/jme3/input/controls/
ActionListener.java 42 * the event will be invoked when the button is pressed, with <code>value</code>
43 * set to <code>true</code>, and will be invoked again when the button is released,
51 * Called when an input to which this listener is registered to is invoked.
53 * @param name The name of the mapping that was invoked
  /external/kernel-headers/original/uapi/asm-arm/asm/
sigcontext.h 6 * before the signal handler was invoked. Note: only add new entries
  /external/clang/include/clang/Lex/
PPCallbacks.h 45 /// \brief Callback invoked whenever a source file is entered or exited.
54 /// \brief Callback invoked whenever a source file is skipped as the result
66 /// \brief Callback invoked whenever an inclusion directive results in a
83 /// \brief Callback invoked whenever an inclusion directive of
131 /// \brief Callback invoked whenever there was an explicit module-import
146 /// \brief Callback invoked when the end of the main file is reached.
152 /// \brief Callback invoked when a \#ident or \#sccs directive is read.
159 /// \brief Callback invoked when start reading any pragma directive.
164 /// \brief Callback invoked when a \#pragma comment directive is read.
169 /// \brief Callback invoked when a \#pragma detect_mismatch directive i
    [all...]
  /cts/tests/tests/text/src/android/text/cts/
InputFilter_AllCapsTest.java 28 // Implicitly invoked
47 // Explicitly invoked
  /external/guava/guava/src/com/google/common/base/
FinalizableReference.java 28 * Invoked on a background thread after the referent has been garbage collected unless security
29 * restrictions prevented starting a background thread, in which case this method is invoked when
  /external/guava/guava/src/com/google/common/util/concurrent/
FutureCallback.java 35 * Invoked with the result of the {@code Future} computation when it is
41 * Invoked when a {@code Future} computation fails or is canceled.
  /external/selinux/libsemanage/man/man3/
semanage_bool_set_active.3 22 is invoked, changes will be written permanently into the local store, and will be loaded into policy. Validity of the object being added is checked at commit time.
43 In case of failure, \-1 is returned, and the semanage error callback is invoked, describing the error.
semanage_del.3 22 is invoked. Additional checks may be performed at that time to ensure the system is left in a valid state.
43 In case of failure, \-1 is returned, and the semanage error callback is invoked, describing the error.
semanage_modify.3 24 is invoked, changes will be permanently written into the local store, and then loaded into policy. Validity of the object being added is checked at commit time. Adding new objects with respect to policy is allowed, except in the case of booleans. Attempt to add new booleans with respect to policy will fail at commit time.
45 In case of failure, \-1 is returned, and the semanage error callback is invoked, describing the error.
  /external/v8/include/
v8-platform.h 43 * Schedules a task to be invoked on a background thread. |expected_runtime|
53 * Schedules a task to be invoked on a foreground thread wrt a specific
  /frameworks/base/core/java/com/android/internal/widget/
LockPatternChecker.java 14 * Interface for a callback to be invoked after security check.
18 * Invoked when a security check is finished.
28 * Interface for a callback to be invoked after security verification.
32 * Invoked when a security verification is finished.
48 * @param callback The callback to be invoked with the verification result.
83 * @param callback The callback to be invoked with the check result.
118 * @param callback The callback to be invoked with the verification result.
153 * @param callback The callback to be invoked with the check result.
  /frameworks/compile/slang/
slang_rs_exportable.h 48 // When keep() is invoked, mKeep will set to true and the associated RSContext
50 // responsibility is then transferred to the object who invoked this function.
  /frameworks/support/v4/donut/android/support/v4/animation/
AnimatorListenerCompat.java 36 * <p>Notifies the end of the animation. This callback is not invoked
44 * <p>Notifies the cancellation of the animation. This callback is not invoked
  /frameworks/support/v4/ics/android/support/v4/view/
ViewPropertyAnimatorListener.java 33 * <p>Notifies the end of the animation. This callback is not invoked
41 * <p>Notifies the cancellation of the animation. This callback is not invoked
  /packages/apps/Contacts/src/com/android/contacts/list/
OnContactBrowserActionListener.java 26 * Notification of selection change, invoked when the selection of activated
49 * Invoked if the requested selected contact is not found in the list.
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/p2p/testcase/
ListenerTest.java 57 * Check the callback with the expected argument is invoked successfully within
62 * @return if true, the appropriate callback is invoked successfully.
72 * Check the callbacks with the expected argument are all invoked successfully
77 * @return if true, the all appropriate callbacks are invoked successfully.
92 // the invalid callback is invoked before.
  /external/clang/include/clang/Sema/
ExternalSemaSource.h 97 /// invoked multiple times; the external source should take care not to
107 /// invoked multiple times; the external source should take care not to
117 /// invoked multiple times; the external source should take care not to
127 /// invoked multiple times; the external source should take care not to
135 /// be invoked multiple times; the external source should take care not to
145 /// may be invoked multiple times; the external source should take care not
154 /// the given vector. Note that this routine may be invoked multiple times;
163 /// vector. Note that this routine may be invoked multiple times; the external
171 /// given vector. Note that this routine may be invoked multiple times; the
181 /// into the map. Note that this routine may be invoked multiple times; th
    [all...]
  /development/samples/training/threadsample/src/com/example/android/threadsample/
PhotoFragment.java 79 * This callback is invoked when users click on a displayed image. The input argument is
91 * This callback is invoked when the Fragment is created.
99 * This callback is invoked as the Fragment's View is being constructed.
116 * class is invoked when users click a photo.
133 * This callback is invoked as the Fragment's View is being destroyed
152 * This callback is invoked when the Fragment is no longer attached to its Activity.
168 * This callback is invoked if the system asks the Fragment to save its state. This allows the
  /external/llvm/include/llvm/CodeGen/
ScheduleHazardRecognizer.h 64 /// Reset - This callback is invoked when a new block of
69 /// EmitInstruction - This callback is invoked when an instruction is
73 /// PreEmitNoops - This callback is invoked prior to emitting an instruction.
82 /// ShouldPreferAnother - This callback may be invoked if getHazardType
89 /// AdvanceCycle - This callback is invoked whenever the next top-down
96 /// RecedeCycle - This callback is invoked whenever the next bottom-up
101 /// EmitNoop - This callback is invoked when a noop was added to the
  /external/openfst/src/include/fst/
dfs-visit.h 50 // // Invoked before DFS visit
52 // // Invoked when state discovered (2nd arg is DFS tree root)
54 // // Invoked when tree arc examined (to white/undiscovered state)
56 // // Invoked when back arc examined (to grey/unfinished state)
58 // // Invoked when forward or cross arc examined (to black/finished state)
60 // // Invoked when state finished (PARENT is kNoStateID and ARC == NULL
63 // // Invoked after DFS visit
  /frameworks/base/core/java/android/content/
DialogInterface.java 72 * This method will be invoked when the dialog is canceled.
86 * This method will be invoked when the dialog is dismissed.
100 * This method will be invoked when the dialog is shown.
114 * This method will be invoked when a button in the dialog is clicked.
131 * This method will be invoked when an item in the dialog is clicked.
141 * Interface definition for a callback to be invoked when a key event is
142 * dispatched to this dialog. The callback will be invoked before the key
  /frameworks/base/core/java/android/view/
ViewTreeObserver.java 44 // Any listener invoked from ViewRootImpl.performTraversals() should not be recursive
61 * Interface definition for a callback to be invoked when the view hierarchy is
66 * Callback method to be invoked when the view hierarchy is attached to a window
71 * Callback method to be invoked when the view hierarchy is detached from a window
77 * Interface definition for a callback to be invoked when the view hierarchy's window
82 * Callback method to be invoked when the window focus changes in the view tree.
91 * Interface definition for a callback to be invoked when the focus state within
96 * Callback method to be invoked when the focus changes in the view tree. When
109 * Interface definition for a callback to be invoked when the global layout state
114 * Callback method to be invoked when the global layout state or the visibility of view
    [all...]
  /developers/build/prebuilts/gradle/RecyclerView/Application/src/main/java/com/example/android/recyclerview/
CustomAdapter.java 70 // Create new views (invoked by the layout manager)
82 // Replace the contents of a view (invoked by the layout manager)
93 // Return the size of your dataset (invoked by the layout manager)

Completed in 405 milliseconds

12 3 4 5 6 7 8 91011>>