HomeSort by relevance Sort by last modified time
    Searched refs:CallType (Results 1 - 25 of 25) sorted by null

  /external/chromium_org/extensions/renderer/
api_activity_logger.h 25 enum CallType { APICALL, EVENT };
43 static void LogInternal(const CallType call_type,
api_activity_logger.cc 39 const CallType call_type,
  /external/chromium_org/ui/message_center/views/
message_center_view_unittest.cc 23 enum CallType {
35 virtual void RegisterCall(CallType type) = 0;
95 int GetCallCount(CallType type);
109 virtual void RegisterCall(CallType type) OVERRIDE;
119 std::map<CallType,int> callCounts_;
173 int MessageCenterViewTest::GetCallCount(CallType type) {
210 void MessageCenterViewTest::RegisterCall(CallType type) {
  /external/clang/lib/Sema/
SemaChecking.cpp 759 VariadicCallType CallType) {
771 CheckFormatArguments(I, Args, IsMemberFunction, CallType, Loc, Range,
778 if (CallType != VariadicDoesNotApply) {
783 checkVariadicArgument(Arg, CallType);
803 VariadicCallType CallType =
806 /*IsMemberFunction=*/true, Loc, SourceRange(), CallType);
817 VariadicCallType CallType = getVariadicCallType(FDecl, Proto,
831 TheCall->getCallee()->getSourceRange(), CallType);
858 VariadicCallType CallType =
863 lbrac, Method->getSourceRange(), CallType);
    [all...]
SemaExprCXX.cpp     [all...]
SemaExpr.cpp     [all...]
SemaDeclCXX.cpp     [all...]
  /external/chromium_org/third_party/skia/src/core/
SkMatrixClipStateMgr.h 256 enum CallType {
343 bool call(CallType callType);
SkMatrixClipStateMgr.cpp 250 bool SkMatrixClipStateMgr::call(CallType callType) {
253 if (kMatrix_CallType == callType || kClip_CallType == callType) {
259 SkASSERT(kOther_CallType == callType);
  /external/skia/src/core/
SkMatrixClipStateMgr.h 256 enum CallType {
343 bool call(CallType callType);
SkMatrixClipStateMgr.cpp 250 bool SkMatrixClipStateMgr::call(CallType callType) {
253 if (kMatrix_CallType == callType || kClip_CallType == callType) {
259 SkASSERT(kOther_CallType == callType);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
rpcasync.h 287 RpcCallType CallType;
308 RpcCallType CallType;
  /external/chromium_org/v8/src/
ic.h 335 enum CallType { METHOD, FUNCTION };
341 State(int argc, CallType call_type)
353 CallType call_type() const { return call_type_; }
361 class CallTypeBits: public BitField<CallType, Code::kArgumentsBits, 1> {};
364 const CallType call_type_;
388 CallType call_type);
    [all...]
ast.cc 575 CallType call_type = GetCallType(isolate);
580 Call::CallType Call::GetCallType(Isolate* isolate) const {
    [all...]
full-codegen.h 468 void EmitCall(Call* expr, CallIC::CallType = CallIC::FUNCTION);
    [all...]
ast.h     [all...]
ic.cc     [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]
  /external/chromium_org/v8/src/arm64/
full-codegen-arm64.cc     [all...]
  /external/chromium_org/v8/src/x64/
full-codegen-x64.cc     [all...]
  /external/chromium_org/v8/src/arm/
full-codegen-arm.cc     [all...]
  /external/chromium_org/v8/src/ia32/
full-codegen-ia32.cc     [all...]
  /external/chromium_org/v8/src/mips/
full-codegen-mips.cc     [all...]
  /external/chromium_org/v8/src/x87/
full-codegen-x87.cc     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]

Completed in 1219 milliseconds