Home
last modified time | relevance | path

Searched refs:inaccessible (Results 1 – 25 of 79) sorted by relevance

1234

/external/clang/test/Index/
Dcomplete-ivar-access.m58 // CHECK-SUB: ObjCIvarDecl:{ResultType int}{TypedText super_ext_private} (35) (inaccessible)
61 // CHECK-SUB: ObjCIvarDecl:{ResultType int}{TypedText super_private} (37) (inaccessible)
67 // CHECK-OTHER: ObjCIvarDecl:{ResultType int}{TypedText other_private} (35) (inaccessible)
68 // CHECK-OTHER: ObjCIvarDecl:{ResultType int}{TypedText other_protected} (35) (inaccessible)
/external/dagger2/javatests/dagger/internal/codegen/
DSetBindingRequestFulfillmentTest.java121 public void inaccessible() { in inaccessible() method in SetBindingRequestFulfillmentTest
122 JavaFileObject inaccessible = in inaccessible() local
209 .compile(module, inaccessible, inaccessible2, usesInaccessible, componentFile); in inaccessible()
DSetBindingRequestFulfillmentWithGuavaTest.java132 public void inaccessible() { in inaccessible() method in SetBindingRequestFulfillmentWithGuavaTest
133 JavaFileObject inaccessible = in inaccessible() local
218 .compile(module, inaccessible, inaccessible2, usesInaccessible, componentFile); in inaccessible()
DMapRequestRepresentationTest.java206 public void inaccessible() { in inaccessible() method in MapRequestRepresentationTest
207 JavaFileObject inaccessible = in inaccessible() local
270 daggerCompilerWithoutGuava().compile(module, inaccessible, usesInaccessible, componentFile); in inaccessible()
DMapRequestRepresentationWithGuavaTest.java331 public void inaccessible() { in inaccessible() method in MapRequestRepresentationWithGuavaTest
332 JavaFileObject inaccessible = in inaccessible() local
392 .compile(module, inaccessible, usesInaccessible, componentFile); in inaccessible()
DMembersInjectionTest.java1382 JavaFileObject inaccessible = in accessibility() local
1419 .compile(foo, inaccessible, usesInaccessible, component); in accessibility()
1508 JavaFileObject inaccessible = in accessibleRawType_ofInaccessibleType() local
1562 .compile(inaccessible, inaccessiblesModule, usesInaccessibles, component); in accessibleRawType_ofInaccessibleType()
/external/dagger2/javatests/dagger/functional/multipackage/a/
DAModule.java39 abstract Inaccessible provideInaccessible(Inaccessible inaccessible); in provideInaccessible() argument
50 abstract Inaccessible provideInaccessibleToMap(Inaccessible inaccessible); in provideInaccessibleToMap() argument
DUsesInaccessible.java27 Inaccessible inaccessible, in UsesInaccessible() argument
/external/dagger2/javatests/dagger/functional/multibindings/subpackage/
DBindsInaccessibleMapKeyModule.java30 abstract Object bindInaccessibleMapKey(Inaccessible inaccessible); in bindInaccessibleMapKey() argument
/external/turbine/javatests/com/google/turbine/lower/testdata/
Denum_abstract.test6 // javac drops the inaccessible member f() and doesn't generate
/external/mesa3d/docs/_extra/specs/
DWL_create_wayland_buffer_from_image.spec82 format or tiling mode or that the buffer is in memory that is inaccessible
93 unsupported tiling modes, inaccessible memory or an unsupported pixel
/external/one-true-awk/testdir/
Du.main5 t = ARGV[0] " -f /glop/glop"; print "\n" t "\n"; system(t) # program inaccessible
/external/autotest/client/site_tests/audio_Aconnect/
Dcontrol10 Fails if /dev/snd/seq is inaccessible.
/external/python/cpython2/Doc/library/
Dos.path.rst125 :exc:`os.error` if the file does not exist or is inaccessible.
138 Raise :exc:`os.error` if the file does not exist or is inaccessible.
153 is inaccessible.
161 not exist or is inaccessible.
Dindex.rst17 inaccessible to Python programmers, as well as modules written in Python
/external/llvm/include/llvm/IR/
DAttributes.td48 /// Function may only access memory that is inaccessible from IR.
51 /// Function may only access memory that is either inaccessible from the IR,
/external/python/cpython3/Doc/library/
Dindex.rst17 inaccessible to Python programmers, as well as modules written in Python
Dos.path.rst212 :exc:`OSError` if the file does not exist or is inaccessible.
219 Raise :exc:`OSError` if the file does not exist or is inaccessible.
231 is inaccessible.
240 not exist or is inaccessible.
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DAttributes.td48 /// Function may only access memory that is inaccessible from IR.
51 /// Function may only access memory that is either inaccessible from the IR,
/external/auto/value/userguide/
Dpractices.md61 ## <a name="constructor"></a>Maybe add an explicit, inaccessible constructor
/external/grpc-grpc-java/services/src/main/proto/grpc/binlog/v1/
Dbinarylog.proto180 // inaccessible from the application level. On server side, the
/external/rust/crates/quiche/deps/boringssl/src/
DCMakeLists.txt210 # copy constructor is inaccessible or deleted
212 # assignment operator is inaccessible or deleted
/external/cronet/base/allocator/partition_allocator/
DPartitionAlloc.md99 The first and the last partition page are permanently inaccessible and serve
/external/cronet/buildtools/third_party/libc++/trunk/docs/Status/
DCxx14Issues.csv116 "`2299 <https://wg21.link/lwg2299>`__","Effects of inaccessible ``key_compare::is_transparent``\ t…
/external/apache-commons-bcel/
DRELEASE-NOTES.txt263 o BCEL-96: Fields in Annotations and AnnotationEntry are inaccessible to

1234