/aosp_15_r20/external/skia/src/core/ |
H A D | SkEdgeBuilder.cpp | 27 SkEdgeBuilder::Combine SkBasicEdgeBuilder::combineVertical(const SkEdge* edge, SkEdge* last) { in combineVertical() 70 SkEdgeBuilder::Combine SkAnalyticEdgeBuilder::combineVertical(const SkAnalyticEdge* edge, in combineVertical() 123 static bool is_vertical(const Edge* edge) { in is_vertical() 134 SkEdge* edge = fAlloc.make<SkEdge>(); in addLine() local 148 SkAnalyticEdge* edge = fAlloc.make<SkAnalyticEdge>(); in addLine() local 163 SkQuadraticEdge* edge = fAlloc.make<SkQuadraticEdge>(); in addQuad() local 169 SkAnalyticQuadraticEdge* edge = fAlloc.make<SkAnalyticQuadraticEdge>(); in addQuad() local 176 SkCubicEdge* edge = fAlloc.make<SkCubicEdge>(); in addCubic() local 182 SkAnalyticCubicEdge* edge = fAlloc.make<SkAnalyticCubicEdge>(); in addCubic() local 192 auto edge = (SkEdge*) arg_edge; in addPolyLine() local [all …]
|
H A D | SkScan_Path.cpp | 42 static void validate_sort(const SkEdge* edge) { in validate_sort() 54 #define validate_sort(edge) argument 89 static void validate_edges_for_y(const SkEdge* edge, int curr_y) { in validate_edges_for_y() 101 #define validate_edges_for_y(edge, curr_y) argument 206 static bool update_edge(SkEdge* edge, int last_y) { in update_edge() 445 SkEdge* edge = sort_edges(list, count, &last); in sk_fill_path() local 695 static int build_tri_edges(SkEdge edge[], const SkPoint pts[], in build_tri_edges() 729 SkEdge* edge = sort_edges(list, count, &last); in sk_fill_triangle() local
|
/aosp_15_r20/external/private-join-and-compute/third_party/abseil-cpp-20230125.2/absl/strings/internal/ |
H A D | cord_rep_btree_navigator.h | 52 CordRep* edge; member 194 CordRepBtree* edge = node_[height]; in Seek() local 218 CordRepBtree* edge = node_[0]; in Next() local 223 CordRepBtree* edge = node_[0]; in Previous() local 229 CordRepBtree* edge; in NextUp() local 247 CordRepBtree* edge; in PreviousUp() local
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/strings/internal/ |
D | cord_rep_btree_navigator.h | 52 CordRep* edge; member 194 CordRepBtree* edge = node_[height]; in Seek() local 218 CordRepBtree* edge = node_[0]; in Next() local 223 CordRepBtree* edge = node_[0]; in Previous() local 229 CordRepBtree* edge; in NextUp() local 247 CordRepBtree* edge; in PreviousUp() local
|
/aosp_15_r20/external/angle/third_party/abseil-cpp/absl/strings/internal/ |
H A D | cord_rep_btree_navigator.h | 52 CordRep* edge; member 194 CordRepBtree* edge = node_[height]; in Seek() local 218 CordRepBtree* edge = node_[0]; in Next() local 223 CordRepBtree* edge = node_[0]; in Previous() local 229 CordRepBtree* edge; in NextUp() local 247 CordRepBtree* edge; in PreviousUp() local
|
/aosp_15_r20/external/cronet/third_party/abseil-cpp/absl/strings/internal/ |
H A D | cord_rep_btree_navigator.h | 52 CordRep* edge; member 194 CordRepBtree* edge = node_[height]; in Seek() local 218 CordRepBtree* edge = node_[0]; in Next() local 223 CordRepBtree* edge = node_[0]; in Previous() local 229 CordRepBtree* edge; in NextUp() local 247 CordRepBtree* edge; in PreviousUp() local
|
/aosp_15_r20/external/webrtc/third_party/abseil-cpp/absl/strings/internal/ |
H A D | cord_rep_btree_navigator.h | 52 CordRep* edge; member 194 CordRepBtree* edge = node_[height]; in Seek() local 218 CordRepBtree* edge = node_[0]; in Next() local 223 CordRepBtree* edge = node_[0]; in Previous() local 229 CordRepBtree* edge; in NextUp() local 247 CordRepBtree* edge; in PreviousUp() local
|
/aosp_15_r20/external/abseil-cpp/absl/strings/internal/ |
H A D | cord_rep_btree_navigator.h | 52 CordRep* edge; member 194 CordRepBtree* edge = node_[height]; in Seek() local 218 CordRepBtree* edge = node_[0]; in Next() local 223 CordRepBtree* edge = node_[0]; in Previous() local 229 CordRepBtree* edge; in NextUp() local 247 CordRepBtree* edge; in PreviousUp() local
|
/aosp_15_r20/external/libavc/common/ |
H A D | ih264_deblk_edge_filters.c | 115 WORD8 i = 0, edge; in ih264_deblk_luma_vert_bs4() local 234 WORD8 i = 0, edge; in ih264_deblk_luma_horz_bs4() local 354 WORD8 i = 0, edge; in ih264_deblk_chroma_vert_bs4_bp() local 444 WORD8 i = 0, edge; in ih264_deblk_chroma_horz_bs4_bp() local 539 WORD8 i = 0, edge; in ih264_deblk_luma_vert_bslt4() local 663 WORD8 i = 0, edge; in ih264_deblk_chroma_vert_bslt4_bp() local 779 WORD8 i = 0, edge; in ih264_deblk_luma_horz_bslt4() local 902 WORD8 i = 0, edge; in ih264_deblk_chroma_horz_bslt4_bp() local 1019 WORD8 i = 0, edge; in ih264_deblk_luma_vert_bs4_mbaff() local 1137 WORD8 edge; in ih264_deblk_chroma_vert_bs4_mbaff_bp() local [all …]
|
/aosp_15_r20/external/skia/src/gpu/ganesh/geometry/ |
H A D | GrTriangulator.cpp | 304 void GrTriangulator::EdgeList::insert(Edge* edge, Edge* prev, Edge* next) { in insert() 308 bool GrTriangulator::EdgeList::remove(Edge* edge) { in remove() 318 void GrTriangulator::MonotonePoly::addEdge(Edge* edge) { in addEdge() 641 MonotonePoly* GrTriangulator::allocateMonotonePoly(Edge* edge, Side side, int winding) { in allocateMonotonePoly() 660 bool EdgeList::insert(Edge* edge, Edge* prev) { in insert() 727 static void remove_edge_above(Edge* edge) { in remove_edge_above() 735 static void remove_edge_below(Edge* edge) { in remove_edge_below() 779 static bool rewind_if_necessary(Edge* edge, EdgeList* activeEdges, Vertex** current, in rewind_if_necessary() 842 bool GrTriangulator::setTop(Edge* edge, Vertex* v, EdgeList* activeEdges, Vertex** current, in setTop() 858 bool GrTriangulator::setBottom(Edge* edge, Vertex* v, EdgeList* activeEdges, Vertex** current, in setBottom() [all …]
|
/aosp_15_r20/external/tensorflow/tensorflow/core/tpu/kernels/ |
H A D | tpu_functional_ops.cc | 126 for (const Edge* edge : node->out_edges()) { in ParseTPUVariableInfor() local 239 for (const Edge* edge : arg_node->out_edges()) in FindHostToDeviceEdge() local 335 for (const Edge* edge : node->in_edges()) { in RemoveDescendantNodeOfArg() local 346 for (const Edge* edge : node->in_edges()) in RemoveDescendantNodeOfArg() local 351 for (const Edge* edge : node->out_edges()) in RemoveDescendantNodeOfArg() local 561 for (const Edge* edge : xla_sharding_node->in_edges()) { in FindTpuReplicatedInputAndXlaSharding() local 672 for (const auto& edge : iter.second) { in GroupTensorsForInputPacking() local 697 for (const auto& edge : iter.second) { in GroupTensorsForInputPacking() local 713 for (const Edge* edge : graph->edges()) { in GroupTensorsForOutputPacking() local 759 for (const Edge* edge : iter.second) { in CreateConcatAndSplitNodesForInputTensor() local [all …]
|
/aosp_15_r20/external/guava/android/guava/src/com/google/common/graph/ |
H A D | NetworkConnections.java | 57 N adjacentNode(E edge); in adjacentNode() 66 N removeInEdge(E edge, boolean isSelfLoop); in removeInEdge() 70 N removeOutEdge(E edge); in removeOutEdge() 75 void addInEdge(E edge, N node, boolean isSelfLoop); in addInEdge() 78 void addOutEdge(E edge, N node); in addOutEdge()
|
H A D | AbstractUndirectedNetworkConnections.java | 70 public N adjacentNode(E edge) { in adjacentNode() 77 public N removeInEdge(E edge, boolean isSelfLoop) { in removeInEdge() 85 public N removeOutEdge(E edge) { in removeOutEdge() 92 public void addInEdge(E edge, N node, boolean isSelfLoop) { in addInEdge() 99 public void addOutEdge(E edge, N node) { in addOutEdge()
|
/aosp_15_r20/external/guava/guava/src/com/google/common/graph/ |
H A D | NetworkConnections.java | 57 N adjacentNode(E edge); in adjacentNode() 66 N removeInEdge(E edge, boolean isSelfLoop); in removeInEdge() 70 N removeOutEdge(E edge); in removeOutEdge() 75 void addInEdge(E edge, N node, boolean isSelfLoop); in addInEdge() 78 void addOutEdge(E edge, N node); in addOutEdge()
|
H A D | AbstractUndirectedNetworkConnections.java | 70 public N adjacentNode(E edge) { in adjacentNode() 77 public N removeInEdge(E edge, boolean isSelfLoop) { in removeInEdge() 85 public N removeOutEdge(E edge) { in removeOutEdge() 92 public void addInEdge(E edge, N node, boolean isSelfLoop) { in addInEdge() 99 public void addOutEdge(E edge, N node) { in addOutEdge()
|
/aosp_15_r20/frameworks/libs/binary_translation/backend/x86_64/ |
D | machine_ir_check.cc | 44 for (auto* edge : bb->out_edges()) { in CheckNoDanglingEdgesOrBasicBlocks() local 52 for (auto* edge : bb->in_edges()) { in CheckNoDanglingEdgesOrBasicBlocks() local 64 for (auto* edge : bb->in_edges()) { in CheckInOutEdgesLinksToBasicBlock() local 69 for (auto* edge : bb->out_edges()) { in CheckInOutEdgesLinksToBasicBlock() local 78 for (auto* edge : src->out_edges()) { in IsBasicBlockSuccessor() local
|
/aosp_15_r20/external/tensorflow/tensorflow/core/common_runtime/ |
H A D | quantize_training.cc | 48 const Edge* edge; member 109 for (const Edge* edge : node->in_edges()) { in FindType() local 119 for (const Edge* edge : node->in_edges()) { in FindType() local 235 for (const Edge* edge : save_op->out_edges()) { in ConnectVariablesToSaveOp() local 501 const EdgeToConvert& edge, in MakeInputMinMax() 535 const string& quant_op_type, const EdgeToConvert& edge, in MakeQuantizeOp() 572 for (const EdgeToConvert edge : target_edges) { in ProcessTargetEdges() local 625 for (const Edge* edge : node->in_edges()) { in DoQuantizeTraining() local
|
H A D | replicate_per_replica_nodes.cc | 63 void ReplicateFromRegularDeviceToCompositeDevice(const Edge* edge, in ReplicateFromRegularDeviceToCompositeDevice() 80 const Edge* edge, const std::vector<string>& allowed_devices, in ReplicateFromCompositeDeviceToCompositeDevice() 112 const Edge* edge, const std::vector<string>& allowed_devices, in ReplicateFromCompositeDeviceToRegularDevice() 202 for (const Edge* edge : node->out_edges()) { in ReplicateNodesAndEdges() local 223 for (const Edge* edge : node->in_edges()) { in ReplicateNodesAndEdges() local
|
/aosp_15_r20/external/tensorflow/tensorflow/core/tpu/graph_rewrite/ |
H A D | tpu_embedding_rewrite_pass_utils.cc | 35 for (const Edge* edge : from->in_edges()) { in ReplaceNode() local 42 for (const Edge* edge : from->out_edges()) { in ReplaceNode() local 55 for (const Edge* edge : edges) { in ReplaceNode() local 66 for (const Edge* edge : edges) { in ReplaceNode() local
|
/aosp_15_r20/external/tensorflow/tensorflow/core/nccl/ |
H A D | nccl_rewrite.cc | 46 for (const auto& edge : node->in_edges()) { in ReplaceReduce() local 52 for (const auto& edge : node->out_edges()) { in ReplaceReduce() local 60 for (const auto& edge : node->in_edges()) { in ReplaceReduce() local 126 for (const auto& edge : node->out_edges()) { in ReplaceBroadcast() local 172 for (const auto& edge : node->in_edges()) { in ReplaceBroadcast() local
|
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/kapt/gen/stubs/com/android/systemui/keyguard/domain/interactor/ |
D | KeyguardTransitionInteractor.java | 195 …roid.systemui.keyguard.shared.model.TransitionStep> transition(@org.jetbrains.annotations.NotNull() in transition() 206 …roid.systemui.keyguard.shared.model.TransitionStep> transition(@org.jetbrains.annotations.NotNull() in transition() 234 …nStep> simulateTransitionStepsForSceneTransitions(com.android.systemui.keyguard.shared.model.Edge … in simulateTransitionStepsForSceneTransitions() 263 …uard.shared.model.Edge.StateToState getMappedEdge(com.android.systemui.keyguard.shared.model.Edge … in getMappedEdge() 367 …kotlinx.coroutines.flow.Flow<java.lang.Boolean> isInTransition(@org.jetbrains.annotations.NotNull() in isInTransition()
|
/aosp_15_r20/external/tensorflow/tensorflow/core/graph/ |
H A D | graph_partition.cc | 126 bool NeedSameDeviceSendRecv(const Edge* edge, const GraphInfo& info) { in NeedSameDeviceSendRecv() 148 bool IsDstInputOnHost(const Edge* edge, const GraphInfo& info) { in IsDstInputOnHost() 182 void SetSendRecvAttrs(const PartitionOptions& opts, const Edge* edge, in SetSendRecvAttrs() 196 GraphDef* gdef, const Edge* edge, in AddSend() 254 GraphDef* gdef, const Edge* edge, NodeDef** real_recv, in AddRecv() 338 const Edge* edge, Status* status) { in AddDummyConst() 520 const Edge* edge, Node* loop_cond, in AddControlLoop() 671 const Edge* edge = g->FindEdgeId(i); in AddControlFlow() local 753 const Edge* edge = g->FindEdgeId(i); in AddControlFlow() local 1043 for (const Edge* edge : dst->in_edges()) { in Partition() local [all …]
|
/aosp_15_r20/prebuilts/go/linux-x86/src/internal/trace/ |
D | mud.go | 51 type edge struct { struct 53 x, delta float64 55 dirac float64
|
/aosp_15_r20/external/deqp/external/openglcts/modules/glesext/tessellation_shader/ |
H A D | esextcTessellationShaderVertexSpacing.cpp | 176 _tess_edge &edge = *edges_iterator; in getEdgesForIsolinesTessellation() local 428 _tess_edge &edge = *(edge_ptrs[n_edge]); in getEdgesForQuadsTessellation() local 486 _tess_edge &edge = *(edge_ptrs[n_edge]); in getEdgesForQuadsTessellation() local 505 _tess_edge &edge = *(edge_ptrs[n_edge]); in getEdgesForQuadsTessellation() local 726 const std::vector<_tess_coordinate_cartesian> &edge = *edge_ptrs[n_edge_ptr]; in getEdgesForTrianglesTessellation() local 836 const std::vector<_tess_coordinate_cartesian> &edge = *edge_ptrs[n_edge_ptr]; in getEdgesForTrianglesTessellation() local 1113 const _tess_edge &edge = *edges_iterator; in verifyEdges() local
|
/aosp_15_r20/frameworks/rs/driver/runtime/ |
H A D | rs_cl.c | 990 extern float __attribute__((overloadable)) step(float edge, float v) { in step() 993 extern float2 __attribute__((overloadable)) step(float2 edge, float2 v) { in step() 999 extern float3 __attribute__((overloadable)) step(float3 edge, float3 v) { in step() 1006 extern float4 __attribute__((overloadable)) step(float4 edge, float4 v) { in step() 1014 extern float2 __attribute__((overloadable)) step(float2 edge, float v) { in step() 1020 extern float3 __attribute__((overloadable)) step(float3 edge, float v) { in step() 1027 extern float4 __attribute__((overloadable)) step(float4 edge, float v) { in step() 1035 extern float2 __attribute__((overloadable)) step(float edge, float2 v) { in step() 1041 extern float3 __attribute__((overloadable)) step(float edge, float3 v) { in step() 1048 extern float4 __attribute__((overloadable)) step(float edge, float4 v) { in step() [all …]
|