Home
last modified time | relevance | path

Searched refs:accessible (Results 1 – 25 of 198) sorted by relevance

12345678

/external/javassist/src/main/javassist/util/proxy/
DSecurityActions.java100 final boolean accessible) {
102 ao.setAccessible(accessible);
106 ao.setAccessible(accessible);
/external/libgdx/gdx/src/com/badlogic/gdx/utils/reflect/
DConstructor.java45 public void setAccessible (boolean accessible) { in setAccessible() argument
46 constructor.setAccessible(accessible); in setAccessible()
DMethod.java56 public void setAccessible (boolean accessible) { in setAccessible() argument
57 method.setAccessible(accessible); in setAccessible()
DField.java53 public void setAccessible (boolean accessible) { in setAccessible() argument
54 field.setAccessible(accessible); in setAccessible()
/external/clang/test/SemaObjC/
Dobjc-buffered-methods.m22 - (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.
/external/autotest/client/site_tests/network_PortalStress/
Dcontrol18 clients3.google.com is accessible or if portal code detects online
19 when clients3.google.com is not accessible.
/external/avahi/docs/
DREADME19 Avahi's SVN repository is freely accessible:
31 accessible over IPC to other applications!)
/external/mockito/src/org/mockito/internal/creation/jmock/
DClassImposterizer.java78 public void setConstructorsAccessible(Class<?> mockedType, boolean accessible) { in setConstructorsAccessible() argument
80 constructor.setAccessible(accessible); in setConstructorsAccessible()
/external/clang/docs/
DDataFlowSanitizer.rst59 * ``discard`` -- To the extent that this function writes to (user-accessible)
61 satisfied for functions which do not write to user-accessible memory). Its
68 generally used for uninstrumentable functions which write to user-accessible
99 # malloc only writes to its internal data structures, not user-accessible memory.
/external/chromium-trace/catapult/third_party/polymer/components/paper-listbox/
DREADME.md5 `<paper-listbox>` implements an accessible listbox control with Material Design styling.
/external/chromium-libpac/
DREADME5 functions and classes. To make this library accessible on Android, the string
/external/libunwind/doc/
Dunw_get_reg.tex25 Furthermore, the exact set of accessible registers may depend on the
54 that is either invalid or not accessible in the current frame.
Dlibunwind-ia64.tex42 The machine-state (set of registers) that is accessible through
45 registers are accessible. For signal-trampoline frames, all registers
46 (including ``scratch'' (caller-saved) registers) are accessible. Most
48 accessible when. In case of doubt, it is always safe to \emph{try} to
50 \Func{unw\_get\_fpreg}()) and if the register isn't accessible, the
54 \texttt{r15}-\texttt{r18} are always accessible, even in normal
Dunw_set_reg.tex25 Furthermore, the exact set of accessible registers may depend on the
54 that is either invalid or not accessible in the current frame.
Dunw_get_fpreg.tex25 Furthermore, the exact set of accessible registers may depend on the
53 that is either invalid or not accessible in the current frame.
Dunw_set_fpreg.tex25 Furthermore, the exact set of accessible registers may depend on the
53 that is either invalid or not accessible in the current frame.
/external/libgdx/backends/gdx-backends-gwt/src/com/badlogic/gdx/backends/gwt/emu/com/badlogic/gdx/utils/reflect/
DConstructor.java50 public void setAccessible (boolean accessible) { in setAccessible() argument
/external/autotest/server/site_tests/android_DummyTest/
Dcontrol14 A dummy test to verify Android device can be accessible with adb.
/external/eigen/Eigen/
DCholesky13 * Those decompositions are accessible via the following MatrixBase methods:
DSVD15 * This decomposition is accessible via the following MatrixBase method:
DPardisoSupport21 …* In order to use this module, the MKL headers must be accessible from the include paths, and your…
DSPQRSupport19 …* In order to use this module, the SPQR headers must be accessible from the include paths, and you…
/external/autotest/server/site_tests/buffet_WebServerSanity/
Dcontrol16 make sure the TCP port is open and accessible from outside.
/external/eigen/unsupported/Eigen/
DSVD15 * This decomposition is accessible via the following MatrixBase method:
/external/skia/site/dev/testing/
Dindex.md11 accessible via the Skia [Perf](https://perf.skia.org) web interface.

12345678