HomeSort by relevance Sort by last modified time
    Searched defs:expected_ptr (Results 1 - 4 of 4) sorted by null

  /external/strace/tests/
xet_thread_area_x86.c 113 struct user_desc *expected_ptr = local
125 assert(ptr->entry_number == expected_ptr->entry_number);
126 assert(ptr->base_addr == expected_ptr->base_addr);
127 assert(ptr->limit == expected_ptr->limit);
128 assert(ptr->seg_32bit == expected_ptr->seg_32bit);
129 assert(ptr->contents == expected_ptr->contents);
131 expected_ptr->read_exec_only);
133 expected_ptr->limit_in_pages);
135 expected_ptr->seg_not_present);
136 assert(ptr->useable == expected_ptr->useable)
    [all...]
  /external/strace/tests-m32/
xet_thread_area_x86.c 113 struct user_desc *expected_ptr = local
125 assert(ptr->entry_number == expected_ptr->entry_number);
126 assert(ptr->base_addr == expected_ptr->base_addr);
127 assert(ptr->limit == expected_ptr->limit);
128 assert(ptr->seg_32bit == expected_ptr->seg_32bit);
129 assert(ptr->contents == expected_ptr->contents);
131 expected_ptr->read_exec_only);
133 expected_ptr->limit_in_pages);
135 expected_ptr->seg_not_present);
136 assert(ptr->useable == expected_ptr->useable)
    [all...]
  /external/strace/tests-mx32/
xet_thread_area_x86.c 113 struct user_desc *expected_ptr = local
125 assert(ptr->entry_number == expected_ptr->entry_number);
126 assert(ptr->base_addr == expected_ptr->base_addr);
127 assert(ptr->limit == expected_ptr->limit);
128 assert(ptr->seg_32bit == expected_ptr->seg_32bit);
129 assert(ptr->contents == expected_ptr->contents);
131 expected_ptr->read_exec_only);
133 expected_ptr->limit_in_pages);
135 expected_ptr->seg_not_present);
136 assert(ptr->useable == expected_ptr->useable)
    [all...]
  /external/tensorflow/tensorflow/compiler/xla/tests/
client_library_test_base.cc 276 const Literal* expected_ptr = &expected; local
281 expected_ptr = converted_expected.get();
294 LiteralTestUtil::ExpectEqual(*expected_ptr, actual, error_message);
298 computation, *expected_ptr, arguments, expect_equal);
302 computation, *expected_ptr, arguments, expect_equal, shape_with_layout);
306 LiteralTestUtil::ExpectEqual(*expected_ptr, *actual);
328 const Literal* expected_ptr = &expected; local
333 expected_ptr = converted_expected.get();
346 LiteralTestUtil::ExpectNear(*expected_ptr, actual, error, error_message);
350 computation, *expected_ptr, arguments, expect_near)
    [all...]

Completed in 114 milliseconds