Home
last modified time | relevance | path

Searched defs:inner (Results 76 - 100 of 258) sorted by relevance

1234567891011

/third_party/skia/gm/
H A Dcomposecolorfilter.cpp61 sk_sp<SkColorFilter> inner = SkLumaColorFilter::Make(), in MakeTintColorFilter() local
H A Dshapes.cpp141 const SkRRect& inner = fShapes[(i * 7 + 11) % fSimpleShapeCount]; variable
[all...]
H A Dlocalmatrixshader.cpp80 static const auto inner = SkMatrix::Scale(2, 2), DEF_SIMPLE_GM() local
[all...]
/applications/standard/calendardata/calendarmanager/napi/src/
H A Devent_filter_napi.cpp65 napi_status EventFilterNapi::ToJson(napi_env env, napi_value inner, EventFilterNapi*& out) in ToJson() argument
/base/telephony/core_service/services/network_search/src/
H A Ddevice_state_handler.cpp144 auto inner = nsm->FindManagerInner(slotId_); in SetCellRequestMinInterval() local
/base/telephony/core_service/test/unittest/core_service_gtest/
H A Dnetwork_search_manager_test.cpp140 std::shared_ptr<NetworkSearchManagerInner> inner = std::make_shared<NetworkSearchManagerInner>(); in HWTEST_F() local
/foundation/ability/ability_runtime/test/fuzztest/modulerunningrecord_fuzzer/
H A Dmodulerunningrecord_fuzzer.cpp69 std::weak_ptr<AppMgrServiceInner> inner; in DoSomethingInterestingWithMyAPI() local
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/
H A Dskia_color_filter.cpp67 auto inner = f2.GetImpl<SkiaColorFilter>(); in InitWithCompose() local
H A Dskia_path_effect.cpp73 auto inner = e2.GetImpl<SkiaPathEffect>(); in InitWithCompose() local
/foundation/communication/netstack/interfaces/innerkits/rust/ylong_http_client/src/reqwest_impl/
H A Dconfig.rs365 let mut inner = Vec::new(); in from_pem() variables
/third_party/ffmpeg/libavformat/
H A Dipfsgateway.c37 URLContext *inner; member
/third_party/ltp/tools/sparse/sparse-src/
H A Dscope.c175 int is_in_scope(struct scope *outer, struct scope *inner) in is_in_scope() argument
/third_party/python/Tools/scripts/
H A Dvar_access_benchmark.py37 def inner(trials=trials): function
129 def inner(trials=trials): function
/third_party/openssl/test/
H A Dtls13encryptiontest.c204 size_t outer, inner, curr = 0; in multihexstr2buf() local
/third_party/python/Lib/test/test_asyncio/
H A Dtest_waitfor.py167 async def inner(): function
178 async def inner(): function
201 async def inner(): function
227 async def inner(): function
241 async def inner(): function
[all...]
/third_party/vk-gl-cts/external/openglcts/modules/glesext/tessellation_shader/
H A DesextcTessellationShaderMaxPatchVertices.cpp821 const glw::GLfloat inner[] = { 1.0, 1.0 }; in iterate() local
H A DesextcTessellationShaderPoints.hpp194 float inner[2]; member
/third_party/skia/src/core/
H A DSkLineClipper.cpp84 containsNoEmptyCheck(const SkRect& outer, const SkRect& inner) containsNoEmptyCheck() argument
H A DSkPathEffect.cpp88 static sk_sp<SkPathEffect> Make(sk_sp<SkPathEffect> outer, sk_sp<SkPathEffect> inner) { in Make() argument
98 SkComposePathEffect(sk_sp<SkPathEffect> outer, sk_sp<SkPathEffect> inner) in SkComposePathEffect() argument
199 MakeCompose(sk_sp<SkPathEffect> outer, sk_sp<SkPathEffect> inner) MakeCompose() argument
[all...]
/third_party/skia/src/effects/
H A DSkColorMatrix.cpp35 static void set_concat(float result[20], const float outer[20], const float inner[20]) { in set_concat() argument
[all...]
/third_party/skia/third_party/externals/tint/src/resolver/
H A Dvar_let_test.cc295 auto* inner = Structure("Inner", {Member("arr", ty.array<i32, 4>())}); in TEST_F() local
/third_party/skia/third_party/externals/tint/src/writer/glsl/
H A Dgenerator_impl_member_accessor_test.cc507 auto* inner = Structure("Inner", { in TEST_F() local
564 auto* inner = Structure("Inner", { in TEST_F() local
623 auto* inner = Structure("Inner", { in TEST_F() local
682 auto* inner = Structure("Inner", { in TEST_F() local
740 auto* inner = Structure("Inner", { in TEST_F() local
796 auto* inner = Structure("Inner", { TEST_F() local
[all...]
/third_party/skia/third_party/externals/tint/src/writer/hlsl/
H A Dgenerator_impl_member_accessor_test.cc500 auto* inner = Structure("Inner", { in TEST_F() local
542 auto* inner = Structure("Inner", { in TEST_F() local
586 auto* inner = Structure("Inner", { in TEST_F() local
630 auto* inner = Structure("Inner", { in TEST_F() local
673 auto* inner = Structure("Inner", { in TEST_F() local
714 auto* inner = Structure("Inner", { TEST_F() local
[all...]
/third_party/skia/third_party/externals/tint/src/writer/msl/
H A Dgenerator_impl_type_test.cc444 auto* inner = in TEST_F() local
511 struct inner { in TEST_F() struct
/third_party/python/Lib/unittest/
H A Dresult.py14 def inner(self, *args, **kw): function

Completed in 14 milliseconds

1234567891011