Home
last modified time | relevance | path

Searched refs:Scoped (Results 1 – 11 of 11) sorted by relevance

/external/conscrypt/src/openjdk/native/
DScopedPrimitiveArray.h27 class Scoped ## NAME ## ArrayRO { \
29 explicit Scoped ## NAME ## ArrayRO(JNIEnv* env) \
31 Scoped ## NAME ## ArrayRO(JNIEnv* env, PRIMITIVE_TYPE ## Array javaArray) \
39 ~Scoped ## NAME ## ArrayRO() { \
56 Scoped ## NAME ## ArrayRO(const Scoped ## NAME ## ArrayRO&); \
57 void operator=(const Scoped ## NAME ## ArrayRO&); \
76 class Scoped ## NAME ## ArrayRW { \
78 explicit Scoped ## NAME ## ArrayRW(JNIEnv* env) \
80 Scoped ## NAME ## ArrayRW(JNIEnv* env, PRIMITIVE_TYPE ## Array javaArray) \
88 ~Scoped ## NAME ## ArrayRW() { \
[all …]
/external/conscrypt/src/compat/native/
DScopedPrimitiveArray.h27 class Scoped ## NAME ## ArrayRO { \
29 explicit Scoped ## NAME ## ArrayRO(JNIEnv* env) \
31 Scoped ## NAME ## ArrayRO(JNIEnv* env, PRIMITIVE_TYPE ## Array javaArray) \
39 ~Scoped ## NAME ## ArrayRO() { \
56 Scoped ## NAME ## ArrayRO(const Scoped ## NAME ## ArrayRO&); \
57 void operator=(const Scoped ## NAME ## ArrayRO&); \
76 class Scoped ## NAME ## ArrayRW { \
78 explicit Scoped ## NAME ## ArrayRW(JNIEnv* env) \
80 Scoped ## NAME ## ArrayRW(JNIEnv* env, PRIMITIVE_TYPE ## Array javaArray) \
88 ~Scoped ## NAME ## ArrayRW() { \
[all …]
/external/doclava/src/com/google/doclava/
DScoped.java19 public interface Scoped { interface
DMemberInfo.java21 public abstract class MemberInfo extends DocInfo implements Comparable, Scoped {
DClassInfo.java36 public class ClassInfo extends DocInfo implements ContainerInfo, Comparable, Scoped, Resolvable {
/external/guice/extensions/throwingproviders/test/com/google/inject/throwingproviders/
DCheckedProviderMethodsModuleTest.java71 bindScope(TestScope.Scoped.class, testScope); in configure()
81 @CheckedProvides(RpcProvider.class) @TestScope.Scoped
DTestScope.java38 public @interface Scoped { } annotation in TestScope
DThrowingProviderTest.java85 bindScope(TestScope.Scoped.class, testScope);
90 @TestScope.Scoped
98 @TestScope.Scoped
DCheckedProviderTest.java120 bindScope(TestScope.Scoped.class, testScope); in setUp()
125 @TestScope.Scoped in setUp()
133 @TestScope.Scoped in setUp()
/external/clang/include/clang/AST/
DDecl.h3028 bool Scoped, bool ScopedUsingClassTag, bool Fixed) in EnumDecl() argument
3031 assert(Scoped || !ScopedUsingClassTag); in EnumDecl()
3035 IsScoped = Scoped; in EnumDecl()
/external/testng/
DCHANGES.txt1237 Added: Scoped parameters