HomeSort by relevance Sort by last modified time
    Searched refs:expectations (Results 26 - 50 of 68) sorted by null

12 3

  /external/skia/tools/skpbench/
_hardware_pixel.py 90 expectations = \
105 Expectation.check_all(expectations, result.splitlines())
  /external/skqp/tools/skpbench/
_hardware_pixel.py 95 expectations = \
110 Expectation.check_all(expectations, result.splitlines())
  /external/v8/tools/release/
test_scripts.py 337 "expectations must consist of at least as many arguments." %
806 expectations = []
808 expectations.append(Cmd("which vi", "/usr/bin/vi"))
809 expectations += [
830 expectations.append(RL("")) # Open editor.
832 expectations.append(
834 expectations += [
848 expectations.append(RL("Y")) # Sanity check.
849 expectations += [
    [all...]
  /external/skia/tests/
GrShapeTest.cpp 539 void testExpectations(skiatest::Reporter* reporter, SelfExpectations expectations) const;
689 void TestCase::testExpectations(skiatest::Reporter* reporter, SelfExpectations expectations) const {
692 if (expectations.fPEHasEffect) {
694 REPORTER_ASSERT(reporter, expectations.fPEHasValidKey == SkToBool(fAppliedPEKey.count()));
696 REPORTER_ASSERT(reporter, expectations.fPEHasValidKey == SkToBool(fAppliedFullKey.count()));
697 if (expectations.fStrokeApplies && expectations.fPEHasValidKey) {
707 if (expectations.fStrokeApplies) {
765 TestCase::SelfExpectations expectations; local
769 expectations.fPEHasEffect = false
1257 TestCase::SelfExpectations expectations; local
1519 TestCase::SelfExpectations expectations; local
    [all...]
FrontBufferedStreamTest.cpp 17 const void* expectations, size_t bytesToRead) {
23 REPORTER_ASSERT(reporter, memcmp(storage.get(), expectations, bytesRead) == 0);
GeometryTest.cpp 224 static constexpr SkCubicType expectations[24] = { local
268 check_cubic_type(reporter, bezier, expectations[i*6 + j*2 + k], undefined);
  /external/skqp/tests/
GrShapeTest.cpp 511 void testExpectations(skiatest::Reporter* reporter, SelfExpectations expectations) const;
661 void TestCase::testExpectations(skiatest::Reporter* reporter, SelfExpectations expectations) const {
664 if (expectations.fPEHasEffect) {
666 REPORTER_ASSERT(reporter, expectations.fPEHasValidKey == SkToBool(fAppliedPEKey.count()));
668 REPORTER_ASSERT(reporter, expectations.fPEHasValidKey == SkToBool(fAppliedFullKey.count()));
669 if (expectations.fStrokeApplies && expectations.fPEHasValidKey) {
679 if (expectations.fStrokeApplies) {
737 TestCase::SelfExpectations expectations; local
741 expectations.fPEHasEffect = false
1229 TestCase::SelfExpectations expectations; local
1491 TestCase::SelfExpectations expectations; local
    [all...]
PDFDocumentTest.cpp 167 static const char* expectations[] = { local
174 for (const char* expectation : expectations) {
FrontBufferedStreamTest.cpp 17 const void* expectations, size_t bytesToRead) {
23 REPORTER_ASSERT(reporter, memcmp(storage.get(), expectations, bytesRead) == 0);
GeometryTest.cpp 224 static constexpr SkCubicType expectations[24] = { local
268 check_cubic_type(reporter, bezier, expectations[i*6 + j*2 + k], undefined);
  /external/autotest/client/site_tests/graphics_dEQP/scripts/
process_logs.py 17 _EXPECTATIONS_DIR = 'expectations'
115 expectations = {}
118 expectations[key] = set(data[key])
119 return expectations
136 # Clean up obsolete expectations.
301 description='Download from GS and process dEQP logs into expectations.')
324 # This is somewhat optional. Remove existing expectations to start clean, but
  /external/caliper/
Android.mk 71 # vogar --expectations $ANDROID_BUILD_TOP/external/caliper/expectations/knownfailures.txt \
  /external/chromium-trace/catapult/common/py_utils/py_utils/
expectations_parser.py 14 """Constructor for expectations.
56 """Parse expectations data in TA/DA format.
61 Takes raw expectations data as a string read from the TA/DA expectation file
91 # Expectations must be after all tags are declared.
114 'Condition %s not found in expectations tag data. Line %d'
119 def expectations(self): member in class:TestExpectationParser
  /cts/tests/libcore/ojluni/
Android.mk 50 LOCAL_JAVA_RESOURCE_FILES := libcore/expectations/knownfailures.txt
  /cts/tests/libcore/okhttp/
Android.mk 46 LOCAL_JAVA_RESOURCE_FILES := libcore/expectations/knownfailures.txt
  /cts/tests/libcore/wycheproof/
Android.mk 48 LOCAL_JAVA_RESOURCE_FILES := libcore/expectations/knownfailures.txt
  /cts/tests/libcore/wycheproof-bc/
Android.mk 48 LOCAL_JAVA_RESOURCE_FILES := libcore/expectations/knownfailures.txt
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_strftime.py 89 expectations = (
116 for e in expectations:
  /external/python/cpython2/Lib/test/
test_strftime.py 89 expectations = (
116 for e in expectations:
  /external/python/cpython3/Lib/test/
test_strftime.py 87 expectations = (
114 for e in expectations:
  /external/webrtc/webrtc/tools/rtcbot/test/
simple_offer_answer.js 37 // TODO(andresp): Implement utilities in test to write expectations
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_strftime.py 89 expectations = (
116 for e in expectations:
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_strftime.py 89 expectations = (
116 for e in expectations:
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_strftime.py 89 expectations = (
116 for e in expectations:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_strftime.py 89 expectations = (
116 for e in expectations:

Completed in 1261 milliseconds

12 3