Home
last modified time | relevance | path

Searched defs:Account (Results 1 – 8 of 8) sorted by relevance

/external/jackson-databind/src/test/java/com/fasterxml/jackson/failing/
DMergeWithCreator1921Test.java17 static class Account { class in MergeWithCreator1921Test
22 public Account(@JsonProperty(value = "validity", required = true) Validity validity) { in Account() method in MergeWithCreator1921Test.Account
/external/dagger2/java/dagger/example/atm/
DDatabase.java26 interface Account { interface
/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/ser/
DTestGenericTypes.java12 static class Account { class in TestGenericTypes
16 public Account(String name, Long id) { in Account() method in TestGenericTypes.Account
/external/tensorflow/tensorflow/core/profiler/internal/
Dtfprof_scope.cc196 std::vector<ScopeNode*> TFScope::Account(const std::vector<ScopeNode*>& roots, in Account() function in tensorflow::tfprof::TFScope
Dtfprof_graph.cc213 std::vector<GraphNode*> TFGraph::Account(const std::vector<GraphNode*>& roots, in Account() function in tensorflow::tfprof::TFGraph
Dtfprof_code.cc612 std::vector<CodeNode*> TFCode::Account(const std::vector<CodeNode*>& roots, in Account() function in tensorflow::tfprof::TFCode
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue82/
DPropOrderInfluenceWhenAliasedInGenericCollectionTest.java38 public static interface Account { interface in PropOrderInfluenceWhenAliasedInGenericCollectionTest
/external/llvm-project/llvm/tools/llvm-xray/
Dxray-account.cpp29 static cl::SubCommand Account("account", "Function call accounting"); variable