OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:calling
(Results
101 - 125
of
3111
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/cts/tests/tests/jni/src/android/jni/cts/
JniCppTest.java
22
* Basic tests of
calling
the C++ functions that make up the JNI. This
/cts/tests/tests/permission/src/android/permission/cts/
AppWidgetManagerPermissionTest.java
39
* Verify that
calling
/cts/tools/dx-tests/src/dxc/junit/argsreturns/
AllTests.java
36
+ "
calling
method with parameters and return");
/dalvik/libcore/dalvik/src/main/java/dalvik/system/
NativeStart.java
23
*
calling
JNI functions from the C main(), and there's no Java stack frame
/dalvik/libcore/luni/src/main/java/java/io/
Closeable.java
22
* {@link InputStream}s and {@link OutputStream}s.
Calling
the {@code close}
IOException.java
22
*
calling
the constructor, as usual. Note there are also several subclasses of
/dalvik/libcore/prefs/src/main/java/java/util/prefs/
PreferencesFactory.java
30
* Returns the root node of the preferences hierarchy for the
calling
user
/dalvik/libcore/xml/src/main/java/org/apache/xalan/templates/
XSLTVisitable.java
32
* This will traverse the heararchy,
calling
the visitor for
/dalvik/libcore/xml/src/main/java/org/apache/xml/utils/
NodeConsumer.java
27
* setOriginatingNode before
calling
the SAX event. For creating
/dalvik/libcore/xml/src/main/java/org/apache/xpath/
XPathVisitable.java
32
* This will traverse the heararchy,
calling
the visitor for
/dalvik/tests/022-interface/src/
Main.java
18
* test
calling
through an interface
/dalvik/tests/032-concrete-sub/src/
ConcreteSub.java
24
System.out.println("
calling
abs.doStuff()");
/dalvik/tools/dexdeps/
README.txt
6
determine whether an APK is accessing fields and
calling
methods that it
/dalvik/vm/mterp/
Mterp.h
32
*
calling
, then extracts them when the call returns.
/dalvik/vm/native/
SystemThread.h
31
* when
calling
this function.
/development/samples/ApiDemos/src/com/example/android/apis/app/
IRemoteService.aidl
22
* Example of defining an interface for
calling
on to a remote service
/external/emma/core/java12/com/vladium/logging/
Logger.java
45
* <LI> if the
calling
class could be identified and it supplied the
calling
46
* method name, the
calling
method is identified with all name components that
124
* This method acquires no monitors and should be used when
calling
one of
177
* A convenience method to log 'msg' from an anonymous
calling
method
188
* A convenience method to log 'msg' from an anonymous
calling
method
199
* A convenience method to log 'msg' from an anonymous
calling
method
213
* @param method
calling
method name [ignored if null]
224
* @param method
calling
method name [ignored if null]
235
* @param method
calling
method name [ignored if null
[
all
...]
/external/guava/src/com/google/common/base/
Service.java
55
* initiated startup.
Calling
{@link Future#get} will block until the
68
* finished starting. Unlike
calling
{@code start().get()}, this method throws
96
* initiated shutdown.
Calling
{@link Future#get} will block until the
109
* terminated} without having been started nor stopped. Unlike
calling
{@code
/external/kernel-headers/original/asm-arm/
delay.h
15
* it, it means that you're
calling
udelay() with an out of range value.
div64.h
19
*
calling
convention for arguments and results (beware).
/external/kernel-headers/original/asm-x86/
div64.h
17
* This ends up being the most efficient "
calling
/external/libffi/man/
ffi_prep_cif.3
29
specifies a set of
calling
conventions to use.
/external/libpng/scripts/
makefile.watcom
28
#
Calling
convention
29
CALLING
=r # registers
30
#
CALLING
=s # stack
39
CFLAGS=-$(CPU)$(
CALLING
) -fp$(CPU) -fpi87 -oneatx -mf -bt=$(OS) -i=$(ZLIBINC) -zq
/external/netperf/
nettest_sdp.h
33
/* should be made dirty before
calling
recv? */
35
/* recv buffer before
calling
recv? */
131
/* should be made dirty before
calling
recv? */
133
/* recv buffer before
calling
recv? */
/external/quake/src/com/android/quake/
PreconditionActivityHelper.java
37
* have been created by
calling
createPreconditionIntent.
Completed in 188 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>