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)