Searched refs:readable (Results 1 – 25 of 153) sorted by relevance
1234567
93 static bool readable; variable315 readable = true; in start_up()320 readable = false; in shut_down()334 static bool get_is_ready(void) { return readable; } in get_is_ready()337 CHECK(readable); in get_address()342 CHECK(readable); in get_bt_version()347 CHECK(readable); in get_local_supported_codecs()356 CHECK(readable); in get_ble_supported_states()362 CHECK(readable); in supports_simple_pairing()367 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
49 # Some dex files are not world-readable.
76 # best practice to ensure these files aren't readable.
48 # Some dex files are not world-readable.
35 let mut read_ready = self.fd.readable().await.unwrap(); in expired()65 let mut read_ready = self.fd.readable().await.unwrap(); in tick()
91 extern bool readable;
90 bool readable{false}; variable96 bool get_is_ready(void) { return readable; } in get_is_ready()
60 # 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
51 # best practice to ensure these files aren't readable.
49 # best practice to ensure these files aren't readable.
50 # Some dex files are not world-readable.
62 # best practice to ensure these files aren't readable.
983 long readable = android_logger_get_log_readable_size(logger); in Run() local986 if (size < 0 || readable < 0) { in Run()990 auto readable_format = format_of_size(readable); in Run()