Home
last modified time | relevance | path

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

/external/conscrypt/common/src/jni/unbundled/include/
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() { \
65 Scoped##NAME##ArrayRO(const Scoped##NAME##ArrayRO&); \
66 void operator=(const Scoped##NAME##ArrayRO&); \
85 class Scoped##NAME##ArrayRW { \
87 explicit Scoped##NAME##ArrayRW(JNIEnv* env) \
89 Scoped##NAME##ArrayRW(JNIEnv* env, PRIMITIVE_TYPE##Array javaArray) \
97 ~Scoped##NAME##ArrayRW() { \
[all …]
/external/llvm/lib/DebugInfo/PDB/Raw/
DTpiStream.cpp81 bool Scoped = Opts & static_cast<uint16_t>(ClassOptions::Scoped); in getTpiHash() local
85 if (!ForwardRef && !Scoped && !IsAnon) in getTpiHash()
/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/llvm/test/DebugInfo/COFF/
Dscopes.ll34 ; CHECK: Scoped (0x100)
47 ; CHECK: Scoped (0x100)
/external/llvm/include/llvm/DebugInfo/CodeView/
DCodeView.h202 Scoped = 0x0100, enumerator
/external/clang/include/clang/AST/
DDecl.h3045 bool Scoped, bool ScopedUsingClassTag, bool Fixed) in EnumDecl() argument
3048 assert(Scoped || !ScopedUsingClassTag); in EnumDecl()
3052 IsScoped = Scoped; in EnumDecl()
/external/llvm/lib/DebugInfo/CodeView/
DTypeDumper.cpp84 ENUM_ENTRY(ClassOptions, Scoped),
/external/llvm/lib/CodeGen/AsmPrinter/
DCodeViewDebug.cpp1409 CO |= ClassOptions::Scoped; in getCommonClassOptions()
/external/testng/
DCHANGES.txt1237 Added: Scoped parameters