| /foundation/arkui/ace_engine/test/unittest/core/layout/ |
| H A D | layout_property_test_ng_two.cpp | 829 EdgesParam edges; in HWTEST_F() local 861 EdgesParam edges; in HWTEST_F() local 890 EdgesParam edges; in HWTEST_F() local 922 EdgesParam edges; HWTEST_F() local [all...] |
| /foundation/arkui/ace_engine/test/unittest/core/base/ |
| H A D | view_abstract_test_ng_for_property_config.cpp | 1062 EdgesParam edges; in HWTEST_F() local 1104 EdgesParam edges; in HWTEST_F() local
|
| /foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
| H A D | nav_destination_modifier.cpp | 81 std::string edges; in SetIgnoreLayoutSafeArea() local
|
| /third_party/ffmpeg/libavcodec/ |
| H A D | intrax8dsp.c | 65 x8_setup_spatial_compensation(uint8_t *src, uint8_t *dst, ptrdiff_t stride, int *range, int *psum, int edges) x8_setup_spatial_compensation() argument
|
| H A D | h264_loopfilter.c | 359 int edges; in h264_filter_mb_fast_internal() local 487 const int edges = mask_edge== 3 && !(sl->cbp&15) ? 1 : 4; in filter_mb_dir() local
|
| /third_party/libinput/src/ |
| H A D | evdev-mt-touchpad-edge-scroll.c | 310 struct device_coords edges; in tp_edge_scroll_init() local
|
| /third_party/node/deps/openssl/openssl/providers/implementations/ciphers/ |
| H A D | cipher_aes_cbc_hmac_sha256_hw.c | 132 HASH_DESC hash_d[8], edges[8]; in tls1_multi_block_encrypt() local [all...] |
| H A D | cipher_aes_cbc_hmac_sha1_hw.c | 128 HASH_DESC hash_d[8], edges[8]; in tls1_multi_block_encrypt() local [all...] |
| /third_party/openssl/providers/implementations/ciphers/ |
| H A D | cipher_aes_cbc_hmac_sha256_hw.c | 132 HASH_DESC hash_d[8], edges[8]; in tls1_multi_block_encrypt() local [all...] |
| H A D | cipher_aes_cbc_hmac_sha1_hw.c | 128 HASH_DESC hash_d[8], edges[8]; in tls1_multi_block_encrypt() local [all...] |
| /third_party/skia/third_party/externals/spirv-tools/source/opt/ |
| H A D | dominator_tree.cpp | 338 std::vector<std::pair<BasicBlock*, BasicBlock*>> edges; in InitializeTree() local 292 GetDominatorEdges( const Function* f, const BasicBlock* placeholder_start_node, std::vector<std::pair<BasicBlock*, BasicBlock*>>* edges) GetDominatorEdges() argument
|
| /third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
| H A D | dominator_tree.cpp | 338 std::vector<std::pair<BasicBlock*, BasicBlock*>> edges; in InitializeTree() local 292 GetDominatorEdges( const Function* f, const BasicBlock* placeholder_start_node, std::vector<std::pair<BasicBlock*, BasicBlock*>>* edges) GetDominatorEdges() argument
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/XRay/ |
| H A D | Graph.h | 355 EdgeView<false> edges() { return EdgeView<false>(*this); } edges() function in llvm::xray::Graph 357 EdgeView<true> edges() const { return EdgeView<true>(*this); } edges() function in llvm::xray::Graph [all...] |
| /third_party/skia/third_party/externals/abseil-cpp/absl/synchronization/internal/ |
| H A D | graphcycles_test.cc | 50 static bool IsReachable(Edges *edges, int from, int to, in IsReachable() argument 67 static void PrintEdges(Edges *edges) { in PrintEdges() argument 89 static void PrintTransitiveClosure(Nodes *nodes, Edges *edges) { in PrintTransitiveClosure() argument 115 static void CheckTransitiveClosure(Nodes *nodes, Edges *edges, const IdMap &id, in CheckTransitiveClosure() argument 136 CheckEdges(Nodes *nodes, Edges *edges, const IdMap &id, GraphCycles *gc) CheckEdges() argument 176 RandomEdge(RandomEngine* rng, Edges *edges) RandomEdge() argument 182 EdgeIndex(Edges *edges, int from, int to) EdgeIndex() argument 194 Edges edges; // from, to TEST() local [all...] |
| /third_party/spirv-tools/source/opt/ |
| H A D | dominator_tree.cpp | 325 std::vector<std::pair<BasicBlock*, BasicBlock*>> edges; in InitializeTree() local 279 GetDominatorEdges( const Function* f, const BasicBlock* placeholder_start_node, std::vector<std::pair<BasicBlock*, BasicBlock*>>* edges) GetDominatorEdges() argument
|
| /foundation/arkui/ace_engine/test/unittest/core/rosen/ |
| H A D | rosen_render_context_test_new.cpp | 802 EdgesParam edges; in HWTEST_F() local
|
| /third_party/node/src/ |
| H A D | heap_utils.cc | 171 Local<Value> edges; in CreateObject() local
|
| /third_party/node/deps/openssl/openssl/crypto/evp/ |
| H A D | e_aes_cbc_hmac_sha256.c | 160 HASH_DESC hash_d[8], edges[8]; in tls1_1_multi_block_encrypt() local [all...] |
| H A D | e_aes_cbc_hmac_sha1.c | 165 HASH_DESC hash_d[8], edges[8]; in tls1_1_multi_block_encrypt() local [all...] |
| /third_party/openssl/crypto/evp/ |
| H A D | e_aes_cbc_hmac_sha256.c | 160 HASH_DESC hash_d[8], edges[8]; in tls1_1_multi_block_encrypt() local [all...] |
| H A D | e_aes_cbc_hmac_sha1.c | 165 HASH_DESC hash_d[8], edges[8]; in tls1_1_multi_block_encrypt() local [all...] |
| /third_party/skia/src/core/ |
| H A D | SkDistanceFieldGen.cpp | 73 static void init_glyph_data(DFData* data, unsigned char* edges, const unsigned char* image, in init_glyph_data() argument 156 static void init_distances(DFData* data, unsigned char* edges, int width, int height) { in init_distances() argument
|
| /third_party/skia/tests/ |
| H A D | TriangulatingPathRendererTests.cpp | 840 simplify(const EdgeMap& edges, SkPathFillType fillType) simplify() argument [all...] |
| /third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/ |
| H A D | cord_rep_btree.h | 709 Add( absl::Span<CordRep* const> edges) Add() argument 724 Add( absl::Span<CordRep* const> edges) Add() argument [all...] |
| /foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
| H A D | js_view_measure_layout.cpp | 123 JSRef<JSObject> edges = JSRef<JSObject>::New(); in GenEdgesGlobalized() local 140 JSRef<JSObject> edges = JSRef<JSObject>::New(); in GenBorderWidthGlobalized() local [all...] |