Searched refs:numbers (Results 1 – 25 of 26) sorted by relevance
12
/system/bt/ |
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
|
/system/core/liblog/ |
D | event.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
|
D | pmsg_reader.cpp | 410 static const char numbers[] = "0123456789"; in __android_log_pmsg_file_read() local 443 cp = strpbrk(names->name, numbers); in __android_log_pmsg_file_read() 453 cp = strpbrk(r, numbers); in __android_log_pmsg_file_read()
|
/system/core/storaged/ |
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
|
/system/core/logd/ |
D | event.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
|
/system/core/lmkd/ |
D | event.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
|
/system/extras/brillo_config/ |
D | Android.mk | 55 four numbers separated by dots. Example: "1.2.0.0") 76 three numbers separated by dots. Example: "1.2.0")
|
/system/core/logcat/ |
D | event.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
|
/system/sepolicy/prebuilts/api/27.0/public/ |
D | fsck_untrusted.te | 21 # device, comparing the major and minor numbers to the filesystem
|
D | fsck.te | 26 # device, comparing the major and minor numbers to the filesystem
|
/system/sepolicy/prebuilts/api/29.0/public/ |
D | fsck_untrusted.te | 21 # device, comparing the major and minor numbers to the filesystem
|
D | fsck.te | 36 # device, comparing the major and minor numbers to the filesystem
|
/system/sepolicy/prebuilts/api/26.0/public/ |
D | fsck_untrusted.te | 21 # device, comparing the major and minor numbers to the filesystem
|
D | fsck.te | 26 # device, comparing the major and minor numbers to the filesystem
|
/system/sepolicy/public/ |
D | fsck_untrusted.te | 21 # device, comparing the major and minor numbers to the filesystem
|
D | fsck.te | 36 # device, comparing the major and minor numbers to the filesystem
|
/system/sepolicy/prebuilts/api/28.0/public/ |
D | fsck_untrusted.te | 21 # device, comparing the major and minor numbers to the filesystem
|
D | fsck.te | 26 # device, comparing the major and minor numbers to the filesystem
|
/system/timezone/ |
D | README.android | 90 - Major format version numbers are mutually incompatible. e.g. v2 is not 92 - Minor format version numbers are backwards compatible. e.g. a v2.2 distro
|
/system/netd/resolv/ |
D | README.md | 68 `DnsTlsDispatcher` accepts queries that have colliding ID numbers and still sends them on 74 ID number of an outstanding query. This means that ID numbers are initially sequential
|
/system/extras/libjsonpb/ |
D | README.md | 83 - JSON numbers should be `(s|fixed|u|)int32`, `float`, or `double` in the schema
|
/system/core/adb/ |
D | SERVICES.TXT | 87 Note that emulator serial numbers are of the form "emulator-5554"
|
D | protocol.txt | 241 ID numbers such that only one stream may be connected to a bootloader
|
/system/core/llkd/ |
D | README.md | 178 default *empty* or false, comma separated list of uid numbers or names.
|
/system/tools/hidl/test/hidl_test/ |
D | hidl_test_client.cpp | 1861 .numbers = std::array<double, 10>{ {1, 2, 3, 4, 5, 6, 7, 8, 9, 10} }, in TEST_F() 1869 .numbers = std::array<double, 10>{ {1, 2, 3, 4, 5, 6, 7, 8, 9, 10} }, in TEST_F() 1877 .numbers = std::array<double, 10>{ {1, 2, 3, 4, 5, 6, 7, 8, 9, 10} }, in TEST_F()
|
12