HomeSort by: relevance | last modified time | path
    Searched refs:Method (Results 1 - 25 of 161) sorted by relevancy

1 2 3 4 5 6 7

  /src/sys/external/bsd/acpica/dist/dispatcher/
dsmethod.c 3 * Module Name: dsmethod - Parser/Interpreter interface - control method parsing
73 * PARAMETERS: Node - Namespace Node of the method
74 * ObjDesc - Method object attached to node
78 * DESCRIPTION: Parse a control method AML to scan for control methods that
82 * there is only a problem if the method actually blocks during execution.
85 * detect whether a method will block or not, so we simply mark all suspicious
89 * control method.
107 "Method auto-serialization parse [%4.4s] %p\n",
110 /* Create/Init a root op for the method parse tree */
112 Op = AcpiPsAllocOp (AML_METHOD_OP, ObjDesc->Method.AmlStart)
    [all...]
  /src/external/apache2/llvm/dist/llvm/utils/unittest/googlemock/include/gmock/
gmock-generated-function-mockers.h 54 // Removes the given pointer; this is a helper for the expectation setter method
100 // expectation setter method for parameterless matchers.
133 // The variable for mocking the given method.
135 #define GMOCK_MOCKER_(arity, constness, Method) \
136 GTEST_CONCAT_TOKEN_(gmock##constness##arity##_##Method##_, __LINE__)
139 #define GMOCK_METHOD0_(tn, constness, ct, Method, ...) \
143 GMOCK_RESULT_(tn, __VA_ARGS__) ct Method( \
145 GMOCK_MOCKER_(0, constness, Method).SetOwnerAndName(this, #Method); \
146 return GMOCK_MOCKER_(0, constness, Method).Invoke();
    [all...]
  /src/external/apache2/llvm/dist/clang/include/clang/Basic/
Thunk.h 163 /// Holds a pointer to the overridden method this thunk is for,
168 const CXXMethodDecl *Method;
170 ThunkInfo() : Method(nullptr) {}
173 const CXXMethodDecl *Method = nullptr)
174 : This(This), Return(Return), Method(Method) {}
178 LHS.Method == RHS.Method;
182 return This.isEmpty() && Return.isEmpty() && Method == nullptr;
  /src/sys/external/bsd/acpica/dist/tests/misc/
converterSample.asl 37 Method(MAIN) {
65 Method(SCOP)
badcode.asl 65 // Invalid SyncLevel in method declaration
67 Method (MTH1, 0, NotSerialized, 32)
97 Method (MTH2)
116 Method (MTH3)
118 // Method MTH2 above does not always return a value
123 // Method MTH4 does not explicitly return a value
125 Method (MTH4) {}
126 Method (MTH5) {Store (MTH4(), Local0)}
164 Method (_OSC, 5)
181 Method (_L1D
    [all...]
  /src/external/mit/isl/dist/interface/
cpp.h 10 /* A generated C++ method derived from an isl function.
12 * "clazz" is the class to which the method belongs.
14 * "name" is the name of the method, which may be different
16 * "kind" is the type of the method.
19 struct Method {
30 Method(const isl_class &clazz, FunctionDecl *fd,
32 Method(const isl_class &clazz, FunctionDecl *fd);
64 /* A data structure expressing how Method::on_arg_list should combine
71 struct Method::list_combiner {
77 /* A method that does not require its isl type parameters to be a copy
    [all...]
cpp.cc 55 if (!is_implicit_conversion(Method(clazz, cons)))
95 /* Copy the method called "name" described by "fd" from "super" to "clazz"
110 * which represents the object class on which the corresponding method
134 * If no distance was recorded, then the method has not been copied
144 /* Is the method derived from "fd", with method name "name" and
146 * overridden by a method already in "clazz"?
148 * A method is considered to have been overridden if there
149 * is a method with the same name in "clazz" that has the same signature and
155 * If a method with the same signature has already been added
    [all...]
plain_cpp.h 57 std::string get_return_type(const Method &method);
65 /* A helper class for printing method declarations and definitions
78 void print_persistent_callback_prototype(FunctionDecl *method);
79 void print_persistent_callback_setter_prototype(FunctionDecl *method);
80 void print_full_method_header(const Method &method);
101 /* A helper class for printing method declarations of a class.
121 void print_persistent_callback_data(FunctionDecl *method);
123 virtual void print_method(const Method &method) override
    [all...]
  /src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/include/benchmark/
benchmark.h 777 // Each method returns "this" so that multiple method calls can
784 // method calls can be chained together in one expression.
878 // if for some reason CPU timings are not representative, call this method. If
886 // measured), call this method. If called, each benchmark iteration should
1158 #define BENCHMARK_PRIVATE_DECLARE_F(BaseClass, Method) \
1159 class BaseClass##_##Method##_Benchmark : public BaseClass { \
1161 BaseClass##_##Method##_Benchmark() : BaseClass() { \
1162 this->SetName(#BaseClass "/" #Method); \
1169 #define BENCHMARK_TEMPLATE1_PRIVATE_DECLARE_F(BaseClass, Method, a)
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/DIA/
DIAFrameData.cpp 21 HRESULT (__stdcall IDiaFrameData::*Method)(ArgType *)) {
23 if (S_OK == (FrameData->*Method)(&Value))
  /src/external/apache2/llvm/dist/llvm/utils/benchmark/include/benchmark/
benchmark.h 742 // Each method returns "this" so that multiple method calls can
749 // method calls can be chained together in one expression.
839 // if for some reason CPU timings are not representative, call this method. If
847 // measured), call this method. If called, each benchmark iteration should
1121 #define BENCHMARK_PRIVATE_DECLARE_F(BaseClass, Method) \
1122 class BaseClass##_##Method##_Benchmark : public BaseClass { \
1124 BaseClass##_##Method##_Benchmark() : BaseClass() { \
1125 this->SetName(#BaseClass "/" #Method); \
1132 #define BENCHMARK_TEMPLATE1_PRIVATE_DECLARE_F(BaseClass, Method, a)
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/AST/
ExprObjC.cpp 29 ObjCMethodDecl *Method, SourceRange SR)
31 NumElements(Elements.size()), Range(SR), ArrayWithObjectsMethod(Method) {
41 QualType T, ObjCMethodDecl *Method,
44 return new (Mem) ObjCArrayLiteral(Elements, T, Method, SR);
55 ObjCMethodDecl *method,
59 DictWithObjectsMethod(method) {
81 ObjCMethodDecl *method, SourceRange SR) {
84 return new (Mem) ObjCDictionaryLiteral(VK, HasPackExpansions, T, method, SR);
112 ObjCMethodDecl *Method, ArrayRef<Expr *> Args,
116 reinterpret_cast<uintptr_t>(Method ? Method : Sel.getAsOpaquePtr()))
    [all...]
  /src/sys/external/bsd/acpica/dist/debugger/
dbmethod.c 80 * DESCRIPTION: Set a breakpoint in a control method at the specified
97 AcpiOsPrintf ("There is no method currently executing\n");
127 * DESCRIPTION: Set a breakpoint in a control method at the specified
140 AcpiOsPrintf ("There is no method currently executing\n");
158 * DESCRIPTION: Set a local or argument for the running control method.
217 AcpiOsPrintf ("There is no method currently executing\n");
236 /* Set a method argument */
260 /* Set a method local */
317 AcpiOsPrintf ("There is no method currently executing\n");
334 * PARAMETERS: Name - Name of control method
    [all...]
dbutils.c 414 ACPI_PARSE_OBJECT *Method;
431 Method = Op;
444 WalkState->ParserState.AmlStart = Method->Named.Data;
446 WalkState->ParserState.PkgEnd = Method->Named.Data +
447 Method->Named.Length;
457 BaseAmlOffset = (Method->Common.Value.Arg)->Common.AmlOffset + 1;
458 StartOp = (Method->Common.Value.Arg)->Common.Next;
473 * Method = (ACPI_DEFERRED_OP *) Op;
474 * Status = AcpiPsParseAml (Op, Method->Body, Method->BodyLength)
    [all...]
  /src/external/gpl3/gcc.old/dist/libobjc/objc/
runtime.h 58 /* A 'Method' represents a method. It holds information about the
59 name, types and the IMP of the method. */
60 typedef struct objc_method *Method;
70 /* Method descriptor returned by introspective Object methods. At the
121 qualifiers of method and ivar types. */
239 of the returned object. This method allocates the appropriate
251 /* Dispose of an object. This method calls the appropriate C++
537 /* Change the implementation of the method. It also searches all
538 classes for any class implementing the method, and replaces th
    [all...]
  /src/external/gpl3/gcc/dist/libobjc/objc/
runtime.h 58 /* A 'Method' represents a method. It holds information about the
59 name, types and the IMP of the method. */
60 typedef struct objc_method *Method;
70 /* Method descriptor returned by introspective Object methods. At the
121 qualifiers of method and ivar types. */
239 of the returned object. This method allocates the appropriate
251 /* Dispose of an object. This method calls the appropriate C++
537 /* Change the implementation of the method. It also searches all
538 classes for any class implementing the method, and replaces th
    [all...]
  /src/sys/external/bsd/acpica/dist/parser/
psxface.c 76 * method execution
111 * PARAMETERS: Info - Method info block, contains:
112 * Node - Method Node to execute
113 * ObjDesc - Method object
114 * Parameters - List of parameters to pass to the method,
117 * ReturnObject - Where to put method's return value (if
120 * ReturnObject - Where to put method's return value (if
126 * DESCRIPTION: Execute a control method
146 /* Validate the Info and method Node */
153 /* Init for new method, wait on concurrency semaphore *
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaExprObjC.cpp 145 /// Emits an error if the given method does not exist, or if the return
149 Selector Sel, const ObjCMethodDecl *Method) {
150 if (!Method) {
157 QualType ReturnType = Method->getReturnType();
161 S.Diag(Method->getLocation(), diag::note_objc_literal_method_return)
240 /// Retrieve the NSNumber factory method that should be used to create
257 // If we already looked up this method, we're done.
282 // Look for the appropriate method within NSNumber.
283 ObjCMethodDecl *Method = S.NSNumberDecl->lookupClassMethod(Sel);
284 if (!Method && S.getLangOpts().DebuggerObjCLiteral)
1421 ObjCMethodDecl *method = dyn_cast<ObjCMethodDecl>(DC); local
3369 ObjCMethodDecl *method = dyn_cast<ObjCMethodDecl>(CurContext); local
3701 ObjCMethodDecl *method; local
    [all...]
SemaDeclObjC.cpp 33 /// Check whether the given method, which must be in the 'init'
42 bool Sema::checkInitMethod(ObjCMethodDecl *method,
44 if (method->isInvalidDecl()) return true;
53 method->getReturnType()->castAs<ObjCObjectPointerType>()->getObjectType();
67 !isa<ObjCImplementationDecl>(method->getDeclContext()))
72 // If this method was declared in a protocol, we can't check
75 if (isa<ObjCProtocolDecl>(method->getDeclContext())) {
85 receiverClass = method->getClassInterface();
86 assert(receiverClass && "method not associated with a class!");
96 SourceLocation loc = method->getLocation()
2231 B << method; local
    [all...]
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
CXXInheritance.h 228 /// Uniquely identifies a virtual method within a class
229 /// hierarchy by the method itself and a class subobject number.
231 /// The overriding virtual method.
232 CXXMethodDecl *Method = nullptr;
234 /// The subobject in which the overriding virtual method
239 /// virtual method is a part. Note that this records the closest
245 UniqueVirtualMethod(CXXMethodDecl *Method, unsigned Subobject,
247 : Method(Method), Subobject(Subobject),
252 return X.Method == Y.Method && X.Subobject == Y.Subobject &
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
Iterator.cpp 38 for (const auto *Method : CRD->methods()) {
39 if (const auto *Ctor = dyn_cast<CXXConstructorDecl>(Method)) {
45 if (const auto *Dtor = dyn_cast<CXXDestructorDecl>(Method)) {
49 if (Method->isCopyAssignmentOperator()) {
50 HasCopyAssign = !Method->isDeleted() && Method->getAccess() == AS_public;
53 if (!Method->isOverloadedOperator())
55 const auto OPK = Method->getOverloadedOperator();
57 HasPreIncrOp = HasPreIncrOp || (Method->getNumParams() == 0);
58 HasPostIncrOp = HasPostIncrOp || (Method->getNumParams() == 1)
    [all...]
  /src/sys/external/bsd/acpica/dist/namespace/
nsparse.c 67 * large control method.
119 /* Create, initialize, and link a new temporary method object */
137 "%s: Create table pseudo-method for [%4.4s] @%p, method %p\n",
140 MethodObj->Method.AmlStart = AmlStart;
141 MethodObj->Method.AmlLength = AmlLength;
142 MethodObj->Method.OwnerId = OwnerId;
143 MethodObj->Method.InfoFlags |= ACPI_METHOD_MODULE_LEVEL;
318 * Executes the AML table as one large control method.
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/WebKit/
PtrTypesSemantics.h 54 llvm::Optional<bool> isGetterOfRefCounted(const clang::CXXMethodDecl *Method);
  /src/external/gpl2/gettext/dist/gettext-runtime/intl-java/gnu/gettext/
GettextResource.java 105 Method handleGetObjectMethod = null;
106 Method getParentMethod = null;
119 Method lookupMethod = null;
120 Method pluralEvalMethod = null;
  /src/sys/external/bsd/acpica/dist/executer/
excreate.c 109 * Control method aliases need to be differentiated with
305 * actually used at runtime, abort the executing method.
473 * PARAMETERS: AmlStart - First byte of the method's AML
474 * AmlLength - AML byte count for this method
479 * DESCRIPTION: Create a new method object
498 /* Create a new method object */
507 /* Save the method's AML pointer and length */
509 ObjDesc->Method.AmlStart = AmlStart;
510 ObjDesc->Method.AmlLength = AmlLength;
511 ObjDesc->Method.Node = Operand[0]
    [all...]

Completed in 90 milliseconds

1 2 3 4 5 6 7