Home
last modified time | relevance | path

Searched +defs:func +defs:string (Results 1 – 25 of 711) sorted by relevance

12345678910>>...29

/aosp_15_r20/external/wpa_supplicant_8/wpa_supplicant/aidl/vendor/
H A Daidl_manager.cpp100 std::map<const std::string, std::shared_ptr<ObjectType>> &object_map) in addAidlObjectToMap()
114 std::map<const std::string, std::shared_ptr<ObjectType>> &object_map) in removeAidlObjectFromMap()
129 std::map<const std::string, std::vector<std::shared_ptr<CallbackType>>> in addIfaceCallbackAidlObjectToMap()
150 std::map<const std::string, std::vector<std::shared_ptr<CallbackType>>> in addNetworkCallbackAidlObjectToMap()
173 std::map<const std::string, std::vector<std::shared_ptr<CallbackType>>> in removeAllIfaceCallbackAidlObjectsFromMap()
198 std::map<const std::string, std::vector<std::shared_ptr<CallbackType>>> in removeAllNetworkCallbackAidlObjectsFromMap()
223 std::map<const std::string, std::vector<std::shared_ptr<CallbackType>>> in removeIfaceCallbackAidlObjectFromMap()
245 std::map<const std::string, std::vector<std::shared_ptr<CallbackType>>> in removeNetworkCallbackAidlObjectFromMap()
271 const std::map<const std::string, std::vector<std::shared_ptr<CallbackType>>> in callWithEachIfaceCallback()
294 const std::map<const std::string, std::vector<std::shared_ptr<CallbackType>>> in callWithEachNetworkCallback()
[all …]
/aosp_15_r20/external/pytorch/c10/util/
H A DLogging.cpp30 static std::function<::c10::Backtrace()> func = []() { in GetFetchStackTrace() local
135 static APIUsageLoggerType func = in GetAPIUsageLogger() local
136 IsAPIUsageDebugMode() ? &APIUsageDebug : [](const string&) {}; in GetAPIUsageLogger()
141 static APIUsageMetadataLoggerType func = in GetAPIUsageMetadataLogger() local
143 const std::map<std::string, std::string>& metadata_map) {}; in GetAPIUsageMetadataLogger()
148 static DDPUsageLoggerType func = [](const DDPLoggingData&) {}; in GetDDPUsageLogger() local
196 void SetAPIUsageMetadataLogger( in SetAPIUsageMetadataLogger()
199 const std::map<std::string, std::string>& metadata_map)> logger) { in SetAPIUsageMetadataLogger()
229 const std::map<std::string, std::string>& metadata_map) try { in LogAPIUsageMetadata()
/aosp_15_r20/prebuilts/go/linux-x86/src/net/http/
Dexport_test.go74 func SetReadLoopBeforeNextReadHook(f func()) {
81 func SetPendingDialHooks(before, after func()) {
165 func (t *Transport) IdleConnCountForTesting(scheme, addr string) int {
196 func (t *Transport) PutIdleTestConn(scheme, addr string) bool {
222 func (t *Transport) PutIdleTestConnH2(scheme, addr string, alt RoundTripper) bool {
246 func unnilTestHook(f *func()) {
252 func hookSetter(dst *func()) func(func()) {
/aosp_15_r20/prebuilts/go/linux-x86/src/runtime/testdata/testprog/
Dmain.go11 func register(name string, f func()) {
18 func registerInit(name string, f func()) {
/aosp_15_r20/prebuilts/go/linux-x86/src/runtime/testdata/testprogcgo/
Dmain.go11 func register(name string, f func()) {
18 func registerInit(name string, f func()) {
/aosp_15_r20/prebuilts/go/linux-x86/src/runtime/testdata/testprognet/
Dmain.go11 func register(name string, f func()) {
18 func registerInit(name string, f func()) {
/aosp_15_r20/prebuilts/go/linux-x86/test/chan/
Dselect3.go22 func testPanic(signal string, f func()) {
36 func testBlock(signal string, f func()) {
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tensorflow/translate/
H A Dimport_model.cc215 std::unordered_map<std::string, std::string>* tf_name_to_mlir_name, in ImporterBase()
587 const std::unordered_map<string, Node*>& node_name_map) { in GetUniqueNodeName()
725 const std::unordered_map<string, Node*>& node_name_map) { in CreatePlaceholderNodeForFeed()
774 const std::unordered_map<string, Node*>& node_name_map, in GetInputOutputNodes()
815 std::unordered_map<string, Node*>* node_name_map) { in AddNodesToShapeRefiner()
1438 std::unordered_map<string, Node*>* node_name_map) { in PruneUnreachableNodes()
1455 std::unordered_map<string, Node*>* node_name_map) { in ConvertFeedsToPlaceholders()
1602 mlir::func::FuncOp func, mlir::tf_executor::GraphOp graph_op, in ConvertFunctionArgAndRets()
2141 for (const auto& func : funcs) { in ConvertNode() local
2355 std::unordered_map<std::string, std::string>* tf_name_to_mlir_name, in GraphDefImporter()
[all …]
/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/utils/
H A Dfunctions.cc129 bool HasParametrizedType(const FunctionDef& func) { in HasParametrizedType()
141 bool HasParametrizedBody(const FunctionDef& func) { in HasParametrizedBody()
152 bool IsParametrized(const FunctionDef& func) { in IsParametrized()
157 const FunctionDef& func, const AttrSlice& func_instantiation_attr, in InstantiationTypeParameters()
158 absl::flat_hash_map<string, DataType>* type_parameters) { in InstantiationTypeParameters()
193 const FunctionDef& func, const AttrSlice& func_instantiation_attr, in InstantiationBodyParameters()
194 absl::flat_hash_map<string, AttrValue>* body_parameters) { in InstantiationBodyParameters()
221 Status MakeGrapplerFunctionItem(const FunctionDef& func, in MakeGrapplerFunctionItem()
306 Status MakeGrapplerFunctionItem(const FunctionDef& func, in MakeGrapplerFunctionItem()
525 FunctionDef* func) { in MakeFunctionDef()
/aosp_15_r20/prebuilts/go/linux-x86/test/
Dmethod5.go92 func CheckI(name string, i Tinter, inc int) {
102 func CheckF(name string, f func(int, byte) (byte, int), inc int) {
110 func checkI(name string, i tinter, inc int) {
120 func checkF(name string, f func(int, byte) (byte, int), inc int) {
128 func shouldPanic(f func()) {
137 func shouldNotPanic(f func()) {
Dlive.go28 func printstringpointer(*string)
31 func printstring(string) argument
234 func g13(string) string argument
235 func h13(string, string) string argument
443 func call27(func()) argument
537 func call32(func()) argument
Dlive_regabi.go25 func printstringpointer(*string)
28 func printstring(string) argument
231 func g13(string) string argument
232 func h13(string, string) string argument
440 func call27(func()) argument
534 func call32(func()) argument
/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/optimizers/data/
H A Dfusion_utils.cc118 protobuf::Map<string, string>* rets_to_fuse) { in RenameFunctionNodes()
154 protobuf::Map<string, string>* rets_to_fuse, in GetUniqueSignature()
237 protobuf::Map<string, string>* fused_ret) { in FuseReturns()
331 void ComposeOutput(const protobuf::Map<string, string>& first_ret, in ComposeOutput()
348 void CombineOutput(const protobuf::Map<string, string>& first_ret, in CombineOutput()
417 void LazyConjunctionOutput(const protobuf::Map<string, string>& first_ret, in LazyConjunctionOutput()
432 auto has_unknown_attrs = [](const FunctionDef& func) { in FuseFunctions()
484 auto get_construction_context = [](const FunctionDef& func) { in FuseFunctions()
/aosp_15_r20/external/tensorflow/tensorflow/core/framework/
H A Dfunction.cc360 Status AddReturnNode( in AddReturnNode()
1039 absl::flat_hash_map<string, std::vector<string>>* composite_devices) { in GetFunctionResourceInputDevice()
1340 const string& func, const FunctionLibraryDefinition& other) { in CopyFunctionDefFrom()
1483 const string& func, const FunctionDef& fdef, in ReplaceFunction()
1500 Status FunctionLibraryDefinition::RemoveFunction(const string& func) { in RemoveFunction()
1506 Status FunctionLibraryDefinition::RemoveFunctionHelper(const string& func) { in RemoveFunctionHelper()
1522 Status FunctionLibraryDefinition::RemoveGradient(const string& func) { in RemoveGradient()
1689 const FunctionDef* func = flib.Find(func_name); in ReachableFunctions() local
1727 for (const auto& func : attr_value.list().func()) { in ReachableFunctions() local
1739 const FunctionDef* func = func_queue.back(); in ReachableFunctions() local
[all …]
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/link/internal/ld/
Dutil.go16 func AtExit(f func()) {
35 func Exitf(format string, a ...interface{}) {
65 func Errorf(dummy *int, format string, args ...interface{}) {
77 func (ctxt *Link) Errorf(s loader.Sym, format string, args ...interface{}) {
101 func stringtouint32(x []uint32, s string) {
110 func contains(s []string, v string) bool {
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/lite/experimental/tac/transforms/
H A Dpick_subgraphs.cc179 float PickSubgraphsPass::GetCostOrFail(func::FuncOp func) { in GetCostOrFail() argument
287 const std::unordered_map<std::string, std::vector<func::FuncOp>>& in BuildSubgraphs()
352 for (auto func : module.getOps<func::FuncOp>()) { in CollectSubgraphFuncs() local
418 const std::unordered_map<std::string, std::vector<func::FuncOp>>& in RewireSubgraphs()
461 const std::unordered_map<std::string, std::vector<func::FuncOp>>& in PickSubgraphs()
/aosp_15_r20/prebuilts/go/linux-x86/src/runtime/trace/
Dannotation.go38 func NewTask(pctx context.Context, taskType string) (ctx context.Context, task *Task) {
95 func Log(ctx context.Context, category, message string) {
101 func Logf(ctx context.Context, category, format string, args ...any) {
122 func WithRegion(ctx context.Context, regionType string, fn func()) {
152 func StartRegion(ctx context.Context, regionType string) *Region {
189 func userTaskCreate(id, parentID uint64, taskType string)
195 func userRegion(id, mode uint64, regionType string)
198 func userLog(id uint64, category, message string)
/aosp_15_r20/prebuilts/go/linux-x86/src/runtime/
Dimportx_test.go12 Cleanup(func()) argument
14 Errorf(format string, args ...any)
19 Fatalf(format string, args ...any)
22 Logf(format string, args ...any)
24 Setenv(key, value string)
27 Skipf(format string, args ...any)
Dpanic.go56 func panicCheck1(pc uintptr, msg string) {
74 func panicCheck2(err string) {
272 func deferproc(fn func()) {
416 func deferprocat(fn func(), frame any) {
1025 func sync_throw(s string) {
1030 func sync_fatal(s string) {
1058 func throw(s string) {
1079 func fatal(s string) {
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/dist/
Dutil.go24 func pathf(format string, args ...interface{}) string {
29 func filter(list []string, f func(string) bool) []string {
40 func uniq(list []string) []string {
62 func run(dir string, mode int, cmd ...string) string {
73 func runEnv(dir string, mode int, env []string, cmd ...string) string {
163 func bgrun(wg *sync.WaitGroup, dir string, cmd ...string) {
199 func xrealwd(path string) string {
212 func isdir(p string) bool {
218 func isfile(p string) bool {
224 func mtime(p string) time.Time {
[all …]
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/covdata/
Dcovdata.go32 func atExit(f func()) {
45 func dbgtrace(vlevel int, s string, a ...interface{}) {
52 func warn(s string, a ...interface{}) {
61 func fatal(s string, a ...interface{}) {
71 func usage(msg string) {
96 Usage(string) argument
/aosp_15_r20/external/tensorflow/tensorflow/core/common_runtime/
H A Dplacer_inspection_required_ops_utils_test.cc39 std::map<string, bool> deep_nodes) { in VerifyPlacerInspectionRequiredOps()
69 FunctionDef func = test::function::ResourceIdentity(); in TEST() local
96 FunctionDef func = test::function::ResourceIdentity(); in TEST() local
121 FunctionDef func = test::function::ReadResourceVariable(); in TEST() local
/aosp_15_r20/build/soong/android/
H A Dtest_asserts.go29 func AssertSame(t *testing.T, message string, expected interface{}, actual interface{}) {
38 func AssertBoolEquals(t *testing.T, message string, expected bool, actual bool) {
47 func AssertIntEquals(t *testing.T, message string, expected int, actual int) {
56 func AssertStringEquals(t *testing.T, message string, expected string, actual string) {
65 func AssertPathRelativeToTopEquals(t *testing.T, message string, expected string, actual Path) {
72 func AssertPathsRelativeToTopEquals(t *testing.T, message string, expected []string, actual Paths) {
79 …rtStringPathRelativeToTopEquals(t *testing.T, message string, config Config, expected string, actu…
86 …tringPathsRelativeToTopEquals(t *testing.T, message string, config Config, expected []string, actu…
94 func AssertErrorMessageEquals(t *testing.T, message string, expected string, actual error) {
106 func AssertTrimmedStringEquals(t *testing.T, message string, expected string, actual string) {
[all …]
/aosp_15_r20/prebuilts/go/linux-x86/src/internal/godebug/
Dgodebug.go93 func New(name string) *Setting {
172 func lookup(name string) *setting {
195 func setUpdate(update func(string, string))
201 func registerMetric(name string, read func() uint64)
215 func setNewIncNonDefault(newIncNonDefault func(string) func())
222 func newIncNonDefault(name string) func() {
233 func update(def, env string) {
262 func parse(did map[string]bool, s string) {
/aosp_15_r20/external/angle/src/compiler/translator/hlsl/
H A DUtilsHLSL.cpp927 TString DecorateField(const ImmutableString &string, const TStructure &structure) in DecorateField()
942 TString Decorate(const ImmutableString &string) in Decorate()
977 TString DecorateFunctionIfNeeded(const TFunction *func) in DecorateFunctionIfNeeded()
1201 TString DisambiguateFunctionName(const TFunction *func) in DisambiguateFunctionName()

12345678910>>...29