/external/llvm/lib/Transforms/IPO/ |
Inliner.cpp | 48 STATISTIC(NumCallerCallersAnalyzed, "Number of caller-callers analyzed"); 90 /// calling function, then bump up the caller's stack protection level. 91 static void AdjustCallerSSPLevel(Function *Caller, Function *Callee) { 99 AttributeSet OldSSPAttr = AttributeSet::get(Caller->getContext(), 104 Caller->removeAttributes(AttributeSet::FunctionIndex, OldSSPAttr); 105 Caller->addFnAttr(Attribute::SafeStack); 107 !Caller->hasFnAttribute(Attribute::SafeStack)) { 108 Caller->removeAttributes(AttributeSet::FunctionIndex, OldSSPAttr); 109 Caller->addFnAttr(Attribute::StackProtectReq); 111 !Caller->hasFnAttribute(Attribute::SafeStack) & [all...] |
/external/v8/test/unittests/compiler/ |
linkage-tail-call-unittest.cc | 67 // Caller 85 // Caller 105 // Caller 126 // Caller 147 // Caller 168 // Caller 189 // Caller 195 // Caller 215 // Caller 221 // Caller [all...] |
/external/webrtc/webrtc/base/ |
dbus.h | 56 // When a DBus signal comes, a DSM_SIGNAL message is posted to the caller thread 89 // On caller thread. 98 // The caller-thread calls AddFilter() first to add the signals that it wants to 103 // called from the caller-thread or the worker-thread hit some error. 106 // 1. Caller-thread: Creates an object of DBusMonitor. 107 // 2. Caller-thread: Calls DBusMonitor::AddFilter() one or several times. 108 // 3. Caller-thread: StartMonitoring(). 110 // 4. Worker-thread: DBus signal recieved. Post a message to caller-thread. 111 // 5. Caller-thread: DBusFilterBase::ProcessSignal() is invoked. 113 // 6. Caller-thread: StopMonitoring() [all...] |
/external/emma/core/java12/com/vladium/util/ |
ClassLoadContext.java | 24 * Returns the class representing the caller of {@link ClassLoaderResolver} 25 * API. Can be used to retrieve the caller's classloader etc (which may be 26 * different from the ClassLoaderResolver's own classloader) ['null' if caller 43 * @param caller [can be null] 45 ClassLoadContext (final Class caller) 47 m_caller = caller;
|
/external/llvm/test/DebugInfo/Generic/ |
inline-no-debug-info.ll | 7 ; void caller() { callee(); } 11 ; CHECK-LABEL: @caller( 19 ; The remaining instruction from the caller. 22 ; Debug location of the code in caller() and of the inlined code that did not 46 define void @caller() #0 !dbg !4 { 62 !4 = distinct !DISubprogram(name: "caller", line: 4, isLocal: false, isDefinition: true, virtualIndex: 6, isOptimized: true, scopeLine: 4, file: !1, scope: !5, type: !6, variables: !2)
|
/bionic/libc/arch-x86/bionic/ |
syscall.S | 4 * %eax: system call number - caller save 6 * %ecx: arg1 - caller save 7 * %edx: arg2 - caller save
|
/external/libbrillo/brillo/ |
process_information.h | 26 // |value|. The caller should expect an empty vector on return. 35 // |value|. The caller should expect an empty set on return. 44 // |value|. The caller should expect an empty string on return.
|
/external/llvm/test/Transforms/Inline/ |
recursive.ll | 17 ; CHECK-LABEL: define i32 @caller( 21 define i32 @caller(i32 %param) { 28 %r = call i32 @caller(i32 %t)
|
2003-09-14-InlineValue.ll | 11 define i32 @Caller() personality i32 (...)* @__gxx_personality_v0 {
|
/external/skia/src/core/ |
SkBigPicture.h | 38 SkRecord*, // We take ownership of the caller's ref. 40 SkBBoxHierarchy*, // We take ownership of the caller's ref. 41 AccelData*, // We take ownership of the caller's ref.
|
/external/v8/test/mjsunit/ |
function-caller.js | 33 assertEquals(f, g.caller); 34 assertEquals(match, f.caller); 54 assertEquals(String.prototype.replace, h.caller);
|
/frameworks/base/media/java/android/media/ |
AudioManagerInternal.java | 42 public abstract void setRingerModeInternal(int ringerMode, String caller); 50 int onSetRingerModeExternal(int ringerModeOld, int ringerModeNew, String caller, 54 int onSetRingerModeInternal(int ringerModeOld, int ringerModeNew, String caller,
|
/prebuilts/go/darwin-x86/src/net/ |
file.go | 16 // It is the caller's responsibility to close f when finished. 28 // It is the caller's responsibility to close ln when finished. 40 // It is the caller's responsibility to close f when finished.
|
/prebuilts/go/linux-x86/src/net/ |
file.go | 16 // It is the caller's responsibility to close f when finished. 28 // It is the caller's responsibility to close ln when finished. 40 // It is the caller's responsibility to close f when finished.
|
/art/runtime/interpreter/mterp/x86/ |
alt_stub.S | 5 * because rIBASE is caller save and we need to reload it.
|
/art/runtime/interpreter/mterp/x86_64/ |
alt_stub.S | 5 * because rIBASE is caller save and we need to reload it.
|
/developers/build/prebuilts/gradle/MediaBrowserService/Application/src/main/java/com/example/android/mediabrowserservice/ |
PackageValidator.java | 45 * Map allowed callers' certificate keys to the expected caller information. 75 LogHelper.v(TAG, "Adding allowed caller: ", info.name, 89 * @return false if the caller is not authorized to get data from this MediaBrowserService 107 LogHelper.w(TAG, "Caller has more than one signature certificate!"); 116 LogHelper.v(TAG, "Signature for caller ", callingPackage, " is not valid: \n" 130 LogHelper.v(TAG, "Valid caller: ", info.name, " package=", info.packageName, 137 LogHelper.i(TAG, "Caller has a valid certificate, but its package doesn't match any ", 138 "expected package for the given certificate. Caller's package is ", callingPackage, 140 expectedPackages, "). This caller's certificate is: \n", signature);
|
/developers/samples/android/media/MediaBrowserService/Application/src/main/java/com/example/android/mediabrowserservice/ |
PackageValidator.java | 45 * Map allowed callers' certificate keys to the expected caller information. 75 LogHelper.v(TAG, "Adding allowed caller: ", info.name, 89 * @return false if the caller is not authorized to get data from this MediaBrowserService 107 LogHelper.w(TAG, "Caller has more than one signature certificate!"); 116 LogHelper.v(TAG, "Signature for caller ", callingPackage, " is not valid: \n" 130 LogHelper.v(TAG, "Valid caller: ", info.name, " package=", info.packageName, 137 LogHelper.i(TAG, "Caller has a valid certificate, but its package doesn't match any ", 138 "expected package for the given certificate. Caller's package is ", callingPackage, 140 expectedPackages, "). This caller's certificate is: \n", signature);
|
/development/samples/browseable/MediaBrowserService/src/com.example.android.mediabrowserservice/ |
PackageValidator.java | 45 * Map allowed callers' certificate keys to the expected caller information. 75 LogHelper.v(TAG, "Adding allowed caller: ", info.name, 89 * @return false if the caller is not authorized to get data from this MediaBrowserService 107 LogHelper.w(TAG, "Caller has more than one signature certificate!"); 116 LogHelper.v(TAG, "Signature for caller ", callingPackage, " is not valid: \n" 130 LogHelper.v(TAG, "Valid caller: ", info.name, " package=", info.packageName, 137 LogHelper.i(TAG, "Caller has a valid certificate, but its package doesn't match any ", 138 "expected package for the given certificate. Caller's package is ", callingPackage, 140 expectedPackages, "). This caller's certificate is: \n", signature);
|
/external/icu/icu4c/source/extra/uconv/unicode/ |
uwmsg.h | 19 Caller owns storage.
|
/external/jsilver/src/com/google/streamhtmlparser/ |
ExternalState.java | 22 * A representation of the parser state suitable for use by the caller 24 * the caller should perform on that state is not self-evident. In particular, 31 * <p>The caller of the Parser will query for the current parser state at 33 * current state as represented by this class, the caller can determine
|
/external/libchrome/base/json/ |
json_string_value_serializer.h | 19 // serialization. The caller of the constructor retains ownership of the 40 // Owned by the caller of the constructor. 61 // The caller takes ownership of the returned value. 70 // Data is owned by the caller of the constructor.
|
/external/llvm/test/CodeGen/X86/ |
fast-isel-tailcall.ll | 5 ; On x86, -tailcallopt changes the ABI so the caller shouldn't readjust
|
/external/llvm/test/MC/PowerPC/ |
ppc64-localentry.s | 22 .type caller, @function 23 caller: label 28 .size caller, .-caller
|
/external/llvm/test/Transforms/PruneEH/ |
simpletest.ll | 10 define i32 @caller() personality i32 (...)* @__gxx_personality_v0 {
|