OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:caller
(Results
726 - 750
of
8335
) sorted by null
<<
21
22
23
24
25
26
27
28
29
30
>>
/external/libnfc-nci/halimpl/bcm2079x/adaptation/
CondVar.cpp
77
** Description: Block the
caller
and wait for a condition.
96
** Description: Block the
caller
and wait for a condition.
/external/libnfc-nxp/src/
phFriNfc_MifareStdMap.h
279
* If the
caller
sets the value to \ref PH_FRINFC_NDEFMAP_SEEK_CUR, the component shall
292
* \retval NFCSTATUS_CMD_ABORTED The
caller
/driver has aborted the request.
293
* \retval NFCSTATUS_BUFFER_TOO_SMALL The buffer provided by the
caller
is too small.
321
* If the
caller
sets the value to \ref PH_FRINFC_NDEFMAP_SEEK_CUR, the component shall
335
* \retval NFCSTATUS_CMD_ABORTED The
caller
/driver has aborted the request.
336
* \retval NFCSTATUS_BUFFER_TOO_SMALL The buffer provided by the
caller
is too small.
359
* \retval NFCSTATUS_CMD_ABORTED The
caller
/driver has aborted the request.
360
* \retval NFCSTATUS_BUFFER_TOO_SMALL The buffer provided by the
caller
is too small.
/external/llvm/examples/Kaleidoscope/MCJIT/complete/
genk-timing.py
61
def updateFunctionCallMap(self,
caller
, callee):
63
if not
caller
in self.calledFunctionTable:
64
self.calledFunctionTable[
caller
] = []
65
if not callee in self.calledFunctionTable[
caller
]:
66
self.calledFunctionTable[
caller
].append(callee)
67
if not
caller
in self.comprehensiveCalledFunctionTable:
68
self.comprehensiveCalledFunctionTable[
caller
] = []
69
self.comprehensiveCalledFunctionTable[
caller
].append(callee)
/external/llvm/include/llvm/Transforms/IPO/
InlinerPass.h
55
/// Calculate the inline threshold for given
Caller
. This threshold is lower
56
/// if the
caller
is marked with OptimizeForSize and -inline-threshold is not
/external/llvm/test/CodeGen/AArch64/
sibling-call.ll
27
;
Caller
isn't going to clean up any extra stack we allocate, so it
48
; Shouldn't be a tail call: we can't use SP+8 because our
caller
might
/external/llvm/test/CodeGen/PowerPC/
emptystruct.ll
36
define void @
caller
(%struct.empty* noalias sret %agg.result) nounwind {
45
; CHECK-LABEL:
caller
:
/external/llvm/test/CodeGen/WinEH/
wineh-cloning.ll
20
%cs = catchswitch within none [label %catch] unwind to
caller
38
; CHECK: %cs = catchswitch within none [label %catch] unwind to
caller
81
%cs = catchswitch within none [label %catch] unwind to
caller
117
%cs = catchswitch within none [label %catch] unwind to
caller
207
%cs = catchswitch within %o [label %inner] unwind to
caller
215
cleanupret from %o unwind to
caller
287
%cs = catchswitch within none [label %catch.body] unwind to
caller
305
; CHECK-NEXT: %cs = catchswitch within none [label %catch.body] unwind to
caller
/external/llvm/test/CodeGen/X86/
branchfolding-catchpads.ll
22
%cs = catchswitch within none [ label %catch, label %catch.2 ] unwind to
caller
64
%cs = catchswitch within none [ label %catch, label %catch.2, label %catch.3 ] unwind to
caller
/external/llvm/test/SymbolRewriter/
rewrite.ll
15
define i32 @
caller
() {
80
; CHECK: define i32 @
caller
() {
/external/lzma/CPP/7zip/
IStream.h
19
The requirement for
caller
: (processedSize != NULL).
49
The requirement for
caller
: (processedSize != NULL).
/external/mesa3d/src/gallium/auxiliary/util/
u_draw_quad.c
60
/* note: vertex elements already set by
caller
*/
87
/* note: vertex elements already set by
caller
*/
/external/skia/gm/
SkAnimTimer.h
16
* The
caller
must call updateTime() to resync with the clock (typically just before
17
* using the timer). Forcing the
caller
to do this ensures that the timer's return values
drawminibitmaprect.cpp
16
static SkImage* makebm(SkCanvas*
caller
, int w, int h) {
18
SkAutoTUnref<SkSurface> surface(
caller
->newSurface(info));
/external/skia/include/core/
SkDrawLooper.h
64
* The
caller
has to ensure that the storage pointer provides enough
66
* contextSize(). It is also the
caller
's responsibility to destroy the
/external/skia/include/ports/
SkFontConfigInterface.h
30
* NULL, calls ref() on it. The
caller
must balance this with a call to
91
* if the FontRef's data is not available. The
caller
is responsible for
/external/skia/src/codec/
SkSampler.cpp
50
// If the destination is k565, the
caller
passes in a 16-bit color.
83
// If the destination is kGray, the
caller
passes in an 8-bit color.
/external/skia/src/core/
SkTMultiMap.h
58
// Since we expect the
caller
to be fully aware of what is stored, just
59
// assert that the
caller
removes an existing value.
/external/skia/src/effects/
SkBlurMask.h
61
/** Allocate memory for and populate the profile of a 1D blurred halfplane. The
caller
70
@param pixels Location to store the resulting pixel data; allocated and managed by
caller
/external/skia/src/gpu/gl/
GrGLUtil.h
116
// these variants assume
caller
already has a string from glGetString()
190
// the
caller
wants to do its own glGetError() call and examine the error value.
/external/v8/src/
dtoa.h
44
// might be too short in which case the
caller
has to fill the gaps with '0's.
53
// which case the
caller
has to fill the missing digits with '0's.
/external/vboot_reference/host/lib/include/
host_misc.h
21
* Returns the data buffer, which the
caller
must Free(), or NULL if
51
* will be stored here.
Caller
must free() the buffer
/external/webrtc/webrtc/
typedefs.h
68
// Annotate a function indicating the
caller
must examine the return value.
103
// Annotate a function that will not return control flow to the
caller
.
/frameworks/base/core/java/android/content/
SyncInfo.java
28
* Used when the
caller
receiving this object doesn't have permission to access the accounts
55
* Creates a SyncInfo object with an unusable Account. Used when the
caller
receiving this
/frameworks/base/core/java/android/hardware/usb/
IUsbManager.aidl
56
/* Returns true if the
caller
has permission to access the device. */
59
/* Returns true if the
caller
has permission to access the accessory. */
/frameworks/base/core/java/android/speech/tts/
SynthesisRequest.java
128
* Gets the request
caller
Uid.
165
* Sets
Caller
Uid
Completed in 512 milliseconds
<<
21
22
23
24
25
26
27
28
29
30
>>