/external/javassist/src/main/javassist/util/proxy/ |
D | SecurityActions.java | 100 final boolean accessible) { 102 ao.setAccessible(accessible); 106 ao.setAccessible(accessible);
|
/external/libgdx/gdx/src/com/badlogic/gdx/utils/reflect/ |
D | Constructor.java | 45 public void setAccessible (boolean accessible) { in setAccessible() argument 46 constructor.setAccessible(accessible); in setAccessible()
|
D | Method.java | 56 public void setAccessible (boolean accessible) { in setAccessible() argument 57 method.setAccessible(accessible); in setAccessible()
|
D | Field.java | 53 public void setAccessible (boolean accessible) { in setAccessible() argument 54 field.setAccessible(accessible); in setAccessible()
|
/external/clang/test/SemaObjC/ |
D | 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.
|
/external/autotest/client/site_tests/network_PortalStress/ |
D | control | 18 clients3.google.com is accessible or if portal code detects online 19 when clients3.google.com is not accessible.
|
/external/avahi/docs/ |
D | README | 19 Avahi's SVN repository is freely accessible: 31 accessible over IPC to other applications!)
|
/external/mockito/src/org/mockito/internal/creation/jmock/ |
D | ClassImposterizer.java | 78 public void setConstructorsAccessible(Class<?> mockedType, boolean accessible) { in setConstructorsAccessible() argument 80 constructor.setAccessible(accessible); in setConstructorsAccessible()
|
/external/clang/docs/ |
D | DataFlowSanitizer.rst | 59 * ``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/ |
D | README.md | 5 `<paper-listbox>` implements an accessible listbox control with Material Design styling.
|
/external/chromium-libpac/ |
D | README | 5 functions and classes. To make this library accessible on Android, the string
|
/external/libunwind/doc/ |
D | unw_get_reg.tex | 25 Furthermore, the exact set of accessible registers may depend on the 54 that is either invalid or not accessible in the current frame.
|
D | libunwind-ia64.tex | 42 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
|
D | unw_set_reg.tex | 25 Furthermore, the exact set of accessible registers may depend on the 54 that is either invalid or not accessible in the current frame.
|
D | unw_get_fpreg.tex | 25 Furthermore, the exact set of accessible registers may depend on the 53 that is either invalid or not accessible in the current frame.
|
D | unw_set_fpreg.tex | 25 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/ |
D | Constructor.java | 50 public void setAccessible (boolean accessible) { in setAccessible() argument
|
/external/autotest/server/site_tests/android_DummyTest/ |
D | control | 14 A dummy test to verify Android device can be accessible with adb.
|
/external/eigen/Eigen/ |
D | Cholesky | 13 * Those decompositions are accessible via the following MatrixBase methods:
|
D | SVD | 15 * This decomposition is accessible via the following MatrixBase method:
|
D | PardisoSupport | 21 …* In order to use this module, the MKL headers must be accessible from the include paths, and your…
|
D | SPQRSupport | 19 …* 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/ |
D | control | 16 make sure the TCP port is open and accessible from outside.
|
/external/eigen/unsupported/Eigen/ |
D | SVD | 15 * This decomposition is accessible via the following MatrixBase method:
|
/external/skia/site/dev/testing/ |
D | index.md | 11 accessible via the Skia [Perf](https://perf.skia.org) web interface.
|