Home
last modified time | relevance | path

Searched defs:some_bool (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/tracing/tests/
Devent.rs397 let some_bool = Some(true); in option_values() localVariable
433 let some_bool = &Some(true); in option_ref_values() localVariable
469 let some_bool = &mut Some(true); in option_ref_mut_values() localVariable
/aosp_15_r20/external/autotest/client/cros/enterprise/
H A Dextension_policy.json10 "some_bool": true, boolean
16 "some_bool": true, boolean
/aosp_15_r20/external/tensorflow/tensorflow/lite/tools/
H A Dcommand_line_flags_test.cc36 bool some_bool = false; in TEST() local
326 bool some_bool = true; in TEST() local
/aosp_15_r20/external/protobuf/javanano/src/test/java/com/google/protobuf/nano/
H A Dunittest_extension_singular_nano.proto23 optional bool some_bool = 20; field
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/http2/adapter/
H A Drecording_http2_visitor_test.cc61 const bool some_bool = random.OneIn(2); in TEST() local