Searched refs:likely (Results 1 – 21 of 21) sorted by relevance
/system/core/libutils/binder/ |
D | Unicode.cpp | 306 if (w < 0x0080) [[likely]] { in utf16_to_utf8_length() 310 if (w < 0x0800) [[likely]] { in utf16_to_utf8_length() 314 if (!is_any_surrogate(w)) [[likely]] { in utf16_to_utf8_length() 347 if (w < 0x0080) [[likely]] { in utf16_to_utf8() 353 if (w < 0x0800) [[likely]] { in utf16_to_utf8() 360 if (!is_any_surrogate(w)) [[likely]] { in utf16_to_utf8() 422 if ((c & 0x80) == 0) [[likely]] { in utf8_to_utf16_length() 431 if (c < 0xe0) [[likely]] { in utf8_to_utf16_length() 435 if (c < 0xf0) [[likely]] { in utf8_to_utf16_length() 489 if ((c & 0x80) == 0) [[likely]] { in utf8_to_utf16_no_null_terminator() [all …]
|
/system/extras/tests/kernel.config/ |
D | OWNERS | 3 # TODO: we likely want to delete or factor out these tests
|
/system/keymint/ |
D | CHANGELOG.md | 4 where "significant" means things that are likely to affect vendors whose KeyMint implementations are
|
/system/libhidl/transport/manager/1.0/ |
D | IServiceManager.hal | 43 * WARNING: This function is for libhidl/HwBinder use only. You are likely 65 * WARNING: This function is for libhidl/HwBinder use only. You are likely
|
/system/memory/lmkd/ |
D | lmkd.rc | 20 # properties most likely to be used in experiments
|
/system/extras/libfec/ |
D | fec_private.h | 173 #define likely(x) __builtin_expect(!!(x), 1) macro
|
D | fec_read.cpp | 136 if (likely(interleaved < e->start) && !is_zero(f, interleaved)) { in __ecc_read() 336 if (likely(f->hashtree().check_block_hash_with_index(curr, data))) { in verity_read()
|
/system/sepolicy/build/soong/ |
D | sepolicy_neverallow.go | 163 msg := `sepolicy-analyze failed. This is most likely due to the use\n` +
|
/system/sepolicy/private/ |
D | hal_neverallows.te | 59 # Subset of socket_class_set likely to be usable for communication or accessible through net_admin.
|
D | property.te | 163 # likely that the policy is using r_file_perms directly instead of
|
D | domain.te | 869 # services which can change any time framework/core is updated, breakage is likely. 1277 # that, even assuming only non-buggy and non-malicious code, it is very likely
|
/system/chre/doc/ |
D | framework_testing.md | 16 platform-specific components likely aren’t compilable/available on a host
|
D | framework_overview.md | 112 1. Starting in platform-specific code, likely in a different thread, the
|
D | nanoapp_developer_guide.md | 339 Keep in mind that if one nanoapp encounters an assertion failure, it most likely
|
D | porting_guide.md | 29 words, this code is likely to be re-used by multiple platforms, but it is not
|
/system/unwinding/libunwindstack/ |
D | AndroidVersions.md | 83 Since the new ops are not likely to be used very often, this allows
|
/system/extras/ioblame/ |
D | README | 85 the app/pid that did the original write (since the write most likely
|
/system/extras/simpleperf/doc/ |
D | collect_etm_data_for_autofdo.md | 244 properly and is likely to give empty output.
|
/system/sepolicy/microdroid/system/private/ |
D | domain.te | 412 # that, even assuming only non-buggy and non-malicious code, it is very likely
|
/system/core/shell_and_utilities/ |
D | README.md | 32 and how usable it was likely to be. (**Bold** marks where we switched to toybox
|
/system/core/fastboot/ |
D | README.md | 391 provide transfer rates of ~2MB/s. Over WiFi it will likely be significantly
|