/frameworks/opt/net/voip/src/java/android/net/sip/ |
SipSession.java | 393 * @param callee the SIP profile to make the call to 400 public void makeCall(SipProfile callee, String sessionDescription, 403 mSession.makeCall(callee, sessionDescription, timeout);
|
/external/chromium_org/v8/tools/gcmole/ |
gcmole.cc | 134 const clang::FunctionDecl* callee = expr->getDirectCallee(); local 135 if (callee != NULL) AnalyzeFunction(callee); 860 clang::FunctionDecl* callee = call->getDirectCallee(); local 861 if ((callee != NULL) && KnownToCauseGC(ctx_, callee)) { [all...] |
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
CallEvent.h | 206 /// callee's declaration, and that it may include arguments not written in 210 /// \brief Returns true if the callee is known to be from a system header. 275 /// \brief Returns true if the callee is an externally-visible function in the 293 /// \brief Returns the name of the callee, if its name is a simple identifier. 321 /// Populates the given SmallVector with the bindings in the callee's stack 368 /// This uses the callee decl found by default name lookup rather than the [all...] |
/external/v8/tools/gcmole/ |
gcmole.cc | 134 const clang::FunctionDecl* callee = expr->getDirectCallee(); local 135 if (callee != NULL) AnalyzeFunction(callee); 862 clang::FunctionDecl* callee = call->getDirectCallee(); local 863 if ((callee != NULL) && KnownToCauseGC(ctx_, callee)) { [all...] |
/external/chromium_org/chrome_frame/test/ |
chrome_frame_test_utils.h | 144 STDMETHOD_(DWORD, RetryRejectedCall)(HTASK callee, 150 STDMETHOD_(DWORD, MessagePending)(HTASK callee,
|
/external/chromium_org/third_party/npapi/bindings/ |
npruntime.h | 278 a reference count to the caller. That is, the callee adds a 295 NPIdentifiers back to the caller. The callee allocs the memory of
|
/external/chromium_org/v8/src/ |
arguments.h | 250 internal::JSFunction* callee, 261 values[T::kCalleeIndex] = callee;
|
/external/chromium_org/v8/src/x64/ |
regexp-macro-assembler-x64.h | 180 // Microsoft calling convention has three callee-saved registers 187 // AMD64 Calling Convention has only one callee-save register that
|
/external/clang/include/clang/Basic/ |
TargetCXXABI.h | 138 /// Are temporary objects passed by value to a call destroyed by the callee? 142 /// of the full expression as usual. Both the caller and the callee must
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
MallocOverflowSecurityChecker.cpp | 241 // Get the callee. 247 // Get the name of the callee. If it's a builtin, strip off the prefix.
|
/external/clang/unittests/ASTMatchers/Dynamic/ |
ParserTest.cpp | 260 EXPECT_EQ("1:1: Error building matcher callee.\n" 265 ParseWithError("callee(\"A\")"));
|
/external/llvm/lib/Target/Hexagon/ |
HexagonRegisterInfo.cpp | 68 llvm_unreachable("Callee saved registers requested for unknown architecture " 115 llvm_unreachable("Callee saved register classes requested for unknown "
|
/external/llvm/lib/Target/NVPTX/ |
NVPTXPrologEpilogPass.cpp | 183 // callee saved registers. 205 // ensure that the callee's frame or the alloca data is suitably aligned;
|
/external/llvm/lib/Target/PowerPC/ |
PPCFrameLowering.h | 121 // The prolog code of the callee may store up to 8 GPR argument registers to 142 // With the SVR4 ABI, callee-saved registers have fixed offsets on the stack.
|
PPCISelLowering.cpp | [all...] |
/external/llvm/lib/Target/X86/ |
README-X86-64.txt | 57 incoming value of %rdi be copied into %rax by the callee upon return. 60 which would often require a callee-saved register. Callees usually
|
/external/llvm/test/Transforms/ObjCARC/ |
rv.ll | 20 declare void @callee() 198 call void @callee()
|
/external/v8/src/x64/ |
regexp-macro-assembler-x64.h | 168 // Microsoft calling convention has three callee-saved registers 175 // AMD64 Calling Convention has only one callee-save register that
|
/frameworks/base/core/java/android/os/ |
IBinder.java | 149 * callee. Applies only if the caller and callee are in different
|
/external/clang/lib/CodeGen/ |
CGClass.cpp | 2144 llvm::Value *callee = local [all...] |
/external/chromium/base/ |
task.h | 218 // callee object. By default, it is assumed that the callee supports AddRef 220 // define other lifetime management. For example, if the callee is known to 266 // refcounting of a class. This is useful if you know that the callee
|
/external/chromium/base/threading/ |
platform_thread_posix.cc | 182 // truncated by the callee (see TASK_COMM_LEN above).)
|
/external/chromium_org/chrome/service/cloud_print/ |
print_system.h | 188 // Factory methods to create corresponding watcher. Callee is responsible
|
/external/chromium_org/content/child/ |
plugin_param_traits.cc | 53 // npobject pointer to be used in the callee process.
|
/external/chromium_org/remoting/base/ |
dispatch_win.h.pump | 36 // them before the call and the callee assigns new values correctly
|