/aosp_15_r20/external/wpa_supplicant_8/wpa_supplicant/aidl/vendor/ |
H A D | aidl_manager.cpp | 100 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 D | Logging.cpp | 30 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/ |
D | export_test.go | 74 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/ |
D | main.go | 11 func register(name string, f func()) { 18 func registerInit(name string, f func()) {
|
/aosp_15_r20/prebuilts/go/linux-x86/src/runtime/testdata/testprogcgo/ |
D | main.go | 11 func register(name string, f func()) { 18 func registerInit(name string, f func()) {
|
/aosp_15_r20/prebuilts/go/linux-x86/src/runtime/testdata/testprognet/ |
D | main.go | 11 func register(name string, f func()) { 18 func registerInit(name string, f func()) {
|
/aosp_15_r20/prebuilts/go/linux-x86/test/chan/ |
D | select3.go | 22 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 D | import_model.cc | 215 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 D | functions.cc | 129 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/ |
D | method5.go | 92 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()) {
|
D | live.go | 28 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
|
D | live_regabi.go | 25 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 D | fusion_utils.cc | 118 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 D | function.cc | 360 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/ |
D | util.go | 16 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 D | pick_subgraphs.cc | 179 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/ |
D | annotation.go | 38 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/ |
D | importx_test.go | 12 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)
|
D | panic.go | 56 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/ |
D | util.go | 24 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/ |
D | covdata.go | 32 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 D | placer_inspection_required_ops_utils_test.cc | 39 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 D | test_asserts.go | 29 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/ |
D | godebug.go | 93 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 D | UtilsHLSL.cpp | 927 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()
|