| /external/bcc/tests/cc/ |
| D | test_c_api.cc | 45 REQUIRE(c); 46 REQUIRE(string(c).compare("c") == 0); 51 REQUIRE(libm); 52 REQUIRE(libm[0] == '/'); 53 REQUIRE(string(libm).find("libm.so") != string::npos); 59 REQUIRE(libelf); 60 REQUIRE(libelf[0] == '/'); 61 REQUIRE(string(libelf).find("libelf") != string::npos); 67 REQUIRE(ld); 68 REQUIRE(ld[0] == '/'); [all …]
|
| D | test_usdt_probes.cc | 57 REQUIRE(ctx.num_probes() >= 1); 61 REQUIRE(probe); 65 REQUIRE(probe->name() == "sample_probe_1"); 66 REQUIRE(probe->provider() == "libbcc_test"); 67 REQUIRE(probe->bin_path().find("/test_libbcc") != std::string::npos); 69 REQUIRE(probe->num_locations() == 1); 70 REQUIRE(probe->num_arguments() == 2); 71 REQUIRE(probe->need_enable() == false); 73 REQUIRE(a_probed_function() != 0); 80 REQUIRE(u.binary_path() == "/proc/self/exe"); [all …]
|
| D | test_bpf_table.cc | 33 REQUIRE(res.ok()); in bpf_module_rw_engine_enabled() 40 REQUIRE(res.ok()); in bpf_module_rw_engine_enabled() 42 REQUIRE(res.ok()); in bpf_module_rw_engine_enabled() 43 REQUIRE(value == "0x42"); in bpf_module_rw_engine_enabled() 47 REQUIRE(res.ok()); in bpf_module_rw_engine_enabled() 49 REQUIRE(res.ok()); in bpf_module_rw_engine_enabled() 50 REQUIRE(value == "0x777"); in bpf_module_rw_engine_enabled() 54 REQUIRE(res.ok()); in bpf_module_rw_engine_enabled() 56 REQUIRE(!res.ok()); in bpf_module_rw_engine_enabled() 59 REQUIRE(res.ok()); in bpf_module_rw_engine_enabled() [all …]
|
| D | test_map_in_map.cc | 64 REQUIRE(res.ok()); 76 REQUIRE(res.ok()); 80 REQUIRE(res.ok()); 82 REQUIRE(res.ok()); 87 REQUIRE(res.code() == -1); 93 REQUIRE(res.ok()); 95 REQUIRE(res.ok()); 101 REQUIRE(res.ok()); 105 REQUIRE(getuid() >= 0); 107 REQUIRE(res.ok()); [all …]
|
| D | test_hash_table.cc | 31 REQUIRE(res.ok()); 50 REQUIRE(res.ok()); 52 REQUIRE(res.ok()); 53 REQUIRE(v2 == 42); 58 REQUIRE(res.ok()); 60 REQUIRE(res.ok()); 61 REQUIRE(v2 == 69); 65 REQUIRE(res.ok()); 69 REQUIRE(!res.ok()); 73 REQUIRE(!res.ok()); [all …]
|
| D | test_zip.cc | 30 REQUIRE(entry.name_length == strlen(name)); in require_entry_name_is() 31 REQUIRE(memcmp(entry.name, name, strlen(name)) == 0); in require_entry_name_is() 37 REQUIRE(bcc_zip_archive_find_entry(archive, asset_name, &out) == 0); in get_required_entry() 43 REQUIRE(entry.compression == 0); in get_uncompressed_data() 44 REQUIRE(entry.data_offset > 0); in get_uncompressed_data() 45 REQUIRE(entry.data != nullptr); in get_uncompressed_data() 53 REQUIRE(archive == nullptr); 58 REQUIRE(archive != nullptr); 61 REQUIRE(memcmp(get_uncompressed_data(entry), 67 REQUIRE(memcmp(get_uncompressed_data(entry), "This is a text file\n", 20) == [all …]
|
| /external/angle/scripts/ |
| D | egl_angle_ext.xml | 160 <require> 163 </require> 166 <require> 179 </require> 182 <require> 187 </require> 190 <require> 194 </require> 197 <require> 199 </require> [all …]
|
| /external/guava/android/guava-testlib/src/com/google/common/collect/testing/testers/ |
| D | CollectionRetainAllTester.java | 95 @CollectionFeature.Require(SUPPORTS_REMOVE) 96 @CollectionSize.Require(ZERO) 102 @CollectionFeature.Require(absent = SUPPORTS_REMOVE) 103 @CollectionSize.Require(ZERO) 109 @CollectionFeature.Require(SUPPORTS_REMOVE) 110 @CollectionSize.Require(absent = ZERO) 117 @CollectionFeature.Require(absent = SUPPORTS_REMOVE) 118 @CollectionSize.Require(absent = ZERO) 126 @CollectionFeature.Require(SUPPORTS_REMOVE) 127 @CollectionSize.Require(ZERO) [all …]
|
| /external/guava/guava-testlib/src/com/google/common/collect/testing/testers/ |
| D | CollectionRetainAllTester.java | 95 @CollectionFeature.Require(SUPPORTS_REMOVE) 96 @CollectionSize.Require(ZERO) 102 @CollectionFeature.Require(absent = SUPPORTS_REMOVE) 103 @CollectionSize.Require(ZERO) 109 @CollectionFeature.Require(SUPPORTS_REMOVE) 110 @CollectionSize.Require(absent = ZERO) 117 @CollectionFeature.Require(absent = SUPPORTS_REMOVE) 118 @CollectionSize.Require(absent = ZERO) 126 @CollectionFeature.Require(SUPPORTS_REMOVE) 127 @CollectionSize.Require(ZERO) [all …]
|
| /external/guava/guava-testlib/src/com/google/common/collect/testing/google/ |
| D | AbstractMultisetSetCountTester.java | 122 @CollectionFeature.Require(SUPPORTS_ADD) 127 @CollectionFeature.Require(SUPPORTS_REMOVE) 132 @CollectionFeature.Require(absent = {SUPPORTS_ADD, SUPPORTS_REMOVE}) 140 @CollectionSize.Require(absent = ZERO) 141 @CollectionFeature.Require(SUPPORTS_ADD) 146 @CollectionSize.Require(absent = ZERO) 147 @CollectionFeature.Require(SUPPORTS_REMOVE) 152 @CollectionSize.Require(absent = ZERO) 153 @CollectionFeature.Require(absent = {SUPPORTS_ADD, SUPPORTS_REMOVE}) 161 @CollectionSize.Require(SEVERAL) [all …]
|
| D | MultisetEntrySetTester.java | 46 @CollectionFeature.Require(SUPPORTS_REMOVE) 52 @CollectionSize.Require(ONE) 53 @CollectionFeature.Require(SUPPORTS_ITERATOR_REMOVE) 71 @CollectionSize.Require(absent = ZERO) 72 @CollectionFeature.Require(SUPPORTS_REMOVE) 80 @CollectionSize.Require(absent = ZERO) 81 @CollectionFeature.Require(SUPPORTS_REMOVE) 91 @CollectionSize.Require(absent = ZERO) 92 @CollectionFeature.Require(SUPPORTS_REMOVE) 102 @CollectionSize.Require(absent = ZERO) [all …]
|
| D | MultisetNavigationTester.java | 92 @CollectionSize.Require(ZERO) 102 @CollectionFeature.Require(SUPPORTS_REMOVE) 103 @CollectionSize.Require(ZERO) 108 @CollectionSize.Require(ZERO) 116 @CollectionSize.Require(ZERO) 126 @CollectionFeature.Require(SUPPORTS_REMOVE) 127 @CollectionSize.Require(ZERO) 132 @CollectionSize.Require(ONE) 137 @CollectionFeature.Require(SUPPORTS_REMOVE) 138 @CollectionSize.Require(ONE) [all …]
|
| /external/guava/android/guava-testlib/src/com/google/common/collect/testing/google/ |
| D | AbstractMultisetSetCountTester.java | 122 @CollectionFeature.Require(SUPPORTS_ADD) 127 @CollectionFeature.Require(SUPPORTS_REMOVE) 132 @CollectionFeature.Require(absent = {SUPPORTS_ADD, SUPPORTS_REMOVE}) 140 @CollectionSize.Require(absent = ZERO) 141 @CollectionFeature.Require(SUPPORTS_ADD) 146 @CollectionSize.Require(absent = ZERO) 147 @CollectionFeature.Require(SUPPORTS_REMOVE) 152 @CollectionSize.Require(absent = ZERO) 153 @CollectionFeature.Require(absent = {SUPPORTS_ADD, SUPPORTS_REMOVE}) 161 @CollectionSize.Require(SEVERAL) [all …]
|
| D | MultisetEntrySetTester.java | 46 @CollectionFeature.Require(SUPPORTS_REMOVE) 52 @CollectionSize.Require(ONE) 53 @CollectionFeature.Require(SUPPORTS_ITERATOR_REMOVE) 71 @CollectionSize.Require(absent = ZERO) 72 @CollectionFeature.Require(SUPPORTS_REMOVE) 80 @CollectionSize.Require(absent = ZERO) 81 @CollectionFeature.Require(SUPPORTS_REMOVE) 91 @CollectionSize.Require(absent = ZERO) 92 @CollectionFeature.Require(SUPPORTS_REMOVE) 102 @CollectionSize.Require(absent = ZERO) [all …]
|
| D | MultisetNavigationTester.java | 92 @CollectionSize.Require(ZERO) 102 @CollectionFeature.Require(SUPPORTS_REMOVE) 103 @CollectionSize.Require(ZERO) 108 @CollectionSize.Require(ZERO) 116 @CollectionSize.Require(ZERO) 126 @CollectionFeature.Require(SUPPORTS_REMOVE) 127 @CollectionSize.Require(ZERO) 132 @CollectionSize.Require(ONE) 137 @CollectionFeature.Require(SUPPORTS_REMOVE) 138 @CollectionSize.Require(ONE) [all …]
|
| /external/google-cloud-java/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/ |
| D | package-info.java | 30 * // It will require modifications to work: 31 * // - It may require correct/in-range values for request initialization. 32 * // - It may require specifying regional endpoints when creating the service client as shown in 50 * // It will require modifications to work: 51 * // - It may require correct/in-range values for request initialization. 52 * // - It may require specifying regional endpoints when creating the service client as shown in 70 * // It will require modifications to work: 71 * // - It may require correct/in-range values for request initialization. 72 * // - It may require specifying regional endpoints when creating the service client as shown in 90 * // It will require modifications to work: [all …]
|
| D | FirewallPoliciesClient.java | 47 * // It will require modifications to work: 48 * // - It may require correct/in-range values for request initialization. 49 * // - It may require specifying regional endpoints when creating the service client as shown in 77 * <p>Many parameters require resource names to be formatted in a particular way. To assist with 88 * // It will require modifications to work: 89 * // - It may require correct/in-range values for request initialization. 90 * // - It may require specifying regional endpoints when creating the service client as shown in 104 * // It will require modifications to work: 105 * // - It may require correct/in-range values for request initialization. 106 * // - It may require specifying regional endpoints when creating the service client as shown in [all …]
|
| /external/selinux/libsepol/tests/policies/test-expander/ |
| D | module.conf | 3 require { 19 require { 41 require { 53 require { 66 require { 74 require { 82 require { 91 require { 100 require { 109 require { [all …]
|
| /external/armnn/samples/ObjectDetection/test/ |
| D | BoundingBoxTests.cpp | 21 REQUIRE(boundingBox.GetX() == 0u); 22 REQUIRE(boundingBox.GetY() == 0u); 23 REQUIRE(boundingBox.GetWidth() == 0u); 24 REQUIRE(boundingBox.GetHeight() == 0u); 31 REQUIRE(boundingBox.GetX() == s_X); 32 REQUIRE(boundingBox.GetY() == s_Y); 33 REQUIRE(boundingBox.GetWidth() == s_W); 34 REQUIRE(boundingBox.GetHeight() == s_H); 46 REQUIRE(boundingBox.GetX() == s_X); 47 REQUIRE(boundingBox.GetY() == s_Y); [all …]
|
| /external/google-cloud-java/java-contact-center-insights/google-cloud-contact-center-insights/src/main/java/com/google/cloud/contactcenterinsights/v1/ |
| D | ContactCenterInsightsClient.java | 51 * // It will require modifications to work: 52 * // - It may require correct/in-range values for request initialization. 53 * // - It may require specifying regional endpoints when creating the service client as shown in 85 * <p>Many parameters require resource names to be formatted in a particular way. To assist with 96 * // It will require modifications to work: 97 * // - It may require correct/in-range values for request initialization. 98 * // - It may require specifying regional endpoints when creating the service client as shown in 112 * // It will require modifications to work: 113 * // - It may require correct/in-range values for request initialization. 114 * // - It may require specifying regional endpoints when creating the service client as shown in [all …]
|
| /external/sdk-platform-java/gapic-generator-java/src/test/java/com/google/api/generator/gapic/composer/grpc/goldens/ |
| D | MessagingClient.golden | 36 * // It will require modifications to work: 37 * // - It may require correct/in-range values for request initialization. 38 * // - It may require specifying regional endpoints when creating the service client as shown in 66 * <p>Many parameters require resource names to be formatted in a particular way. To assist with 77 * // It will require modifications to work: 78 * // - It may require correct/in-range values for request initialization. 79 * // - It may require specifying regional endpoints when creating the service client as shown in 92 * // It will require modifications to work: 93 * // - It may require correct/in-range values for request initialization. 94 * // - It may require specifying regional endpoints when creating the service client as shown in [all …]
|
| /external/google-cloud-java/java-notebooks/google-cloud-notebooks/src/main/java/com/google/cloud/notebooks/v1/ |
| D | NotebookServiceClient.java | 58 * // It will require modifications to work: 59 * // - It may require correct/in-range values for request initialization. 60 * // - It may require specifying regional endpoints when creating the service client as shown in 88 * <p>Many parameters require resource names to be formatted in a particular way. To assist with 99 * // It will require modifications to work: 100 * // - It may require correct/in-range values for request initialization. 101 * // - It may require specifying regional endpoints when creating the service client as shown in 115 * // It will require modifications to work: 116 * // - It may require correct/in-range values for request initialization. 117 * // - It may require specifying regional endpoints when creating the service client as shown in [all …]
|
| /external/google-cloud-java/java-analytics-admin/google-analytics-admin/src/main/java/com/google/analytics/admin/v1alpha/ |
| D | AnalyticsAdminServiceClient.java | 47 * // It will require modifications to work: 48 * // - It may require correct/in-range values for request initialization. 49 * // - It may require specifying regional endpoints when creating the service client as shown in 78 * <p>Many parameters require resource names to be formatted in a particular way. To assist with 89 * // It will require modifications to work: 90 * // - It may require correct/in-range values for request initialization. 91 * // - It may require specifying regional endpoints when creating the service client as shown in 105 * // It will require modifications to work: 106 * // - It may require correct/in-range values for request initialization. 107 * // - It may require specifying regional endpoints when creating the service client as shown in [all …]
|
| /external/google-cloud-java/java-certificate-manager/google-cloud-certificate-manager/src/main/java/com/google/cloud/certificatemanager/v1/ |
| D | CertificateManagerClient.java | 79 * // It will require modifications to work: 80 * // - It may require correct/in-range values for request initialization. 81 * // - It may require specifying regional endpoints when creating the service client as shown in 109 * <p>Many parameters require resource names to be formatted in a particular way. To assist with 120 * // It will require modifications to work: 121 * // - It may require correct/in-range values for request initialization. 122 * // - It may require specifying regional endpoints when creating the service client as shown in 136 * // It will require modifications to work: 137 * // - It may require correct/in-range values for request initialization. 138 * // - It may require specifying regional endpoints when creating the service client as shown in [all …]
|
| /external/google-cloud-java/java-dms/google-cloud-dms/src/main/java/com/google/cloud/clouddms/v1/ |
| D | DataMigrationServiceClient.java | 50 * // It will require modifications to work: 51 * // - It may require correct/in-range values for request initialization. 52 * // - It may require specifying regional endpoints when creating the service client as shown in 81 * <p>Many parameters require resource names to be formatted in a particular way. To assist with 92 * // It will require modifications to work: 93 * // - It may require correct/in-range values for request initialization. 94 * // - It may require specifying regional endpoints when creating the service client as shown in 108 * // It will require modifications to work: 109 * // - It may require correct/in-range values for request initialization. 110 * // - It may require specifying regional endpoints when creating the service client as shown in [all …]
|