OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:invocation
(Results
301 - 325
of
1095
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/external/webkit/Source/WebCore/editing/
VisibleSelection.h
148
// Outside the WebCore namespace for ease of
invocation
from gdb.
/external/webkit/Source/WebCore/manual-tests/inspector/
debugger-watch-expressions.html
30
Also note that as the scope changes due to the function
invocation
, values
/external/webkit/Source/WebKit/mac/WebView/
WebClipView.mm
70
// NSView, and while correct for any one
invocation
of drawRect:,
/external/webkit/Source/WebKit2/UIProcess/API/mac/
WKPrintingView.mm
516
NSInvocation *
invocation
= [NSInvocation invocationWithMethodSignature:[WKPrintingView instanceMethodSignatureForSelector:@selector(_drawPageBorderWithSizeOnMainThread:)]];
517
[
invocation
setSelector:@selector(_drawPageBorderWithSizeOnMainThread:)];
518
[
invocation
setArgument:&borderSize atIndex:2];
519
[
invocation
performSelectorOnMainThread:@selector(invokeWithTarget:) withObject:self waitUntilDone:YES];
/external/webkit/Tools/android/flex-2.5.4a/MISC/Macintosh/
alloca.c
22
invocation
. This heuristic does not reclaim storage as
/frameworks/base/core/java/android/os/
UEventObserver.java
155
*
invocation
of startObserving in this process.<p>
/frameworks/base/test-runner/src/android/test/
ActivityInstrumentationTestCase2.java
74
* For each test method
invocation
, the Activity will not actually be created until the first
AndroidTestRunner.java
122
runFailed("
Invocation
exception test suite provider. Class: " + clazz.getName());
/libcore/dom/src/test/java/org/w3c/domts/level1/core/
hc_namednodemapreturnattrnode.java
33
* list is created an
invocation
of the "getNamedItem(name)"
hc_namednodemapsetnameditem.java
34
* list is created an
invocation
of the "setNamedItem(arg)"
namednodemapreturnattrnode.java
36
* list is created an
invocation
of the "getNamedItem(name)"
/libcore/luni/src/main/java/java/nio/channels/spi/
AbstractInterruptibleChannel.java
124
* closed through another
invocation
of {@code close()} and that the method
/ndk/sources/host-tools/sed-4.2.1/build-aux/
depcomp
162
## Some versions of the HPUX 10.20 sed can't process this
invocation
298
# Some versions of the HPUX 10.20 sed can't process this
invocation
454
## Some versions of the HPUX 10.20 sed can't process this
invocation
509
## Some versions of the HPUX 10.20 sed can't process this
invocation
/packages/apps/Contacts/tests/src/com/android/contacts/tests/allintents/
ResultActivity.java
45
* An activity that shows the result of a contacts activity
invocation
.
/packages/apps/Mms/src/org/w3c/dom/events/
Event.java
121
* final
invocation
takes precedence. If called from a subclass of
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
gcc-plugin.h
117
PLUGIN_INFO - plugin
invocation
information.
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/
gcc-plugin.h
118
PLUGIN_INFO - plugin
invocation
information.
/prebuilt/linux-x86/toolchain/arm-linux-androideabi-4.4.x/lib/gcc/arm-linux-androideabi/4.4.3/plugin/include/
gcc-plugin.h
118
PLUGIN_INFO - plugin
invocation
information.
/sdk/files/
find_java.bat
43
rem depending on the current
invocation
context
/system/core/adb/
backup_service.c
57
// Command string and choice of stdin/stdout for the pipe depend on our
invocation
/system/media/mca/filterfw/jni/
jni_util.cpp
120
//
invocation
. Instead, store the class objects and use those.
/dalvik/vm/mterp/armv5te/
footer.S
251
* Return from the translation cache to the interpreter to do method
invocation
.
274
* Return from the translation cache to the interpreter to do method
invocation
.
469
* Common code for jumbo method
invocation
.
498
* Common code for method
invocation
with range.
528
* Common code for method
invocation
without range.
739
* Common code for method
invocation
, calling through "glue code".
[
all
...]
/external/proguard/src/proguard/optimize/evaluation/
EvaluationShrinker.java
163
if (DEBUG) System.out.println("
Invocation
simplification:");
181
// The
invocation
of the "super" or "this" <init> method inside a
515
// Make the method
invocation
static, if possible.
631
// Mark the initializer
invocation
, if this is a 'new' instruction.
[
all
...]
/external/apache-harmony/nio/src/test/java/common/org/apache/harmony/nio/tests/java/nio/channels/
SelectorTest.java
312
// try to wakeup select. The
invocation
sequence of wakeup and select
327
// try to wakeup select. The
invocation
sequence of wakeup and select
/external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/provider/crypto/
SHA1PRNG_SecureRandomTest.java
237
*
invocation
of "nextBytes(new byte[0])" method are first ones
241
*
invocation
of "setSeed(..)" methods are first ones
Completed in 1949 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>