Searched refs:replacee (Results 1 – 6 of 6) sorted by relevance
/external/antlr/tool/src/main/java/org/antlr/misc/ |
D | Utils.java | 58 public static String replace(String src, String replacee, String replacer) { in replace() argument 61 int endIndex = src.indexOf(replacee); in replace() 67 startIndex = endIndex + replacee.length(); in replace() 68 endIndex = src.indexOf(replacee,startIndex); in replace()
|
/external/tensorflow/tensorflow/compiler/tf2xla/ |
D | functionalize_cond.h | 192 Status AddIdentityNode(const Node* replacee, Node* if_node, int port); 196 xla::StatusOr<Node*> AddIfNode(const NodeDef& def, const Node* replacee, 200 Status PropagateUpdatedState(const Node* replacee);
|
D | functionalize_cond.cc | 960 Status FunctionalizeCond::AddIdentityNode(const Node* replacee, Node* if_node, in AddIdentityNode() argument 962 NodeBuilder id_builder(replacee->name(), "Identity"); in AddIdentityNode() 978 const Node* replacee, in AddIfNode() argument 983 VLOG(1) << "Adding If for " << replacee->name(); in AddIfNode() 984 StateMap::CondId id = state_map_.LookupCondId(replacee); in AddIfNode() 993 state_map_.ResetAncestorId(ret, state_map_.LookupAncestorId(replacee)); in AddIfNode() 998 Status FunctionalizeCond::PropagateUpdatedState(const Node* replacee) { in PropagateUpdatedState() argument 999 VLOG(2) << "Propagating update state for " << replacee->name() << " " in PropagateUpdatedState() 1000 << state_map_.CondStateToString(replacee); in PropagateUpdatedState() 1009 for (auto n : replacee->out_nodes()) in PropagateUpdatedState()
|
/external/angle/src/libANGLE/renderer/metal/file_hooking/ |
D | shader_cache_file_hooking.cpp | 75 const void *replacee; \
|
/external/swiftshader/third_party/subzero/ |
D | DESIGN.rst | 715 container mapping the replacee to the replacement. In the case above, it would
|
/external/swiftshader/third_party/subzero/docs/ |
D | DESIGN.rst | 715 container mapping the replacee to the replacement. In the case above, it would
|