Home
last modified time | relevance | path

Searched full:good (Results 1 – 25 of 8789) sorted by relevance

12345678910>>...352

/external/zucchini/
Dbuffer_source_unittest.cc191 auto good = [](uint32_t value, size_type bytes_consumed) -> Result { in TEST_F() local
195 EXPECT_EQ(good(0x0U, 1U), run("00")); in TEST_F()
196 EXPECT_EQ(good(0x20U, 1U), run("20")); in TEST_F()
197 EXPECT_EQ(good(0x42U, 1U), run("42")); in TEST_F()
198 EXPECT_EQ(good(0x7FU, 1U), run("7F")); in TEST_F()
200 EXPECT_EQ(good(0x0U, 2U), run("80 00")); // Redundant code. in TEST_F()
201 EXPECT_EQ(good(0x80U, 2U), run("80 01")); in TEST_F()
202 EXPECT_EQ(good(0x7FU, 2U), run("FF 00")); // Redundant (unsigned). in TEST_F()
203 EXPECT_EQ(good(0x3FFFU, 2U), run("FF 7F")); in TEST_F()
204 EXPECT_EQ(good(0x0U, 1U), run("00 80")); // Only reads byte 0. in TEST_F()
[all …]
/external/llvm/test/CodeGen/PowerPC/
Dfast-isel-fcmp-nan.ll9 br i1 %t1, label %good, label %bad
14 good:
25 br i1 %t1, label %good, label %bad
30 good:
41 br i1 %t1, label %good, label %bad
46 good:
56 br i1 %t1, label %good, label %bad
61 good:
71 br i1 %t1, label %good, label %bad
76 good:
[all …]
/external/skia/modules/canvaskit/wasm_tools/SIMD/
Dsimd_int_capabilities.cpp11 // - Lines with "//GOOD" are compatible with WASM SIMD and are automatically compiled
14 // - Lines with "GOOD (FIXED)" are compatible with WASM SIMD but are NOT automatically
40 //vec1 = vec1 + vec2; //GOOD in main()
41 //vec1 = vec1 - vec2; //GOOD in main()
42 //vec1 = vec1 * vec2; //GOOD in main()
45 //vec1 = vec1 ^ vec2; //GOOD in main()
46 //vec1 = vec1 & vec2; //GOOD in main()
47 //vec1 = vec1 | vec2; //GOOD in main()
49 //vec1 = !vec1; //GOOD in main()
50 //vec1 = -vec1; //GOOD in main()
[all …]
Dsimd_float_capabilities.cpp11 // - Lines with "//GOOD" are compatible with WASM SIMD and are automatically compiled
14 // - Lines with "GOOD (FIXED)" are compatible with WASM SIMD but are NOT automatically
40 //vec1 = vec1 + vec2; //GOOD in main()
41 //vec1 = vec1 - vec2; //GOOD in main()
42 //vec1 = vec1 * vec2; //GOOD in main()
43 //vec1 = vec1 / vec2; //GOOD in main()
50 //vec1 = -vec1; //GOOD in main()
56 //auto vec3 = vec1 == vec2; //GOOD in main()
57 //auto vec3 = vec1 != vec2; //GOOD in main()
58 //auto vec3 = vec1 <= vec2; //GOOD in main()
[all …]
/external/toolchain-utils/afdo_tools/bisection/
Dafdo_prof_analysis.py9 This script takes a good AFDO profile, a bad AFDO profile, and an external
10 script which deems particular AFDO profiles as GOOD/BAD/SKIP, and an output
17 - 0: the AFDO profile produced a good binary
181 def bisect_profiles(decider, good, bad, common_funcs, lo, hi): argument
182 """Recursive function which bisects good and bad profiles.
187 good: JSON-based good AFDO profile
190 'good' and 'bad'
197 such that including all of those from the bad profile makes the good
211 lo_mid_prof = good.copy() # covers bad from lo:mid
212 mid_hi_prof = good.copy() # covers bad from mid:hi
[all …]
/external/dtc/tests/
Dtruncated_string.c21 const struct fdt_property *good, *bad; in main() local
30 good = fdt_get_property_by_offset(fdt, off, NULL); in main()
35 if (fdt32_to_cpu(good->len) != 0) in main()
36 FAIL("Unexpected length for good property"); in main()
37 name = fdt_get_string(fdt, fdt32_to_cpu(good->nameoff), &len); in main()
39 FAIL("fdt_get_string() failed on good property: %s", in main()
42 FAIL("fdt_get_string() returned length %d (not 4) on good property", in main()
44 if (!streq(name, "good")) in main()
45 FAIL("fdt_get_string() returned \"%s\" (not \"good\") on good property", in main()
57 /* Make sure the 'good' property breaks correctly if we in main()
[all …]
/external/python/google-api-python-client/docs/dyn/
Dmonitoring_v3.services.serviceLevelObjectives.html113 { # A Service-Level Objective (SLO) describes a level of desired good service. It consists of a ser…
116 …&quot;goal&quot;: 3.14, # The fraction of service that must be good in order for this objective to…
119good and bad counts, or counting time windows in which the service complies with a criterion. For …
121 …&quot;availability&quot;: { # Future parameters for the availability SLI. # Good service is define…
123 …&quot;latency&quot;: { # Parameters for a latency threshold SLI. # Good service is defined to be t…
124 …&quot;threshold&quot;: &quot;A String&quot;, # Good service is defined to be the count of requests…
137good service and total service. The TimeSeries must have ValueType = DISTRIBUTION and MetricKind =…
139 …f numerical values within min and max. # Range of values considered &quot;good.&quot; For a one-si…
144 … MetricKind = CUMULATIVE. The TimeSeriesRatio must specify exactly two of good, bad, and total, an…
146 …google.com/monitoring/api/v3/filters) specifying a TimeSeries quantifying good service provided. M…
[all …]
/external/google-cloud-java/java-monitoring/proto-google-cloud-monitoring-v3/src/main/java/com/google/monitoring/v3/
DWindowsBasedSliOrBuilder.java31 * specifying a `TimeSeries` with `ValueType = BOOL`. The window is good if
45 * specifying a `TimeSeries` with `ValueType = BOOL`. The window is good if
59 * specifying a `TimeSeries` with `ValueType = BOOL`. The window is good if
73 * A window is good if its `performance` is high enough.
87 * A window is good if its `performance` is high enough.
101 * A window is good if its `performance` is high enough.
115 * A window is good if the metric's value is in a good range, averaged
128 * A window is good if the metric's value is in a good range, averaged
141 * A window is good if the metric's value is in a good range, averaged
153 * A window is good if the metric's value is in a good range, summed across
[all …]
/external/google-styleguide/
Dobjcguide.md8 > Apple has already written a very good, and widely accepted, [Cocoa Coding
75 // GOOD:
82 * A sample class demonstrating good Objective-C style. All interfaces,
126 // GOOD:
178 // GOOD:
180 // Good names.
245 // GOOD:
288 // GOOD:
308 // GOOD:
323 // GOOD:
[all …]
/external/auto/factory/src/test/java/com/google/auto/factory/processor/
DAutoFactoryProcessorTest.java234 ImmutableList.of("good/SimpleClass.java"), in simpleClass()
241 ImmutableList.of("good/SimpleClassThrows.java"), in simpleClassWithConstructorThrowsClause()
249 ImmutableList.of("good/NestedClasses.java"), in nestedClasses()
260 ImmutableList.of("good/SimpleClassNonFinal.java"), in simpleClassNonFinal()
268 ImmutableList.of("good/PublicClass.java"), in publicClass()
275 ImmutableList.of("good/SimpleClassCustomName.java"), in simpleClassCustomName()
282 ImmutableList.of("good/SimpleClassMixedDeps.java", "support/AQualifier.java"), in simpleClassMixedDeps()
290 ImmutableList.of("good/SimpleClassPassedDeps.java"), in simpleClassPassedDeps()
299 "good/SimpleClassProvidedDeps.java", in simpleClassProvidedDeps()
311 "good/SimpleClassProvidedProviderDeps.java", in simpleClassProvidedProviderDeps()
[all …]
/external/rust/android-crates-io/crates/toml/tests/testsuite/
Dspanned.rs14 /// A set of good datetimes.
43 fn good<T>(s: &str, expected: &str, end: Option<usize>) in test_spanned_field() function
65 good::<String>("foo = \"foo\"", "\"foo\"", None); in test_spanned_field()
66 good::<u32>("foo = 42", "42", None); in test_spanned_field()
68 good::<u32>("foo = +42", "+42", None); in test_spanned_field()
70 good::<HashMap<String, u32>>( in test_spanned_field()
76 good::<Vec<u32>>("foo = [0, 1, 2, 3, 4]", "[0, 1, 2, 3, 4]", None); in test_spanned_field()
78 good::<String>( in test_spanned_field()
86 good::<Datetime>(&s, expected, None); in test_spanned_field()
89 good::<u32>("foo = 42\nnoise = true", "42", Some(8)); in test_spanned_field()
[all …]
/external/libcxx/test/std/strings/basic.string/string.nonmembers/string.io/
Dget_line_delim.pass.cpp29 assert(in.good()); in main()
32 assert(in.good()); in main()
35 assert(in.good()); in main()
45 assert(in.good()); in main()
48 assert(in.good()); in main()
51 assert(in.good()); in main()
63 assert(in.good()); in main()
66 assert(in.good()); in main()
69 assert(in.good()); in main()
80 assert(in.good()); in main()
[all …]
Dstream_extract.pass.cpp29 assert(in.good()); in main()
33 assert(in.good()); in main()
38 assert(in.good()); in main()
51 assert(in.good()); in main()
55 assert(in.good()); in main()
60 assert(in.good()); in main()
75 assert(in.good()); in main()
79 assert(in.good()); in main()
84 assert(in.good()); in main()
98 assert(in.good()); in main()
[all …]
/external/toolchain-utils/binary_search_tool/full_bisect_test/
Drun-test-nowrapper.sh8 # It makes sure the good & bad object directories exist (soft links); checks
9 # to see if it needs to compile the good & bad sources & populate the
33 rm -f good-objects
36 ln -s good-objects-permanent good-objects
44 if [[ ! -f good-objects-permanent/build.o ]] ; then
49 # Set up the 'good' source files.
53 # Build the 'good' .o files & copy to appropriate directory.
55 mv work/*.o good-objects-permanent/.
/external/apache-velocity-engine/velocity-engine-core/src/test/java/org/apache/velocity/test/
DInvalidEventHandlerTestCase.java197 // good object, bad right hand side in doTestInvalidReferenceEventHandler3()
205 // good object, bad right hand reference in doTestInvalidReferenceEventHandler3()
232 // good object, bad method in doTestInvalidReferenceEventHandler2()
240 // good object, bad method, quiet reference in doTestInvalidReferenceEventHandler2()
288 // good object, bad property in doTestInvalidReferenceEventHandler1()
359 // good object, bad property; change the value in doTestInvalidReferenceEventHandler1()
398 // good object, good property (returns non null value) in doTestInvalidReferenceEventHandler0()
403 // good object, good property accessor method (returns non null value) in doTestInvalidReferenceEventHandler0()
408 // good object, good property (returns non null value) in doTestInvalidReferenceEventHandler0()
413 // good object, good property accessor method (returns null value) in doTestInvalidReferenceEventHandler0()
[all …]
/external/clang/test/Driver/
Dfsanitize-blacklist.c11 // RUN: echo "fun:foo" > %t.good
15 // RUN: %clang -target x86_64-linux-gnu -fsanitize=address -fsanitize-blacklist=%t.good -fsanitize-…
16 // CHECK-BLACKLIST: -fsanitize-blacklist={{.*}}.good" "-fsanitize-blacklist={{.*}}.second
19 // RUN: %clang -target x86_64-linux-gnu -fsanitize=address -fsanitize-blacklist=%t.good -fsanitize-…
20 // CHECK-BLACKLIST2: -fdepfile-entry={{.*}}.good" "-fdepfile-entry={{.*}}.second
27 // RUN: %clang -target x86_64-linux-gnu -fsanitize-blacklist=%t.good %s -### 2>&1 | FileCheck %s --…
32 // RUN: %clang -target x86_64-linux-gnu -fsanitize-blacklist=%t.good %s -### 2>&1 | FileCheck %s --…
36 // RUN: %clang -target x86_64-linux-gnu -fsanitize=address -fsanitize-blacklist=%t.good -fno-saniti…
44 …e-blacklist=%t.second -fsanitize-blacklist=%t.bad -fsanitize-blacklist=%t.good %s -### 2>&1 | File…
48 // RUN: %clang -target x86_64-linux-gnu -fsanitize=address -fsanitize-blacklist=%t.good -fno-saniti…
[all …]
/external/v4l-utils/utils/dvb/
Ddvb-fe-tool.1.in26 beeps if signal quality is good. Also enables femon mode. Please notice that
129 Lock (0x1f) Quality= Good Signal= 100.00% C/N= 36.40dB UCB= 370 postBER= 28.0x10^-6 PER= 0
130 Lock (0x1f) Quality= Good Signal= 100.00% C/N= 36.80dB UCB= 370 postBER= 25.3x10^-6 PER= 0
131 Lock (0x1f) Quality= Good Signal= 100.00% C/N= 36.30dB UCB= 370 postBER= 25.7x10^-6 PER= 0
132 Lock (0x1f) Quality= Good Signal= 100.00% C/N= 36.30dB UCB= 370 postBER= 28.4x10^-6 PER= 0
133 Lock (0x1f) Quality= Good Signal= 100.00% C/N= 36.50dB UCB= 370 postBER= 26.5x10^-6 PER= 0
134 Lock (0x1f) Quality= Good Signal= 100.00% C/N= 36.50dB UCB= 370 postBER= 26.9x10^-6 PER= 0
135 Lock (0x1f) Quality= Good Signal= 100.00% C/N= 36.20dB UCB= 370 postBER= 28.6x10^-6 PER= 0
136 Lock (0x1f) Quality= Good Signal= 100.00% C/N= 36.70dB UCB= 370 postBER= 26.7x10^-6 PER= 0
137 Lock (0x1f) Quality= Good Signal= 100.00% C/N= 36.80dB UCB= 370 postBER= 23.3x10^-6 PER= 0
[all …]
/external/toolchain-utils/binary_search_tool/cros_pkg/
DREADME.cros_pkg_triage.md6 that the user has two sets, one where everything is known to be good,
8 then copies items from the good and bad sets into a working set and
9 tests the result (good or bad). `binary_search_state.py` requires that
73 if the ChromeOS image built from the packages is good
95 is good or bad. This script requires user
97 good or bad.
109 'good' build tree into the work area.
126 same set of ChromeOS packages. One build creates a good working ChromeOS
129 - You have saved the complete build trees for both the good and bad builds.
134 - The "good" build tree, for the board, is in /build/${board}.good
[all …]
/external/hamcrest/hamcrest-core/src/test/java/org/hamcrest/core/
DAllOfTest.java28 assertMatches("didn't pass both sub-matchers", matcher, "good"); in evaluatesToTheTheLogicalConjunctionOfTwoOtherMatchers()
38 assertMatches("didn't pass all sub-matchers", matcher, "good"); in evaluatesToTheTheLogicalConjunctionOfManyOtherMatchers()
47 equalTo(new SampleBaseClass("good")), in supportsMixedTypes()
50 assertDoesNotMatch("didn't fail last sub-matcher", matcher, new SampleSubClass("good")); in supportsMixedTypes()
55 assertDescription("(\"good\" and \"bad\" and \"ugly\")", in hasAReadableDescription()
56 allOf(equalTo("good"), equalTo("bad"), equalTo("ugly"))); in hasAReadableDescription()
61 … assertMismatchDescription("\"good\" was \"bad\"", allOf(equalTo("bad"), equalTo("good")), "bad"); in hasAMismatchDescriptionDescribingTheFirstFailingMatch()
/external/sdv/vsomeip/third_party/boost/io/test/
Dostream_put_test.cpp21 BOOST_TEST(os.good()); in main()
31 BOOST_TEST(os.good()); in main()
41 BOOST_TEST(os.good()); in main()
51 BOOST_TEST(os.good()); in main()
61 BOOST_TEST(os.good()); in main()
71 BOOST_TEST(os.good()); in main()
81 BOOST_TEST(os.good()); in main()
91 BOOST_TEST(os.good()); in main()
101 BOOST_TEST(os.good()); in main()
111 BOOST_TEST(os.good()); in main()
[all …]
Dquoted_fill_test.cpp21 BOOST_TEST(os.good()); in main()
31 BOOST_TEST(os.good()); in main()
41 BOOST_TEST(os.good()); in main()
51 BOOST_TEST(os.good()); in main()
61 BOOST_TEST(os.good()); in main()
71 BOOST_TEST(os.good()); in main()
81 BOOST_TEST(os.good()); in main()
91 BOOST_TEST(os.good()); in main()
101 BOOST_TEST(os.good()); in main()
111 BOOST_TEST(os.good()); in main()
[all …]
/external/doclava/src/com/google/doclava/
DTodoFile.java95 boolean good = true; in writeTodoFile()
100 good = false; in writeTodoFile()
103 if (!good) { in writeTodoFile()
109 boolean good = true; in writeTodoFile()
114 good = false; in writeTodoFile()
117 if (!good) { in writeTodoFile()
124 boolean good = true; in writeTodoFile()
129 good = false; in writeTodoFile()
132 if (!good) { in writeTodoFile()
138 boolean good = true; in writeTodoFile()
[all …]
/external/toolchain-utils/llvm_tools/
Dupdate_tryjob_status.py22 GOOD = "good" variable in TryjobStatus
40 # 0: 'good'
43 GOOD = 0 variable in CustomScriptStatus
49 CustomScriptStatus.GOOD.value: TryjobStatus.GOOD.value,
97 'should be %d for "good", %d for "bad", or %d for "skip")'
99 CustomScriptStatus.GOOD.value,
169 The exit code conversion to either return 'good', 'bad', or 'skip'.
206 'any of the expected exit codes: %d for "good", %d '
212 CustomScriptStatus.GOOD.value,
229 Ex: TryjobStatus.Good, TryjobStatus.BAD, TryjobStatus.PENDING, or
[all …]
/external/google-cloud-java/java-monitoring/proto-google-cloud-monitoring-v3/src/main/proto/google/monitoring/v3/
Dservice.proto177 // A Service-Level Objective (SLO) describes a level of desired good service. It
220 // The definition of good service, used to measure and calculate the quality
225 // The fraction of service that must be good in order for this objective to be
258 // time series, cutting a `Distribution` into good and bad counts, or counting
265 // being measured is based on counts of good requests or on counts of good
293 // Good service is defined to be the count of requests made to this service
321 // Good service is defined to be the count of requests made to this service
325 // Good service is defined to be the count of requests made to this service
350 // aggregated in a `Distribution` that fall into a good range. The
361 // exactly two of good, bad, and total, and the relationship `good_service +
[all …]
/external/linux-kselftest/tools/testing/selftests/exec/
Dbinfmt_script.py34 # @good: whether this script is expected to execute correctly
43 def test(name, size, good=True, leading="", root="./", target="/perl", argument
80 if good:
81 print("ok %d - binfmt_script %s (successful good exec)"
87 if good:
111 test(name="too-big", size=SIZE+80, good=False)
113 test(name="exact", size=SIZE, good=False)
115 test(name="exact-space", size=SIZE, good=False, leading=" ")
117 test(name="whitespace-too-big", size=SIZE+71, good=False, root="",
119 # A good path, but it gets truncated due to leading whitespace.
[all …]

12345678910>>...352