Home
last modified time | relevance | path

Searched refs:method_name (Results 1 – 17 of 17) sorted by relevance

/freebsd-src/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/Interfaces/
H A DScriptedPythonInterface.h49 #define SET_ERROR_AND_CONTINUE(method_name, error) \ in CheckAbstractMethodImplementation() argument
51 checker[method_name] = error; \ in CheckAbstractMethodImplementation()
55 for (const llvm::StringLiteral &method_name : GetAbstractMethods()) { in CheckAbstractMethodImplementation() local
56 if (!class_dict.HasKey(method_name)) in CheckAbstractMethodImplementation()
57 SET_ERROR_AND_CONTINUE(method_name, in CheckAbstractMethodImplementation()
59 auto callable_or_err = class_dict.GetItem(method_name); in CheckAbstractMethodImplementation()
61 SET_ERROR_AND_CONTINUE(method_name, in CheckAbstractMethodImplementation()
64 SET_ERROR_AND_CONTINUE(method_name, in CheckAbstractMethodImplementation()
66 checker[method_name] = AbstractMethodCheckerCases::eValid; in CheckAbstractMethodImplementation()
232 T Dispatch(llvm::StringRef method_name, Statu argument
292 GetStatusFromMethod(llvm::StringRef method_name,Args &&...args) GetStatusFromMethod() argument
[all...]
/freebsd-src/tests/sys/netlink/
H A Dtest_rtnl_neigh.py14 method_name = method.__name__
15 if "4" in method_name:
17 if "6" in method_name:
H A Dtest_rtnl_ifaddr.py34 method_name = method.__name__
35 if "4" in method_name:
37 if "6" in method_name:
/freebsd-src/contrib/llvm-project/llvm/lib/ExecutionEngine/IntelJITEvents/
H A Djitprofiling.h
H A DIntelJITEventListener.cpp169 Result.method_name = const_cast<char*>(FnName); in FunctionDescToIntelJITFormat()
/freebsd-src/sys/dev/acpica/
H A Dacpi_powerres.c302 char *method_name, *reslist_name; in acpi_pwr_switch_consumer() local
329 method_name = "_PS0"; in acpi_pwr_switch_consumer()
333 method_name = "_PS1"; in acpi_pwr_switch_consumer()
337 method_name = "_PS2"; in acpi_pwr_switch_consumer()
341 method_name = "_PS3"; in acpi_pwr_switch_consumer()
360 if (ACPI_FAILURE(AcpiGetHandle(consumer, method_name, &method_handle))) in acpi_pwr_switch_consumer()
/freebsd-src/contrib/googletest/docs/reference/
H A Dmocking.md12 `MOCK_METHOD(`*`return_type`*`,`*`method_name`*`, (`*`args...`*`));` \
13 `MOCK_METHOD(`*`return_type`*`,`*`method_name`*`, (`*`args...`*`),
16 Defines a mock method *`method_name`* with arguments `(`*`args...`*`)` and
60 `EXPECT_CALL(`*`mock_object`*`,`*`method_name`*`(`*`matchers...`*`))`
63 method *`method_name`* of the object *`mock_object`* is called with arguments
69 correspond to each argument of the method *`method_name`*. The expectation will
70 apply only to calls of *`method_name`* whose arguments match all of the
79 EXPECT_CALL(mock_object, method_name(matchers...))
322 `ON_CALL(`*`mock_object`*`,`*`method_name`*`(`*`matchers...`*`))`
324 Defines what happens when the method *`method_name`* o
[all...]
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DSWIGPythonBridge.h157 const char *method_name,
/freebsd-src/tests/sys/net/routing/
H A Dtest_rtsock_multipath.py11 method_name = method.__name__
12 if "multipath4" in method_name:
15 elif "multipath6" in method_name:
/freebsd-src/contrib/llvm-project/lldb/bindings/python/
H A Dpython-wrapper.swig266 void *implementor, const char *method_name,
270 auto pfunc = self.ResolveName<PythonCallable>(method_name);
286 if (strcmp(method_name, "__callback__") == 0) {
/freebsd-src/lib/libc/net/
H A Dnsdispatch.c629 const char *method_name, const ns_src defaults[], ...) in _nsdispatch() argument
675 method_name, disp_tab, &mdata); in _nsdispatch()
695 method_name, disp_tab, &mdata); in _nsdispatch()
750 srclist[i].name, database, method_name); in _nsdispatch()
/freebsd-src/tests/atf_python/
H A Datf_pytest.py154 method_name = nodeid_to_method_name(obj.nodeid)
155 cleanup_name = "cleanup_{}".format(method_name)
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/
H A DObjCLanguage.h133 // If method_name is "+[NSString(my_additions) myStringWithCString:]"
143 GetMethodNameVariants(ConstString method_name) const override;
H A DObjCLanguage.cpp99 ObjCLanguage::MethodName method_name(name, type); in Create() local
100 return method_name; in Create()
180 ObjCLanguage::GetMethodNameVariants(ConstString method_name) const { in GetMethodNameVariants()
183 ObjCLanguage::MethodName::Create(method_name.GetStringRef(), false); in GetMethodNameVariants()
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DLocalizationChecker.cpp606 #define LSM_INSERT_NULLARY(receiver, method_name) \ argument
608 &Ctx.Idents.get(method_name))});
609 #define LSM_INSERT_UNARY(receiver, method_name) \ argument
611 Ctx.Selectors.getUnarySelector(&Ctx.Idents.get(method_name))});
/freebsd-src/contrib/llvm-project/lldb/include/lldb/Target/
H A DLanguage.h213 GetMethodNameVariants(ConstString method_name) const { in SymbolNameFitsToLanguage()
204 GetMethodNameVariants(ConstString method_name) GetMethodNameVariants() argument
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp3894 uint32_t method_name; /* SEL, aka struct objc_selector * (32-bit pointer) */
4175 sys::swapByteOrder(method.method_name); in swapStruct()
4747 outs() << "\t\t method_name " in print_protocol_list64_t()
4748 << format("0x%08" PRIx32, method.method_name); in print_protocol_list64_t()
4750 name = get_pointer_32(method.method_name, offset, xleft, S, info, true); in print_protocol_list64_t()
3884 uint32_t method_name; /* SEL, aka struct objc_selector * (32-bit pointer) */ global() member