OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:calling
(Results
551 - 575
of
10091
) sorted by null
<<
21
22
23
24
25
26
27
28
29
30
>>
/libcore/dalvik/src/main/java/dalvik/system/
NativeStart.java
23
*
calling
JNI functions from the C main(), and there's no Java stack frame
/libcore/luni/src/main/java/java/lang/
AutoCloseable.java
21
* are not used any longer.
Calling
the {@code close} method releases resources
/libcore/luni/src/main/java/java/nio/channels/
Selector.java
64
* called (except
calling
{@link #close()} or {@link #wakeup()}) results in
99
* invoked or the
calling
thread is interrupted.
113
* the
calling
thread is interrupted or the specified {@code timeout}
159
* be undone by a call to {@code selectNow()}; after
calling
/libcore/luni/src/main/java/java/util/prefs/
PreferencesFactory.java
30
* Returns the root node of the preferences hierarchy for the
calling
user
/libcore/luni/src/test/etc/loading-test-jar/
TestMethods.java
91
* Test
calling
a static method on a sibling class.
106
* Test
calling
an instance method on a sibling class.
147
* Test
calling
a static method on a cousin class.
162
* Test
calling
an instance method on a cousin class.
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/exception.unexpected/set.unexpected/
set_unexpected.pass.cpp
31
// verify
calling
original unexpected handler calls terminate
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/smart_ptr/
bad_weak_ptr.hpp
30
// defines std::exception and its members as having C
calling
/packages/apps/Gallery2/src/com/android/gallery3d/util/
Profile.java
28
// used to enable and disable profiling for the
calling
thread. The profiling
185
// Enable profiling for the
calling
thread. Periodically (every cycleTimeInMs
186
// milliseconds) sample the stack trace of the
calling
thread.
192
// Disable profiling for the
calling
thread.
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/util/
NamedTaskExecutor.java
39
* may not be used after
calling
this method. Implementations of this method must be
/packages/apps/UnifiedEmail/src/com/android/mail/ui/
RecentFolderController.java
39
* Returns the current recent folders. Instead of
calling
this method,
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
alloca.h
32
/* Allocate a block that will be freed when the
calling
function exits. */
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
sigthread.h
29
/* Modify the signal mask for the
calling
thread. The arguments have
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
alloca.h
32
/* Allocate a block that will be freed when the
calling
function exits. */
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/
sigthread.h
29
/* Modify the signal mask for the
calling
thread. The arguments have
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
alloca.h
32
/* Allocate a block that will be freed when the
calling
function exits. */
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/
sigthread.h
29
/* Modify the signal mask for the
calling
thread. The arguments have
/prebuilts/python/darwin-x86/2.7.5/include/python2.7/
pystrtod.h
19
/* The caller is responsible for
calling
PyMem_Free to free the buffer
/prebuilts/python/linux-x86/2.7.5/include/python2.7/
pystrtod.h
19
/* The caller is responsible for
calling
PyMem_Free to free the buffer
/system/security/keystore/include/keystore/
keystore_get.h
31
* and the caller is responsible for
calling
free() on the buffer.
/external/chromium_org/content/renderer/pepper/
npapi_glue.h
53
// NPObject for use byt he given module.
Calling
this function multiple times
114
// after
calling
SetResult/CheckExceptionForNoResult.
124
// Call this after
calling
a PPAPI function that could have set the
197
// to allow integer identifiers. The
calling
code can decode if it wants to
199
// (like for method
calling
) by setting |allow_integer_identifier|. If this
204
// supposed to error out before
calling
into V8 (which will then call us back).
206
// plugin
calling
us.
/external/chromium_org/media/audio/win/
audio_low_latency_input_win_unittest.cc
215
// Test Create(), Close()
calling
sequence.
224
// Test Open(), Close()
calling
sequence.
234
// Test Open(), Start(), Close()
calling
sequence.
248
// Test Open(), Start(), Stop(), Close()
calling
sequence.
263
// Test some additional
calling
sequences.
277
// Start(), Start() is a valid
calling
sequence (second call does nothing).
283
// Stop(), Stop() is a valid
calling
sequence (second call does nothing).
/external/chromium_org/third_party/icu/source/common/unicode/
uclean.h
31
* ICU by
calling
u_init().
60
*
calling
this function, otherwise ICU may not free its allocated memory
61
* (e.g. close your converters and resource bundles before
calling
this
73
*
calling
u_cleanup(), these runtime override functions will need to
77
* before
calling
this function.
83
* After
calling
u_cleanup(), an application may continue to use ICU by
84
*
calling
u_init(). An application must invoke u_init() first from one single
/external/chromium_org/third_party/icu/source/test/intltest/
dtfmapts.cpp
102
dataerrln("Error
calling
DateFormat::createInstance()");
291
// DateFormat
calling
Format API
304
// SimpleDateFormat
calling
Format & DateFormat API
320
// NumberFormat
calling
Format API
334
// DecimalFormat
calling
Format & NumberFormat API
355
// ChoiceFormat
calling
Format & NumberFormat API
372
// MessageFormat
calling
Format API
/external/chromium_org/third_party/npapi/npspy/extern/nspr/
prthread.h
149
** The
calling
thread is blocked until the target thread completes.
152
** The
calling
thread will not be blocked if the target thread has already
242
** Clear the interrupt request for the
calling
thread. If no such request
248
** Block the interrupt for the
calling
thread.
253
** Unblock the interrupt for the
calling
thread.
260
** equivalent to
calling
PR_Yield.
Calling
PR_Sleep with an argument
/external/chromium_org/v8/src/
execution.h
86
//
calling
the function (if caught exception is false) or the exception
149
// object. Used for support
calling
objects as functions.
155
// object. Used for support
calling
objects as constructors.
232
// You should hold the ExecutionAccess lock when
calling
this method.
240
// You should hold the ExecutionAccess lock when
calling
this method.
245
// You should hold the ExecutionAccess lock when
calling
this method.
249
// You should hold the ExecutionAccess lock when
calling
this method.
Completed in 2089 milliseconds
<<
21
22
23
24
25
26
27
28
29
30
>>