/system/chre/host/common/ |
D | bt_snoop_log_parser.cc | 71 uint64_t htonll(uint64_t ll) { in htonll() argument 73 return static_cast<uint64_t>(htonl(ll & 0xffffffff)) << 32 | in htonll() 74 htonl(ll >> 32); in htonll() 76 return ll; in htonll()
|
/system/apex/apexd/apexd_testdata/ |
D | com.android.apex.test_package_2.pem | 9 nf9/ll+45oIXI2wY0jttfnYyGErLlbCIWYYByAnV5mwZ9eBrXl/xu65+MUKVnZOA
|
D | com.android.apex.test_package.pem | 9 nf9/ll+45oIXI2wY0jttfnYyGErLlbCIWYYByAnV5mwZ9eBrXl/xu65+MUKVnZOA
|
D | com.android.apex.compressed.pem | 9 nf9/ll+45oIXI2wY0jttfnYyGErLlbCIWYYByAnV5mwZ9eBrXl/xu65+MUKVnZOA
|
/system/tools/hidl/c2hal/ |
D | Android.bp | 40 "c2hal_l.ll",
|
/system/libhwbinder/ |
D | Parcel.cpp | 569 unsigned long long ll; in writeDouble() member 572 return writeAligned(u.ll); in writeDouble() 1060 unsigned long long ll; in readDouble() member 1064 status = readAligned(&u.ll); in readDouble() 1073 unsigned long long ll; in readDouble() member 1075 u.ll = readAligned<unsigned long long>(); in readDouble()
|
/system/tools/hidl/ |
D | Android.bp | 139 "hidl-gen_l.ll",
|
/system/extras/simpleperf/ |
D | README.md | 20 "Submit build requests". You'll get emails keeping you up to date with the
|
/system/logging/liblog/tests/ |
D | liblog_test.cpp | 545 long long ll; in get_ticks() local 551 &d, s, &c, &ll, &ll, &ll, &ll, &ll, &ull, &ull, &ull, &ull, in get_ticks()
|
/system/bpf/bpfloader/ |
D | bpfloader.rc | 65 # Otherwise buffer will overflow before you manage to dump it and you'll get useless logs.
|
/system/chre/chpp/api_parser/ |
D | README.md | 111 // architectures) - in practice we'll also force the value to 0
|
/system/chre/doc/ |
D | framework_overview.md | 79 nanoapp binary to the CHRE framework. This can vary by platform, but we'll
|
/system/tools/aidl/ |
D | Android.bp | 80 "aidl_language_l.ll",
|
/system/core/rootdir/ |
D | init.rc | 371 # change permissions for all cpusets we'll touch at runtime 566 # Once metadata has been mounted, we'll need vold to deal with userdata checkpointing 590 # Create /cache/recovery in case it's not there. It'll also fix the odd
|
/system/sepolicy/prebuilts/api/29.0/private/ |
D | system_server.te | 24 # When running system server under --invoke-with, we'll try to load the boot image under the
|
/system/sepolicy/prebuilts/api/30.0/private/ |
D | system_server.te | 38 # When running system server under --invoke-with, we'll try to load the boot image under the
|
/system/sepolicy/prebuilts/api/32.0/private/ |
D | system_server.te | 73 # When running system server under --invoke-with, we'll try to load the boot image under the
|
/system/sepolicy/prebuilts/api/31.0/private/ |
D | system_server.te | 73 # When running system server under --invoke-with, we'll try to load the boot image under the
|
/system/sepolicy/prebuilts/api/33.0/private/ |
D | system_server.te | 89 # When running system server under --invoke-with, we'll try to load the boot image under the
|
/system/sepolicy/private/ |
D | system_server.te | 90 # When running system server under --invoke-with, we'll try to load the boot image under the
|
/system/sepolicy/prebuilts/api/34.0/private/ |
D | system_server.te | 90 # When running system server under --invoke-with, we'll try to load the boot image under the
|
/system/core/init/ |
D | README.md | 937 running at 0s. You'll have to look at dmesg to work out when the kernel
|