Searched refs:bool (Results 1 – 25 of 51) sorted by relevance
123
/cts/tests/tests/batterysaving/common/proto/ |
D | battery_saver_cts_common.proto | 25 optional bool clear_last_intent = 1; 28 optional bool get_last_intent = 2; 32 optional bool foreground = 1; 42 optional bool allow_while_idle = 4; 47 optional bool stop_service = 5; 53 optional bool clear_last_intent_ack = 1; 55 optional bool start_service_ack = 3; 56 optional bool set_alarm_ack = 4; 57 optional bool stop_service_ack = 5;
|
/cts/common/device-side/bedstead/testapp/src/library/main/proto/ |
D | testapp_protos.proto | 16 bool test_only = 7; 20 bool cross_profile = 11; 37 bool exported = 2; 44 bool exported = 2; 56 bool exported = 2; 68 bool exported = 3;
|
/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
D | foreach.rscript | 6 static bool failed = false; 18 static bool test_root_output() { 19 bool failed = false; 39 static bool test_foo_output() { 40 bool failed = false;
|
D | utils.rscript | 3 static bool test_color_pack_unpack() { 4 bool failed = false; 29 bool failed = false;
|
D | noroot.rscript | 7 static bool failed = false; 13 static bool test_foo_output() { 14 bool failed = false;
|
D | verify.rscript | 21 static bool hadError = false; 24 static bool compare_float(float f1, float f2) { 32 static bool verify_float4(rs_allocation in1, rs_allocation in2) { 39 bool e = !compare_float(pref.x, ptst.x); 53 static bool verify_float3(rs_allocation in1, rs_allocation in2) { 60 bool e = !compare_float(pref.x, ptst.x); 73 static bool verify_float2(rs_allocation in1, rs_allocation in2) { 80 bool e = !compare_float(pref.x, ptst.x); 92 static bool verify_float(rs_allocation in1, rs_allocation in2) { 99 bool e = !compare_float(pref, ptst); [all …]
|
D | primitives.rscript | 23 bool boolTest = false; 39 static bool test_primitive_types() { 40 bool failed = false; 70 static bool test_vector_types() { 71 bool failed = false; 126 bool failed = false;
|
D | array_init.rscript | 11 bool ba[3] = {true, false}; 16 bool failed = false;
|
D | sample.rscript | 17 static bool compare(float4 expected, float4 value) { 27 static bool sub_test_RGBA_1D(rs_allocation alloc1D, float location, float lod, 29 bool failed = false; 44 static bool sub_test_RGBA_2D(rs_allocation alloc2D, float2 location, float lod, 46 bool failed = false; 62 bool failed = false;
|
D | MatrixTest.rscript | 15 static bool testMatrixSetAndGet() { 16 bool failed = false; 64 static bool testMatrixLoadFromArray() { 65 bool failed = false; 138 static bool testMatrixLoadFromMatrix() { 139 bool failed = false; 211 static bool testMatrixIdentity() { 212 bool failed = false; 244 static bool testMatrixVectorMultiply() { 245 bool failed = false; [all …]
|
D | launchclip.rscript | 24 bool hasFaces; 25 bool hasLod;
|
D | struct_object.rscript | 11 bool failed = false;
|
D | struct_array.rscript | 10 bool failed = false;
|
D | struct_pad.rscript | 10 bool failed = false;
|
D | vector.rscript | 44 static bool test_vector_types() { 45 bool failed = false; 188 bool failed = false;
|
/cts/tests/tests/rscpp/librscpptest/ |
D | foreach.rscript | 6 static bool failed = false; 18 static bool test_root_output() { 19 bool failed = false; 39 static bool test_foo_output() { 40 bool failed = false;
|
D | noroot.rscript | 7 static bool failed = false; 13 static bool test_foo_output() { 14 bool failed = false;
|
D | primitives.rscript | 11 bool boolTest = false; 24 bool failed = false;
|
/cts/common/device-side/bedstead/nene/src/main/java/com/android/bedstead/nene/types/ |
D | OptionalBoolean.kt | 24 fun from(bool: Boolean?) = when(bool) { in from()
|
/cts/tests/tests/rscpp/src/android/cts/rscpp/ |
D | verify.rscript | 25 static bool hadError = false; 29 static bool compare_float(float f1, float f2) { 37 static bool verify_float4(rs_allocation in1, rs_allocation in2) 45 bool e = !compare_float(pref.x, ptst.x); 59 static bool verify_float3(rs_allocation in1, rs_allocation in2) 67 bool e = !compare_float(pref.x, ptst.x); 80 static bool verify_float2(rs_allocation in1, rs_allocation in2) 88 bool e = !compare_float(pref.x, ptst.x); 100 static bool verify_float(rs_allocation in1, rs_allocation in2) 108 bool e = !compare_float(pref, ptst); [all …]
|
/cts/tests/tests/rsblas/src/android/renderscript/cts/ |
D | verify.rscript | 21 static bool hadError = false; 77 static bool verify_CMatrix(rs_allocation in1, rs_allocation in2, double l2Norm, bool isUpperMatrix)… 101 static bool verify_SMatrix(rs_allocation in1, rs_allocation in2, double l2Norm, bool isUpperMatrix)… 125 static bool verify_ZMatrix(rs_allocation in1, rs_allocation in2, double l2Norm, bool isUpperMatrix)… 149 static bool verify_DMatrix(rs_allocation in1, rs_allocation in2, double l2Norm, bool isUpperMatrix)… 173 void verifyMatrix(rs_allocation ref_in, rs_allocation tst_in, double l2Norm, bool isUpperMatrix) { 177 bool valid = false;
|
/cts/hostsidetests/gwp_asan/common/proto/ |
D | tombstone.proto | 53 bool has_sender = 5; 56 bool has_fault_address = 8; 145 bool read = 4; 146 bool write = 5; 147 bool execute = 6;
|
/cts/hostsidetests/appsecurity/test-apps/SplitApp/feature_warm/src/com/android/cts/splitapp/ |
D | FeatureR.java | 20 public static final int feature_receiver_enabled = R.bool.feature_receiver_enabled;
|
/cts/tests/tests/proto/src/android/util/proto/cts/ |
D | test.proto | 99 optional bool bool_field = 130; 100 repeated bool bool_field_repeated = 131; 101 repeated bool bool_field_packed = 132 [packed=true];
|
/cts/tests/tests/tv/src/android/media/tv/cts/ |
D | TvTrackInfoTest.java | 143 assertThat(info).extra().bool("testTrue").isTrue(); in newVideoTrack_everything() 147 assertThat(copy).extra().bool("testTrue").isTrue(); in newVideoTrack_everything() 186 assertThat(info).extra().bool("testTrue").isTrue(); in newSubtitleTrack_everything() 190 assertThat(copy).extra().bool("testTrue").isTrue(); in newSubtitleTrack_everything()
|
123