OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:invoked
(Results
1 - 25
of
3054
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/mesa3d/src/glsl/glcpp/tests/
085-incorrect-argument-count.c.expected
1
0:2(1): preprocessor error: Error: macro MULT
invoked
with 1 arguments (expected 2)
3
0:3(1): preprocessor error: Error: macro MULT
invoked
with 1 arguments (expected 2)
5
0:4(1): preprocessor error: Error: macro MULT
invoked
with 3 arguments (expected 2)
/art/test/078-polymorphic-virtual/
info.txt
2
calless
invoked
10,000,000 times each in three threads.
/external/google-tv-pairing-protocol/cpp/src/polo/pairing/
pairinglistener.h
32
//
Invoked
when a pairing session has been created.
35
//
Invoked
when a pairing session has ended.
38
//
Invoked
when the output device role should be performed. The client should
42
//
Invoked
when the input device role should be performed. The client should
46
//
Invoked
when pairing has completed successfully.
49
//
Invoked
when the pairing operation has been cancelled.
52
//
Invoked
if there was an error during the pairing process.
/external/llvm/test/MC/AsmParser/
directive-warning.s
4
// CHECK: warning: .warning directive
invoked
in source file
11
// CHECK: warning: .warning directive
invoked
in source file
18
// CHECK-NOT: warning: .warning directive
invoked
in source file
/libcore/luni/src/main/java/java/lang/reflect/
InvocationHandler.java
21
* Implementors of this interface dispatch methods
invoked
on proxy instances.
28
* Handles the method which was originally
invoked
on the proxy instance. A
43
* the proxy instance on which the method was
invoked
45
* the method
invoked
on the proxy instance
54
* the exception to throw from the
invoked
method on the proxy.
56
* of the
invoked
method or any unchecked exception type. If not
/external/javasqlite/src/main/java/SQLite/
ProgressHandler.java
10
*
Invoked
for N SQLite VM opcodes.
BusyHandler.java
10
*
Invoked
when a table is locked by another process
/external/junit/src/org/junit/internal/runners/model/
ReflectiveCallable.java
9
* When
invoked
, throws the exception from the reflected method, rather than
/external/junit/src/org/junit/rules/
TestWatcher.java
62
*
Invoked
when a test succeeds
70
*
Invoked
when a test fails
79
*
Invoked
when a test is about to start
88
*
Invoked
when a test method finishes (whether passing or failing)
TestWatchman.java
68
*
Invoked
when a test method succeeds
76
*
Invoked
when a test method fails
85
*
Invoked
when a test method is about to start
94
*
Invoked
when a test method finishes (whether passing or failing)
/ndk/sources/cxx-stl/gabi++/tests/
unexpected_02.cpp
10
// do nothing and return, so that std::terminate() can be
invoked
.
/external/jmonkeyengine/engine/src/core/com/jme3/input/
RawInputListener.java
58
*
Invoked
on joystick axis events.
65
*
Invoked
on joystick button presses.
72
*
Invoked
on mouse movement/motion events.
79
*
Invoked
on mouse button events.
86
*
Invoked
on keyboard key press or release events.
94
*
Invoked
on touchscreen touch events.
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/org/xml/sax/support/
MethodLogger.java
29
* The names of the
invoked
methods, in order.
34
* The parameter lists of the
invoked
methods, in order.
50
* Returns the number of method
invoked
so far.
64
* Returns the name of the last method that was
invoked
. Returns null if no
80
* Returns the argument array of the last method that was
invoked
. Returns
81
* null if no method has been
invoked
so far.
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Events/
MethodExitWithReturnValueDebuggee.java
111
logWriter.println("--> booleanMethod() is
invoked
, return value:" + b);
114
logWriter.println("--> shortMethod() is
invoked
, return value:" + s);
117
logWriter.println("--> charMethod() is
invoked
, return value:" + c);
120
logWriter.println("--> intMethod() is
invoked
, return value:" + i);
123
logWriter.println("--> longMethod() is
invoked
, return value:" + l);
126
logWriter.println("--> doubleMethod() is
invoked
, return value:" + d);
129
logWriter.println("--> voidMethod() is
invoked
");
136
logWriter.println("--> exceptionMethod() is
invoked
.");
/external/clang/include/clang/Lex/
CodeCompletionHandler.h
28
/// \brief Callback
invoked
when performing code completion for a preprocessor
31
/// This callback will be
invoked
when the preprocessor processes a '#' at the
38
/// \brief Callback
invoked
when performing code completion within a block of
42
/// \brief Callback
invoked
when performing code completion in a context
49
/// \brief Callback
invoked
when performing code completion in a preprocessor
53
/// \brief Callback
invoked
when performing code completion inside a
58
/// callback is
invoked
inside a macro argument.
63
/// \brief Callback
invoked
when performing code completion in a part of the
/external/skia/include/core/
SkDrawPictureCallback.h
18
* of the picture, this callback will periodically be
invoked
. If its
22
* callback will be
invoked
. If the abort happens inside some level of nested
/hardware/libhardware/include/hardware/
bt_gatt_client.h
120
/** Callback
invoked
in response to register_client */
127
/** GATT open callback
invoked
in response to open */
130
/** Callback
invoked
in response to close */
135
*
Invoked
in response to search_service when the GATT service search
157
/** Callback
invoked
in response to [de]register_for_notification */
163
* Remote device notification callback,
invoked
when a remote device sends
179
/** Callback
invoked
in response to read_descriptor */
183
/** Callback
invoked
in response to write_descriptor */
196
/** Callback
invoked
when the MTU for a given connection changes */
199
/** Callback
invoked
when a scan filter configuration command has completed *
[
all
...]
bt_gatt_server.h
46
/** Callback
invoked
in response to register_server */
54
/** Callback
invoked
in response to create_service */
62
/** Callback
invoked
when a characteristic has been added to a service */
66
/** Callback
invoked
when a descriptor has been added to a characteristic */
70
/** Callback
invoked
in response to start_service */
74
/** Callback
invoked
in response to stop_service */
83
* Callback
invoked
when a remote device has requested to read a characteristic
90
* Callback
invoked
when a remote device has requested to write to a
97
/** Callback
invoked
when a previously prepared write is to be executed */
120
/** Callback
invoked
when the MTU for a given connection changes *
[
all
...]
/external/lldb/utils/vim-lldb/python-vim-lldb/
plugin.py
10
sys.stderr.write("Unable to load vim/lldb module. Check lldb is on the path is available (or LLDB is set) and that script is
invoked
inside Vim with :pyfile")
/system/bt/btif/include/
btif_sm.h
51
** NOTE: THESE APIs SHOULD BE
INVOKED
ONLY IN THE BTIF CONTEXT
62
** be available until the btif_sm_shutdown API is
invoked
.
109
** shall be
invoked
before exiting the current state. The
110
** 'BTIF_SM_ENTER_EVT' shall be
invoked
before entering the new state
/system/bt/hci/include/
btsnoop_mem.h
25
// Callback
invoked
for each HCI packet.
30
// be
invoked
once for each HCI packet/event.
33
// This function is
invoked
every time an HCI packet
/frameworks/base/core/java/android/bluetooth/
BluetoothGattCallback.java
40
* Callback
invoked
when the list of remote services, characteristics and descriptors
43
* @param gatt GATT client
invoked
{@link BluetoothGatt#discoverServices}
53
* @param gatt GATT client
invoked
{@link BluetoothGatt#readCharacteristic}
66
* <p>If this callback is
invoked
while a reliable write transaction is
72
* @param gatt GATT client
invoked
{@link BluetoothGatt#writeCharacteristic}
96
* @param gatt GATT client
invoked
{@link BluetoothGatt#readDescriptor}
109
* @param gatt GATT client
invoked
{@link BluetoothGatt#writeDescriptor}
120
* Callback
invoked
when a reliable write transaction has been completed.
122
* @param gatt GATT client
invoked
{@link BluetoothGatt#executeReliableWrite}
135
* @param gatt GATT client
invoked
{@link BluetoothGatt#readRemoteRssi
[
all
...]
/packages/apps/Camera2/src/com/android/camera/one/v2/core/
ResponseListener.java
31
* Note that this is typically
invoked
on the camera thread and at high
41
* Note that this is typically
invoked
on the camera thread and at high
51
* Note that this is typically
invoked
on the camera thread and at high
61
* Note that this is typically
invoked
on the camera thread and at high
71
* Note that this is typically
invoked
on the camera thread and at high
81
* Note that this is typically
invoked
on the camera thread and at high
/packages/apps/Camera2/src/com/android/camera/async/
Observable.java
35
* Adds the given callback to be
invoked
upon changes, returning a handle to
38
* Note that the callback may be
invoked
multiple times even if the value
42
* @param executor The executor on which the callback will be
invoked
.
/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/util/
MultiSynch.java
32
*
Invoked
by MultiSynch.run(...)
43
* @param action Action to be
invoked
once full synchronization has been obtained.
52
* @param action Action to be
invoked
once full synchronization has been obtained.
61
* @param action Action to be
invoked
once full synchronization has been obtained.
Completed in 132 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>