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

1 2

  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/pepper/
define_empty_macros.h 7 #define METHOD0(Class, ReturnType, MethodName)
8 #define METHOD1(Class, ReturnType, MethodName, Type0)
9 #define METHOD2(Class, ReturnType, MethodName, Type0, Type1)
10 #define METHOD3(Class, ReturnType, MethodName, Type0, Type1, Type2)
11 #define METHOD4(Class, ReturnType, MethodName, Type0, Type1, Type2, Type3)
12 #define METHOD5(Class, ReturnType, MethodName, Type0, Type1, Type2, Type3, \
  /external/chromium_org/native_client_sdk/src/tests/nacl_io_test/
pepper_interface_mock.h 20 #define METHOD0(Class, ReturnType, MethodName) \
21 MOCK_METHOD0(MethodName, ReturnType());
22 #define METHOD1(Class, ReturnType, MethodName, Type0) \
23 MOCK_METHOD1(MethodName, ReturnType(Type0));
24 #define METHOD2(Class, ReturnType, MethodName, Type0, Type1) \
25 MOCK_METHOD2(MethodName, ReturnType(Type0, Type1));
26 #define METHOD3(Class, ReturnType, MethodName, Type0, Type1, Type2) \
27 MOCK_METHOD3(MethodName, ReturnType(Type0, Type1, Type2));
28 #define METHOD4(Class, ReturnType, MethodName, Type0, Type1, Type2, Type3) \
29 MOCK_METHOD4(MethodName, ReturnType(Type0, Type1, Type2, Type3))
    [all...]
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/
real_pepper_interface.cc 24 #define METHOD0(Class, ReturnType, MethodName) \
25 virtual ReturnType MethodName();
26 #define METHOD1(Class, ReturnType, MethodName, Type0) \
27 virtual ReturnType MethodName(Type0);
28 #define METHOD2(Class, ReturnType, MethodName, Type0, Type1) \
29 virtual ReturnType MethodName(Type0, Type1);
30 #define METHOD3(Class, ReturnType, MethodName, Type0, Type1, Type2) \
31 virtual ReturnType MethodName(Type0, Type1, Type2);
32 #define METHOD4(Class, ReturnType, MethodName, Type0, Type1, Type2, Type3) \
33 virtual ReturnType MethodName(Type0, Type1, Type2, Type3)
    [all...]
pepper_interface.h 117 #define METHOD0(Class, ReturnType, MethodName) \
118 virtual ReturnType MethodName() = 0;
119 #define METHOD1(Class, ReturnType, MethodName, Type0) \
120 virtual ReturnType MethodName(Type0) = 0;
121 #define METHOD2(Class, ReturnType, MethodName, Type0, Type1) \
122 virtual ReturnType MethodName(Type0, Type1) = 0;
123 #define METHOD3(Class, ReturnType, MethodName, Type0, Type1, Type2) \
124 virtual ReturnType MethodName(Type0, Type1, Type2) = 0;
125 #define METHOD4(Class, ReturnType, MethodName, Type0, Type1, Type2, Type3) \
126 virtual ReturnType MethodName(Type0, Type1, Type2, Type3) = 0
    [all...]
  /external/lldb/include/lldb/Target/
CPPLanguageRuntime.h 29 class MethodName
40 MethodName () :
52 MethodName (const ConstString &s) :
ObjCLanguageRuntime.h 35 class MethodName
45 MethodName () :
55 MethodName (const char *name, bool strict) :
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
acpiioct.h 39 UCHAR MethodName[4];
47 UCHAR MethodName[4];
56 UCHAR MethodName[4];
76 UCHAR MethodName[4];
99 CHAR MethodName[256];
104 CHAR MethodName[256];
110 CHAR MethodName[256];
117 CHAR MethodName[256];
  /external/lldb/source/Target/
