HomeSort by relevance Sort by last modified time
    Searched refs:Scoped (Results 1 - 21 of 21) sorted by null

  /external/doclava/src/com/google/doclava/
Scoped.java 19 public interface Scoped {
MemberInfo.java 21 public abstract class MemberInfo extends DocInfo implements Comparable, Scoped {
ClassInfo.java 36 public class ClassInfo extends DocInfo implements ContainerInfo, Comparable, Scoped, Resolvable {
    [all...]
  /external/conscrypt/common/src/jni/unbundled/include/
ScopedPrimitiveArray.h 27 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)
    [all...]
  /art/test/ti-agent/
scoped_primitive_array.h 45 class Scoped ## NAME ## ArrayRO { \
47 explicit Scoped ## NAME ## ArrayRO(JNIEnv* env) \
49 Scoped ## NAME ## ArrayRO(JNIEnv* env, PRIMITIVE_TYPE ## Array javaArray) \
60 ~Scoped ## NAME ## ArrayRO() { \
86 DISALLOW_COPY_AND_ASSIGN(Scoped ## NAME ## ArrayRO); \
105 class Scoped ## NAME ## ArrayRW { \
107 explicit Scoped ## NAME ## ArrayRW(JNIEnv* env) \
109 Scoped ## NAME ## ArrayRW(JNIEnv* env, PRIMITIVE_TYPE ## Array javaArray) \
117 ~Scoped ## NAME ## ArrayRW() { \
136 DISALLOW_COPY_AND_ASSIGN(Scoped ## NAME ## ArrayRW);
    [all...]
  /libnativehelper/include/nativehelper/
ScopedPrimitiveArray.h 39 class Scoped ## NAME ## ArrayRO { \
41 explicit Scoped ## NAME ## ArrayRO(JNIEnv* env) \
43 Scoped ## NAME ## ArrayRO(JNIEnv* env, PRIMITIVE_TYPE ## Array javaArray) \
54 ~Scoped ## NAME ## ArrayRO() { \
80 DISALLOW_COPY_AND_ASSIGN(Scoped ## NAME ## ArrayRO); \
99 class Scoped ## NAME ## ArrayRW { \
101 explicit Scoped ## NAME ## ArrayRW(JNIEnv* env) \
103 Scoped ## NAME ## ArrayRW(JNIEnv* env, PRIMITIVE_TYPE ## Array javaArray) \
111 ~Scoped ## NAME ## ArrayRW() { \
130 DISALLOW_COPY_AND_ASSIGN(Scoped ## NAME ## ArrayRW);
    [all...]
  /external/guice/extensions/throwingproviders/test/com/google/inject/throwingproviders/
TestScope.java 38 public @interface Scoped { }
CheckedProviderMethodsModuleTest.java 71 bindScope(TestScope.Scoped.class, testScope);
81 @CheckedProvides(RpcProvider.class) @TestScope.Scoped
ThrowingProviderTest.java 85 bindScope(TestScope.Scoped.class, testScope);
90 @TestScope.Scoped
98 @TestScope.Scoped
288 // undeclared exceptions shouldn't be scoped
CheckedProviderTest.java 120 bindScope(TestScope.Scoped.class, testScope);
125 @TestScope.Scoped
133 @TestScope.Scoped
401 // undeclared exceptions shouldn't be scoped
    [all...]
  /external/llvm/lib/DebugInfo/PDB/Raw/
TpiStream.cpp 81 bool Scoped = Opts & static_cast<uint16_t>(ClassOptions::Scoped);
85 if (!ForwardRef && !Scoped && !IsAnon)
  /art/runtime/base/
timing_logger_test.cc 102 TEST_F(TimingLoggerTest, Scoped) {
107 TimingLogger logger("Scoped", true, false);
141 TimingLogger logger("Scoped", true, false);
  /libcore/luni/src/main/native/
libcore_io_Memory.cpp 123 Scoped ## JNI_NAME ## ArrayRW elements(env, dst); \
176 Scoped ## JNI_NAME ## ArrayRO elements(env, src); \
  /external/llvm/include/llvm/DebugInfo/CodeView/
CodeView.h 202 Scoped = 0x0100,
  /external/clang/include/clang/AST/
Decl.h     [all...]
  /external/llvm/lib/DebugInfo/CodeView/
TypeDumper.cpp 84 ENUM_ENTRY(ClassOptions, Scoped),
  /frameworks/opt/setupwizard/tools/docs/
doclava.jar 
  /external/llvm/lib/CodeGen/AsmPrinter/
CodeViewDebug.cpp     [all...]
  /external/guice/extensions/persist/lib/
xwork-2.0.4.jar 
  /external/testng/ant/3rdparty/
doclava-1.0.3.jar 
  /external/guice/extensions/struts2/lib/
xwork-core-2.2.1.jar 

Completed in 1040 milliseconds