Home
last modified time | relevance | path

Searched refs:numbers (Results 1 – 25 of 85) sorted by relevance

1234

/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/
DByteArrayHelpers.java159 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/
DManageDialog.java149 String[] numbers = getNumbers(); in handleMessage() local
150 if (numbers != null) { in handleMessage()
160 numbers[1], numbers[2])); in handleMessage()
164 numbers[9], numbers[10])); in handleMessage()
181 String[] numbers = line.substring(prefix.length()).split(" +"); in getNumbers() local
183 if (!numbers[i].equals("0")) { in getNumbers()
184 return numbers; in getNumbers()
/frameworks/native/services/surfaceflinger/EventLog/
DEventLogTags.logtags1 # 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/
DGroupingListAdapterTests.java107 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/
DDataUsageStatUpdater.java155 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/rs/java/tests/Refocus/dataExtraction/
DRefocusTestTimingProcess.txt7 1. All the timing numbers are in nanoseconds, since a lot of the kernel is processed really fast.
8 … the logcat would have 7 time entries for this kernel and we need to add these 7 numbers together.
14 …g title, and paste them in the N5.txt file. If you want to take 3 set of numbers and average them,…
/frameworks/rs/api/
Drs_convert.spec41 Converting numbers too large to fit the destination type yields undefined results.
109 input numbers greater than INT_MAX/255.f or less than INT_MIN/255.f result in
/frameworks/base/docs/html/distribute/stories/apps/
Dsayhi.jd2 …e SayHi team used details from Google Analytics, the DAU and user growth numbers, to identify seve…
31 details from Google Analytics, the DAU and user growth numbers, the SayHi team
/frameworks/base/docs/html/distribute/engage/
Danalytics.jd28 Google Analytics delivers the numbers in real time, so you can act fast to
/frameworks/base/docs/html/guide/appendix/
Dapp-intents.jd32 <td><p>Calls the entered phone number. Valid telephone numbers as defined
41 telephone numbers, so the schema described isn't strictly required
Dg-app-intents.jd41 <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/guide/topics/resources/
Dstring-resource.jd320 …<td>{@code one}</td><td>When the language requires special treatment of numbers like one (as with …
323 …<td>{@code two}</td><td>When the language requires special treatment of numbers like two (as with …
326 … the language requires special treatment of "small" numbers (as with 2, 3, and 4 in Czech; or numb…
329 …/td><td>When the language requires special treatment of "large" numbers (as with numbers ending 11…
332 …ge does not require special treatment of the given quantity (as with all numbers in Chinese, or 42…
Dmultilingual-support.jd213 apps could get away with storing some numbers and dates as hard coded strings
220 make sure to use formatters instead of hard coding numbers and date strings.</p>
/frameworks/base/docs/html/training/keyboard-input/
Dindex.jd39 <dd>Learn how to show certain soft input methods, such as those designed for phone numbers, web
/frameworks/ex/common/java/com/android/common/
DGoogleLogTags.logtags24 # These event log tags must be assigned specific numbers (no "?") in the range
/frameworks/base/docs/html/training/connect-devices-wirelessly/
Dnsd.jd92 …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/docs/html/training/contacts-provider/
Dindex.jd77 such as phone numbers and email addresses. You can retrieve all details, or you can
/frameworks/base/docs/html-intl/intl/zh-tw/training/basics/intents/
Dresult.jd63 pickContactIntent.setType(Phone.CONTENT_TYPE); // Show user only contacts w/ phone numbers
/frameworks/base/docs/html-intl/intl/zh-cn/training/basics/intents/
Dresult.jd63 pickContactIntent.setType(Phone.CONTENT_TYPE); // Show user only contacts w/ phone numbers
/frameworks/base/docs/html-intl/intl/ko/training/basics/intents/
Dresult.jd63 pickContactIntent.setType(Phone.CONTENT_TYPE); // Show user only contacts w/ phone numbers
/frameworks/base/docs/html-intl/intl/ru/training/basics/intents/
Dresult.jd63 pickContactIntent.setType(Phone.CONTENT_TYPE); // Show user only contacts w/ phone numbers
/frameworks/base/docs/html-intl/intl/ja/training/basics/intents/
Dresult.jd63 pickContactIntent.setType(Phone.CONTENT_TYPE); // Show user only contacts w/ phone numbers
/frameworks/base/media/java/android/media/
DExifInterface.java1376 final String[] numbers = values[j].split("/"); in setAttribute() local
1377 rationalArray[j] = new Rational(Long.parseLong(numbers[0]), in setAttribute()
1378 Long.parseLong(numbers[1])); in setAttribute()
1388 final String[] numbers = values[j].split("/"); in setAttribute() local
1389 rationalArray[j] = new Rational(Long.parseLong(numbers[0]), in setAttribute()
1390 Long.parseLong(numbers[1])); in setAttribute()
/frameworks/base/core/java/com/android/internal/widget/
DLockPatternUtils.java891 int numbers = 0; in saveLockPassword() local
903 numbers++; in saveLockPassword()
912 numbers, symbols, nonletter, userHandle); in saveLockPassword() local
/frameworks/base/docs/html/guide/topics/manifest/
Dmanifest-element.jd57 ('A' through 'Z'), numbers, and underscores ('_'). However, individual
106 one version is more recent than another, with higher numbers indicating more

1234