/external/deqp/framework/common/ |
D | tcuEither.hpp | 23 * \brief Template class that is either type of First or Second. 32 * \brief Object containing Either First or Second type of object 34 * \note Type First and Second are always aligned to same alignment as 37 * sizeof(Second*)) + sizeof(deUint64) of memory. 39 template<typename First, typename Second> 44 Either (const Second& second); 47 Either (const Either<First, Second>& other); 48 Either& operator= (const Either<First, Second>& other); 51 Either& operator= (const Second& second); 57 const Second& getSecond (void) const; [all …]
|
/external/angle/third_party/vulkan-deps/glslang/src/Test/baseResults/ |
D | stringToDouble.vert.out | 9 0:5 move second child to first child ( temp float) 14 0:6 move second child to first child ( temp float) 19 0:7 move second child to first child ( temp float) 24 0:8 move second child to first child ( temp float) 29 0:9 move second child to first child ( temp float) 34 0:10 move second child to first child ( temp double) 39 0:11 move second child to first child ( temp double) 44 0:12 move second child to first child ( temp double) 49 0:13 move second child to first child ( temp double) 54 0:14 move second child to first child ( temp double) [all …]
|
D | numeral.frag.out | 25 0:5 move second child to first child ( temp int) 30 0:6 move second child to first child ( temp int) 35 0:7 move second child to first child ( temp int) 40 0:8 move second child to first child ( temp int) 45 0:9 move second child to first child ( temp int) 50 0:10 move second child to first child ( temp int) 55 0:11 move second child to first child ( temp int) 60 0:12 move second child to first child ( temp int) 65 0:13 move second child to first child ( temp int) 70 0:14 move second child to first child ( temp int) [all …]
|
D | Operations.frag.out | 35 0:27 move second child to first child ( temp 4-component vector of float) 39 0:28 add second child into first child ( temp 4-component vector of float) 43 0:29 add second child into first child ( temp 4-component vector of float) 46 0:29 move second child to first child ( temp int) 53 0:30 add second child into first child ( temp 4-component vector of float) 57 0:31 add second child into first child ( temp 4-component vector of float) 61 0:32 add second child into first child ( temp 4-component vector of float) 65 0:33 add second child into first child ( temp 4-component vector of float) 69 0:35 add second child into first child ( temp 4-component vector of float) 73 0:36 add second child into first child ( temp 4-component vector of float) [all …]
|
/external/deqp-deps/glslang/Test/baseResults/ |
D | stringToDouble.vert.out | 9 0:5 move second child to first child ( temp float) 14 0:6 move second child to first child ( temp float) 19 0:7 move second child to first child ( temp float) 24 0:8 move second child to first child ( temp float) 29 0:9 move second child to first child ( temp float) 34 0:10 move second child to first child ( temp double) 39 0:11 move second child to first child ( temp double) 44 0:12 move second child to first child ( temp double) 49 0:13 move second child to first child ( temp double) 54 0:14 move second child to first child ( temp double) [all …]
|
D | numeral.frag.out | 25 0:5 move second child to first child ( temp int) 30 0:6 move second child to first child ( temp int) 35 0:7 move second child to first child ( temp int) 40 0:8 move second child to first child ( temp int) 45 0:9 move second child to first child ( temp int) 50 0:10 move second child to first child ( temp int) 55 0:11 move second child to first child ( temp int) 60 0:12 move second child to first child ( temp int) 65 0:13 move second child to first child ( temp int) 70 0:14 move second child to first child ( temp int) [all …]
|
D | Operations.frag.out | 35 0:27 move second child to first child ( temp 4-component vector of float) 39 0:28 add second child into first child ( temp 4-component vector of float) 43 0:29 add second child into first child ( temp 4-component vector of float) 46 0:29 move second child to first child ( temp int) 53 0:30 add second child into first child ( temp 4-component vector of float) 57 0:31 add second child into first child ( temp 4-component vector of float) 61 0:32 add second child into first child ( temp 4-component vector of float) 65 0:33 add second child into first child ( temp 4-component vector of float) 69 0:35 add second child into first child ( temp 4-component vector of float) 73 0:36 add second child into first child ( temp 4-component vector of float) [all …]
|
/external/XNNPACK/test/ |
D | average-pooling-nhwc.cc | 40 .input_width(pooling_size.second + 2) in TEST() 42 .pooling_width(pooling_size.second) in TEST() 46 .input_height(pooling_size.second + 3) in TEST() 48 .pooling_height(pooling_size.second) in TEST() 67 .input_width(pooling_size.second + 2) in TEST() 69 .pooling_width(pooling_size.second) in TEST() 75 .input_height(pooling_size.second + 3) in TEST() 77 .pooling_height(pooling_size.second) in TEST() 97 .input_width(pooling_size.second + 2) in TEST() 101 .pooling_width(pooling_size.second) in TEST() [all …]
|
/external/llvm-project/llvm/test/Transforms/LoopFusion/ |
D | guarded.ll | 68 ; and for.second are fused. 77 ; CHECK: br i1 %cmp.j, label %for.first, label %for.second.exit 78 ; CHECK-LABEL: for.second.exit: 85 br i1 %cmp.guard, label %for.first.preheader, label %for.second.guard 99 br label %for.second.guard 101 for.second.guard: 102 br i1 %cmp.guard, label %for.second.preheader, label %for.end 104 for.second.preheader: 106 br label %for.second 108 for.second: [all …]
|
D | guarded_unsafeblock_peel.ll | 11 ; CHECK: br i1 %cmp3, label %for.first.preheader, label %for.second.guard 18 ; CHECK-NEXT: br label %for.second.guard 19 ; CHECK: for.second.guard: 20 ; CHECK: br i1 %cmp21, label %for.second.preheader, label %for.end 21 ; CHECK: for.second.preheader: 22 ; CHECK-NEXT: br label %for.second 23 ; CHECK: for.second: 24 ; CHECK: br i1 %cmp2, label %for.second, label %for.second.exit 25 ; CHECK: for.second.exit: 33 br i1 %cmp3, label %for.first.preheader, label %for.second.guard [all …]
|
/external/llvm-project/clang/test/Modules/ |
D | odr_hash.cpp | 11 // Build second header file 12 // RUN: echo "#define SECOND" >> %t/Inputs/second.h 13 // RUN: cat %s >> %t/Inputs/second.h 17 // RUN: %clang_cc1 -fsyntax-only -x c++ -std=c++1z %t/Inputs/second.h 24 // RUN: echo " header \"second.h\"" >> %t/Inputs/module.map 32 #if !defined(FIRST) && !defined(SECOND) 34 #include "second.h" 40 #elif defined(SECOND) 48 #elif defined(SECOND) 54 // expected-error@second.h:* {{'AccessSpecifiers::S1' has different definitions in different module… [all …]
|
/external/llvm-project/libcxx/test/std/containers/associative/map/map.modifiers/ |
D | erase_key.pass.cpp | 44 assert(m.begin()->second == 1.5); in main() 46 assert(next(m.begin())->second == 2.5); in main() 48 assert(next(m.begin(), 2)->second == 3.5); in main() 50 assert(next(m.begin(), 3)->second == 4.5); in main() 52 assert(next(m.begin(), 4)->second == 5.5); in main() 54 assert(next(m.begin(), 5)->second == 6.5); in main() 56 assert(next(m.begin(), 6)->second == 7.5); in main() 58 assert(next(m.begin(), 7)->second == 8.5); in main() 64 assert(m.begin()->second == 1.5); in main() 66 assert(next(m.begin())->second == 2.5); in main() [all …]
|
/external/libcxx/test/std/containers/associative/map/map.modifiers/ |
D | erase_key.pass.cpp | 44 assert(m.begin()->second == 1.5); in main() 46 assert(next(m.begin())->second == 2.5); in main() 48 assert(next(m.begin(), 2)->second == 3.5); in main() 50 assert(next(m.begin(), 3)->second == 4.5); in main() 52 assert(next(m.begin(), 4)->second == 5.5); in main() 54 assert(next(m.begin(), 5)->second == 6.5); in main() 56 assert(next(m.begin(), 6)->second == 7.5); in main() 58 assert(next(m.begin(), 7)->second == 8.5); in main() 64 assert(m.begin()->second == 1.5); in main() 66 assert(next(m.begin())->second == 2.5); in main() [all …]
|
/external/libcxx/test/std/containers/associative/map/map.ops/ |
D | equal_range.pass.cpp | 46 assert(r.second == next(m.begin(), 1)); in main() 49 assert(r.second == next(m.begin(), 2)); in main() 52 assert(r.second == next(m.begin(), 3)); in main() 55 assert(r.second == next(m.begin(), 4)); in main() 58 assert(r.second == next(m.begin(), 5)); in main() 61 assert(r.second == next(m.begin(), 6)); in main() 64 assert(r.second == next(m.begin(), 7)); in main() 67 assert(r.second == next(m.begin(), 8)); in main() 70 assert(r.second == next(m.begin(), 0)); in main() 73 assert(r.second == next(m.begin(), 1)); in main() [all …]
|
/external/llvm-project/libcxx/test/std/containers/associative/map/map.ops/ |
D | equal_range.pass.cpp | 45 assert(r.second == next(m.begin(), 1)); in main() 48 assert(r.second == next(m.begin(), 2)); in main() 51 assert(r.second == next(m.begin(), 3)); in main() 54 assert(r.second == next(m.begin(), 4)); in main() 57 assert(r.second == next(m.begin(), 5)); in main() 60 assert(r.second == next(m.begin(), 6)); in main() 63 assert(r.second == next(m.begin(), 7)); in main() 66 assert(r.second == next(m.begin(), 8)); in main() 69 assert(r.second == next(m.begin(), 0)); in main() 72 assert(r.second == next(m.begin(), 1)); in main() [all …]
|
/external/libcxx/test/std/re/re.alg/re.alg.search/ |
D | ecma.pass.cpp | 44 assert(m.prefix().second == m[0].first); in main() 46 assert(m.suffix().first == m[0].second); in main() 47 assert(m.suffix().second == s+1); in main() 59 assert(m.prefix().second == m[0].first); in main() 61 assert(m.suffix().first == m[0].second); in main() 62 assert(m.suffix().second == s+2); in main() 81 assert(m.prefix().second == m[0].first); in main() 83 assert(m.suffix().first == m[0].second); in main() 84 assert(m.suffix().second == s+3); in main() 103 assert(m.prefix().second == m[0].first); in main() [all …]
|
D | extended.pass.cpp | 44 assert(m.prefix().second == m[0].first); in main() 46 assert(m.suffix().first == m[0].second); in main() 47 assert(m.suffix().second == s+1); in main() 59 assert(m.prefix().second == m[0].first); in main() 61 assert(m.suffix().first == m[0].second); in main() 62 assert(m.suffix().second == s+2); in main() 81 assert(m.prefix().second == m[0].first); in main() 83 assert(m.suffix().first == m[0].second); in main() 84 assert(m.suffix().second == s+3); in main() 103 assert(m.prefix().second == m[0].first); in main() [all …]
|
D | basic.pass.cpp | 50 assert(m.prefix().second == m[0].first); in main() 52 assert(m.suffix().first == m[0].second); in main() 53 assert(m.suffix().second == s+1); in main() 65 assert(m.prefix().second == m[0].first); in main() 67 assert(m.suffix().first == m[0].second); in main() 68 assert(m.suffix().second == s+2); in main() 87 assert(m.prefix().second == m[0].first); in main() 89 assert(m.suffix().first == m[0].second); in main() 90 assert(m.suffix().second == s+3); in main() 109 assert(m.prefix().second == m[0].first); in main() [all …]
|
/external/llvm-project/libcxx/test/std/re/re.alg/re.alg.search/ |
D | ecma.pass.cpp | 43 assert(m.prefix().second == m[0].first); in main() 45 assert(m.suffix().first == m[0].second); in main() 46 assert(m.suffix().second == s+1); in main() 58 assert(m.prefix().second == m[0].first); in main() 60 assert(m.suffix().first == m[0].second); in main() 61 assert(m.suffix().second == s+2); in main() 80 assert(m.prefix().second == m[0].first); in main() 82 assert(m.suffix().first == m[0].second); in main() 83 assert(m.suffix().second == s+3); in main() 102 assert(m.prefix().second == m[0].first); in main() [all …]
|
D | basic.pass.cpp | 49 assert(m.prefix().second == m[0].first); in main() 51 assert(m.suffix().first == m[0].second); in main() 52 assert(m.suffix().second == s+1); in main() 64 assert(m.prefix().second == m[0].first); in main() 66 assert(m.suffix().first == m[0].second); in main() 67 assert(m.suffix().second == s+2); in main() 86 assert(m.prefix().second == m[0].first); in main() 88 assert(m.suffix().first == m[0].second); in main() 89 assert(m.suffix().second == s+3); in main() 108 assert(m.prefix().second == m[0].first); in main() [all …]
|
/external/webrtc/modules/desktop_capture/ |
D | desktop_region.cc | 54 Row* row = it->second; in operator =() 55 it->second = new Row(*row); in operator =() 66 it1->second->top != it2->second->top || in Equals() 67 it1->second->bottom != it2->second->bottom || in Equals() 68 it1->second->spans != it2->second->spans) { in Equals() 79 delete row->second; in Clear() 101 if (row == rows_.end() || top < row->second->top) { in AddRect() 105 if (row != rows_.end() && row->second->top < bottom) in AddRect() 106 bottom = row->second->top; in AddRect() 108 } else if (top > row->second->top) { in AddRect() [all …]
|
/external/libcxx/test/std/containers/associative/set/ |
D | equal_range.pass.cpp | 45 assert(r.second == next(m.begin(), 1)); in main() 48 assert(r.second == next(m.begin(), 2)); in main() 51 assert(r.second == next(m.begin(), 3)); in main() 54 assert(r.second == next(m.begin(), 4)); in main() 57 assert(r.second == next(m.begin(), 5)); in main() 60 assert(r.second == next(m.begin(), 6)); in main() 63 assert(r.second == next(m.begin(), 7)); in main() 66 assert(r.second == next(m.begin(), 8)); in main() 69 assert(r.second == next(m.begin(), 0)); in main() 72 assert(r.second == next(m.begin(), 1)); in main() [all …]
|
/external/llvm-project/libcxx/test/std/containers/associative/set/ |
D | equal_range.pass.cpp | 44 assert(r.second == next(m.begin(), 1)); in main() 47 assert(r.second == next(m.begin(), 2)); in main() 50 assert(r.second == next(m.begin(), 3)); in main() 53 assert(r.second == next(m.begin(), 4)); in main() 56 assert(r.second == next(m.begin(), 5)); in main() 59 assert(r.second == next(m.begin(), 6)); in main() 62 assert(r.second == next(m.begin(), 7)); in main() 65 assert(r.second == next(m.begin(), 8)); in main() 68 assert(r.second == next(m.begin(), 0)); in main() 71 assert(r.second == next(m.begin(), 1)); in main() [all …]
|
/external/libcxx/test/std/containers/unord/unord.multimap/unord.multimap.modifiers/ |
D | erase_key.pass.cpp | 60 assert(std::distance(eq.first, eq.second) == 2); in main() 63 assert(k->second == "one"); in main() 66 assert(k->second == "four"); in main() 68 assert(std::distance(eq.first, eq.second) == 2); in main() 71 assert(k->second == "two"); in main() 74 assert(k->second == "four"); in main() 76 assert(std::distance(eq.first, eq.second) == 1); in main() 79 assert(k->second == "three"); in main() 81 assert(std::distance(eq.first, eq.second) == 1); in main() 84 assert(k->second == "four"); in main() [all …]
|
/external/llvm-project/libcxx/test/std/containers/associative/multimap/multimap.modifiers/ |
D | erase_iter.pass.cpp | 53 assert(m.begin()->second == 1); in main() 55 assert(next(m.begin())->second == 1.5); in main() 57 assert(next(m.begin(), 2)->second == 2); in main() 59 assert(next(m.begin(), 3)->second == 1.5); in main() 61 assert(next(m.begin(), 4)->second == 2); in main() 63 assert(next(m.begin(), 5)->second == 1); in main() 65 assert(next(m.begin(), 6)->second == 1.5); in main() 67 assert(next(m.begin(), 7)->second == 2); in main() 73 assert(next(m.begin(), 0)->second == 1.5); in main() 75 assert(next(m.begin(), 1)->second == 2); in main() [all …]
|