OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:caller
(Results
151 - 175
of
8017
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/chromium_org/android_webview/public/browser/
draw_gl.h
22
// set by the
caller
of the draw function and updated during View animations.
34
// the scissor box set by the
caller
to the actual View location and size.
43
// The viewport and scissor box are set by the
caller
to the whole surface.
44
// Animation transformations are handled by the
caller
and not reflected in
54
// Output: tells the
caller
what to do next.
/external/chromium_org/third_party/skia/include/core/
SkPackBits.h
31
@param dst Buffer (allocated by
caller
) to write the packed data
41
@param dst Buffer (allocated by
caller
) to write the packed data
51
@param dst Buffer (allocated by
caller
) to expand the src[] into.
60
@param dst Buffer (allocated by
caller
) to expand the src[] into.
69
@param dst Buffer (allocated by
caller
) to expand the src[] into.
SkAnnotation.h
84
* The
caller
is responsible for managing its ownership of the SkData.
96
* The
caller
is responsible for managing its ownership of the SkData.
109
* The
caller
is responsible for managing its ownership of the SkData.
SkImageGenerator.h
59
* If non-NULL is returned, the
caller
is responsible for calling
84
* expected by the
caller
. This can simply be identical
87
* This contract also allows the
caller
to specify
/external/skia/include/core/
SkPackBits.h
31
@param dst Buffer (allocated by
caller
) to write the packed data
41
@param dst Buffer (allocated by
caller
) to write the packed data
51
@param dst Buffer (allocated by
caller
) to expand the src[] into.
60
@param dst Buffer (allocated by
caller
) to expand the src[] into.
69
@param dst Buffer (allocated by
caller
) to expand the src[] into.
SkAnnotation.h
84
* The
caller
is responsible for managing its ownership of the SkData.
96
* The
caller
is responsible for managing its ownership of the SkData.
109
* The
caller
is responsible for managing its ownership of the SkData.
SkImageGenerator.h
59
* If non-NULL is returned, the
caller
is responsible for calling
84
* expected by the
caller
. This can simply be identical
87
* This contract also allows the
caller
to specify
/frameworks/base/core/java/android/os/
Vibrator.java
46
* <p>This method requires the
caller
to hold the permission
66
* <p>This method requires the
caller
to hold the permission
77
* Like {@link #vibrate(long)}, but allowing the
caller
to specify that
84
* Like {@link #vibrate(long[], int)}, but allowing the
caller
to specify that
91
* <p>This method requires the
caller
to hold the permission
/external/libnfc-nxp/src/
phFriNfc_ISO15693Map.h
72
* If the
caller
sets the value to \ref PH_FRINFC_NDEFMAP_SEEK_CUR, the component shall
85
* \retval NFCSTATUS_CMD_ABORTED The
caller
/driver has aborted the request.
86
* \retval NFCSTATUS_BUFFER_TOO_SMALL The buffer provided by the
caller
is too small.
116
* If the
caller
sets the value to \ref PH_FRINFC_NDEFMAP_SEEK_CUR, the component shall
130
* \retval NFCSTATUS_CMD_ABORTED The
caller
/driver has aborted the request.
131
* \retval NFCSTATUS_BUFFER_TOO_SMALL The buffer provided by the
caller
is too small.
155
* \retval NFCSTATUS_CMD_ABORTED The
caller
/driver has aborted the request.
156
* \retval NFCSTATUS_BUFFER_TOO_SMALL The buffer provided by the
caller
is too small.
206
* \retval NFCSTATUS_CMD_ABORTED The
caller
/driver has aborted the request.
207
* \retval NFCSTATUS_BUFFER_TOO_SMALL The buffer provided by the
caller
is too small
[
all
...]
phFriNfc_NdefRecord.h
126
*\li \b Composition The
caller
is required to specify the data to write within this structure
136
* \li \b Composition: The
caller
has to specify the proper flags (OR'ing of the individual
138
* information goes into the generated (composed) record. The
caller
148
* \li \b Composition: The
caller
needs to specify the TNF according to the definitions in the
160
* \li \b Composition: If the
caller
specifies via TNF that a Type field is present
175
* \li \b Composition: The
caller
has to specify a pointer to a buffer holding the record type. If the
176
*
caller
specifies that the record is without type (TNF) this member is ignored
187
* \li \b Composition: If the
caller
specifies via IL that an ID field is present
202
* \li \b Composition: The
caller
has to specify a pointer to a buffer holding the record ID. If the
203
*
caller
specifies that the record is without ID (IL Flag) this member is ignore
[
all
...]
/external/chromium_org/chrome/browser/sync/test/integration/
profile_sync_service_harness.h
83
// Blocks the
caller
until the sync backend host associated with this harness
87
// Blocks the
caller
until this harness has completed a single sync cycle
91
// Blocks the
caller
until this harness has completed as many sync cycles as
101
// Blocks the
caller
until sync has been disabled for this client. Returns
105
// Blocks the
caller
until exponential backoff has been verified to happen.
108
// Blocks the
caller
until the syncer receives an actionable error.
115
// Blocks the
caller
until this harness has observed that the sync engine
119
// Calling this acts as a barrier and blocks the
caller
until |this| and
128
// Blocks the
caller
until |this| completes its ongoing sync cycle and every
135
// Blocks the
caller
until every client in |clients| completes its ongoin
[
all
...]
/external/llvm/lib/Transforms/IPO/
Inliner.cpp
43
STATISTIC(NumCallerCallersAnalyzed, "Number of
caller
-callers analyzed");
76
/// calling function, then bump up the
caller
's stack protection level.
77
static void AdjustCallerSSPLevel(Function *
Caller
, Function *Callee) {
84
AttributeSet OldSSPAttr = AttributeSet::get(
Caller
->getContext(),
87
AttributeSet CallerAttr =
Caller
->getAttributes(),
92
Caller
->removeAttributes(AttributeSet::FunctionIndex, OldSSPAttr);
93
Caller
->addFnAttr(Attribute::StackProtectReq);
98
Caller
->removeAttributes(AttributeSet::FunctionIndex, OldSSPAttr);
99
Caller
->addFnAttr(Attribute::StackProtectStrong);
106
Caller
->addFnAttr(Attribute::StackProtect)
[
all
...]
/external/chromium_org/chrome/browser/chromeos/extensions/file_manager/
file_browser_handler_api.h
6
// The function prompts user to select a file path to be used by the
caller
. It
28
//
caller
. Nobody will take the ownership of the interface implementation, so
96
//
caller
is notified of the selection result after this method is called.
111
// Grants file access permissions for the created file to the
caller
.
139
// Selected file's virtual path in extension function
caller
's file system.
141
// Extension function
caller
's file system name.
143
// Extension function
caller
's file system root URL.
/external/chromium_org/remoting/base/
dispatch_win.h.pump
32
// - [in] parameters are initialized and freed if needed by the
caller
.
34
// the
caller
to free leakable variants (such as VT_DISPATCH).
35
// - [in] [out] parameters are combination of both: the
caller
initializes
72
// other words the
caller
is always responsible for initializing and freeing
79
// to the locations specified by the
caller
.
86
// Return the output value of an [in] [out] parameter to the
caller
.
146
// Request the return value if asked by the
caller
.
/external/chromium_org/third_party/libjingle/source/talk/base/
sslidentity.h
60
//
Caller
is responsible for freeing the returned object.
66
//
Caller
is responsible for freeing the returned object.
69
// Provides the cert chain, or returns false. The
caller
owns the chain.
94
// These constructors copy the provided SSLCertificate(s), so the
caller
116
// certificate chain.
Caller
is responsible for freeing the returned object.
144
//
Caller
is responsible for freeing the returned object.
155
//
Caller
is responsible for freeing the returned object.
/frameworks/base/core/tests/coretests/src/android/net/
UriMatcherTest.java
57
matcher.addURI("
caller
-id", null, CALLERID);
58
matcher.addURI("
caller
-id", "*", CALLERID_TEXT);
78
matcher.addURI("
caller
-id", null, CALLERID);
79
matcher.addURI("
caller
-id", "/*", CALLERID_TEXT);
102
check("content://
caller
-id", CALLERID, matcher);
103
check("content://
caller
-id/asdf", CALLERID_TEXT, matcher);
104
check("content://
caller
-id/1", CALLERID_TEXT, matcher);
/external/chromium_org/ui/compositor/
layer_animation_element.h
64
// Creates an element that transitions to the given transform. The
caller
owns
72
// this->at(t) == base_transform * this->at(t_start) for any t. The
caller
94
// Creates an element that transitions to the given bounds. The
caller
owns
100
// Creates an element that transitions to the given opacity. The
caller
owns
106
// Creates an element that sets visibily following a delay. The
caller
owns
113
// The
caller
owns the return value.
119
// The
caller
owns the return value.
124
// Creates an element that pauses the given properties. The
caller
owns the
130
// Creates an element that transitions to the given color. The
caller
owns the
/frameworks/testing/uiautomator/library/core-src/com/android/uiautomator/core/
Tracer.java
171
String
caller
= getCaller();
local
172
if (
caller
== null) {
176
log(String.format("%s (%s)",
caller
, join(", ", arguments)));
231
* expected to be converted manually by the
caller
. If the array is not converter then
264
StackTraceElement
caller
= stackTrace[METHOD_TO_TRACE_LOCATION];
local
271
int indexOfDot =
caller
.getClassName().lastIndexOf('.');
276
if (indexOfDot + 1 >=
caller
.getClassName().length()) {
280
String shortClassName =
caller
.getClassName().substring(indexOfDot + 1);
281
return String.format("%s.%s from %s() at %s:%d", shortClassName,
caller
.getMethodName(),
/external/chromium_org/chrome/browser/ui/webui/chromeos/login/
network_screen_handler.h
72
// Returns available languages.
Caller
gets the ownership. Note, it does
76
// Returns available input methods.
Caller
gets the ownership. Note, it does
80
// Returns available timezones.
Caller
gets the ownership.
/external/chromium_org/chrome/browser/ui/webui/quota_internals/
quota_internals_types.h
39
// Create new Value for passing to WebUI page.
Caller
is responsible for
64
// Create new Value for passing to WebUI page.
Caller
is responsible for
97
// Create new Value for passing to WebUI page.
Caller
is responsible for
/external/chromium_org/remoting/host/native_messaging/
native_messaging_reader.h
38
// will be run on the same thread via PostTask. The
caller
should be prepared
47
// callbacks on the
caller
thread, and have them safely dropped if the reader
57
//
Caller
-supplied message and end-of-file callbacks.
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/
radeon_cmdbuf.h
4
GLboolean rcommonEnsureCmdBufSpace(radeonContextPtr rmesa, int dwords, const char *
caller
);
5
int rcommonFlushCmdBuf(radeonContextPtr rmesa, const char *
caller
);
6
int rcommonFlushCmdBufLocked(radeonContextPtr rmesa, const char *
caller
);
/external/chromium_org/v8/test/mjsunit/compiler/
regress-funcaller.js
30
// Test function.
caller
.
34
if (x == 0) return fun.
caller
;
35
if (x == 1) return gee.
caller
;
/external/clang/test/Analysis/
stackaddrleak.c
10
} // expected-warning{{Address of stack memory associated with local variable 'str' is still referred to by the global variable 'p' upon returning to the
caller
. This will be a dangling reference}}
20
} // expected-warning{{Address of stack memory allocated by call to alloca() on line 19 is still referred to by the global variable 'p' upon returning to the
caller
. This will be a dangling reference}}
40
return (intptr_t)&x; // expected-warning{{Address of stack memory associated with local variable 'x' returned to
caller
}}
/external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_cmdbuf.h
4
GLboolean rcommonEnsureCmdBufSpace(radeonContextPtr rmesa, int dwords, const char *
caller
);
5
int rcommonFlushCmdBuf(radeonContextPtr rmesa, const char *
caller
);
6
int rcommonFlushCmdBufLocked(radeonContextPtr rmesa, const char *
caller
);
Completed in 1191 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>