/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/ |
D | ByteArrayHelpers.java | 159 public static byte[] toByteArray(Number... numbers) { in toByteArray() argument 160 if (numbers.length == 0) { in toByteArray() 164 if (VERBOSE) Log.v(TAG, "toByteArray - input: " + Arrays.toString(numbers)); in toByteArray() 167 ByteBuffer byteBuffer = ByteBuffer.allocate(numbers.length * (Double.SIZE / Byte.SIZE)) in toByteArray() 170 for (int i = 0; i < numbers.length; ++i) { in toByteArray() 171 Number value = numbers[i]; in toByteArray() 197 if (numbers.length != 0 && byteBuffer.position() < numbers.length) { in toByteArray() 200 numbers.length, byteBuffer.position())); in toByteArray()
|
/frameworks/base/packages/VpnDialogs/src/com/android/vpndialogs/ |
D | ManageDialog.java | 146 String[] numbers = getNumbers(); in handleMessage() local 147 if (numbers != null) { in handleMessage() 157 numbers[1], numbers[2])); in handleMessage() 161 numbers[9], numbers[10])); in handleMessage() 178 String[] numbers = line.substring(prefix.length()).split(" +"); in getNumbers() local 180 if (!numbers[i].equals("0")) { in getNumbers() 181 return numbers; in getNumbers()
|
/frameworks/native/services/surfaceflinger/EventLog/ |
D | EventLogTags.logtags | 1 # The entries in this file map a sparse set of log tag numbers to tag names. 4 # Tag numbers are decimal integers, from 0 to 2^31. (Let's leave the 7 # Tag names are one or more ASCII letters and numbers or underscores, i.e. 11 # Tag numbers and names are separated by whitespace. Blank lines and lines
|
/frameworks/ex/common/tests/src/com/android/common/widget/ |
D | GroupingListAdapterTests.java | 107 private void buildCursor(String... numbers) { in buildCursor() argument 110 for (String number : numbers) { in buildCursor() 288 String[] numbers = new String[500]; in testGroupDescriptorArrayGrowth() local 289 for (int i = 0; i < numbers.length; i++) { in testGroupDescriptorArrayGrowth() 292 numbers[i] = String.valueOf((i / 2) * 2); in testGroupDescriptorArrayGrowth() 295 buildCursor(numbers); in testGroupDescriptorArrayGrowth()
|
/frameworks/ex/common/java/com/android/common/contacts/ |
D | DataUsageStatUpdater.java | 155 public boolean updateWithPhoneNumber(Collection<String> numbers) { in updateWithPhoneNumber() argument 157 Log.d(TAG, "updateWithPhoneNumber: " + Arrays.toString(numbers.toArray())); in updateWithPhoneNumber() 159 if (numbers != null && !numbers.isEmpty()) { in updateWithPhoneNumber() 162 final String[] questionMarks = new String[numbers.size()]; in updateWithPhoneNumber() 164 whereArgs.addAll(numbers); in updateWithPhoneNumber()
|
/frameworks/base/docs/html/distribute/engage/ |
D | analytics.jd | 28 Google Analytics delivers the numbers in real time, so you can act fast to
|
/frameworks/base/docs/html/guide/appendix/ |
D | app-intents.jd | 32 <td><p>Calls the entered phone number. Valid telephone numbers as defined 41 telephone numbers, so the schema described isn't strictly required
|
D | g-app-intents.jd | 41 <td><p>Calls the entered phone number. Valid telephone numbers as defined 50 telephone numbers, so the schema described isn't strictly required
|
/frameworks/base/docs/html/training/keyboard-input/ |
D | index.jd | 39 <dd>Learn how to show certain soft input methods, such as those designed for phone numbers, web
|
/frameworks/base/docs/html/guide/topics/resources/ |
D | string-resource.jd | 319 …<td>{@code one}</td><td>When the language requires special treatment of numbers like one (as with … 322 …<td>{@code two}</td><td>When the language requires special treatment of numbers like two (as with … 325 … the language requires special treatment of "small" numbers (as with 2, 3, and 4 in Czech; or numb… 328 …/td><td>When the language requires special treatment of "large" numbers (as with numbers ending 11… 331 …ge does not require special treatment of the given quantity (as with all numbers in Chinese, or 42…
|
D | animation-resource.jd | 155 as six digit hexadecimal numbers (for example, #333333). 164 as six digit hexadecimal numbers (for example, #333333). 230 as six digit hexadecimal numbers (for example, #333333). 238 as six digit hexadecimal numbers (for example, #333333).
|
/frameworks/ex/common/java/com/android/common/ |
D | GoogleLogTags.logtags | 24 # These event log tags must be assigned specific numbers (no "?") in the range
|
/frameworks/base/docs/html/training/contacts-provider/ |
D | index.jd | 77 such as phone numbers and email addresses. You can retrieve all details, or you can
|
/frameworks/base/docs/html/training/connect-devices-wirelessly/ |
D | nsd.jd | 92 …href="http://www.iana.org/assignments/service-names-port-numbers/service-names-port-numbers.xml">t… 93 IANA list of service names and port numbers</a>.
|
/frameworks/base/core/java/com/android/internal/widget/ |
D | LockPatternUtils.java | 843 int numbers = 0; in saveLockPassword() local 855 numbers++; in saveLockPassword() 864 numbers, symbols, nonletter, userHandle); in saveLockPassword() local
|
/frameworks/base/docs/html/distribute/googleplay/edu/ |
D | about.jd | 75 into classrooms. School districts can set up and deploy large numbers of
|
/frameworks/base/docs/html/guide/topics/manifest/ |
D | manifest-element.jd | 56 through 'Z'), numbers, and underscores ('_'). However, individual 105 one version is more recent than another, with higher numbers indicating more
|
D | intent-filter-element.jd | 121 The value must be an integer, such as "{@code 100}". Higher numbers have a
|
/frameworks/base/core/java/android/app/admin/ |
D | IDevicePolicyManager.aidl | 109 int numbers, int symbols, int nonletter, int userHandle); in setActivePasswordState() argument
|
/frameworks/base/docs/html/guide/topics/security/ |
D | permissions.jd | 255 <string name="permlab_callPhone">directly call phone numbers</string> 257 phone numbers without your intervention. Malicious applications may 259 allow the application to call emergency numbers.</string> 278 Services that cost you money: send SMS messages, directly call phone numbers
|
/frameworks/base/docs/html/training/graphics/opengl/ |
D | shapes.jd | 48 this is to define a vertex array of floating point numbers for the coordinates. For maximum
|
/frameworks/base/docs/html/guide/topics/ui/layout/ |
D | listview.jd | 65 Provider</a> for a list of names and phone numbers.</p>
|
/frameworks/base/docs/html/guide/topics/ui/ |
D | how-android-draws.jd | 64 actual numbers if the sum of all the children's
|
/frameworks/base/data/keyboards/ |
D | Generic.kl | 415 # Axes that are not mapped will be assigned generic axis numbers by the input subsystem.
|
/frameworks/base/docs/html/training/cloudsave/ |
D | conflict-res.jd | 139 the two numbers in case of a conflict.</p> 145 the conflict by writing 35 (the largest of the two numbers).</p> 195 <td>Device A resolves conflict by picking largest of the two numbers.</td>
|