Home
last modified time | relevance | path

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

12

/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.java143 String[] numbers = getNumbers(); in handleMessage() local
144 if (numbers != null) { in handleMessage()
154 numbers[1], numbers[2])); in handleMessage()
158 numbers[9], numbers[10])); in handleMessage()
175 String[] numbers = line.substring(prefix.length()).split(" +"); in getNumbers() local
177 if (!numbers[i].equals("0")) { in getNumbers()
178 return numbers; in getNumbers()
/frameworks/ml/nn/tools/systrace_parser/parser/test/
Domr1.txt15 …al ignores missing (n/a) values and thus is not necessarily consistent with the rest of the numbers
30 …al ignores missing (n/a) values and thus is not necessarily consistent with the rest of the numbers
45 …al ignores missing (n/a) values and thus is not necessarily consistent with the rest of the numbers
60 …al ignores missing (n/a) values and thus is not necessarily consistent with the rest of the numbers
75 …al ignores missing (n/a) values and thus is not necessarily consistent with the rest of the numbers
Dunittest.txt15 …al ignores missing (n/a) values and thus is not necessarily consistent with the rest of the numbers
31 …al ignores missing (n/a) values and thus is not necessarily consistent with the rest of the numbers
Dhdrnet-bm.txt16 with the rest of the numbers
Dhdrnet.txt15 …al ignores missing (n/a) values and thus is not necessarily consistent with the rest of the numbers
Dcpu.txt16 …al ignores missing (n/a) values and thus is not necessarily consistent with the rest of the numbers
Dold.txt15 …al ignores missing (n/a) values and thus is not necessarily consistent with the rest of the numbers
/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/av/media/utils/
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/rs/tests/java_api/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/ex/common/java/com/android/common/contacts/
DDataUsageStatUpdater.java58 public boolean updateWithPhoneNumber(Collection<String> numbers) { in updateWithPhoneNumber() argument
/frameworks/rs/script_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/tests/ActivityManagerPerfTests/
DREADME.txt11 * The numbers we are trying to measure are end-to-end numbers
/frameworks/base/telephony/java/android/telephony/ims/feature/
DMmTelFeature.java104 public int shouldProcessCall(String[] numbers) {
106 return MmTelFeature.this.shouldProcessCall(numbers);
665 public @ProcessCallResult int shouldProcessCall(@NonNull String[] numbers) { in shouldProcessCall() argument
/frameworks/base/core/proto/
DREADME.md41 1. Leave field numbers 50,000 - 100,000 reserved for OEMs.
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DVisualVoicemailSmsFilter.java326 private static boolean isSmsFromNumbers(SmsMessage message, List<String> numbers) { in isSmsFromNumbers() argument
332 for (String number : numbers) { in isSmsFromNumbers()
/frameworks/base/core/java/com/android/internal/colorextraction/types/
DTonal.java560 float[] numbers = new float[tokens.length]; in readFloatArray() local
562 numbers[i] = Float.parseFloat(tokens[i]); in readFloatArray()
564 return numbers; in readFloatArray()
/frameworks/opt/net/ims/src/java/com/android/ims/
DMmTelFeatureConnection.java539 String[] numbers) throws RemoteException { in shouldProcessCall() argument
548 return getServiceInterface(mBinder).shouldProcessCall(numbers); in shouldProcessCall()
/frameworks/base/cmds/idmap2/
DAndroid.bp115 "-readability-magic-numbers",
/frameworks/base/core/proto/android/telephony/
Denums.proto119 * The phone is registered and locked. Only emergency numbers are allowed. {@more}
/frameworks/ex/common/java/com/android/common/
DGoogleLogTags.logtags24 # These event log tags must be assigned specific numbers (no "?") in the range
/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/
Dmath_fp16.rscript401 // Test nextafter at the boundary of subnormal numbers. Since RenderScript
440 // Don't test subnormal numbers as implementations are not expected to
/frameworks/base/data/keyboards/
DGeneric.kl419 # Axes that are not mapped will be assigned generic axis numbers by the input subsystem.

12