/frameworks/base/core/jni/android/opengl/ |
D | poly_clip.cpp | 62 float *up, *vp, *wp; in poly_clip_to_halfspace() local 80 up = (float *)u; in poly_clip_to_halfspace() 83 for(int i = 0; i < 4; i++, wp++, up++, vp++) { in poly_clip_to_halfspace() 84 *wp = *up+t*(*vp-*up); in poly_clip_to_halfspace()
|
/frameworks/base/core/java/android/net/ |
D | EthernetDataTracker.java | 73 public void interfaceStatusChanged(String iface, boolean up) { in interfaceStatusChanged() argument 74 Log.d(TAG, "Interface status changed: " + iface + (up ? "up" : "down")); in interfaceStatusChanged() 77 public void interfaceLinkStateChanged(String iface, boolean up) { in interfaceLinkStateChanged() argument 79 Log.d(TAG, "Interface " + iface + " link " + (up ? "up" : "down")); in interfaceLinkStateChanged() 80 mLinkUp = up; in interfaceLinkStateChanged() 81 mTracker.mNetworkInfo.setIsAvailable(up); in interfaceLinkStateChanged() 84 if (up) { in interfaceLinkStateChanged()
|
D | INetworkManagementEventObserver.aidl | 31 void interfaceStatusChanged(String iface, boolean up); in interfaceStatusChanged() argument 40 void interfaceLinkStateChanged(String iface, boolean up); in interfaceLinkStateChanged() argument
|
/frameworks/native/cmds/ip-up-vpn/ |
D | Android.mk | 20 LOCAL_SRC_FILES := ip-up-vpn.c 22 LOCAL_MODULE := ip-up-vpn
|
/frameworks/base/services/java/com/android/server/net/ |
D | BaseNetworkObserver.java | 29 public void interfaceStatusChanged(String iface, boolean up) { in interfaceStatusChanged() argument 39 public void interfaceLinkStateChanged(String iface, boolean up) { in interfaceLinkStateChanged() argument
|
/frameworks/base/docs/html/distribute/googleplay/publish/ |
D | register.jd | 22 <p>You can set up to start publishing on Google Play in only a few minutes. Here's how you do it: <… 26 <li>If you will sell apps, set up a Google Wallet Merchant Account</li> 57 a Google Wallet account, you can quickly set one up during the process.</li> 62 <h3>Set up a Google Wallet Merchant account</h3> 64 … apps, in-app products, or subscriptions — you will also need to set up a Google Wallet Merc… 66 <p>To set up a Merchant account from the Developer Console:</p> 76 <p>This takes you to the Google Wallet site to sign up as a Merchant;
|
/frameworks/native/services/sensorservice/ |
D | Fusion.cpp | 277 vec3_t up(mData[0]); in checkInitComplete() local 278 vec3_t east(cross_product(mData[1], up)); in checkInitComplete() 280 vec3_t north(cross_product(up, east)); in checkInitComplete() 281 R << east << north << up; in checkInitComplete() 328 const vec3_t up( getRotationMatrix() * Ba ); in handleMag() local 329 const vec3_t east( cross_product(m, up) ); in handleMag() 341 vec3_t north( cross_product(up, east) ); in handleMag()
|
/frameworks/base/docs/html/training/implementing-navigation/ |
D | ancestral.jd | 2 page.tags="up navigation","NavUtils","TaskStackBuilder" 14 <li><a href="#up">Add Up Action</a></li> 52 <img src="{@docRoot}images/training/implementing-navigation-up.png" id="figure-up"> 108 <h2 id="up">Add Up Action</h2> 130 <p>To navigate up when the user presses the app icon, you can use the {@link 161 <h3 id="BuildBackStack">Navigate up with a new back stack</h3> 169 with the appropriate back stack before navigating up.</p> 189 // when navigating up, with a synthesized back stack. 193 // Navigate up to the closest parent 197 // navigate up to the logical parent activity.
|
/frameworks/support/v4/honeycomb/android/support/v4/app/ |
D | ActionBarDrawerToggleHoneycomb.java | 125 final View up = first.getId() == android.R.id.home ? second : first; in SetIndicatorInfo() local 127 if (up instanceof ImageView) { in SetIndicatorInfo() 129 upIndicatorView = (ImageView) up; in SetIndicatorInfo()
|
/frameworks/base/docs/html/training/animation/ |
D | crossfade.jd | 17 <a href="#setup">Set up the Animation</a> 109 Set up the Animation 112 To set up the animation: 119 android.view.View#GONE}. This prevents the view from taking up layout space and omits it 120 from layout calculations, speeding up processing. 163 Now that the views are properly set up, crossfade them by doing the following: 178 up layout space and omits it from layout calculations, speeding up processing.
|
/frameworks/base/docs/html/google/backup/ |
D | index.jd | 7 to copy a user's persistent app data to remote "cloud" storage. Backing up persistent data 14 transport on most devices that include Google Play Store and backs up your app data to Google 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 27 on the device. Registering with Android Backup Service allows your application to back up 60 Backup Service Key are ignored—your application will work normally, but will either back up
|
/frameworks/base/docs/html/google/play-services/ |
D | gcm.jd | 32 … <a href="https://services.google.com/fb/forms/gcm/">this form</a> to sign up for CCS. <a href="{@… 34 …<!-- <p>To get started, sign up using <a href="https://services.google.com/fb/forms/gcm/">this for… 50 …Play services platform. To use the APIs, <a href="{@docRoot}google/play-services/setup.html">set up 56 …<p>To use GCM, you need to set up a Google APIs project and get an application key. If you are alr… 58 <h4>3. Set up GCM in your app</h4>
|
/frameworks/base/docs/html/google/gcm/ |
D | index.jd | 30 up to 4kb of payload data (so apps like instant messaging can consume the message directly). <a hre… 33 …th a "New mail" message. This tells the application to sync to the server to pick up the new email. 38 …payload" (non-collapsible message) is delivered. The payload the message contains can be up to 4kb. 48 … <a href="https://services.google.com/fb/forms/gcm/">this form</a> to sign up for CCS. <a href="{@… 51 … <a href="https://services.google.com/fb/forms/gcm/">this form</a> to sign up for User Notificatio…
|
/frameworks/base/core/tests/coretests/src/android/widget/listview/ |
D | ListScrollListenerTest.java | 77 KeyEvent up = new KeyEvent(0, 0, KeyEvent.ACTION_UP, in testKeyScrolling() local 80 inst.sendKeySync(up); in testKeyScrolling()
|
/frameworks/base/core/tests/coretests/src/android/widget/gridview/ |
D | GridScrollListenerTest.java | 80 KeyEvent up = new KeyEvent(0, 0, KeyEvent.ACTION_UP, in testKeyScrolling() local 83 inst.sendKeySync(up); in testKeyScrolling()
|
/frameworks/base/core/java/android/bluetooth/ |
D | BluetoothPbap.java | 115 public void onBluetoothStateChange(boolean up) { 116 if (DBG) Log.d(TAG, "onBluetoothStateChange: up=" + up); 117 if (!up) {
|
/frameworks/base/services/java/com/android/server/accessibility/ |
D | GestureUtils.java | 15 public static boolean isTap(MotionEvent down, MotionEvent up, int tapTimeSlop, in isTap() argument 17 return eventsWithinTimeAndDistanceSlop(down, up, tapTimeSlop, tapDistanceSlop, actionIndex); in isTap()
|
/frameworks/base/docs/html/training/cloudsync/ |
D | backupapi.jd | 84 specialized classes for backing up certain kinds of data. The Android framework 88 and point it at the data you want to back up, just add it to the 94 <p>Here's an example that backs up a high scores file.</p> 118 have backed up both a high scores file and a game progress file just by adding 127 <p>Backing up preferences is similarly easy. Create a {@link 159 android.app.backup.FileBackupHelper} handles all the files that you need to back up, and one 161 preferencegroups you need backed up. 181 up to the cloud. At some point in the future, the backup manager then calls
|
D | index.jd | 12 data is always backed up to the cloud.</p> 16 backing up data using the cloud so that users can restore their data when
|
D | gcm.jd | 31 experience. Your application can stay up to date without wasting battery power 32 on waking up the radio and polling the server when there are no updates. Also, 33 GCM allows you to attach up to 1,000 recipients to a single message, letting you easily contact 43 <p>One of the most useful features in GCM is support for up to 1,000 recipients for 115 <p>When you define a collapse key, when multiple messages are queued up in the GCM 146 can be up to 4kb in size, so sometimes it makes sense to simply send the 175 about the speed of home dial-up internet in the early 1990's. Your app rating 180 up the perceived speediness of your application, by letting it skip a round trip 193 beep or vibrate to alert the user, consider setting up a timer. Don't let the
|
/frameworks/base/docs/html/google/play/licensing/ |
D | setting-up.jd | 15 <li><a href="#runtime-setup">Setting up the runtime environment</a></li> 25 <li><a href="#test-acct-setup">Setting up test accounts</a></li> 34 <p>Before you start adding license verification to your application, you need to set up your Google 48 Developer Console to set up licensing.</p> 66 <li>Set up multiple "test accounts," identified by email address. The licensing 68 license checks and receive static test responses. You can set up accounts in the 93 <p>Setting up your environment for licensing involves these tasks:</p> 96 <li><a href="#runtime-setup">Setting up the runtime environment</a> for development</li> 98 <li><a href="#lvl-setup">Setting up the Licensing Verification Library</a></li> 106 <p>To get started, you need to set up a proper runtime environment on which [all …]
|
/frameworks/base/docs/html/training/sharing/ |
D | index.jd | 37 <dd>Learn how to set up your application to be able to send text and binary data to other 41 <dd>Learn how to set up your application to receive text and binary data from intents.</dd>
|
/frameworks/compile/libbcc/tests/debuginfo/target-tests/ |
D | lit.cfg | 42 # Set up the suite name, extensions that are recognized as testcases, and 57 ## Set up SDK path and version 69 ## Set up environment variables
|
/frameworks/base/docs/html/distribute/googleplay/edu/ |
D | contact.jd | 2 page.metaDescription=Developers, sign up to receive information about Google Play for Education. 25 will unlock learning in the classroom — sign up to receive information about
|
/frameworks/base/docs/html/training/improving-layouts/ |
D | smooth-scrolling.jd | 42 perform your work outside the main thread. {@link android.os.AsyncTask} automatically queues up all 88 android.widget.Adapter} returns an inflated view for recycling, you still need to look up the 94 Layout, so you can immediately access them without the need to look them up repeatedly. First, you 118 <p>Now you can easily access each view without the need for the look-up, saving valuable processor
|