HomeSort by relevance Sort by last modified time
    Searched full:accessible (Results 1 - 25 of 1265) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/SemaObjC/
objc-buffered-methods.m 22 - (int) func { return prop; } // compiles - synthesized ivar will be accessible here.
23 - (int)get_g { return global; } // No warning here - synthesized ivar will be accessible here.
  /development/samples/browseable/BasicAccessibility/
_index.jd 8 This sample demonstrates how to create an accessible application, using a mix of different widgets demonstrating different ways of adding accessibility markup to a UI.
  /external/chromium-libpac/
README 5 functions and classes. To make this library accessible on Android, the string
  /frameworks/base/docs/html/guide/topics/ui/accessibility/
index.jd 3 page.metaDescription=How to make your apps accessible to users with visual, physical, or other limitations. Robust support will increase your app's user base.
16 Making Applications Accessible</a></li>
33 <iframe title="Google I/O 2012 - Making Android Apps Accessible"
52 make their applications more accessible.</p>
60 accessible.</p>
64 Making Applications Accessible</a></strong>
66 <dd>Development practices and API features to ensure your application is accessible to users with
72 <dd>A checklist to help developers ensure that their applications are accessible.</dd>
77 <dd>How to use API features to build services that make other applications more accessible for
  /art/runtime/arch/
context.h 53 // Returns whether the given GPR is accessible (read or write).
60 // is accessible with IsAccessibleGPR.
64 // is accessible with IsAccessibleGPR.
67 // Returns whether the given FPR is accessible (read or write).
71 // is accessible with IsAccessibleFPR.
75 // is accessible with IsAccessibleFPR.
  /frameworks/base/docs/downloads/
README 8 hosting service where they're accessible by users, such as
  /frameworks/base/packages/SettingsProvider/test/
Android.mk 5 # Note we statically link SettingsState to do some unit tests. It's not accessible otherwise
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 
  /frameworks/base/docs/html/training/accessibility/
index.jd 41 <dt><b><a href="accessible-app.html">Developing Accessible Applications</a></b></dt>
42 <dd>Learn to make your Android application accessible. Allow for easy
  /external/clang/test/Index/
complete-access-checks.cpp 74 // RUN: c-index-test -code-completion-at=%s:75:5 %s | FileCheck -check-prefix=CHECK-USING-ACCESSIBLE %s
75 y.; // member is accessible
83 // CHECK-USING-ACCESSIBLE: FieldDecl:{ResultType int}{TypedText member} (35)
84 // CHECK-USING-ACCESSIBLE: CXXMethod:{ResultType Q &}{TypedText operator=}{LeftParen (}{Placeholder const Q &}{RightParen )} (34)
85 // CHECK-USING-ACCESSIBLE: CXXMethod:{ResultType P &}{Text P::}{TypedText operator=}{LeftParen (}{Placeholder const P &}{RightParen )} (36)
86 // CHECK-USING-ACCESSIBLE: ClassDecl:{TypedText P}{Text ::} (77)
87 // CHECK-USING-ACCESSIBLE: ClassDecl:{TypedText Q}{Text ::} (75)
88 // CHECK-USING-ACCESSIBLE: CXXDestructor:{ResultType void}{Informative P::}{TypedText ~P}{LeftParen (}{RightParen )} (36)
89 // CHECK-USING-ACCESSIBLE: CXXDestructor:{ResultType void}{TypedText ~Q}{LeftParen (}{RightParen )} (34)
  /external/clang/test/SemaCXX/
microsoft-dtor-lookup-cxx11.cpp 9 struct T { // expected-note{{virtual destructor requires an unambiguous, accessible 'operator delete'}}
  /external/eigen/Eigen/
Cholesky 13 * Those decompositions are accessible via the following MatrixBase methods:
PardisoSupport 21 * In order to use this module, the MKL headers must be accessible from the include paths, and your binary must be linked to the MKL library and its dependencies.
SPQRSupport 19 * In order to use this module, the SPQR headers must be accessible from the include paths, and your binary must be linked to the SPQR library and its dependencies (Cholmod, AMD, COLAMD,...).
SVD 15 * This decomposition is accessible via the following MatrixBase method:
  /external/libpng/
libpngpf.3 8 \fBAs of libpng version \fP\fI1.5.1\fP\fB, this section is no longer \fP\fImaintained\fP\fB, now that the private function prototypes are hidden in pngpriv.h and not accessible to applications. Look in pngpriv.h for the prototypes and a short description of each \fIfunction.
  /external/llvm/test/MC/ARM/
coproc-diag.s 5 @ p10 and p11 are reserved for NEON, but accessible on v5/v6
  /frameworks/base/docs/html/ndk/reference/
index.jd 6 expose a variety of features otherwise only accessible via the Android framework.
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/html/
local_data.html 18 on a location easily accessible from the machine where the tool is launched.
22 <li>these files are accessible for some authorized users onto
  /libcore/libart/src/main/java/java/lang/reflect/
AccessibleObject.java 44 * operation is not permitted. If the accessible flag is set to true, these
58 * If true, object is accessible, bypassing normal access checks
63 * Returns true if this object is accessible without access checks.
70 * Attempts to set the accessible flag. Setting this to true prevents {@code
78 * Attempts to set the accessible flag for all objects in {@code objects}.
Field.java 275 * and this field is not accessible from the current context, an
286 * if this field is not accessible
301 * and this field is not accessible from the current context, an
312 * if this field is not accessible
327 * and this field is not accessible from the current context, an
338 * if this field is not accessible
353 * and this field is not accessible from the current context, an
364 * if this field is not accessible
379 * and this field is not accessible from the current context, an
390 * if this field is not accessible
    [all...]
  /developers/samples/android/ui/accessibility/BasicAccessibility/
template-params.xml 29 This sample demonstrates how to create an accessible application, using a mix of different widgets demonstrating different ways of adding accessibility markup to a UI.
51 This sample demonstrates how to create an accessible application, using a mix of different widgets
57 This sample demonstrates how to create an accessible application, showing
  /developers/build/prebuilts/gradle/BasicAccessibility/Application/src/main/res/values/
base-strings.xml 24 This sample demonstrates how to create an accessible application, using a mix of different widgets demonstrating different ways of adding accessibility markup to a UI.
  /development/samples/browseable/BasicAccessibility/res/values/
base-strings.xml 24 This sample demonstrates how to create an accessible application, using a mix of different widgets demonstrating different ways of adding accessibility markup to a UI.
  /external/eigen/unsupported/Eigen/
SVD 15 * This decomposition is accessible via the following MatrixBase method:

Completed in 637 milliseconds

1 2 3 4 5 6 7 8 91011>>