Home
last modified time | relevance | path

Searched refs:inaccessible (Results 1 – 25 of 80) 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/llvm-project/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/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/internal/codegen/
DSetBindingRequestFulfillmentTest.java123 public void inaccessible() { in inaccessible() method in SetBindingRequestFulfillmentTest
124 JavaFileObject inaccessible = in inaccessible() local
211 .compile(module, inaccessible, inaccessible2, usesInaccessible, componentFile); in inaccessible()
DMapBindingExpressionTest.java222 public void inaccessible() { in inaccessible() method in MapBindingExpressionTest
223 JavaFileObject inaccessible = in inaccessible() local
286 daggerCompilerWithoutGuava().compile(module, inaccessible, usesInaccessible, componentFile); in inaccessible()
DSetBindingRequestFulfillmentWithGuavaTest.java134 public void inaccessible() { in inaccessible() method in SetBindingRequestFulfillmentWithGuavaTest
135 JavaFileObject inaccessible = in inaccessible() local
220 .compile(module, inaccessible, inaccessible2, usesInaccessible, componentFile); in inaccessible()
DMapBindingExpressionWithGuavaTest.java352 public void inaccessible() { in inaccessible() method in MapBindingExpressionWithGuavaTest
353 JavaFileObject inaccessible = in inaccessible() local
413 .compile(module, inaccessible, usesInaccessible, componentFile); in inaccessible()
DMembersInjectionTest.java1355 JavaFileObject inaccessible = in accessibility() local
1392 .compile(foo, inaccessible, usesInaccessible, component); in accessibility()
1479 JavaFileObject inaccessible = in accessibleRawType_ofInaccessibleType() local
1533 .compile(inaccessible, inaccessiblesModule, usesInaccessibles, component); in accessibleRawType_ofInaccessibleType()
/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/llvm-project/lld/test/MachO/Inputs/iPhoneSimulator.sdk/usr/lib/
DlibSystem.tbd25 # TBD file, and should therefore be inaccessible.
/external/autotest/server/site_tests/policy_WiFiPrecedenceServer/
Dcontrol.connectable_vs_not_connectable18 The open network should connect as the PSK network is inaccessible.
/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/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-project/llvm/docs/
DGwpAsan.rst89 inaccessible. The collection of all guarded slots makes up the *guarded
97 inaccessible guard page, causing memory exception. This exception is caught and
109 sampled allocation is deallocated, we map its guarded slot as inaccessible. Any
/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/llvm-project/llvm/include/llvm/IR/
DAttributes.td72 /// Function may only access memory that is inaccessible from IR.
75 /// Function may only access memory that is either inaccessible from the IR,
/external/auto/value/userguide/
Dpractices.md62 ## <a name="constructor"></a>Maybe add an explicit, inaccessible constructor

1234