/frameworks/wilhelm/doc/ |
D | Doxyfile | 6 # All text after a hash (#) is considered a comment and will be ignored 37 # base path where the generated documentation will be put. 38 # If a relative path is entered, it will be relative to the location 39 # where doxygen was started. If left blank the current directory will be used. 43 # If the CREATE_SUBDIRS tag is set to YES, then doxygen will create 45 # format and will distribute the generated files over these directories. 53 # documentation generated by doxygen is written. Doxygen will use this 65 # If the BRIEF_MEMBER_DESC tag is set to YES (the default) Doxygen will 72 # If the REPEAT_BRIEF tag is set to YES (the default) Doxygen will prepend 75 # brief descriptions will be completely suppressed. [all …]
|
/frameworks/native/docs/ |
D | Doxyfile | 6 # All text after a hash (#) is considered a comment and will be ignored 46 # Doxygen will copy the logo to the output directory. 51 # base path where the generated documentation will be put. 52 # If a relative path is entered, it will be relative to the location 53 # where doxygen was started. If left blank the current directory will be used. 57 # If the CREATE_SUBDIRS tag is set to YES, then doxygen will create 59 # format and will distribute the generated files over these directories. 67 # documentation generated by doxygen is written. Doxygen will use this 79 # If the BRIEF_MEMBER_DESC tag is set to YES (the default) Doxygen will 86 # If the REPEAT_BRIEF tag is set to YES (the default) Doxygen will prepend [all …]
|
/frameworks/native/vulkan/doc/implementors_guide/ |
D | implementors_guide.adoc | 13 …will include a stub +libvulkan.so+ exporting the same symbols as the loader. Calling the Vulkan fu… 17 … enumeration process isn't as elaborate as on other platforms. The loader will use the existing HA… 24 …ly trivial. If support for multiple drivers is ever added, the HAL module will export a list of st… 30 …for later inspection. So only layers delivered as part of the application will be enabled on produ… 36 …will almost always expose extensions. Developers choose which layers, and which versions of those … 38 …cation's knowledge or consent. These violate Android's security policies and will not be supported. 40 …ate the loader will only search in the application's normal library search path (as defined by the… 42 …xists and is non-zero, generally rooted or engineering builds) the loader will also search the dir… 48 …will be handled by the platform and not exposed to drivers. The WSI implementation will rely on a … 50 …ined private gralloc usage flags. When creating a swapchain, the platform will ask the driver to t… [all …]
|
/frameworks/compile/slang/ |
D | README.rst | 13 Virtual Machine) bitcode representation, which will be consumed on 22 distinct, effective features for Android programming. We will use 55 Note that *-MD* will tell llvm-rs-cc to output dependence information. 82 This command will generate: 90 The **Script\*.java** files above will be documented below. 120 Note that the ScriptC_fountain.java will be generated inside 140 In ScriptC_fountain.java, llvm-rs-cc will reflect the following methods:: 149 static will generate get, set, or invoke methods. This provides a way 158 llvm-rs-cc will genearte ScriptC_fountain.java as follows:: 180 struct. In this case, llvm-rs-cc will reflect two files, [all …]
|
/frameworks/av/media/libnbaio/ |
D | README.txt | 23 will lose data if reader doesn't keep up 32 if configured to block, then will wait until space available before returning 33 if configured to not block, then will return a short transfer count 34 and will never overwrite data
|
/frameworks/base/docs/html/guide/topics/data/ |
D | install-location.jd | 39 <em>not</em> declare this attribute, your application will be installed on the internal storage 56 external storage, but the system does not guarantee that your application will be installed on 57 the external storage. If the external storage is full, the system will install it on the internal 61 external storage, but you don't have a preference of install location. The system will 88 to API Level 8 will always install on the internal storage and cannot be moved to the external 105 attribute and will not compile your application when it's present.</li> 112 <p class="caution"><strong>Caution:</strong> Although XML markup such as this will be ignored by 133 <dd>Your running {@link android.app.Service} will be killed and will not be restarted when 135 android.content.Intent#ACTION_EXTERNAL_APPLICATIONS_AVAILABLE} broadcast Intent, which will notify 139 <dd>Your alarms registered with {@link android.app.AlarmManager} will be cancelled. You must [all …]
|
/frameworks/base/docs/html/sdk/ |
D | OLD_RELEASENOTES.jd | 83 …will require an API key on final Android 1.0 devices. This key can be obtained at no cost from Goo… 89 … Layout Editor. Files located in <project>/res/layout[-qualifiers]/ will be opened with the … 116 …layout_below</i> attribute. However, until the layout file is saved, they will appear stacked on t… 136 …android console (in the standard Eclipse Console view). Errors/Exceptions will be displayed in the… 146 …<li>Launch configuration now has an option to disable the boot animation. This will let the emulat… 147 …<li>Installation of application is now more robust and will notify of installation failure. Also i… 163 …even* integer between 5554 and 5584 inclusive. The corresponding ADB port will be <port>+1.<… 164 …<li>The <code>-adb-port</code> command is deprecated. Please do not use it, as it will be removed … 165 …ng, the first one will typically use console port 5554, and the second one will use port 5556, dia… 185 …lease, Android .apk files must be cryptographically signed, or the system will reject them upon in… [all …]
|
/frameworks/base/docs/html/training/in-app-billing/ |
D | index.jd | 36 will want to jump to a lesson or not.--> 40 …n this lesson, you will learn how to prepare your application to use the In-app Billing API and co… 42 …<dd>In this lesson, you will learn how to specify the In-app Billing products for your app in Goog… 44 …<dd>In this lesson, you will learn how to purchase In-app Billing products, track consumption of p… 46 …<dd>In this lesson, you will learn how to test your application to ensure that In-app Billing is f…
|
/frameworks/base/docs/html/guide/practices/app-design/ |
D | seamlessness.jd | 72 This will fire the onSaveInstanceState() and onPause() methods, and will likely result in 76 appeared, your application will likely lose that data when your application is 110 the background. Doing so will interrupt whatever application is currently 117 instead use the NotificationManager to set Notifications. These will appear in 128 computation, you should probably move it to a thread. This will prevent the 139 <p>If you have long-running code, running it inline in your Activity will run it 140 on the event handler thread, effectively blocking the event handler. This will 148 <p>Any application worth using will probably have several different screens. 162 of Activity objects. This will make your code a lot more maintainable in the long 178 <p>Different Android-powered devices will support different screen resolutions. [all …]
|
/frameworks/base/docs/html/guide/practices/ |
D | seamlessness.jd | 73 This will fire the onSaveInstanceState() and onPause() methods, and will likely result in 77 appeared, your application will likely lose that data when your application is 111 the background. Doing so will interrupt whatever application is currently 118 instead use the NotificationManager to set Notifications. These will appear in 129 computation, you should probably move it to a thread. This will prevent the 140 <p>If you have long-running code, running it inline in your Activity will run it 141 on the event handler thread, effectively blocking the event handler. This will 149 <p>Any application worth using will probably have several different screens. 163 of Activity objects. This will make your code a lot more maintainable in the long 179 <p>Different Android-powered devices will support different screen resolutions. [all …]
|
/frameworks/base/docs/html/wear/preview/ |
D | api-overview.jd | 133 {@code contentIntent}</a>, the user will be taken to the expanded view of 239 <p>Standalone watches will enable Android Wear apps to work independently of phone 252 delivery method will be used. Developers will have the ability to release Android 259 <p>Since Android Wear apps will work independently of phone apps, Android Wear's 260 network access will no longer require the 262 Wearable Data Layer API</a>. Android Wear apps will have the ability to make 263 their own network requests. Additionally, they will be able to directly use 285 <p>You will still be able to use the 288 However, use of this API to connect to a network will be discouraged. 294 <p>Since Android Wear apps will work independently of phone apps, Android Wear's [all …]
|
/frameworks/base/docs/html/guide/topics/connectivity/ |
D | bluetooth.jd | 81 package. Here's a summary of the classes and interfaces you will need to create Bluetooth 112 {@link android.bluetooth.BluetoothServerSocket} will return a connected {@link 176 will modify Bluetooth settings upon user request. <strong>Note:</strong> If you 236 This will issue a request to enable Bluetooth through the system settings (without 245 <p>A dialog will appear requesting user permission to enable Bluetooth, as shown 246 in Figure 1. If the user responds "Yes," the system will begin to enable Bluetooth 247 and focus will return to your application once the process completes (or fails).</p> 267 the system will broadcast whenever the Bluetooth state has changed. This broadcast contains 278 <p class="note"><strong>Tip:</strong> Enabling discoverability will automatically 294 However, a Bluetooth device within the local area will respond to a discovery [all …]
|
/frameworks/base/docs/html/guide/topics/resources/ |
D | localization.jd | 41 <p>Android will run on many devices in many regions. To reach the most users, 43 graphics in ways appropriate to the locales where your application will be used. 118 locale-specific text, Android will load the default strings from 120 is missing a string that your application needs, then your application will not run 121 and will show an error. 137 <li>However, <strong>the user will see an error message and a Force Close 139 language other than English. The application will not load.</li> 188 different languages. In some cases you will also provide alternative graphics, 198 or else it will not compile.)</p> 220 <p>If your Java code refers to <code>R.string.title</code>, here is what will [all …]
|
/frameworks/base/tests/AccessoryDisplay/ |
D | README | 13 a monitor or video dock that the user will want to plug a phone into. 17 in this arrangement and will provide power to the source. 32 in this arrangement and will receive power from the sink. 48 on each device. The source will then begin to project display
|
/frameworks/base/core/tests/BTtraffic/ |
D | README | 2 Together with the SvcMonitor, which will be called automatically in this android service, can be 11 5. A separate monitor process will be automatically forked and will be reading from /proc file 44 ** if -1 is provided, client will only send the package once.
|
/frameworks/base/docs/html/guide/topics/media/jet/ |
D | jetcreator_manual.jd | 27 be sure that the playback will sound exactly the same in both the JET Creator 35 (.jet) file that the Android application will use. The second functionality 36 involves auditioning the interactive playback elements as they will take place 274 interactively, the content author will work in two applications which are 277 supports VST (for PC) or AU (for Mac) plugins. Here the author will compose 280 the author will import their MIDI music files 361 together into a single file that the Android application will use. Give this 367 type 1 file that JET Creator will use to make segments.</p> 400 <p> <b>Open</b> will open an existing .jtc (JET Creator file) file. Use the browser 405 <p> <b>New</b> will create a new .jtc file.</p> [all …]
|
/frameworks/base/docs/html/guide/topics/graphics/ |
D | view-animation.jd | 16 background image, the background image will be transformed along with the text. The {@link 26 <p>The animation instructions define the transformations that you want to occur, when they will 37 project. The file must have a single root element: this will be either a single 95 directory of the project, the following code will reference it and apply it to an {@link 112 bounds of the View that holds your animation will not automatically adjust to accommodate it. 113 Even so, the animation will still be drawn beyond the bounds of its View and will not be clipped. 114 However, clipping <em>will occur</em> if the animation exceeds the bounds of the parent View.</p>
|
D | 2d-graphics.jd | 74 a pretense, or interface, to the actual surface upon which your graphics will be drawn — it 83 upon which drawing will actually be performed. The Bitmap is always required for a Canvas. You can … 90 <p>Now your Canvas will draw onto the defined Bitmap. After drawing upon it with the Canvas, you ca… 111 The most convenient aspect of doing so is that the Android framework will 112 provide you with a pre-defined Canvas to which you will place your drawing calls.</p> 115 …id.view.View#onDraw(Canvas) onDraw()}</code> callback method. This method will be called by the An… 116 framework to request that your View draw itself. This is where you will perform all your calls 119 <p>The Android framework will only call <code>onDraw()</code> as necessary. Each time that 122 Android will then call your <code>onDraw()</code> method (though is not guaranteed that the callbac… 127 …your Canvas as an argument. Once your <code>onDraw()</code> is complete, the Android framework will [all …]
|
/frameworks/base/docs/html/guide/topics/ui/ |
D | how-android-draws.jd | 7 <p>When an {@link android.app.Activity} receives focus, it will be requested to 9 The Android framework will handle the procedure for drawing, but the 21 this means that parents will be drawn before (i.e., behind) their children, with 27 <p>The framework will not draw {@link android.view.View} objects that are not 29 will take care of drawing the {@link android.view.View} background for you.</p> 67 as to how much space they each get, the parent will intervene and set 125 descendants will fit within this size.</li> 128 child. The child must guarantee that it and all of its descendants will fit
|
D | ui-events.jd | 32 <p>While you will more commonly use the event listeners to listen for user interaction, there may 42 callback method. These methods will be called by the Android framework when the View to which the l… 103 This will avoid the extra class load and object allocation. For example:</p> 138 …not interested in subsequent actions from this event. Thus, you will not be called for any other a… 151 an input method presents a keyboard-like interface, it will generally <strong>not</strong> trigger … 159 <p class="note"><strong>Note:</strong> Android will call event handlers first and then the appropri… 160 … the class definition second. As such, returning <em>true</em> from these event listeners will stop 161 the propagation of the event to other event listeners and will also block the callback to the 199 what will accept input. If the device has touch capabilities, however, and the user 206 will enter touch mode. From this point onward, only Views for which [all …]
|
/frameworks/compile/libbcc/ |
D | README.rst | 185 On ARM, the first 4 arguments will go into r0, r1, r2, and r3, in that order. 186 The remaining (if any) will go through stack. 188 For ext_vec_types such as float2, a set of registers will be used. In the case 189 of float2, a register pair will be used. Specifically, if float2 is the first 190 argument in the function prototype, float2.x will go into r0, and float2.y, 193 Note: stack will be aligned to the coarsest-grained argument. In the case of 194 float2 above as an argument, parameter stack will be aligned to an 8-byte 200 On ARM, we use hardfp. Note that double will be placed in a register pair.
|
/frameworks/base/docs/html/google/backup/ |
D | index.jd | 24 Service does not guarantee that it will always back up data using this service 26 data backup in your application, then it will back up using whichever transport is enabled 58 does not provide a valid Backup Service Key, then backup will not occur. If the device does not 60 Backup Service Key are ignored—your application will work normally, but will either back up 78 backup data. A user can re-enable backup on the device, but Android Backup Service will not restore
|
/frameworks/base/docs/html/training/efficient-downloads/ |
D | index.jd | 27 <p>In this class you will learn to minimize the battery life impact of downloads and network connec… 29 …downloads using techniques such as caching, polling, and prefetching. You will learn how the power… 35 will want to jump to a lesson or not.--> 42 …<dd>This lesson will examine how your refresh frequency can be varied to best mitigate the effect …
|
/frameworks/base/docs/html/guide/topics/processes/ |
D | process-lifecycle.jd | 6 be run, and will remain running until it is no longer needed <em>and</em> 59 <p>There will only ever be a few such processes in the system, and these will only 71 process is considered extremely important and will not be killed unless doing so is 80 network data upload or download), so the system will always keep such processes 99 run. As such, the system will often kill these processes in order to 106 <p>When deciding how to classify a process, the system will base its decision on the most 120 classification will always be at least as important as process A's.</p>
|
/frameworks/base/docs/html/ndk/reference/ |
D | group___native_activity.jd | 167 …stance, the savedState will be non-NULL and point to the saved data. You must make any copy of thi… 308 <p>Everything behind this window will be dimmed. </p> 315 …key or other button events to it. Those will instead go to whatever focusable window is behind it.… 316 …tting this flag also implies that the window will not need to interact with a soft input method, s… 322 …s outside of the window to be sent to the windows behind it. Otherwise it will consume all pointer… 325 <p>When set, if the device is asleep when the touch screen is pressed, you will receive this first … 338 …will be hidden when an app window with this flag set is on the top layer. A fullscreen window will… 354 …will often be used when the user is holding the screen against their face, it will aggressively fi… 357 …s such as the status bar. By also including this flag, the window manager will report the inset re… 360 …will behave as if it needs to interact with the input method and thus be placed behind/away from i… [all …]
|