OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:caller
(Results
226 - 250
of
8017
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/clang/tools/libclang/
CXString.h
41
/// \p String should not be changed by the
caller
afterwards.
47
/// \p String can be changed or freed by the
caller
.
53
/// \p String should not be changed by the
caller
afterwards.
59
/// \p String can be changed or freed by the
caller
.
/external/compiler-rt/lib/tsan/
check_analyze.sh
31
check $f rsp 1 # To read
caller
pc.
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/utils/execution/
RunnableObjectEx.java
23
* @return some {@link Object} result for
caller
.
/external/jsr305/ri/src/main/java/javax/annotation/concurrent/
ThreadSafe.java
16
* additional synchronization or coordination on the part of the
caller
.
/external/libcap-ng/libcap-ng-0.7/docs/
capng_print_caps_numeric.3
11
capng_print_caps_numeric will create a numeric representation of the internal capabilities. The representation can be sent to either stdout or a buffer by passing CAPNG_PRINT_STDOUT or CAPNG_PRINT_BUFFER respectively for the where parameter. If the option was for a buffer, this function will malloc a buffer that the
caller
must free.
capng_print_caps_text.3
11
capng_print_caps_text will create a text string representation of the internal capability set specified. The representation can be sent to either stdout or a buffer by passing CAPNG_PRINT_STDOUT or CAPNG_PRINT_BUFFER respectively for the where parameter. If the option was for a buffer, this function will malloc a buffer that the
caller
must free.
/external/llvm/test/CodeGen/X86/
fast-cc-pass-in-regs.ll
6
define i64 @
caller
() {
/external/llvm/test/Transforms/DeadArgElim/
2013-05-17-VarargsAndBlockAddress.ll
21
define i32 @
caller
(i8* %addr) {
canon.ll
16
define void @
caller
() {
/external/llvm/test/Transforms/SCCP/
apint-ipsccp1.ll
16
define i8 @
caller
()
/external/oprofile/libpp/
symbol_sort.h
22
// order give sort order if
caller
doesn't specify one
/external/qemu/distrib/sdl-1.2.15/docs/man3/
SDL_GetKeyState.3
11
Gets a snapshot of the current keyboard state\&. The current state is return as a pointer to an array, the size of this array is stored in \fBnumkeys\fR\&. The array is indexed by the \fI\fBSDLK_*\fP\fR symbols\&. A value of 1 means the key is pressed and a value of 0 means its not\&. The pointer returned is a pointer to an internal SDL array and should not be freed by the
caller
\&.
/external/skia/include/views/animated/
SkImageView.h
51
SkMatrix* fMatrix; // null or copy of
caller
's matrix ,,,,,
/external/webrtc/src/system_wrappers/source/
set_thread_name_win.h
21
DWORD dwThreadID; // thread ID (-1 =
caller
thread)
/frameworks/ex/chips/src/com/android/ex/chips/
ChipsUtil.java
24
* @return true when the
caller
can use Chips UI in its environment.
/frameworks/opt/net/voip/src/java/android/net/sip/
ISipSessionListener.aidl
38
* @param
caller
the SIP profile of the
caller
39
* @param sessionDescription the
caller
's session description
41
void onRinging(in ISipSession session, in SipProfile
caller
,
/frameworks/wilhelm/src/desktop/
SLSndFile.h
19
extern void SndFile_Callback(SLBufferQueueItf
caller
, void *pContext);
/packages/apps/Email/emailcommon/src/com/android/emailcommon/service/
ServiceUnavailableException.java
21
* prevents the
caller
from receiving an invalid result.
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/controller/
FilterView.java
22
public void computeIcon(int index, BitmapCaller
caller
);
ParameterStyles.java
34
void getIcon(int index, BitmapCaller
caller
);
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/util/
NoOpConsumer.java
26
// Tell the
caller
that we haven't taken ownership of this result.
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/subprocessdata/
sigchild_ignore.py
3
# reaped our child process. The wait() passing the OSError on to the
caller
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/subprocessdata/
sigchild_ignore.py
3
# reaped our child process. The wait() passing the OSError on to the
caller
/dalvik/dx/src/com/android/dx/cf/code/
LocalsArraySet.java
29
* have different locals sets for each
caller
.
45
* Indexed by label of
caller
block: the locals specific to each
caller
's
68
*
caller
label.
132
ex.addContext("(locals array set: primary for
caller
"
154
sb.append("(locals array set: primary for
caller
"
285
"Merging locals set for
caller
block " + Hex.u2(i));
325
ex.addContext("Merging one locals against
caller
block "
367
*
caller
label, or null if label has no locals associated with it.
369
* @param label {@code >= 0;} subroutine
caller
labe
[
all
...]
/external/chromium/base/mac/
scoped_cftyperef.h
23
// in reset()), it takes over the
caller
's existing ownership claim. The
24
//
caller
must own the object it gives to ScopedCFTypeRef<>, and relinquishes
Completed in 1166 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>