Searched refs:passes (Results 1 – 12 of 12) sorted by relevance
/frameworks/rs/rsov/compiler/spirit/ |
D | pass_queue_test.cpp | 101 PassQueue passes; in TEST_F() local 102 passes.append(new MulToAddTransformer()); in TEST_F() 103 auto m1 = passes.run(m.get()); in TEST_F() 122 PassQueue passes; in TEST_F() local 123 passes.append(new InPlaceModifyingPass()); in TEST_F() 124 auto m1 = passes.run(m.get()); in TEST_F() 142 PassQueue passes; in TEST_F() local 143 passes.append(new Deleter()); in TEST_F() 144 auto m1 = passes.run(m.get()); in TEST_F() 158 PassQueue passes; in TEST_F() local [all …]
|
/frameworks/rs/rsov/compiler/ |
D | Builtin_test.cpp | 35 PassQueue passes; in TEST() local 36 passes.append(rs2spirv::CreateBuiltinPass()); in TEST() 37 auto words1 = passes.run(words); in TEST()
|
/frameworks/native/services/surfaceflinger/tests/fakehwc/ |
D | FakeComposerUtils.cpp | 85 bool passes = true; in rectsAreSame() local 88 passes &= valuesMatch(message, ref.mDisplayFrame, val.mDisplayFrame, "display frame"); in rectsAreSame() 89 passes &= valuesMatch(message, ref.mPlaneAlpha, val.mPlaneAlpha, "alpha"); in rectsAreSame() 90 passes &= valuesMatch(message, ref.mSwapCount, val.mSwapCount, "swap count"); in rectsAreSame() 91 passes &= valuesMatch(message, ref.mSourceCrop, val.mSourceCrop, "source crop"); in rectsAreSame() 93 if (passes) { in rectsAreSame()
|
/frameworks/rs/tests/lldb/ |
D | run_tests.py | 551 passes = sum(1 for key, value in state.results.items() if value == 'pass') 552 log.info('Current pass rate: %s of %s executed.', passes, len(state.results)) 662 passes = 0 671 passes += 1 683 assert passes + failures == total, 'Invalid test results status' 691 log.log_and_print('{0} of {1} passed'.format(passes, total)) 693 log.log_and_print('{0}% rate'.format((passes*100)/total))
|
/frameworks/base/tests/AccessoryDisplay/ |
D | README | 20 displays it in a SurfaceView. The sink also injects passes touch 35 a private virtual display which passes the framebuffer through
|
/frameworks/base/core/proto/android/os/ |
D | header.proto | 43 // And this header passes through incidentd without incidentd parsing it.
|
D | powermanager.proto | 55 // display controller. The device typically passes through the dozing
|
/frameworks/rs/tests/java_api/Refocus/src/com/android/rs/test/ |
D | pixel_format_f32.rsh | 23 // 5. After each layer is processed in either of the two passes, the fields
|
/frameworks/rs/script_api/include/ |
D | rs_atomic.rsh | 92 * addr: Address of the value to compare and replace if the test passes. 94 * newValue: Value to write if the test passes.
|
D | rs_allocation_data.rsh | 2688 * This function has two styles. One passes the value to be stored using a void*,
|
/frameworks/base/packages/SystemUI/docs/ |
D | plugins.md | 107 After the plugin is created and passes all permission/security checks, then the plugin will receive…
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/objectivec/Tests/ |
D | GPBMessageTests.m | 278 // In DEBUG, the data generation will fail, but in non DEBUG, it passes 300 // In DEBUG, the data generation will fail, but in non DEBUG, it passes 325 // In DEBUG, the parse will fail, but in non DEBUG, it passes because
|