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

1 23 4 5 6 7 8 91011>>

  /external/llvm/test/CodeGen/ARM/Windows/
aapcs.ll 8 define void @caller() {
  /external/llvm/test/CodeGen/X86/
fast-cc-merge-stack-adj.ll 8 define x86_fastcallcc void @caller(i32, i64) {
  /external/llvm/test/Transforms/Inline/
2004-04-15-InlineDeletesCall.ll 15 define void @caller() {
2007-12-19-InlineNoUnwind.ll 16 define i32 @caller() {
  /external/selinux/libselinux/include/selinux/
get_default_type.h 16 Caller must free via free().
  /external/vboot_reference/host/lib/include/
host_key.h 24 /* Read a private key from a .pem file. Caller owns the returned pointer,
35 /* Read a privake key from a .vbprivk file. Caller owns the returned
48 /* Read a public key from a .vbpubk file. Caller owns the returned
57 /* Read a public key from a .keyb file. Caller owns the returned
host_signature.h 33 * Caller owns the returned pointer, and must free it with Free().
40 * Caller owns the returned pointer, and must free it with Free().
47 * Caller owns the returned pointer, and must free it with Free().
55 * Caller owns the returned pointer, and must free it with Free().
host_keyblock.h 19 * Caller owns the returned pointer, and must free
28 * by [signing_key]. Caller owns the returned pointer, and must free
35 /* Read a key block from a .keyblock file. Caller owns the returned
  /system/bt/osi/include/
semaphore.h 47 // Returns a file descriptor representing this semaphore. The caller may
49 // indicates the fd is readable, the caller may call |semaphore_wait|
50 // without blocking. If select indicates the fd is writable, the caller may
55 // The caller must not close the returned file descriptor. |semaphore| may not
fixed_queue.h 31 // |capacity| are added to the queue, the caller is blocked until space is
32 // made available in the queue. Returns NULL on failure. The caller must free
48 // Enqueues the given |data| into the |queue|. The caller will be blocked
54 // this function will block the caller until an item is enqueued. This
59 // the caller. If the queue capacity would be exceeded by adding one more
65 // the caller. If the queue is empty, this function returns NULL immediately.
71 // This function will never block the caller. Returns NULL if there are no elements
77 // descriptor is readable, the caller may call |fixed_queue_enqueue| without
78 // blocking. The caller must not close the returned file descriptor. |queue|
84 // descriptor is readable, the caller may call |fixed_queue_dequeue| withou
    [all...]
  /external/llvm/test/Analysis/TypeBasedAliasAnalysis/
argument-promotion.ll 15 ; CHECK: caller
17 define internal i32 @caller(i32* %B, i32* %Q) {
31 %X = call i32 @caller(i32* %B, i32* %Q)
  /external/llvm/test/CodeGen/ARM/
tail-call.ll 9 define i32 @caller(i32 %i) {
15 ; CHECK-TAIL-LABEL: caller
18 ; CHECK-NO-TAIL-LABEL: caller
  /external/skia/include/effects/
SkDiscretePathEffect.h 23 @param seedAssist This is a caller-supplied seedAssist that modifies
28 testing). If a caller does not want this behaviour
58 /* Caller-supplied 32 bit seed assist */
  /external/skia/src/gpu/
GrReducedClip.h 29 * initialState. Optionally, the caller can request a tighter bounds on the
32 * specified then it is assumed that the caller will implicitly clip against
33 * it. If the caller specifies non-NULL for requiresAA then it will indicate
  /external/v8/test/mjsunit/es6/
generators-poisoned-properties.js 10 var cdesc = Object.getOwnPropertyDescriptor(f, "caller");
27 assertThrows(function() { return f.caller; }, TypeError);
28 assertThrows(function() { f.caller = 42; }, TypeError);
  /frameworks/base/core/tests/coretests/src/android/app/activity/
AbortReceiver.java 37 IBinder caller = intent.getIBinderExtra("caller"); local
41 caller.transact(LaunchpadActivity.GOT_RECEIVE_TRANSACTION, data, null, 0);
LocalDeniedReceiver.java 32 IBinder caller = intent.getIBinderExtra("caller"); local
36 caller.transact(BroadcastTest.GOT_RECEIVE_TRANSACTION, data, null, 0);
LocalGrantedReceiver.java 32 IBinder caller = intent.getIBinderExtra("caller"); local
36 caller.transact(BroadcastTest.GOT_RECEIVE_TRANSACTION, data, null, 0);
RemoteDeniedReceiver.java 32 IBinder caller = intent.getIBinderExtra("caller"); local
36 caller.transact(BroadcastTest.GOT_RECEIVE_TRANSACTION, data, null, 0);
RemoteGrantedReceiver.java 32 IBinder caller = intent.getIBinderExtra("caller"); local
36 caller.transact(BroadcastTest.GOT_RECEIVE_TRANSACTION, data, null, 0);
RemoteReceiver.java 40 IBinder caller = intent.getIBinderExtra("caller"); local
44 caller.transact(LaunchpadActivity.GOT_RECEIVE_TRANSACTION, data, null, 0);
  /system/core/adf/libadf/include/adf/
adf.h 39 * The caller must free() the returned list of device IDs.
58 * adf_get_device_data() allocates buffers inside data, which the caller
91 * The caller must free() the returned list of interface IDs.
99 * The caller must free() the returned list of interface IDs.
107 * interface IDs. The caller must free() the returned list of interface IDs.
117 * The caller must free() the returned list of interface IDs.
125 * Returns a file descriptor. The caller must close() the fd when done.
132 * adf_get_interface_data() allocates buffers inside data, which the caller
170 * The caller must free() the returned list of overlay engine IDs.
178 * The caller must free() the returned list of overlay engine IDs
    [all...]
  /art/runtime/arch/
context.h 59 // Reads the given GPR. The caller is responsible for checking the register
63 // Sets the given GPR. The caller is responsible for checking the register
70 // Reads the given FPR. The caller is responsible for checking the register
74 // Sets the given FPR. The caller is responsible for checking the register
78 // Smashes the caller save registers. If we're throwing, we don't want to return bogus values.
  /frameworks/base/core/java/android/net/
INetworkScoreService.aidl 31 * @throws SecurityException if the caller is not the current active scorer.
38 * @throws SecurityException if the caller is neither the current active scorer nor the system.
46 * @throws SecurityException if the caller is not the system.
52 * @throws SecurityException if the caller is not the current scorer or the system.
61 * @throws SecurityException if the caller is not the system.
  /external/lldb/examples/summaries/cocoa/
Logger.py 100 caller = inspect.stack()[2]
102 if caller != None and len(caller) > 3:
103 self.write('Logging from function ' + str(caller))
105 self.write('Caller info not available - Required caller logging not possible')
107 del caller # needed per Python docs to avoid keeping objects alive longer than we care

Completed in 980 milliseconds

1 23 4 5 6 7 8 91011>>