HomeSort by relevance Sort by last modified time
    Searched refs:expected (Results 176 - 200 of 8787) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/skia/tests/
MatrixClipCollapseTest.cpp 16 // example skps and the compares the actual stored operations to the expected
29 // expected result information. Note: every saveLayer in a body method is
33 // combinations. They contribute to the expected result by outputting the
34 // expected matrix & clip ops. Note that, currently, the entire clip stack
142 DrawOpType draw, SkTDArray<DrawType>* expected,
146 SkTDArray<DrawType>* expected, int accumulatedClips);
149 SkTDArray<DrawType>* expected);
194 static void add_clip(ClipType clip, MatType mat, SkTDArray<DrawType>* expected) {
195 if (nullptr == expected) {
196 // expected is nullptr if this clip will be fused into later clip
683 SkTDArray<DrawType> expected, actual; local
    [all...]
  /external/skqp/tests/
MatrixClipCollapseTest.cpp 16 // example skps and the compares the actual stored operations to the expected
29 // expected result information. Note: every saveLayer in a body method is
33 // combinations. They contribute to the expected result by outputting the
34 // expected matrix & clip ops. Note that, currently, the entire clip stack
142 DrawOpType draw, SkTDArray<DrawType>* expected,
146 SkTDArray<DrawType>* expected, int accumulatedClips);
149 SkTDArray<DrawType>* expected);
194 static void add_clip(ClipType clip, MatType mat, SkTDArray<DrawType>* expected) {
195 if (nullptr == expected) {
196 // expected is nullptr if this clip will be fused into later clip
683 SkTDArray<DrawType> expected, actual; local
    [all...]
  /art/compiler/optimizing/
pretty_printer_test.cc 32 void TestCode(const std::vector<uint16_t>& data, const char* expected);
35 void PrettyPrinterTest::TestCode(const std::vector<uint16_t>& data, const char* expected) {
39 ASSERT_STREQ(expected, printer.str().c_str());
46 const char* expected = local
55 TestCode(data, expected);
59 const char* expected = local
75 TestCode(data, expected);
79 const char* expected = local
97 TestCode(data, expected);
101 const char* expected local
137 const char* expected = local
160 const char* expected = local
178 const char* expected = local
205 const char* expected = local
233 const char* expected = local
    [all...]
  /art/test/510-checker-try-catch/src/
Main.java 29 TestPath(boolean arg1, boolean arg2, int expected) {
32 this.expected = expected;
37 public int expected; field in class:Main.TestPath
48 if (actual != path.expected) {
50 "expected: " + path.expected + ", actual: " + actual);
  /development/tools/logblame/
test_ps.py 17 expected = [
25 if actual != expected:
26 print "Expected:"
27 print expected
55 expected = [
62 if actual != expected:
63 print "Expected:"
64 print expected
  /external/clang/test/Parser/
cxx0x-literal-operators.cpp 3 void operator "" (const char *); // expected-error {{expected identifier}}
5 expected-error {{string literal after 'operator' must be '""'}} \
6 expected-warning{{user-defined literal suffixes not starting with '_' are reserved}}
8 expected-warning{{user-defined literal suffixes not starting with '_' are reserved}}
  /external/deqp/external/openglcts/modules/glesext/texture_buffer/
esextcTextureBufferParameters.hpp 134 glw::GLboolean queryTextureBindingBuffer(glw::GLint expected);
135 glw::GLboolean queryTextureBufferBinding(glw::GLint expected);
136 glw::GLboolean queryTextureBufferDataStoreBinding(glw::GLint expected);
137 glw::GLboolean queryTextureBufferOffset(glw::GLint expected);
138 glw::GLboolean queryTextureBufferSize(glw::GLint expected);
139 glw::GLboolean queryTextureInternalFormat(glw::GLint expected);
  /external/easymock/src/org/easymock/internal/matchers/
Compare.java 28 private T expected; field in class:Compare
34 public Compare(T expected, Comparator<? super T> comparator, LogicalOperator result) {
35 this.expected = expected;
41 buffer.append(comparator + "(" + expected + ") " + operator.getSymbol()
50 return operator.matchResult(comparator.compare((T) actual, expected));
  /external/guava/guava-testlib/src/com/google/common/collect/testing/google/
MultisetSerializationTester.java 38 Set<Multiset.Entry<E>> expected = getMultiset().entrySet(); local
39 assertEquals(expected, SerializableTester.reserialize(expected));
44 Set<E> expected = getMultiset().elementSet(); local
45 assertEquals(expected, SerializableTester.reserialize(expected));
  /external/libcxx/test/std/language.support/support.limits/limits/numeric.limits.members/
denorm_min.pass.cpp 20 test(T expected)
22 assert(std::numeric_limits<T>::denorm_min() == expected);
23 assert(std::numeric_limits<const T>::denorm_min() == expected);
24 assert(std::numeric_limits<volatile T>::denorm_min() == expected);
25 assert(std::numeric_limits<const volatile T>::denorm_min() == expected);
62 #error Test has no expected values for floating point types
  /external/llvm/test/MC/Mips/
cpsetup-bad.s 8 # ASM: :[[@LINE-1]]:18: error: expected register containing function address
12 # ASM: :[[@LINE-1]]:23: error: expected save register or stack offset
16 # ASM: :[[@LINE-1]]:28: error: expected expression
18 # ASM: :[[@LINE-1]]:28: error: expected symbol
20 # ASM: :[[@LINE-1]]:31: error: expected symbol
22 # ASM: :[[@LINE-1]]:32: error: expected symbol
  /external/llvm/test/MC/Mips/eva/
invalid-noeva-wrong-error.s 22 cachee 31, 255($7) # CHECK: :[[@LINE]]:23: error: expected memory with 9-bit signed offset
23 cachee 0, -256($4) # CHECK: :[[@LINE]]:22: error: expected memory with 9-bit signed offset
24 cachee 5, -140($4) # CHECK: :[[@LINE]]:22: error: expected memory with 9-bit signed offset
25 lbe $10,-256($25) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: expected memory with 9-bit signed offset
26 lbe $13,255($15) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: expected memory with 9-bit signed offset
27 lbe $11,146($14) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: expected memory with 9-bit signed offset
28 lbue $13,-256($v1) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: expected memory with 9-bit signed offset
29 lbue $13,255($v0) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: expected memory with 9-bit signed offset
30 lbue $13,-190($v1) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: expected memory with 9-bit signed offset
31 lhe $13,-256($s5) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: expected memory with 9-bit signed offse
    [all...]
  /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/matchers/
CompoundButtonCheckedMatcher.java 10 private boolean expected; field in class:CompoundButtonCheckedMatcher
12 public CompoundButtonCheckedMatcher(boolean expected) {
13 this.expected = expected;
17 return compoundButton != null && expected == compoundButton.isChecked();
21 description.appendText("to be [" + (expected ? "checked" : "unchecked") + "]");
TextViewHasTextMatcher.java 10 private String expected; field in class:TextViewHasTextMatcher
13 public TextViewHasTextMatcher(String expected) {
14 this.expected = expected;
27 return actualText.equals(expected);
35 description.appendText("[" + expected + "]");
  /external/strace/tests/
strace-k.test 42 : ${expected='getpid f3 f2 f1 f0 main '}
50 test "$result" = "$expected" || {
51 echo "expected: \"$expected\""
  /external/strace/tests-m32/
strace-k.test 42 : ${expected='getpid f3 f2 f1 f0 main '}
50 test "$result" = "$expected" || {
51 echo "expected: \"$expected\""
  /external/strace/tests-mx32/
strace-k.test 42 : ${expected='getpid f3 f2 f1 f0 main '}
50 test "$result" = "$expected" || {
51 echo "expected: \"$expected\""
  /external/tensorflow/tensorflow/contrib/image/kernels/
adjust_hsv_in_yiq_op_test.cc 32 Tensor expected(allocator(), DT_FLOAT, TensorShape({9}));
33 test::FillValues<float>(&expected, {1, 0, 0, 0, 1, 0, 0, 0, 1});
34 test::ExpectClose(matrix, expected);
42 Tensor expected(allocator(), DT_FLOAT, TensorShape({9}));
43 test::FillValues<float>(&expected,
45 test::ExpectClose(matrix, expected);
  /external/tensorflow/tensorflow/core/util/
equal_graph_def.h 34 // Determines if actual and expected are equal, ignoring versions and ordering
39 bool EqualGraphDef(const GraphDef& actual, const GraphDef& expected,
52 // Determines if actual and expected are equal, ignoring: ordering of
57 bool EqualNodeDef(const NodeDef& actual, const NodeDef& expected, string* diff,
70 // Determines if actual and expected are equal, ignoring ordering. If they're
74 const protobuf::RepeatedPtrField<NodeDef>& expected,
89 #define TF_EXPECT_GRAPH_EQ(expected, actual) \
92 EXPECT_TRUE(EqualGraphDef(actual, expected, &diff)) \
94 << SummarizeGraphDef(expected) << "\nActual:\n" \
  /libcore/dom/src/test/java/org/w3c/domts/
DOMTestFramework.java 47 Object expected,
77 String expected,
83 Collection expected,
89 List expected,
95 String expected,
101 int expected,
107 boolean expected,
113 double expected,
119 Collection expected,
125 String expected,
    [all...]
  /libcore/ojluni/src/main/java/sun/net/
ProgressEvent.java 45 // bytes expected
46 private long expected; field in class:ProgressEvent
53 public ProgressEvent(ProgressSource source, URL url, String method, String contentType, ProgressSource.State state, long progress, long expected) {
59 this.expected = expected;
96 * Return expected maximum progress value; -1 if expected is unknown.
99 return expected;
111 + ", content-type=" + contentType + ", progress=" + progress + ", expected=" + expected + "]"
    [all...]
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/database/
MoreDatabaseUtilTest.java 37 String expected = "create index testtable_testfield_index on testtable(testfield)"; local
40 assertEquals(expected, actual);
42 expected = "create index test_table_test_field_index on test_table(test_field)";
44 assertEquals(expected, actual);
48 String expected = "drop index if exists testtable_testfield_index"; local
50 assertEquals(expected, actual);
  /prebuilts/go/darwin-x86/doc/progs/
json1.go 29 expected := []byte(`{"Name":"Alice","Body":"Hello","Time":1294706395881547000}`)
30 if !reflect.DeepEqual(b, expected) {
31 log.Panicf("Error marshaling %q, expected %q, got %q.", m, expected, b)
45 expected := Message{
51 if !reflect.DeepEqual(m, expected) {
52 log.Panicf("Error unmarshaling %q, expected %q, got %q.", b, expected, m)
75 expected := Message{
79 if !reflect.DeepEqual(expected, m)
    [all...]
  /prebuilts/go/linux-x86/doc/progs/
json1.go 29 expected := []byte(`{"Name":"Alice","Body":"Hello","Time":1294706395881547000}`)
30 if !reflect.DeepEqual(b, expected) {
31 log.Panicf("Error marshaling %q, expected %q, got %q.", m, expected, b)
45 expected := Message{
51 if !reflect.DeepEqual(m, expected) {
52 log.Panicf("Error unmarshaling %q, expected %q, got %q.", b, expected, m)
75 expected := Message{
79 if !reflect.DeepEqual(expected, m)
    [all...]
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/language.support/support.limits/limits/numeric.limits.members/
denorm_min.pass.cpp 20 test(T expected)
22 assert(std::numeric_limits<T>::denorm_min() == expected);
23 assert(std::numeric_limits<const T>::denorm_min() == expected);
24 assert(std::numeric_limits<volatile T>::denorm_min() == expected);
25 assert(std::numeric_limits<const volatile T>::denorm_min() == expected);
62 #error Test has no expected values for floating point types

Completed in 1060 milliseconds

1 2 3 4 5 6 78 91011>>