OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:invoked
(Results
126 - 150
of
3054
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/developers/samples/android/content/multiuser/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
/development/samples/LunarLander/src/com/example/android/lunarlander/
LunarLander.java
59
*
Invoked
during init to give the Activity a chance to set up its Menu.
80
*
Invoked
when the user selects an item from the Menu.
117
*
Invoked
when the Activity is created.
148
*
Invoked
when the Activity loses user focus.
/development/samples/SampleSyncAdapter/src/com/example/android/samplesync/syncadapter/
SyncService.java
23
* Service to handle Account sync. This is
invoked
with an intent with action
/development/samples/browseable/AppRestrictions/src/com.example.android.apprestrictions/
CustomRestrictionsActivity.java
27
* the activity is
invoked
(from Settings > Users), the stored settings are used to initialize
/external/guava/guava/src/com/google/common/eventbus/
Subscribe.java
35
* methods will be
invoked
serially by each event bus that they are registered
/external/guava/guava/src/com/google/common/util/concurrent/
AbstractExecutionThreadService.java
94
* Start the service. This method is
invoked
on the execution thread.
101
* Run the service. This method is
invoked
on the execution thread.
117
* Stop the service. This method is
invoked
on the execution thread.
125
*
Invoked
to request the service to stop.
/external/guava/guava-gwt/test-super/com/google/common/collect/super/com/google/common/collect/
AbstractIteratorTest.java
51
fail("Should not have been
invoked
again");
68
// Make sure computeNext() doesn't get
invoked
again
94
fail("Should not have been
invoked
again");
140
fail("Should not have been
invoked
again");
/external/guava/guava-testlib/src/com/google/common/collect/testing/google/
MultisetSetCountUnconditionallyTester.java
23
* on a multiset. Can't be
invoked
directly; please see
/external/guava/guava-testlib/src/com/google/common/collect/testing/testers/
CollectionIsEmptyTester.java
27
* collection. Can't be
invoked
directly; please see
CollectionSizeTester.java
24
* Can't be
invoked
directly; please see
ListGetTester.java
23
*
invoked
directly; please see
MapIsEmptyTester.java
27
* map. Can't be
invoked
directly; please see
MapSizeTester.java
24
* Can't be
invoked
directly; please see
/external/guava/guava-tests/test/com/google/common/collect/
AbstractIteratorTest.java
54
fail("Should not have been
invoked
again");
71
// Make sure computeNext() doesn't get
invoked
again
97
fail("Should not have been
invoked
again");
154
fail("Should not have been
invoked
again");
RegularImmutableAsListTest.java
30
* gets
invoked
from other immutable collections.
/external/jmonkeyengine/engine/src/core/com/jme3/input/
package.html
23
// Adds a new mapping "PrintHello" that will be
invoked
when the Return/Enter key is pressed<br>
/external/jmonkeyengine/engine/src/core/com/jme3/post/
package.html
20
of {@link com.jme3.post.Filter filters}. Each are
invoked
in order to apply
/external/kernel-headers/original/uapi/asm-arm64/asm/
sigcontext.h
23
* before the signal handler was
invoked
.
/external/lldb/scripts/
CMakeLists.txt
6
# swig was directly
invoked
on Windows (where the Python API is not being generated) but on other platforms, we need to run the *swig-wrapper-classes.sh shell-scripts.
/external/lldb/test/api/multithreaded/
test_breakpoint_callback.cpp
3
// SBBreakpoint.SetCallback() is
invoked
when a breakpoint is hit.
/external/llvm/test/CodeGen/AArch64/
arm64-fast-isel-alloca.ll
1
; This test should cause the TargetMaterializeAlloca to be
invoked
/external/llvm/test/Transforms/Inline/
invoke_test-2.ll
1
; Test that if an
invoked
function is inlined, and if that function cannot
/external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/core/
IllegalStateException.java
20
* that a server command is
invoked
when its preconditions have not been met.
/external/mockito/cglib-and-asm/src/org/mockito/cglib/proxy/
LazyLoader.java
25
* the enhanced instance is
invoked
. The same object is then used
/external/mockito/src/org/mockito/internal/debugging/
MockitoDebuggerImpl.java
29
out += line("
invoked
: " + i.getLocation());
Completed in 313 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>