OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:calling
(Results
201 - 225
of
3111
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/webkit/WebCore/loader/
SubresourceLoader.cpp
184
//
Calling
removeSubresourceLoader will likely result in a call to deref, so we must protect ourselves.
204
//
Calling
removeSubresourceLoader will likely result in a call to deref, so we must protect ourselves.
222
//
Calling
removeSubresourceLoader will likely result in a call to deref, so we must protect ourselves.
231
// The only way the subresource loader can reach the terminal state here is if the run loop spins when
calling
/external/webkit/WebKit/chromium/public/
WebMessagePortChannelClient.h
40
// Alerts that new messages have arrived, which are retrieved by
calling
/external/wpa_supplicant_6/wpa_supplicant/src/wps/
wps.c
31
* registration run has been completed by
calling
wps_deinit().
130
* responsible for reassembling the messages before
calling
this function.
131
* Response to this message is built by
calling
wps_get_msg().
150
* This function is used to build a response to a message processed by
calling
/frameworks/base/awt/java/awt/
EventQueue.java
75
* Returns true if the
calling
thread is the current AWT EventQueue's
78
* @return true, if the
calling
thread is the current AWT EventQueue's
150
* the EventQueue associated with the
calling
thread.
172
* with the
calling
thread.
/frameworks/base/test-runner/src/android/test/suitebuilder/
TestSuiteBuilder.java
130
* Include all junit tests that satisfy the requirements in the
calling
class' package and all
141
// We want to get the package of this method's
calling
class. This method's
calling
class
147
// We've found this class in the call stack. The
calling
class must be the
/hardware/msm7k/librpc/rpc/
rpc.h
32
* do remote procedure
calling
.
/ndk/samples/hello-jni/src/com/example/hellojni/
HelloJni.java
32
* the text is retrieved by
calling
a native
/dalvik/libcore/dalvik/src/main/java/dalvik/system/
VMRuntime.java
136
* This may or may not happen in the context of the
calling
thread.
192
* implementation,
calling
this method should have no effect.
200
* implementation,
calling
this method should have no effect.
/dalvik/libcore/luni-kernel/src/main/java/org/apache/harmony/kernel/vm/
LangAccess.java
54
ClassLoader
calling
= VMStack.getCallingClassLoader2();
local
57
if ((
calling
!= null) && (
calling
!= current)) {
/dalvik/libcore/sql/src/main/java/java/sql/
SQLData.java
72
* by
calling
the relevant reader method for the type involved (e.g. {@code
78
* The supplied input stream is typically initialized by the
calling
JDBC
99
* <li>Write each item by
calling
a method on the output stream, in the
/dalvik/vm/arch/x86/
Call386ABI.S
19
* local
calling
conventions.
30
The method we are
calling
has the form:
38
us to convert these into local
calling
conventions.
/development/samples/ApiDemos/tests/src/com/example/android/apis/app/
ForwardingTest.java
91
// another activity (by
calling
startActivity) and close itself (by
calling
finish()).
126
// of
calling
onDestroy().
/external/icu4c/samples/ucnv/
flagcb.c
123
/* cleanup - free the memory AFTER
calling
the sub CB */
221
printf("debugCB_fromU:%p
calling
subCB %p\n", ctx, cloned->subCallback);
227
printf("debugCB_fromU:%p, NOT
calling
subCB, it's NULL\n", ctx);
/external/junit/src/junit/framework/
TestCase.java
30
* by
calling
<code>assertTrue</code> with a boolean.
80
* is not intended to be used by mere mortals without
calling
setName().
148
assertNotNull(fName); // Some VMs crash when
calling
getMethod(null,null);
/external/kernel-headers/original/asm-x86/
semaphore_32.h
24
* do this). Changed
calling
sequences from push/jmp to
86
fastcall void __down_failed(void /* special register
calling
convention */);
89
fastcall void __up_wakeup(void /* special register
calling
convention */);
/external/opencore/oscl/oscl/osclproc/src/
oscl_double_list.cpp
99
//offset must be set before
calling
this
122
//offset must be set before
calling
this
138
//offset must be set before
calling
this
/external/webkit/JavaScriptCore/icu/unicode/
putil.h
78
* This function is not thread-safe. Use it before
calling
ICU APIs from
92
* platform documentation on setlocale() before
calling
this function.
103
* platform documentation on setlocale() before
calling
this function.
/external/webkit/JavaScriptGlue/icu/unicode/
putil.h
78
* This function is not thread-safe. Use it before
calling
ICU APIs from
92
* platform documentation on setlocale() before
calling
this function.
103
* platform documentation on setlocale() before
calling
this function.
/external/webkit/WebCore/icu/unicode/
putil.h
78
* This function is not thread-safe. Use it before
calling
ICU APIs from
92
* platform documentation on setlocale() before
calling
this function.
103
* platform documentation on setlocale() before
calling
this function.
/external/webkit/WebKit/mac/icu/unicode/
putil.h
78
* This function is not thread-safe. Use it before
calling
ICU APIs from
92
* platform documentation on setlocale() before
calling
this function.
103
* platform documentation on setlocale() before
calling
this function.
/frameworks/base/core/java/android/inputmethodservice/
AbstractInputMethodService.java
58
* Instantiate a new client session for the input method, by
calling
67
* Take care of enabling or disabling an existing session by
calling
its
76
* Take care of killing an existing session by
calling
its
/frameworks/base/core/java/android/os/
Looper.java
68
* {@link #loop()} after
calling
this method, and end it by
calling
134
* null if the
calling
thread is not associated with a Looper.
/hardware/broadcom/wlan/bcm4329/src/bcmsdio/sys/
bcmsdh_sdmmc_linux.c
95
sd_trace(("NIC found,
calling
bcmsdh_probe...\n"));
103
sd_trace(("F2 found,
calling
bcmsdh_probe...\n"));
119
sd_trace(("F2 found,
calling
bcmsdh_probe...\n"));
/packages/apps/Browser/src/com/android/browser/
CombinedBookmarkHistoryActivity.java
42
* Intent to be passed to
calling
Activity when finished. Keep a pointer to
47
* Result code to pass back to
calling
Activity when finished.
164
* Store extra data in the Intent to return to the
calling
Activity to tell
/dalvik/libcore/security/src/main/java/java/security/
Identity.java
87
* If a {@code SecurityManager} is installed, code
calling
this method needs
146
* If a {@code SecurityManager} is installed, code
calling
this method needs
259
* If a {@code SecurityManager} is installed, code
calling
this method needs
307
* If a {@code SecurityManager} is installed, code
calling
this method needs
411
* If a {@code SecurityManager} is installed, code
calling
this method
Completed in 281 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>