Home
last modified time | relevance | path

Searched defs:outer (Results 1 - 25 of 134) sorted by relevance

123456

/third_party/typescript/tests/baselines/reference/
H A DconstDeclarationShadowedByVarDeclaration2.js3 function outer() { function
H A DinnerOverloads.js2 function outer() { function
H A DstaticAnonymousTypeNotReferencingTypeParameter.js147 function outer(x) { function
/third_party/typescript/tests/baselines/reference/project/baseline3/node/
H A DnestedModule.js4 var outer; variable
/third_party/rust/crates/lazy-static.rs/compiletest/tests/compile-fail/
H A Dstatic_is_private.rs4 mod outer { modules
/third_party/python/Lib/test/test_warnings/data/
H A Dstacklevel.py5 def outer(message, stacklevel=1): function
/third_party/skia/third_party/externals/tint/src/
H A Dprogram_builder_test.cc45 ProgramBuilder outer = ProgramBuilder::Wrap(&inner); in TEST_F() local
[all...]
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/
H A Dallowlist-namespaces-basic.rs12 pub mod outer { modules
H A Dallowlist-namespaces.rs12 pub mod outer { modules
/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/
H A Dallowlist-namespaces-basic.hpp3 namespace outer { namespace
H A Dallowlist-namespaces.hpp3 namespace outer { namespace
/third_party/node/test/parallel/
H A Dtest-domain-nested-throw.js77 function outer() { function
/third_party/skia/third_party/externals/tint/src/writer/spirv/
H A Dbuilder_block_test.cc32 auto* outer = Block(Decl(Var("var", ty.f32(), ast::StorageClass::kNone)), in TEST_F() local
/third_party/skia/platform_tools/android/apps/AndroidKit/src/main/java/org/skia/androidkit/
H A DComposeColorFilter.java11 public ComposeColorFilter(ColorFilter outer, ColorFilter inner) { in ComposeColorFilter() argument
15 private static native long nMakeCompose(long outer, long inner); in nMakeCompose() argument
/third_party/skia/docs/examples/
H A DCanvas_drawDRRect_b.cpp7 SkRRect outer = SkRRect::MakeRect({20, 40, 210, 200}); in REG_FIDDLE() local
H A DCanvas_drawDRRect_a.cpp7 SkRRect outer = SkRRect::MakeRect({20, 40, 210, 200}); in REG_FIDDLE() local
H A DCanvas_drawRRect.cpp9 SkRect outer = {30, 40, 210, 220}; in REG_FIDDLE() local
[all...]
/third_party/skia/third_party/externals/tint/src/resolver/
H A Dstruct_layout_test.cc175 auto* outer = ty.array(inner, 12); // size: 12 * 32 in TEST_F() local
199 auto* outer = ty.array(ty.Of(inner), 12); // size: 12 * 48 in TEST_F() local
/third_party/skia/third_party/externals/tint/src/sem/
H A Dtype_manager_test.cc68 Manager outer = Manager::Wrap(inner); in TEST_F() local
/third_party/skia/gm/
H A Dskbug_8664.cpp52 SkRect outer = inner.makeOutset(16.f, 16.f); in DEF_SIMPLE_GM() local
H A Ddrrect_small_inner.cpp21 auto outer = SkRRect::MakeOval(SkRect::MakeXYWH(0, 0, 2 * kOuterRadius, 2 * kOuterRadius)); in DEF_SIMPLE_GM() local
/third_party/skia/include/core/
H A DSkColorFilter.h70 static sk_sp<SkColorFilter> Compose(sk_sp<SkColorFilter> outer, sk_sp<SkColorFilter> inner) { in Compose() argument
/third_party/mesa3d/src/intel/compiler/
H A Dbrw_nir_tcs_workarounds.c89 nir_ssa_def *outer = load_output(b, 4, 1, 0); in emit_quads_workaround() local
/third_party/node/deps/v8/src/tasks/
H A Doperations-barrier.h72 explicit Token(OperationsBarrier* outer) : outer_(outer) { in Token() argument
/third_party/openssl/crypto/bn/asm/
H A Dbn-c64xplus.asm

Completed in 8 milliseconds

123456