Home
last modified time | relevance | path

Searched refs:inner (Results 176 - 200 of 552) sorted by relevance

12345678910>>...23

/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/
H A Dtypedef-pointer-overlap.h2 char inner; member
6 char inner; member
/third_party/python/Lib/test/
H A Dtest_future3.py9 def inner(): function
11 return inner()
/third_party/skia/third_party/externals/tint/src/resolver/
H A Dstruct_layout_test.cc174 auto* inner = ty.array<i32, 2>(/*stride*/ 16); // size: 32 in TEST_F() local
175 auto* outer = ty.array(inner, 12); // size: 12 * 32 in TEST_F()
194 auto* inner = Structure("Inner", { in TEST_F() local
199 auto* outer = ty.array(ty.Of(inner), 12); // size: 12 * 48 in TEST_F()
294 auto* inner = Structure("Inner", { in TEST_F() local
299 Member("b", ty.Of(inner)), in TEST_F()
323 auto* inner = Structure("Inner", { in TEST_F() local
331 Member("c", ty.Of(inner)), in TEST_F()
358 auto* inner = Structure("Inner", { in TEST_F() local
366 Member("c", ty.Of(inner)), in TEST_F()
[all...]
/foundation/ability/ability_runtime/services/appmgr/src/
H A Dwindow_pid_visibility_changed_listener.cpp45 auto task = [inner = appServiceInner_, windowPidVisibilityInfo] { in NotifyWindowPidVisibilityChanged()
46 auto serviceInner = inner.lock(); in NotifyWindowPidVisibilityChanged()
48 TAG_LOGE(AAFwkTag::APPMGR, "Failed to get app mgr service inner."); in NotifyWindowPidVisibilityChanged()
H A Dwindow_visibility_changed_listener.cpp44 auto task = [inner = appServiceInner_, windowVisibilityInfos] { in OnWindowVisibilityChanged()
45 auto serviceInner = inner.lock(); in OnWindowVisibilityChanged()
/foundation/systemabilitymgr/samgr/interfaces/innerkits/rust/tests/cxx/
H A Dsamgr_rust_test_mem.cpp33 Keeper::Keeper(sptr<Foo> inner) : inner_(inner) in Keeper() argument
/third_party/rust/crates/clap/tests/derive/
H A Dmacros.rs39 #[$meta:meta] $var:ident($inner:ty) in issue_447()
44 $var($inner), in issue_447()
/third_party/node/deps/openssl/openssl/crypto/aes/asm/
H A Daesfx-sparcv9.pl393 my ($rounds,$inner,$end,$inc,$ialign,$oalign,$mask) = map("%l$_",(0..7));
456 sub $rounds, 16*6, $inner
472 brnz,a $inner, .Lcbc_enc
473 sub $inner, 16*2, $inner
579 sub $rounds, 16*8, $inner
600 brnz,a $inner, .Lcbc_enc_unaligned
601 sub $inner, 16*2, $inner
663 sub $rounds, 16*6, $inner
[all...]
/third_party/openssl/crypto/aes/asm/
H A Daesfx-sparcv9.pl393 my ($rounds,$inner,$end,$inc,$ialign,$oalign,$mask) = map("%l$_",(0..7));
456 sub $rounds, 16*6, $inner
472 brnz,a $inner, .Lcbc_enc
473 sub $inner, 16*2, $inner
579 sub $rounds, 16*8, $inner
600 brnz,a $inner, .Lcbc_enc_unaligned
601 sub $inner, 16*2, $inner
663 sub $rounds, 16*6, $inner
[all...]
/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
68 if (outer != nullptr && inner != nullptr) { in InitWithCompose()
69 filter_ = SkColorFilters::Compose(outer->GetColorFilter(), inner->GetColorFilter()); in InitWithCompose()
/third_party/typescript/tests/baselines/reference/
H A DasyncFunctionReturnExpressionErrorSpans.js5 inner: {
16 inner: {
67 inner: {
/third_party/skia/third_party/externals/tint/src/writer/spirv/
H A Dbuilder_block_test.cc30 auto* inner = Block(Decl(Var("var", ty.f32(), ast::StorageClass::kNone)), in TEST_F() local
33 Assign("var", 1.f), inner, Assign("var", 3.f)); in TEST_F()
/third_party/skia/gm/
H A Ddrrect_small_inner.cpp36 auto inner = SkRRect::MakeOval( in DEF_SIMPLE_GM() local
38 canvas->drawDRRect(outer, inner, paint); in DEF_SIMPLE_GM()
/third_party/skia/modules/canvaskit/
H A Dmatrix.js516 // concat returns a new ColorMatrix that is the result of multiplying outer*inner
517 CanvasKit.ColorMatrix.concat = function(outer, inner) {
522 m[index++] = outer[j + 0] * inner[i + 0] +
523 outer[j + 1] * inner[i + 5] +
524 outer[j + 2] * inner[i + 10] +
525 outer[j + 3] * inner[i + 15];
527 m[index++] = outer[j + 0] * inner[4] +
528 outer[j + 1] * inner[9] +
529 outer[j + 2] * inner[14] +
530 outer[j + 3] * inner[1
[all...]
/third_party/rust/crates/proc-macro2/src/
H A Dwrapper.rs138 fn from(inner: proc_macro::TokenStream) -> Self { in from()
139 TokenStream::Compiler(DeferredTokenStream::new(inner)) in from()
144 fn from(inner: TokenStream) -> Self { in from()
145 match inner { in from()
146 TokenStream::Compiler(inner) => inner.into_token_stream(), in from()
147 TokenStream::Fallback(inner) => inner.to_string().parse().unwrap(), in from()
153 fn from(inner: fallback::TokenStream) -> Self { in from()
154 TokenStream::Fallback(inner) in from()
[all...]
/foundation/systemabilitymgr/samgr/interfaces/innerkits/rust/src/
H A Dmanage.rs259 inner: Unsubscribe,
263 fn new(inner: Unsubscribe) -> Self { in new()
264 Self { inner } in new()
268 match self.inner { in unsubscribe()
/third_party/vk-gl-cts/external/openglcts/modules/glesext/tessellation_shader/
H A DesextcTessellationShaderUtils.hpp163 /** Defines a set of tessellation inner+outer levels */
166 float inner[2]; member
171 memset(inner, 0, sizeof(inner)); in _tessellation_levels()
188 * GL_MAX_TESS_GEN_LEVEL_EXT} will be used for inner/outer tesselelation
198 * - inner tessellation levels use different values (inner[0] != inner[1])
205 /* All inner/outer tessellation level use the same base value */
279 std::vector<char> getDataGeneratedByTessellator(const float* inner, boo
[all...]
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-ot-var-common.hh73 unsigned int inner = v & 0xFFFF; in serialize() local
74 unsigned int u = (outer << inner_bit_count) | inner; in serialize()
85 uint32_t map (unsigned int v) const /* Returns 16.16 outer.inner. */ in map()
106 unsigned int inner = u & ((1 << n) - 1); in map() local
107 u = (outer<<16) | inner; in map()
/third_party/rust/crates/syn/codegen/src/
H A Deq.rs13 Type::Box(inner) => always_eq(inner), in always_eq()
14 Type::Tuple(inner) => inner.iter().all(always_eq), in always_eq()
/third_party/rust/crates/once_cell/src/
H A Dlib.rs386 inner: UnsafeCell<Option<T>>,
444 OnceCell { inner: UnsafeCell::new(None) }
449 OnceCell { inner: UnsafeCell::new(Some(value)) }
457 // Safe due to `inner`'s invariant in get()
458 unsafe { &*self.inner.get() }.as_ref() in get()
480 unsafe { &mut *self.inner.get() }.as_mut() in get_mut()
526 let slot = unsafe { &mut *self.inner.get() }; in try_insert()
530 // maintains the `inner`'s invariant. in try_insert()
660 self.inner.into_inner() in into_inner()
/third_party/rust/crates/cxx/gen/build/src/syntax/
H A Dmod.rs246 pub inner: Type,
255 pub inner: Type,
263 pub inner: Type,
273 pub inner: Type,
279 pub inner: Type,
/third_party/rust/crates/cxx/gen/cmd/src/syntax/
H A Dtrivial.rs64 if let Type::Ident(ident) = &ty.inner {
81 if let Type::Ident(ident) = &ty.inner {
98 if let Type::Ident(ident) = &ty.inner {
104 if let Type::Ident(ident) = &ty.inner {
110 if let Type::Ident(ident) = &ty.inner {
/third_party/rust/crates/cxx/gen/lib/src/syntax/
H A Dmod.rs246 pub inner: Type,
255 pub inner: Type,
263 pub inner: Type,
273 pub inner: Type,
279 pub inner: Type,
/third_party/rust/crates/cxx/macro/src/syntax/
H A Dmod.rs246 pub inner: Type,
255 pub inner: Type,
263 pub inner: Type,
273 pub inner: Type,
279 pub inner: Type,
/third_party/rust/crates/cxx/syntax/
H A Dmod.rs246 pub inner: Type,
255 pub inner: Type,
263 pub inner: Type,
273 pub inner: Type,
279 pub inner: Type,

Completed in 11 milliseconds

12345678910>>...23