/frameworks/base/core/java/android/os/ |
D | BatteryStats.java | 164 public abstract int getCountLocked(int which); in getCountLocked() argument 183 public abstract int getCountLocked(int which); in getCountLocked() argument 193 public abstract long getTotalTimeLocked(long batteryRealtime, int which); in getTotalTimeLocked() argument 254 public abstract long getTcpBytesReceived(int which); in getTcpBytesReceived() argument 259 public abstract long getTcpBytesSent(int which); in getTcpBytesSent() argument 273 public abstract long getWifiRunningTime(long batteryRealtime, int which); in getWifiRunningTime() argument 274 public abstract long getFullWifiLockTime(long batteryRealtime, int which); in getFullWifiLockTime() argument 275 public abstract long getWifiScanTime(long batteryRealtime, int which); in getWifiScanTime() argument 277 int which); in getWifiMulticastTime() argument 278 public abstract long getAudioTurnedOnTime(long batteryRealtime, int which); in getAudioTurnedOnTime() argument [all …]
|
D | Debug.java | 162 public int getOtherPss(int which) { in getOtherPss() argument 163 return otherStats[which*3]; in getOtherPss() 167 public int getOtherPrivateDirty(int which) { in getOtherPrivateDirty() argument 168 return otherStats[which*3 + 1]; in getOtherPrivateDirty() 172 public int getOtherSharedDirty(int which) { in getOtherSharedDirty() argument 173 return otherStats[which*3 + 2]; in getOtherSharedDirty() 178 public static String getOtherLabel(int which) { in getOtherLabel() argument 179 switch (which) { in getOtherLabel()
|
/frameworks/base/tools/obbtool/ |
D | mkobb.sh | 32 MKFSBIN=`which ${MKFS}` 33 LOSETUPBIN=`which ${LOSETUP}` 34 MOUNTBIN=`which mount` 35 UMOUNTBIN=`which umount` 36 DDBIN=`which dd` 37 RSYNCBIN=`which rsync` 38 PBKDF2GEN=`which pbkdf2gen`
|
/frameworks/base/core/java/com/android/internal/os/ |
D | BatteryStatsImpl.java | 421 public int getCountLocked(int which) { in getCountLocked() argument 423 if (which == STATS_LAST) { in getCountLocked() 427 if (which == STATS_SINCE_UNPLUGGED) { in getCountLocked() 429 } else if (which != STATS_SINCE_CHARGED) { in getCountLocked() 636 public long getTotalTimeLocked(long batteryRealtime, int which) { in getTotalTimeLocked() argument 638 if (which == STATS_LAST) { in getTotalTimeLocked() 642 if (which == STATS_SINCE_UNPLUGGED) { in getTotalTimeLocked() 644 } else if (which != STATS_SINCE_CHARGED) { in getTotalTimeLocked() 653 public int getCountLocked(int which) { in getCountLocked() argument 655 if (which == STATS_LAST) { in getCountLocked() [all …]
|
/frameworks/native/libs/binder/ |
D | IServiceManager.cpp | 195 String16 which = data.readString16(); in onTransact() local 196 sp<IBinder> b = const_cast<BnServiceManager*>(this)->getService(which); in onTransact() 202 String16 which = data.readString16(); in onTransact() local 203 sp<IBinder> b = const_cast<BnServiceManager*>(this)->checkService(which); in onTransact() 209 String16 which = data.readString16(); in onTransact() local 211 status_t err = addService(which, b); in onTransact()
|
/frameworks/wilhelm/tests/sandbox/ |
D | playbq.c | 41 unsigned which; // which buffer to use next variable 80 short *buffer = &buffers[framesPerBuffer * sfinfo.channels * which]; in callback() 96 if (++which >= numBuffers) in callback() 97 which = 0; in callback() 376 for (which = 0; which < numBuffers; ++which) { in main() 377 short *buffer = &buffers[framesPerBuffer * sfinfo.channels * which]; in main() 398 if (which >= numBuffers) { in main() 399 which = 0; in main()
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/ |
D | ARM_DELIVERY.TXT | 21 This transaction contains deliverables which are designated as being of 24 Beta release status has a particular meaning to ARM of which the recipient 50 The first is this file, ARM_DELIVERY_97413.TXT, which is the delivery 53 The second is ARM_MANIFEST_97413.TXT which contains a manifest of all the 60 "md5sum" tool (which is part of the GNU "textutils" package) by running:
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/ |
D | ARM_DELIVERY.TXT | 21 This transaction contains deliverables which are designated as being of 24 Beta release status has a particular meaning to ARM of which the recipient 50 The first is this file, ARM_DELIVERY_97412.TXT, which is the delivery 53 The second is ARM_MANIFEST_97412.TXT which contains a manifest of all the 60 "md5sum" tool (which is part of the GNU "textutils" package) by running:
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/ |
D | ARM_DELIVERY.TXT | 21 This transaction contains deliverables which are designated as being of 24 Beta release status has a particular meaning to ARM of which the recipient 50 The first is this file, ARM_DELIVERY_97414.TXT, which is the delivery 53 The second is ARM_MANIFEST_97414.TXT which contains a manifest of all the 60 "md5sum" tool (which is part of the GNU "textutils" package) by running:
|
/frameworks/base/core/java/android/content/ |
D | DialogInterface.java | 122 public void onClick(DialogInterface dialog, int which); in onClick() argument 137 public void onClick(DialogInterface dialog, int which, boolean isChecked); in onClick() argument
|
/frameworks/base/docs/html/sdk/ |
D | terms.jd | 16 …ack for devices, as made available under the Android Open Source Project, which is located at the … 26 …United States or other countries including the country in which you are resident or from which you… 54 …o access the user's Google Account when, and for the limited purposes for which, the user has give… 58 …d, and for the consequences of your actions (including any loss or damage which Google may suffer)… 60 …law or regulation, and for the consequences (including any loss or damage which Google or any thir… 64 …ality of any developer credentials that may be issued to you by Google or which you may choose you… 68 …associated IP address, version number of the software, and information on which tools and/or servi… 74 …content or resources which you may access through such third party applications are the sole respo… 76 … third party application may be protected by intellectual property rights which are owned by the p… 84 …cknowledge that the data may be protected by intellectual property rights which are owned by Googl… [all …]
|
D | index.jd | 76 …ack for devices, as made available under the Android Open Source Project, which is located at the … 86 …United States or other countries including the country in which you are resident or from which you… 114 …o access the user's Google Account when, and for the limited purposes for which, the user has give… 118 …d, and for the consequences of your actions (including any loss or damage which Google may suffer)… 120 …law or regulation, and for the consequences (including any loss or damage which Google or any thir… 124 …ality of any developer credentials that may be issued to you by Google or which you may choose you… 128 …associated IP address, version number of the software, and information on which tools and/or servi… 134 …content or resources which you may access through such third party applications are the sole respo… 136 … third party application may be protected by intellectual property rights which are owned by the p… 144 …cknowledge that the data may be protected by intellectual property rights which are owned by Googl… [all …]
|
/frameworks/base/tools/aidl/ |
D | aidl_language_l.l | 12 static void begin_extra_text(unsigned lineno, which_extra_text which); 112 void begin_extra_text(unsigned lineno, which_extra_text which) in begin_extra_text() argument 116 text->which = which; in begin_extra_text()
|
D | generate_java.cpp | 38 if (extra->which == SHORT_COMMENT) { in gather_comments() 41 else if (extra->which == LONG_COMMENT) { in gather_comments()
|
/frameworks/base/core/java/android/widget/ |
D | AppSecurityPermissions.java | 449 private List<MyPermissionInfo> getPermissionList(MyPermissionGroupInfo grp, int which) { in getPermissionList() argument 450 if (which == WHICH_NEW) { in getPermissionList() 452 } else if (which == WHICH_PERSONAL) { in getPermissionList() 454 } else if (which == WHICH_DEVICE) { in getPermissionList() 461 public int getPermissionCount(int which) { in getPermissionCount() argument 464 N += getPermissionList(mPermGroupsList.get(i), which).size(); in getPermissionCount() 473 public View getPermissionsView(int which) { in getPermissionsView() argument 480 displayPermissions(mPermGroupsList, displayList, which); in getPermissionsView() 493 LinearLayout permListView, int which) { in displayPermissions() argument 500 final List<MyPermissionInfo> perms = getPermissionList(grp, which); in displayPermissions() [all …]
|
D | ViewSwitcher.java | 89 int which = mWhichChild == 0 ? 1 : 0; in getNextView() local 90 return getChildAt(which); in getNextView()
|
/frameworks/base/core/java/com/android/internal/widget/ |
D | Smileys.java | 63 public static int getSmileyResource(int which) { in getSmileyResource() argument 64 return sIconIds[which]; in getSmileyResource()
|
/frameworks/base/docs/html/about/ |
D | flexible.jd | 20 <p>Android apps are flexible and easily adapt to the device on which they are running. Although the 25 <blockquote>You're in control of which devices can install your app</blockquote> 29 control over which kinds of devices are allowed to install your app and you can closely control how
|
/frameworks/base/services/java/com/android/server/ |
D | ThrottleService.java | 1114 long getPeriodRx(int which) { in getPeriodRx() argument 1116 if (which > mPeriodCount) return 0; in getPeriodRx() 1117 which = mCurrentPeriod - which; in getPeriodRx() 1118 if (which < 0) which += mPeriodCount; in getPeriodRx() 1119 return mPeriodRxData[which]; in getPeriodRx() 1122 long getPeriodTx(int which) { in getPeriodTx() argument 1124 if (which > mPeriodCount) return 0; in getPeriodTx() 1125 which = mCurrentPeriod - which; in getPeriodTx() 1126 if (which < 0) which += mPeriodCount; in getPeriodTx() 1127 return mPeriodTxData[which]; in getPeriodTx()
|
/frameworks/base/core/java/com/android/internal/app/ |
D | NetInitiatedActivity.java | 124 public void onClick(DialogInterface dialog, int which) { in onClick() argument 125 if (which == POSITIVE_BUTTON) { in onClick() 128 if (which == NEGATIVE_BUTTON) { in onClick()
|
/frameworks/base/docs/html/tools/help/ |
D | avd-manager.jd | 5 <p>The AVD Manager provides a graphical user interface in which you can create 6 and manage Android Virtual Devices (AVDs), which are required by the
|
D | draw9patch.jd | 17 You'll need the PNG image with which you'd like to create a NinePatch.</p> 26 <p>The left pane is your drawing area, in which you can edit the lines for the 39 loaded with an empty one-pixel border added around the image, in which you can draw 55 (purple is the area in which content is allowed).</li>
|
/frameworks/native/opengl/specs/ |
D | EGL_ANDROID_framebuffer_target.txt | 38 can be used to create an EGLSurface. One implementation, which is used to 43 supports rendering to an ANativeWindow for which the buffers are passed to 83 which the buffers are to be passed to HWComposer as a framebuffer
|
/frameworks/base/tools/layoutlib/create/ |
D | README.txt | 24 - it contains references to native code (which we want to avoid in Eclipse), 76 All classes which name matched the glob pattern are kept. 81 The output of the analyzer is a set of ASM ClassReader instances which are then 93 - specific methods for which to delegate calls. 115 The code of the methods is then kept as-is, except for native methods which are 146 by the bridge (which runs in Eclipse) and the generator. 155 - CreateInfo class, which configured the generator. Not used yet, but could 179 Later the bridge provides its own replacement version of Paint which will be used 211 b- A brand new implementation of SomeClass.MethodName() which calls to a
|
/frameworks/base/packages/VpnDialogs/src/com/android/vpndialogs/ |
D | ManageDialog.java | 121 public void onClick(DialogInterface dialog, int which) { in onClick() argument 123 if (which == DialogInterface.BUTTON_POSITIVE) { in onClick() 125 } else if (which == DialogInterface.BUTTON_NEUTRAL) { in onClick()
|