/external/vboot_reference/host/lib/include/ |
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
|
/prebuilts/go/darwin-x86/misc/swig/callback/ |
callback.cc | 11 std::string Caller::call() {
|
/prebuilts/go/linux-x86/misc/swig/callback/ |
callback.cc | 11 std::string Caller::call() {
|
/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
|
/cts/hostsidetests/services/activitymanager/app/src/android/server/app/ |
AlwaysFocusablePipActivity.java | 29 static void launchAlwaysFocusablePipActivity(Activity caller) { 30 final Intent intent = new Intent(caller, AlwaysFocusablePipActivity.class); 36 caller.startActivity(intent, options.toBundle());
|
/external/compiler-rt/test/asan/TestCases/ |
coverage-caller-callee-total-count.cc | 1 // Test __sanitizer_get_total_unique_coverage for caller-callee coverage 5 // RUN: rm -f caller-callee*.sancov 21 fprintf(stderr, "Caller-Callee: old %zd new %zd\n", old_total, new_total);
|
/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 55 /* 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-nullptr for requiresAA then it will indicate
|
/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);
|
/frameworks/minikin/libs/minikin/ |
FontLanguageListCache.h | 35 // Caller should acquire a lock before calling the method. 38 // Caller should acquire a lock before calling the method. 45 // Caller should acquire a lock before calling the method.
|
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/ |
BaseSettingsFragment.java | 33 public final boolean onPreferenceStartFragment(PreferenceFragment caller, Preference pref) { 36 f.setTargetFragment(caller, 0); 46 public final boolean onPreferenceStartScreen(PreferenceFragment caller, PreferenceScreen pref) {
|
/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...] |
/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.
|
/packages/apps/Dialer/InCallUI/res/layout/ |
caller_in_conference.xml | 26 <!-- Caller information --> 46 <!-- Name or number of this caller --> 56 <!-- Number of this caller if name is supplied above --> 86 </LinearLayout> <!-- End of caller number --> 88 </LinearLayout> <!-- End of caller information --> 92 <!-- "Separate" (i.e. "go private") button for this caller --> 103 <!-- "Disconnect" button which terminates the connection with this caller. -->
|
/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
VoicemailPermissions.java | 59 * Checks that the caller has permissions to access its own voicemails. 61 * @throws SecurityException if the caller does not have the voicemail source permission. 65 throw new SecurityException("The caller must have permission: " + 71 * Checks that the caller has permissions to read ALL voicemails. 73 * @throws SecurityException if the caller does not have the voicemail source permission. 77 throw new SecurityException(String.format("The caller must be the default or system " 85 throw new SecurityException(String.format("The caller must be the default or system "
|
/packages/providers/TelephonyProvider/src/com/android/providers/telephony/ |
ProviderUtil.java | 38 * Check if a caller of the provider has restricted access, 42 * @param packageName the caller package name 43 * @param uid the caller uid 44 * @return true if the caller is not system, or phone or default sms app, false otherwise 56 * @param uid The caller UID of the insertion 69 * @param uid The caller UID of the update 83 * @param callingPackage The package name of the provider caller
|
/frameworks/base/services/voiceinteraction/java/com/android/server/voiceinteraction/ |
VoiceInteractionManagerService.java | 188 // TODO: VI Make sure the caller is the current user or profile 192 final long caller = Binder.clearCallingIdentity(); local 210 Binder.restoreCallingIdentity(caller); 217 final long caller = Binder.clearCallingIdentity(); local 221 Binder.restoreCallingIdentity(caller); 549 "Caller is not the current voice interaction service"); 551 final long caller = Binder.clearCallingIdentity(); local 555 Binder.restoreCallingIdentity(caller); 568 final long caller = Binder.clearCallingIdentity(); local 572 Binder.restoreCallingIdentity(caller); 584 final long caller = Binder.clearCallingIdentity(); local 600 final long caller = Binder.clearCallingIdentity(); local 618 final long caller = Binder.clearCallingIdentity(); local 635 final long caller = Binder.clearCallingIdentity(); local 651 final long caller = Binder.clearCallingIdentity(); local 667 final long caller = Binder.clearCallingIdentity(); local 684 final long caller = Binder.clearCallingIdentity(); local 701 final long caller = Binder.clearCallingIdentity(); local 719 final long caller = Binder.clearCallingIdentity(); local 739 final long caller = Binder.clearCallingIdentity(); local 754 final long caller = Binder.clearCallingIdentity(); local 782 final long caller = Binder.clearCallingIdentity(); local 822 final long caller = Binder.clearCallingIdentity(); local 842 final long caller = Binder.clearCallingIdentity(); local 869 final long caller = Binder.clearCallingIdentity(); local 904 final long caller = Binder.clearCallingIdentity(); local 914 final long caller = Binder.clearCallingIdentity(); local 945 final long caller = Binder.clearCallingIdentity(); local 965 final long caller = Binder.clearCallingIdentity(); local 989 final long caller = Binder.clearCallingIdentity(); local 1030 final long caller = Binder.clearCallingIdentity(); local [all...] |