HomeSort by relevance Sort by last modified time
    Searched full:caller (Results 126 - 150 of 5828) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/v8/src/compiler/
node-cache.h 25 // returned by this method contains a non-NULL node, the caller can use that
26 // node. Otherwise it is the responsibility of the caller to fill the entry
  /external/vboot_reference/host/lib/include/
host_common.h 29 * Caller owns the returned pointer, and must free it with Free().
43 * Caller owns the returned pointer, and must free it with Free().
signature_digest.h 22 * choice of the hash algorithm (see padding.c). Caller owns the returned
32 * Returns the signature. Caller owns the buffer and must Free() it.
  /frameworks/base/core/java/com/android/internal/os/
TransferPipe.java 51 interface Caller {
73 static void go(Caller caller, IInterface iface, FileDescriptor out,
75 go(caller, iface, out, prefix, args, DEFAULT_TIMEOUT);
78 static void go(Caller caller, IInterface iface, FileDescriptor out,
83 caller.go(iface, out, prefix, args);
91 caller.go(iface, tp.getWriteFd().getFileDescriptor(), prefix, args);
  /frameworks/base/services/core/java/com/android/server/firewall/
Filter.java 29 * @param callerUid The uid of the caller
30 * @param callerPid The pid of the caller
  /packages/apps/Nfc/nci/jni/
CondVar.h 57 ** Description: Block the caller and wait for a condition.
69 ** Description: Block the caller and wait for a condition.
  /external/libselinux/include/selinux/
selinux.h 28 Caller must free via freecon. */
42 set *con to refer to it. Caller must free via freecon. */
46 Caller must free via freecon. */
51 If non-NULL, caller must free via freecon. */
60 If non-NULL, caller must free via freecon. */
69 If non-NULL, caller must free via freecon. */
78 If non-NULL, caller must free via freecon. */
88 Caller must free via freecon. */
101 Caller must free via freecon. */
171 Caller must free via freecon. *
    [all...]
  /external/v8/test/webkit/fast/js/
basic-strict-mode.js 100 shouldThrow("(function (){'use strict'; arguments.caller; })()");
102 shouldThrow("(function f(){'use strict'; f.caller; })()");
104 shouldThrow("(function f(){'use strict'; f.caller=5; })()");
106 shouldThrow("(function (arg){'use strict'; arguments.caller; })()");
108 shouldThrow("(function f(arg){'use strict'; f.caller; })()");
110 shouldThrow("(function f(arg){'use strict'; f.caller=5; })()");
112 // arguments/caller poisoning should be visible but not throw with 'in' & 'hasOwnProperty'.
113 shouldBeTrue('"caller" in function(){"use strict"}');
114 shouldBeTrue('(function(){"use strict";}).hasOwnProperty("caller")');
198 shouldBeUndefined("(function f(arg){'use strict'; return Object.getOwnPropertyDescriptor(f, 'caller').value; })()")
    [all...]
  /art/runtime/native/
java_lang_reflect_Constructor.cc 49 auto* caller = GetCallingClass(soa.Self(), 1); local
50 // If caller is null, then we called from JNI, just avoid the check since JNI avoids most
52 if (caller != nullptr && !caller->CanAccess(c.Get())) {
61 PrettyClass(c.Get()).c_str(), PrettyClass(caller).c_str());
  /external/google-breakpad/src/processor/
stackwalker_selftest.cc 38 // |return Recursor|. When the caller's frame is reused, it will cause
40 // in both the caller and callee. This is considered an unexpected
42 // caller frame in the stack than its caller.
128 // in an attempt to find the caller frame. Other unmapped accesses will
147 // and not the caller's frame pointer. Dereference %ebp to obtain the
148 // caller's frame pointer, which the compiler-generated preamble stored
163 // The caller's %esp is 8 higher than the value of %ebp in this function,
166 // the caller's %esp, and this function's prolog will save the caller's %eb
    [all...]
  /external/mockito/cglib-and-asm/src/org/mockito/asm/tree/analysis/
Subroutine.java 57 final JumpInsnNode caller)
62 callers.add(caller);
84 Object caller = subroutine.callers.get(i); local
85 if (!callers.contains(caller)) {
86 callers.add(caller);
  /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.
SkImageGenerator.h 42 * Regardless of success or failure, the caller must still balance their ownership of encoded.
62 * If non-NULL is returned, the caller is responsible for calling
152 * expected by the caller. This can simply be identical
155 * This contract also allows the caller to specify
163 * If info is kIndex8_SkColorType, then the caller must provide storage for up to 256
189 * associated YUV data into those planes of memory supplied by the caller. It should validate
198 * the caller is still responsible for managing their ownership of the data.
SkAnnotation.h 93 * The caller is responsible for managing its ownership of the SkData.
105 * The caller is responsible for managing its ownership of the SkData.
118 * The caller is responsible for managing its ownership of the SkData.
  /external/vboot_reference/firmware/2lib/include/
2api.h 51 * not set or cleared) by the caller.
56 * Verified boot has changed nvdata[]. Caller must save nvdata[] back
62 * Verified boot has changed secdata[]. Caller must save secdata[]
74 * Force recovery mode due to physical user request. Caller may set
80 * Force developer mode enabled. Caller may set this flag when
88 /* RAM should be cleared by caller this boot */
95 * Caller may relocate this between calls to vboot APIs.
99 * Fields which must be initialized by caller.
103 * Flags; see vb2_context_flags. Some flags may only be set by caller
109 * Work buffer, and length in bytes. Caller may relocate this betwee
    [all...]
  /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...]
  /packages/apps/Dialer/src/com/android/dialer/calllog/
CallLogListItemHelper.java 74 // Cache name or number of caller. Used when setting the content descriptions of buttons
127 * {Voicemail Prefix}. {Number of Calls}. {Caller information} {Phone Account}.
130 * If more than one call for the caller, {Number of Calls} is:
133 * The {Caller Information} references the most recent call associated with the caller.
142 * {Name/Number} is the name or number of the caller (as shown in call log).
162 // Get the name or number of the caller.
165 // Get the call type or location of the caller; null if not applicable
249 * Return the name or number of the caller specified by the details.
251 * @return the name (if known) of the caller, otherwise the formatted number
    [all...]
  /external/fio/
gettime.c 53 void *caller; member in struct:gtod_log
57 static struct gtod_log *find_hash(void *caller)
59 unsigned long h = hash_ptr(caller, HASH_BITS);
66 if (log->caller == caller)
73 static void inc_caller(void *caller)
75 struct gtod_log *log = find_hash(caller);
82 log->caller = caller;
85 h = hash_ptr(caller, HASH_BITS)
    [all...]
  /frameworks/base/core/java/android/os/
Vibrator.java 59 * <p>This method requires the caller to hold the permission
70 * <p>This method requires the caller to hold the permission
96 * <p>This method requires the caller to hold the permission
120 * <p>This method requires the caller to hold the permission
137 * Like {@link #vibrate(long, AudioAttributes)}, but allowing the caller to specify that
145 * Like {@link #vibrate(long[], int, AudioAttributes)}, but allowing the caller to specify that
153 * <p>This method requires the caller to hold the permission
  /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/selinux/libsemanage/include/semanage/
modules.h 58 * The caller should call free() on the struct.
67 * The caller should call free() on the struct.
82 /* Get @name from @modinfo. Caller should not free @name.
90 /* Get @lang_ext from @modinfo. Caller should not free @lang_ext.
147 * The caller should call free() on the struct.
152 /* Frees members of the @modkey, but not the struct. The caller should
162 /* Get @name from @modkey. Caller should not free @name.
206 /* Lookup @modinfo by @modkey. Caller should use
219 * Caller should use semanage_module_info_destroy on each modinfo in
  /frameworks/base/cmds/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/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 762 milliseconds

1 2 3 4 56 7 8 91011>>