Home
last modified time | relevance | path

Searched defs:Wrapper (Results 1 – 4 of 4) sorted by relevance

/frameworks/compile/slang/lit-tests/P_ref_count/
Dref_count.rs7 struct Wrapper { struct
26 static struct Wrapper baz() { argument
27 struct Wrapper x = { 0, 0 }; argument
33 struct Wrapper w = baz(); struct
Dfunc_params.rs41 struct Wrapper { struct
47 static void bar(int a0, rs_element a1, float a2, struct Wrapper a3) { argument
/frameworks/compile/slang/
Dslang_bitcode_gen.cpp91 bcinfo::AndroidBitcodeWrapper Wrapper; in writeBitcode() local
/frameworks/base/core/tests/coretests/src/android/text/
DTextUtilsTest.java497 private static class Wrapper implements CharSequence { class in TextUtilsTest
500 public Wrapper(CharSequence s) { in Wrapper() method in TextUtilsTest.Wrapper