Searched refs:readable (Results 1 – 25 of 140) sorted by relevance
123456
87 static bool readable; variable281 readable = true; in start_up()286 readable = false; in shut_down()300 static bool get_is_ready(void) { return readable; } in get_is_ready()303 CHECK(readable); in get_address()308 CHECK(readable); in get_bt_version()313 CHECK(readable); in get_local_supported_codecs()322 CHECK(readable); in get_ble_supported_states()328 CHECK(readable); in supports_simple_pairing()333 CHECK(readable); in supports_secure_connections()[all …]
10 # Prop rules: writable by derive_sdk, readable by bootclasspath (apps)
21 # are world-readable, e.g. odex files that included user profiles during
48 # Some dex files are not world-readable.
64 # create them itself (and make them world-readable).
76 # best practice to ensure these files aren't readable.
80 # best practice to ensure these files aren't readable.
67 # create them itself (and make them world-readable).
59 # are readable to everyone, which is overly broad and should
59 # create them itself (and make them world-readable).
9 It also dumps human-readable CSV files of the (v1) content currently used by
34 # Make HW RNG readable by group system to let EntropyMixer read it.
51 # best practice to ensure these files aren't readable.
49 # best practice to ensure these files aren't readable.
1 # vendor-init-readable132 # vendor-init-readable|vendor-init-actionable143 # public-readable216 # vendor-init-settable|public-readable306 # vendor-init-actionable|public-readable
62 # best practice to ensure these files aren't readable.
50 # Some dex files are not world-readable.
1066 long readable = android_logger_get_log_readable_size(logger); in Run() local1068 if (size < 0 || readable < 0) { in Run()1072 auto readable_format = format_of_size(readable); in Run()