/frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/create/ |
D | TransformClassAdapter.java | 68 public void visit(int version, int access, String name, in visit() argument 75 access = access & ~(Opcodes.ACC_PRIVATE | Opcodes.ACC_PROTECTED); in visit() 76 access |= Opcodes.ACC_PUBLIC; in visit() 78 access = access & ~Opcodes.ACC_FINAL; in visit() 82 mIsInterface = ((access & Opcodes.ACC_INTERFACE) != 0); in visit() 83 super.visit(version, access, name, signature, superName, interfaces); in visit() 88 public void visitInnerClass(String name, String outerName, String innerName, int access) { in visitInnerClass() argument 90 access = access & ~(Opcodes.ACC_PRIVATE | Opcodes.ACC_PROTECTED); in visitInnerClass() 91 access |= Opcodes.ACC_PUBLIC; in visitInnerClass() 93 access = access & ~Opcodes.ACC_FINAL; in visitInnerClass() [all …]
|
D | ClassHasNativeVisitor.java | 37 public void visit(int version, int access, String name, String signature, in visit() argument 55 public FieldVisitor visitField(int access, String name, String desc, in visitField() argument 62 String innerName, int access) { in visitInnerClass() argument 66 public MethodVisitor visitMethod(int access, String name, String desc, in visitMethod() argument 68 mHasNativeMethods |= ((access & Opcodes.ACC_NATIVE) != 0); in visitMethod()
|
D | RenameClassAdapter.java | 231 public void visit(int version, int access, String name, String signature, in visit() argument 237 super.visit(version, access, name, signature, superName, interfaces); in visit() 241 public void visitInnerClass(String name, String outerName, String innerName, int access) { in visitInnerClass() argument 245 super.visitInnerClass(name, outerName, innerName, access); in visitInnerClass() 249 public MethodVisitor visitMethod(int access, String name, String desc, in visitMethod() argument 253 MethodVisitor mw = super.visitMethod(access, name, desc, signature, exceptions); in visitMethod() 264 public FieldVisitor visitField(int access, String name, String desc, in visitField() argument 268 return super.visitField(access, name, desc, signature, value); in visitField()
|
D | AsmAnalyzer.java | 459 public void visit(int version, int access, String name, in visit() argument 492 public FieldVisitor visitField(int access, String name, String desc, in visitField() argument 504 public void visitInnerClass(String name, String outerName, String innerName, int access) { in visitInnerClass() argument 509 public MethodVisitor visitMethod(int access, String name, String desc, in visitMethod() argument
|
/frameworks/base/services/jni/ |
D | com_android_server_BatteryService.cpp | 257 if (access(path, R_OK) == 0) in register_android_server_BatteryService() 262 if (access(path, R_OK) == 0) in register_android_server_BatteryService() 267 if (access(path, R_OK) == 0) in register_android_server_BatteryService() 270 if (access(path, R_OK) == 0) in register_android_server_BatteryService() 273 if (access(path, R_OK) == 0) in register_android_server_BatteryService() 276 if (access(path, R_OK) == 0) in register_android_server_BatteryService() 280 if (access(path, R_OK) == 0) { in register_android_server_BatteryService() 286 if (access(path, R_OK) == 0) in register_android_server_BatteryService() 291 if (access(path, R_OK) == 0) { in register_android_server_BatteryService() 295 if (access(path, R_OK) == 0) in register_android_server_BatteryService() [all …]
|
/frameworks/base/libs/surfaceflinger/DisplayHardware/ |
D | DisplayHardwareBase.cpp | 125 if (access(kSleepFileName, R_OK) || access(kWakeFileName, R_OK)) { in readyToRun() 126 if (access(kOldSleepFileName, R_OK) || access(kOldWakeFileName, R_OK)) { in readyToRun() 138 return (((access(kSleepFileName, R_OK) == 0 && in initCheck() 139 access(kWakeFileName, R_OK) == 0) || in initCheck() 140 (access(kOldSleepFileName, R_OK) == 0 && in initCheck() 141 access(kOldWakeFileName, R_OK) == 0)) && in initCheck() 142 access(kFbconSysDir, F_OK) != 0) ? NO_ERROR : NO_INIT; in initCheck()
|
/frameworks/base/tests/framework-tests/ |
D | README | 1 This package contains tests which need to access package-private members in the framework code.
|
/frameworks/base/tests/DumpRenderTree/assets/results/ |
D | layout_tests_failed.txt | 77 /sdcard/android/layout_tests/editing/pasteboard/file-input-files-access.html 202 /sdcard/android/layout_tests/fast/events/access-key-self-destruct.html 251 /sdcard/android/layout_tests/fast/dom/Document/early-document-access.html 263 /sdcard/android/layout_tests/fast/dom/Window/dom-access-from-closure-window.html 265 /sdcard/android/layout_tests/fast/dom/Window/closure-access-after-navigation-window.html 275 /sdcard/android/layout_tests/fast/dom/Window/dom-access-from-closure-iframe.html 373 /sdcard/android/layout_tests/fast/forms/legend-access-key.html 424 /sdcard/android/layout_tests/fast/forms/access-key.html 534 /sdcard/android/layout_tests/http/tests/plugins/cross-frame-object-access.html 557 /sdcard/android/layout_tests/http/tests/wml/access-target-path-deny.html [all …]
|
/frameworks/base/docs/html/guide/basics/ |
D | what-is-android.jd | 54 device hardware, access location information, run background services, set alarms, 57 <p>Developers have full access to the same framework APIs used by the core 71 Providers</a> that enable applications to access data from other 74 Manager</a>, providing access to non-code resources such as localized 99 <li><strong>Surface Manager</strong> - manages access to the display
|
D | building-blocks.jd | 71 <dd>A ContentProvider is a data storehouse that provides access to data on 73 access the user's list of contacts. Your application can access data that
|
/frameworks/base/tools/aidl/ |
D | search_path.cpp | 49 if (0 == access(f.c_str(), R_OK)) {
|
/frameworks/base/docs/html/guide/topics/wireless/ |
D | index.jd | 8 wireless stack that provides Wi-Fi network access. Almost all information from the device supplicant
|
/frameworks/base/docs/html/guide/topics/security/ |
D | security.jd | 31 for granting ad-hoc access to specific pieces of data.</p> 41 network access, keeping the device awake, etc.<p> 63 ways that signatures impact security is by determining who can access 227 Internet access, view network state 229 Your location: access extra location provider commands, fine (GPS) location, 239 <p>High-level permissions restricting access to entire components of the 243 component, naming the permission that will be used to control access to 291 restrict who can access the data in 365 a permission to access all e-mail.</p> 373 permission access the specific data URI in the Intent, regardless of whether [all …]
|
/frameworks/base/tools/layoutlib/create/ |
D | README.txt | 49 Incidentally, the access level of native and mock classes needs to be changed in order for 51 non-final, non-native and at most protected. Package-default access is changed to public.
|
/frameworks/base/libs/binder/ |
D | IMemory.cpp | 309 int access = PROT_READ; in assertReallyMapped() local 311 access |= PROT_WRITE; in assertReallyMapped() 317 mBase = mmap(0, size, access, MAP_SHARED, fd, 0); in assertReallyMapped()
|
/frameworks/base/docs/html/guide/topics/data/ |
D | data-storage.jd | 35 applications (perhaps with some access control settings). Android uses a 44 optional component of an application that exposes read/write access to the 119 storage medium. By default, other applications cannot access these files. 129 strings from another application will not work; you can only access local
|
/frameworks/base/obex/javax/obex/ |
D | HeaderSet.java | 599 public void createAuthenticationChallenge(String realm, boolean userID, boolean access) in createAuthenticationChallenge() argument 607 mAuthChall = ObexHelper.computeAuthenticationChallenge(nonce, realm, access, userID); in createAuthenticationChallenge()
|
/frameworks/base/opengl/libs/GLES2/ |
D | gl2ext_api.in | 13 void* API_ENTRY(glMapBufferOES)(GLenum target, GLenum access) { 14 CALL_GL_API_RETURN(glMapBufferOES, target, access);
|
/frameworks/base/docs/html/guide/topics/manifest/ |
D | permission-element.jd | 18 <dd>Declares a security permission that can be used to limit access 84 applications access to isolated application-level features, with 93 access to private user data or control over the device that can
|
D | provider-element.jd | 35 access to data managed by the application. All content providers that 102 You can export a content provider but still limit access to it with the 108 access the content provider's data can be granted permission to do so, 123 access to data protected by a permission. For example, when an e-mail 214 attribute is also set, it controls access for querying the content provider. 216 it controls access for modifying the provider's data.
|
/frameworks/base/docs/html/guide/practices/design/ |
D | performance.jd | 113 other code to access; in those cases, it's usually better to trade 162 <p>If you don't need to access an object's fields, make your method static. It can 173 usually inline the access, and if you need to restrict or debug field access 179 in the public interface, but within a class you should always access 417 separate class, which makes direct access to Foo's private 421 <pre>/*package*/ static int Foo.access$100(Foo foo) { 424 /*package*/ static void Foo.access$200(Foo foo, int value) { 429 access the "mValue" field or invoke the "doStuff" method in the outer
|
/frameworks/base/docs/html/guide/developing/tools/ |
D | index.jd | 56 emulator or device and access the emulator or device from a command line. 71 <dd>Included as a convenience, this tool lets you access the SQLite data
|
/frameworks/base/docs/html/sdk/ |
D | RELEASENOTES.jd | 131 <p>If you are developing in Eclipse with ADT, you can access the Android SDK 134 <p>If you are developing in another IDE, you can access the Android SDK and 269 <li>When an application requests access to device camera (through 272 <li>When an application requests access to device audio capture (through 339 Android SDK to give you access to one or more external Android libraries and/or 374 Android SDK to give you access to one or more external Android libraries and/or 388 Google APIs add-on gives your application access to the com.google.android.maps 401 <li>Targets that are SDK add-ons, which typically provide application access to 563 access the maps data, you will need to register with the Google Maps 667 application. Before you can access the maps data, you will need to register with [all …]
|
/frameworks/base/cmds/dumpstate/ |
D | dumpstate.c | 352 if (access(path, R_OK) < 0) in dump_kernel_log()
|
/frameworks/base/docs/html/guide/practices/ui_guidelines/ |
D | menu_design.jd | 82 lays the menus out and provides standard ways for users to access them. 83 In this sense, they are familiar and dependable ways for users to access 110 On most devices, a user presses the MENU button to access the Options menu, 171 access a Context menu (if one exists), as shown in the screenshot below. 187 access a Context menu. An example is when the user does touch & hold 334 If a user can fully access your application without using Context menus, 426 When quick access to the command is important and going to the menu would be
|