CPPLanguageRuntime.cpp 236 CPPLanguageRuntime::MethodName::Clear()
286 CPPLanguageRuntime::MethodName::Parse()
356 CPPLanguageRuntime::MethodName::GetBasename ()
364 CPPLanguageRuntime::MethodName::GetContext ()
372 CPPLanguageRuntime::MethodName::GetArguments ()
380 CPPLanguageRuntime::MethodName::GetQualifiers ()
ObjCLanguageRuntime.cpp 156 ObjCLanguageRuntime::MethodName::Clear()
167 //ObjCLanguageRuntime::MethodName::SetName (const char *name, bool strict)
212 ObjCLanguageRuntime::MethodName::SetName (const char *name, bool strict)
255 ObjCLanguageRuntime::MethodName::GetClassName ()
290 ObjCLanguageRuntime::MethodName::GetClassNameWithCategory ()
319 ObjCLanguageRuntime::MethodName::GetSelector ()
338 ObjCLanguageRuntime::MethodName::GetCategory ()
361 ObjCLanguageRuntime::MethodName::GetFullNameWithoutCategory (bool empty_if_no_category)
386 ObjCLanguageRuntime::MethodName::GetFullNames (std::vector<ConstString> &names, bool append)
  /external/lzma/CPP/7zip/Archive/Common/
HandlerOut.h 14 UString MethodName;
HandlerOut.cpp 82 static bool AreEqual(const UString &methodName, const wchar_t *s)
83 { return (methodName.CompareNoCase(s) == 0); }
88 AreEqual(MethodName, kLZMAMethodName) ||
89 AreEqual(MethodName, kLZMA2MethodName);
92 static inline bool IsBZip2Method(const UString &methodName)
93 { return AreEqual(methodName, kBZip2MethodName); }
95 static inline bool IsPpmdMethod(const UString &methodName)
96 { return AreEqual(methodName, kPpmdMethodName); }
98 static inline bool IsDeflateMethod(const UString &methodName)
101 AreEqual(methodName, kDeflateMethodName) ||
    [all...]
  /external/clang/include/clang/Analysis/Analyses/
Consumed.h 105 /// \param MethodName -- The name of the method that was incorrectly
111 virtual void warnUseOfTempInInvalidState(StringRef MethodName,
116 /// \param MethodName -- The name of the method that was incorrectly
125 virtual void warnUseInInvalidState(StringRef MethodName,
  /external/lzma/CPP/7zip/Archive/7z/
7zHandlerOut.cpp 40 static inline bool IsCopyMethod(const UString &methodName)
41 { return (methodName.CompareNoCase(kCopyMethod) == 0); }
67 oneMethodInfo.MethodName = kLZMAMethodName;
116 oneMethodInfo.MethodName = ((level == 0) ? kCopyMethod : kDefaultMethodName);
130 if (!IsCopyMethod(oneMethodInfo.MethodName))
137 oneMethodInfo.MethodName, methodFull.Id, methodFull.NumInStreams, methodFull.NumOutStreams))
  /external/clang/lib/AST/
VTableBuilder.cpp     [all...]
  /external/lldb/source/Breakpoint/
BreakpointResolverName.cpp 127 ObjCLanguageRuntime::MethodName objc_method(name.GetCString(), false);
  /external/clang/lib/Sema/
SemaLambda.cpp 379 DeclarationName MethodName
388 DeclarationNameInfo(MethodName,
404 Method->getLocation(), MethodName,
    [all...]
AnalysisBasedWarnings.cpp     [all...]
SemaDeclObjC.cpp     [all...]
  /external/lldb/source/Symbol/
Symtab.cpp 317 CPPLanguageRuntime::MethodName cxx_method (mangled.GetDemangledName());
372 ObjCLanguageRuntime::MethodName objc_method (entry.cstring, true);
    [all...]
  /external/clang/lib/ARCMigrate/
ObjCMT.cpp     [all...]
  /external/lldb/source/Core/
Module.cpp     [all...]
  /external/clang/lib/CodeGen/
CGDebugInfo.cpp 192 SmallString<256> MethodName;
193 llvm::raw_svector_ostream OS(MethodName);
    [all...]
CGObjCGNU.cpp     [all...]
  /external/lldb/source/Plugins/SymbolFile/DWARF/
DWARFCompileUnit.cpp 774 ObjCLanguageRuntime::MethodName objc_method(name, true);
    [all...]
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime.Tests/
Antlr.Runtime.Tree.Tests.pas 157 constructor Create(MethodName: String); override;
    [all...]

Completed in 694 milliseconds

1 2