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

1 2 3 4 5 6 78 91011>>

  /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/PruneEH/
recursivetest.ll 14 define i32 @caller() {
  /external/llvm/test/Transforms/SCCP/
apint-ipsccp1.ll 16 define i8 @caller()
  /external/selinux/libselinux/man/man3/
getseuserbyname.3 19 The returned SELinux username and level should be freed by the caller
  /external/skia/include/core/
SkPictureRecorder.h 61 * Signal that the caller is done recording. This invalidates the canvas returned by
62 * beginRecording/getRecordingCanvas. Ownership of the object is passed to the caller, who
73 * Signal that the caller is done recording. This invalidates the canvas returned by
74 * beginRecording/getRecordingCanvas. Ownership of the object is passed to the caller, who
  /external/skia/include/views/animated/
SkImageView.h 51 SkMatrix* fMatrix; // null or copy of caller's matrix ,,,,,
  /external/v8/src/ia32/
frames-ia32.h 17 // Caller-saved registers
22 1 << 3 | // ebx - used as a caller-saved register in JavaScript code
59 // FP-relative displacement of the caller's SP. It points just
74 // Caller SP-relative.
  /external/v8/src/x87/
frames-x87.h 17 // Caller-saved registers
22 1 << 3 | // ebx - used as a caller-saved register in JavaScript code
59 // FP-relative displacement of the caller's SP. It points just
74 // Caller SP-relative.
  /external/v8/test/webkit/fast/js/
basic-strict-mode-expected.txt 82 PASS (function (){'use strict'; arguments.callee; })() threw exception TypeError: 'caller', 'callee', and 'arguments' properties may not be accessed on strict mode functions or the arguments objects for calls to them.
83 PASS (function (){'use strict'; arguments.caller; })() threw exception TypeError: 'caller', 'callee', and 'arguments' properties may not be accessed on strict mode functions or the arguments objects for calls to them.
84 PASS (function f(){'use strict'; f.arguments; })() threw exception TypeError: 'caller', 'callee', and 'arguments' properties may not be accessed on strict mode functions or the arguments objects for calls to them.
85 PASS (function f(){'use strict'; f.caller; })() threw exception TypeError: 'caller', 'callee', and 'arguments' properties may not be accessed on strict mode functions or the arguments objects for calls to them.
86 PASS (function f(){'use strict'; f.arguments=5; })() threw exception TypeError: 'caller', 'callee', and 'arguments' properties may not be accessed on strict mode functions or the arguments objects for calls to them.
87 PASS (function f(){'use strict'; f.caller=5; })() threw exception TypeError: 'caller', 'callee', and 'arguments' properties may not be accessed on strict mode functions or the arguments objects for calls to them.
88 PASS (function (arg){'use strict'; arguments.callee; })() threw exception TypeError: 'caller', 'callee', and 'arguments' properties may not be accessed on strict mode functions or the argumen (…)
    [all...]
  /external/vboot_reference/firmware/2lib/
2stub.c 5 * Stub API implementations which should be implemented by the caller.
  /external/vboot_reference/firmware/lib/include/
load_firmware_fw.h 20 * VbNvContext. Caller is responsible for calling VbNvSetup() and
  /external/vboot_reference/host/lib21/include/
host_fw_preamble2.h 19 * Caller is responsible for calling free() on this.
  /external/webrtc/src/system_wrappers/source/
set_thread_name_win.h 21 DWORD dwThreadID; // thread ID (-1 = caller thread)
  /frameworks/base/core/java/android/util/
Slog.java 77 * Like {@link Log#wtf(String, String)}, but will never cause the caller to crash, and
93 * Like {@link Log#wtfStack(String, String)}, but will never cause the caller to crash, and
102 * Like {@link Log#wtf(String, Throwable)}, but will never cause the caller to crash,
111 * Like {@link Log#wtf(String, String, Throwable)}, but will never cause the caller to crash,
  /frameworks/opt/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
  /system/bt/osi/include/
reactor.h 46 // Starts the reactor. This function blocks the caller until |reactor_stop| is called
64 // file descriptor's registration with the reactor. When the caller is no longer interested
72 // caller has already registered a file descriptor with a reactor, has a valid |object|,
81 // |obj| is invalid after calling this function so the caller must drop all references to it.

Completed in 1007 milliseconds

1 2 3 4 5 6 78 91011>>