OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:invoked
(Results
301 - 325
of
3054
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
ExtractStyleAction.java
26
* Action executed when the "Extract Style" menu item is
invoked
.
UnwrapAction.java
26
* Action executed when the "Remove Container" menu item is
invoked
.
UseCompoundDrawableAction.java
26
* Action executed when the "Convert Layout" menu item is
invoked
.
WrapInAction.java
26
* Action executed when the "Wrap In" menu item is
invoked
.
/external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRTreeAdaptor.m
70
* This is
invoked
from an imaginary node ref on right side of a
86
* This is
invoked
from an imaginary node ref on right side of a
102
* This is
invoked
from an imaginary node ref on right side of a
/external/bison/src/
scan-code.h
58
* - \c code_props_translate_code has never previously been
invoked
for
63
* - \c code_props_translate_code has been
invoked
for that \c code_props,
161
* instance for which \c code_props_translate_code was
invoked
is now
/external/dhcpcd/
dhcpcd-run-hooks.8
52
is
invoked
,
60
was
invoked
.
71
could be
invoked
:
dhcpcd-run-hooks.8.in
52
is
invoked
,
60
was
invoked
.
71
could be
invoked
:
/external/google-tv-pairing-protocol/cpp/src/polo/pairing/
pairingsession.h
73
// Starts the pairing session. The given listener will be
invoked
during the
77
// Sets the secret entered by the user. This must be
invoked
when, and only
84
// should only be
invoked
after OnPerformInputDeviceRole or
/external/libnfc-nci/halimpl/pn54x/tml/
phTmlNfc.h
83
* TML Deferred callback interface structure
invoked
by upper layer
142
uint8_t bWriteCbInvoked; /* Indicates whether write callback is
invoked
during retransmission */
180
pphTmlNfc_DeferFuncPointer_t pDef_call; /*Deferred callback function to be
invoked
*/
phOsalNfc_Timer.c
206
/* Stop the timer only if the callback has not been
invoked
*/
353
** Shall be
invoked
upon expiration of a timer
354
** Shall post message on user thread through which timer callback function shall be
invoked
374
** Shall be
invoked
when any one timer is expired
389
/* Timer is stopped when callback function is
invoked
*/
/frameworks/base/core/java/android/webkit/
WebViewDelegate.java
51
* Register a callback to be
invoked
when tracing for the WebView component has been
71
* Returns true if the draw GL functor can be
invoked
(see {@link #invokeDrawGlFunctor})
82
* may be
invoked
asynchronously.
/frameworks/base/core/tests/coretests/src/android/widget/focus/
RequestFocusTest.java
141
// Check that no callback was
invoked
since focus did not move.
151
* This tests check whether the on focus change callbacks are
invoked
in
184
// Check that no callback was
invoked
since focus did not move.
/frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/create/
OverrideMethod.java
47
* @param signature The signature of the method being
invoked
, composed of the
68
* @param signature The signature of the method being
invoked
, composed of the
129
public static double
invokeD
(String signature, boolean isNative, Object caller) {
/frameworks/data-binding/compiler/src/main/java/android/databinding/annotationprocessor/
ProcessDataBinding.java
149
*
Invoked
in each annotation processing step.
151
* @return True if it is done and should never be
invoked
again.
158
*
Invoked
when processing is done. A good place to generate the output if the
/frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/
CameraAgent.java
90
* @param handler The handler in which the callback will be
invoked
in.
91
* @param cb The callback to be
invoked
.
491
// unlock the sizes when stopPreview() is
invoked
(see related FIXME on
622
* @param cb The callback to be
invoked
when the preview data is available.
631
* @param cb The callback to be
invoked
when the preview data for
641
* @param handler The handler in which the callback will be
invoked
.
642
* @param cb The callback to be
invoked
when the preview data is available.
671
* @param handler The handler in which the callback will be
invoked
.
695
* @param handler The handler in which the callback will be
invoked
.
696
* @param cb The callback to be
invoked
when the preview data is available
[
all
...]
/frameworks/ex/common/java/com/android/common/content/
SQLiteContentProvider.java
69
* The equivalent of the {@link #insert} method, but
invoked
within a transaction.
74
* The equivalent of the {@link #update} method, but
invoked
within a transaction.
80
* The equivalent of the {@link #delete} method, but
invoked
within a transaction.
/libcore/luni/src/main/java/org/w3c/dom/traversal/
NodeIterator.java
84
* <code>detach</code> method was
invoked
.
96
* <code>detach</code> method was
invoked
.
105
* <code>detach</code> has been
invoked
, calls to <code>nextNode</code>
/libcore/luni/src/main/java/org/xml/sax/
ErrorHandler.java
114
*
invoked
when the parser has reported a fatalError() or thrown
123
* after the parser has
invoked
this method, and should continue
126
* other events once this method has been
invoked
.</p>
/ndk/build/tools/toolchain-patches-host/mingw-w64/
mingw-w64-widl.patch
69
Usually this means the macro was only
invoked
conditionally." "$LINENO" 5
73
+Usually this means the macro was only
invoked
conditionally." "$LINENO" 5
77
Usually this means the macro was only
invoked
conditionally." "$LINENO" 5
/packages/apps/Browser/src/com/android/browser/provider/
SQLiteContentProvider.java
67
* The equivalent of the {@link #insert} method, but
invoked
within a transaction.
73
* The equivalent of the {@link #update} method, but
invoked
within a transaction.
79
* The equivalent of the {@link #delete} method, but
invoked
within a transaction.
/packages/apps/Gallery2/src/com/android/photos/data/
SQLiteContentProvider.java
73
* The equivalent of the {@link #insert} method, but
invoked
within a
80
* The equivalent of the {@link #update} method, but
invoked
within a
87
* The equivalent of the {@link #delete} method, but
invoked
within a
/development/samples/training/threadsample/src/com/example/android/threadsample/
PhotoView.java
152
* This callback is
invoked
when the system attaches the ImageView to a Window. The callback
153
* is
invoked
before onDraw(), but may be
invoked
after onMeasure()
174
* This callback is
invoked
when the ImageView is removed from a Window. It "unsets" variables
204
* This callback is
invoked
when the system tells the View to draw itself. If the View isn't
/frameworks/base/core/java/android/hardware/camera2/
CameraCaptureSession.java
59
* associated {@link StateCallback#onClosed onClosed} callback will be
invoked
. All
115
* <p>Once allocation is complete, {@link StateCallback#onSurfacePrepared} will be
invoked
with
158
* remain valid and allocated even when tearDown is
invoked
.</p>
160
* <p>A Surface that has had tearDown() called on it is eligible to have prepare()
invoked
on it
217
* @param handler the handler on which the listener should be
invoked
, or
280
* @param handler the handler on which the listener should be
invoked
, or
351
* @param handler the handler on which the listener should be
invoked
, or
422
* @param handler the handler on which the listener should be
invoked
, or
[
all
...]
/libcore/luni/src/main/java/org/xml/sax/ext/
EntityResolver2.java
52
* if the original SAX 1.0 style entity resolution method is
invoked
.
78
*
invoked
. If it returns a value for the external subset, that root
154
* flags, this method is not
invoked
for such entities. </p>
165
* a general entity. This is never null when
invoked
by a SAX2
177
* This is never null when
invoked
by a SAX2 parser; only declared
Completed in 138 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>