| /external/webrtc/api/audio/ |
| D | channel_layout.h | 24 // Front C 27 // Front L, Front R 30 // Front L, Front R, Back C 33 // Front L, Front R, Front C 36 // Front L, Front R, Front C, Back C 39 // Front L, Front R, Side L, Side R 42 // Front L, Front R, Back L, Back R 45 // Front L, Front R, Front C, Side L, Side R 48 // Front L, Front R, Front C, LFE, Side L, Side R 51 // Front L, Front R, Front C, Back L, Back R [all …]
|
| /external/cronet/buildtools/third_party/libc++/trunk/test/std/containers/sequences/vector/vector.modifiers/ |
| D | emplace_back.pass.cpp | 65 assert(c.front().geti() == 2); in tests() 66 assert(c.front().getd() == 3.5); in tests() 74 assert(c.front().geti() == 2); in tests() 75 assert(c.front().getd() == 3.5); in tests() 80 assert(c.front().geti() == 2); in tests() 81 assert(c.front().getd() == 3.5); in tests() 92 assert(c.front().geti() == 2); in tests() 93 assert(c.front().getd() == 3.5); in tests() 101 assert(c.front().geti() == 2); in tests() 102 assert(c.front().getd() == 3.5); in tests() [all …]
|
| D | emplace.pass.cpp | 62 assert(c.front().geti() == 2); in tests() 63 assert(c.front().getd() == 3.5); in tests() 68 assert(c.front().geti() == 2); in tests() 69 assert(c.front().getd() == 3.5); in tests() 76 assert(c.front().geti() == 2); in tests() 77 assert(c.front().getd() == 3.5); in tests() 89 assert(c.front().geti() == 2); in tests() 90 assert(c.front().getd() == 3.5); in tests() 95 assert(c.front().geti() == 2); in tests() 96 assert(c.front().getd() == 3.5); in tests() [all …]
|
| /external/virglrenderer/.gitlab-ci/expectations/virt/ |
| D | virgl-gl-flakes.txt | 58 spec@!opengl 1.0@gl-1.0-front-invalidate-back 65 spec@!opengl 1.1@read-front 66 spec@!opengl 1.1@read-front clear-front-first 67 spec@!opengl 1.1@read-front clear-front-first samples=2 68 spec@!opengl 1.1@read-front clear-front-first samples=4 69 spec@!opengl 1.1@read-front samples=2 70 spec@!opengl 1.1@read-front samples=4 73 spec@!opengl 2.0@vertex-program-two-side front back back2@gs-out and fs 74 spec@!opengl 2.0@vertex-program-two-side front back back2@vs- gs and fs 75 spec@!opengl 2.0@vertex-program-two-side front back front2@gs-out and fs [all …]
|
| /external/libchrome/base/memory/ |
| D | ref_counted_memory_unittest.cc | 36 EXPECT_EQ(45U, mem->front()[0]); in TEST() 37 EXPECT_EQ(99U, mem->front()[1]); in TEST() 45 EXPECT_EQ(12U, mem2->front()[0]); in TEST() 46 EXPECT_EQ(11U, mem2->front()[1]); in TEST() 47 EXPECT_EQ(99U, mem2->front()[2]); in TEST() 56 // Test non-const versions of data(), front() and front_as<>(). in TEST() 58 mem->front()[1] = 2; in TEST() 71 EXPECT_EQ('d', mem->front()[0]); in TEST() 72 EXPECT_EQ('e', mem->front()[1]); in TEST() 73 EXPECT_EQ('e', mem->front()[9]); in TEST() [all …]
|
| /external/cronet/buildtools/third_party/libc++/trunk/test/std/containers/sequences/list/list.modifiers/ |
| D | emplace_front.pass.cpp | 44 assert(&r1 == &c.front()); in main() 45 assert(c.front().geti() == 2); in main() 46 assert(c.front().getd() == 3.5); in main() 49 assert(&r2 == &c.front()); in main() 53 assert(c.front().geti() == 2); in main() 54 assert(c.front().getd() == 3.5); in main() 58 assert(c.front().geti() == 3); in main() 59 assert(c.front().getd() == 4.5); in main() 69 assert(&r1 == &c.front()); in main() 70 assert(c.front().geti() == 2); in main() [all …]
|
| /external/libcxx/test/std/containers/sequences/list/list.modifiers/ |
| D | emplace_front.pass.cpp | 44 assert(&r1 == &c.front()); in main() 45 assert(c.front().geti() == 2); in main() 46 assert(c.front().getd() == 3.5); in main() 49 assert(&r2 == &c.front()); in main() 53 assert(c.front().geti() == 2); in main() 54 assert(c.front().getd() == 3.5); in main() 58 assert(c.front().geti() == 3); in main() 59 assert(c.front().getd() == 4.5); in main() 69 assert(&r1 == &c.front()); in main() 70 assert(c.front().geti() == 2); in main() [all …]
|
| /external/libcxx/test/std/containers/sequences/vector/vector.modifiers/ |
| D | emplace_back.pass.cpp | 65 assert(c.front().geti() == 2); in main() 66 assert(c.front().getd() == 3.5); in main() 74 assert(c.front().geti() == 2); in main() 75 assert(c.front().getd() == 3.5); in main() 80 assert(c.front().geti() == 2); in main() 81 assert(c.front().getd() == 3.5); in main() 92 assert(c.front().geti() == 2); in main() 93 assert(c.front().getd() == 3.5); in main() 101 assert(c.front().geti() == 2); in main() 102 assert(c.front().getd() == 3.5); in main() [all …]
|
| D | emplace.pass.cpp | 63 assert(c.front().geti() == 2); in main() 64 assert(c.front().getd() == 3.5); in main() 69 assert(c.front().geti() == 2); in main() 70 assert(c.front().getd() == 3.5); in main() 77 assert(c.front().geti() == 2); in main() 78 assert(c.front().getd() == 3.5); in main() 90 assert(c.front().geti() == 2); in main() 91 assert(c.front().getd() == 3.5); in main() 96 assert(c.front().geti() == 2); in main() 97 assert(c.front().getd() == 3.5); in main() [all …]
|
| /external/scudo/standalone/tests/ |
| D | list_test.cpp | 46 EXPECT_EQ(L->front(), I1); in checkList() 50 EXPECT_EQ(L->front(), I2); in checkList() 54 EXPECT_EQ(L->front(), I3); in checkList() 58 EXPECT_EQ(L->front(), I4); in checkList() 62 EXPECT_EQ(L->front(), I5); in checkList() 66 EXPECT_EQ(L->front(), I6); in checkList() 80 EXPECT_EQ(L.front(), X); in testListCommon() 88 EXPECT_EQ(L.front(), X); in testListCommon() 97 EXPECT_EQ(L.front(), Z); in testListCommon() 103 EXPECT_EQ(L.front(), Y); in testListCommon() [all …]
|
| /external/icu/icu4c/source/layoutex/ |
| D | LXUtilities.cpp | 79 le_int32 front, back; in reverse() local 81 for (front = 0, back = length - 1; front < back; front += 1, back -= 1) { in reverse() 82 le_int32 swap = array[front]; in reverse() 84 array[front] = array[back]; in reverse() 91 le_int32 front, back; in reverse() local 93 for (front = 0, back = length - 1; front < back; front += 1, back -= 1) { in reverse() 94 float swap = array[front]; in reverse() 96 array[front] = array[back]; in reverse()
|
| /external/autotest/client/common_lib/cros/cfm/usb/ |
| D | usb_port_manager.py | 16 # Front ports 17 PortId(bus=1, port_number=2): 56, # Front left USB 2 18 PortId(bus=2, port_number=1): 56, # Front left USB 3 19 PortId(bus=1, port_number=3): 57, # Front right USB 2 20 PortId(bus=2, port_number=2): 57, # Front right USB 3 28 # Front ports 29 PortId(bus=1, port_number=2): 56, # Front left USB 2 30 PortId(bus=2, port_number=1): 56, # Front left USB 3 31 PortId(bus=1, port_number=3): 57, # Front right USB 2 32 PortId(bus=2, port_number=2): 57, # Front right USB 3 [all …]
|
| /external/webrtc/audio/utility/ |
| D | channel_mixing_matrix.cc | 124 // Only place the mono input in the front left and right channels. in CreateTransformationMatrix() 159 // Mix front LR into center. in CreateTransformationMatrix() 172 // Mix center into front LR. in CreateTransformationMatrix() 174 // When up mixing from mono, just do a copy to front LR. in CreateTransformationMatrix() 181 // Mix back LR into: side LR || back center || front LR || front center. in CreateTransformationMatrix() 194 // Mix back LR into front LR. in CreateTransformationMatrix() 198 // Mix back LR into front center. in CreateTransformationMatrix() 204 // Mix side LR into: back LR || back center || front LR || front center. in CreateTransformationMatrix() 217 // Mix side LR into front LR. in CreateTransformationMatrix() 221 // Mix side LR into front center. in CreateTransformationMatrix() [all …]
|
| /external/crosvm/devices/src/virtio/snd/ |
| D | constants.rs | 100 pub const VIRTIO_SND_CHMAP_FL: u8 = 3; /* front left */ 101 pub const VIRTIO_SND_CHMAP_FR: u8 = 4; /* front right */ 104 pub const VIRTIO_SND_CHMAP_FC: u8 = 7; /* front center */ 109 pub const VIRTIO_SND_CHMAP_FLC: u8 = 12; /* front left center */ 110 pub const VIRTIO_SND_CHMAP_FRC: u8 = 13; /* front right center */ 113 pub const VIRTIO_SND_CHMAP_FLW: u8 = 16; /* front left wide */ 114 pub const VIRTIO_SND_CHMAP_FRW: u8 = 17; /* front right wide */ 115 pub const VIRTIO_SND_CHMAP_FLH: u8 = 18; /* front left high */ 116 pub const VIRTIO_SND_CHMAP_FCH: u8 = 19; /* front center high */ 117 pub const VIRTIO_SND_CHMAP_FRH: u8 = 20; /* front right high */ [all …]
|
| /external/cronet/base/task/sequence_manager/ |
| D | lazily_deallocated_deque_unittest.cc | 31 EXPECT_EQ(123, d.front()); in TEST_F() 45 EXPECT_EQ(0, d.front()); in TEST_F() 50 EXPECT_EQ(i, d.front()); in TEST_F() 65 EXPECT_EQ(123, d.front()); in TEST_F() 79 EXPECT_EQ(999, d.front()); in TEST_F() 84 EXPECT_EQ(999 - i, d.front()); in TEST_F() 252 EXPECT_EQ(d.front(), i); in TEST_F() 269 EXPECT_EQ(0, d.front()); in TEST_F() 273 EXPECT_EQ(d.front(), i); in TEST_F() 290 EXPECT_EQ(999, d.front()); in TEST_F() [all …]
|
| /external/libcxx/test/std/containers/sequences/forwardlist/forwardlist.modifiers/ |
| D | emplace_front.pass.cpp | 33 assert(c.front() == Emplaceable()); in main() 34 assert(&r1 == &c.front()); in main() 37 assert(c.front() == Emplaceable(1, 2.5)); in main() 38 assert(&r2 == &c.front()); in main() 41 assert(c.front() == Emplaceable()); in main() 44 assert(c.front() == Emplaceable(1, 2.5)); in main() 55 assert(c.front() == Emplaceable()); in main() 56 assert(&r1 == &c.front()); in main() 59 assert(c.front() == Emplaceable(1, 2.5)); in main() 60 assert(&r2 == &c.front()); in main() [all …]
|
| /external/libcxx/test/std/containers/sequences/array/ |
| D | front_back.pass.cpp | 12 // reference front(); // constexpr in C++17 14 // const_reference front(); // constexpr in C++14 30 return arr.front() == val; in check_front() 47 C::reference r1 = c.front(); in main() 61 C::const_reference r1 = c.front(); in main() 72 static_assert((std::is_same<decltype(c.front()), T &>::value), ""); in main() 73 static_assert((std::is_same<decltype(cc.front()), const T &>::value), ""); in main() 77 TEST_IGNORE_NODISCARD c.front(); in main() 79 TEST_IGNORE_NODISCARD cc.front(); in main() 88 static_assert((std::is_same<decltype(c.front()), const T &>::value), ""); in main() [all …]
|
| /external/eigen/unsupported/Eigen/CXX11/src/ThreadPool/ |
| D | RunQueue.h | 16 // Operations on front of the queue must be done by a single thread (owner), 54 unsigned front = front_.load(std::memory_order_relaxed); in PushFront() local 55 Elem* e = &array_[front & kMask]; in PushFront() 60 front_.store(front + 1 + (kSize << 1), std::memory_order_relaxed); in PushFront() 69 unsigned front = front_.load(std::memory_order_relaxed); in PopFront() local 70 Elem* e = &array_[(front - 1) & kMask]; in PopFront() 77 front = ((front - 1) & kMask2) | (front & ~kMask2); in PopFront() 78 front_.store(front, std::memory_order_relaxed); in PopFront() 177 // front/back, respectively. The remaining bits contain modification counters 194 unsigned front = front_.load(std::memory_order_acquire); in SizeOrNotEmpty() local [all …]
|
| /external/cldr/docs/rfc/ |
| D | draft-davis-t-langtag-ext.css | 24 rfc>front title { 31 rfc>front author:before { 38 rfc>front organization { 42 rfc>front address { 47 rfc>front email { display: block; } 48 rfc>front uri { display: block; } 50 rfc>front date:before { 57 rfc>front area:before { content: "Area: "; } 58 rfc>front area:after { content: "; "; } 59 rfc>front keyword:before { content: "Keyword: "; } [all …]
|
| /external/libcxx/test/std/containers/sequences/vector.bool/ |
| D | emplace_back.pass.cpp | 31 assert(c.front() == false); in main() 33 assert(c.front() == true); in main() 37 assert(c.front() == false); in main() 45 assert(c.front() == false); in main() 48 assert(c.front() == false); in main() 53 assert(c.front() == false); in main() 65 assert(c.front() == false); in main() 67 assert(c.front() == true); in main() 71 assert(c.front() == false); in main() 79 assert(c.front() == false); in main() [all …]
|
| /external/cronet/buildtools/third_party/libc++/trunk/test/std/containers/sequences/forwardlist/forwardlist.modifiers/ |
| D | emplace_front.pass.cpp | 32 assert(c.front() == Emplaceable()); in main() 33 assert(&r1 == &c.front()); in main() 36 assert(c.front() == Emplaceable(1, 2.5)); in main() 37 assert(&r2 == &c.front()); in main() 40 assert(c.front() == Emplaceable()); in main() 43 assert(c.front() == Emplaceable(1, 2.5)); in main() 54 assert(c.front() == Emplaceable()); in main() 55 assert(&r1 == &c.front()); in main() 58 assert(c.front() == Emplaceable(1, 2.5)); in main() 59 assert(&r2 == &c.front()); in main() [all …]
|
| /external/cronet/buildtools/third_party/libc++/trunk/test/std/containers/sequences/deque/deque.capacity/ |
| D | access.pass.cpp | 17 // reference front(); 18 // const_reference front() const; 59 LIBCPP_ASSERT_NOEXCEPT( c.front()); in main() 60 ASSERT_SAME_TYPE(decltype(c.front()), C::reference); in main() 67 assert(c.front() == 0); in main() 75 LIBCPP_ASSERT_NOEXCEPT( c.front()); in main() 76 ASSERT_SAME_TYPE(decltype(c.front()), C::const_reference); in main() 83 assert(c.front() == 0); in main() 92 LIBCPP_ASSERT_NOEXCEPT( c.front()); in main() 93 ASSERT_SAME_TYPE(decltype(c.front()), C::reference); in main() [all …]
|
| /external/virglrenderer/.gitlab-ci/expectations/host/ |
| D | virgl-gles-flakes.txt | 38 spec@!opengl 1.0@gl-1.0-front-invalidate-back 41 spec@!opengl 1.1@read-front clear-front-first 42 spec@!opengl 1.1@read-front clear-front-first samples=2 43 spec@!opengl 1.1@read-front clear-front-first samples=4 44 spec@!opengl 1.1@read-front samples=2 45 spec@!opengl 2.0@vertex-program-two-side enabled front front2@tes-out and fs 46 spec@!opengl 2.0@vertex-program-two-side enabled front front2@vs- gs and fs
|
| /external/cronet/buildtools/third_party/libc++/trunk/test/std/strings/basic.string/string.access/ |
| D | front.pass.cpp | 11 // const charT& front() const; // constexpr since C++20 12 // charT& front(); // constexpr since C++20 25 ASSERT_SAME_TYPE(decltype( s.front()), typename S::reference); in test() 26 ASSERT_SAME_TYPE(decltype(cs.front()), typename S::const_reference); in test() 27 LIBCPP_ASSERT_NOEXCEPT( s.front()); in test() 28 LIBCPP_ASSERT_NOEXCEPT( cs.front()); in test() 29 assert(&cs.front() == &cs[0]); in test() 30 assert(&s.front() == &s[0]); in test() 31 s.front() = typename S::value_type('z'); in test() 32 assert(s.front() == typename S::value_type('z')); in test()
|
| /external/cronet/buildtools/third_party/libc++/trunk/test/std/containers/sequences/vector.bool/ |
| D | emplace_back.pass.cpp | 30 assert(c.front() == false); in tests() 32 assert(c.front() == true); in tests() 36 assert(c.front() == false); in tests() 44 assert(c.front() == false); in tests() 47 assert(c.front() == false); in tests() 52 assert(c.front() == false); in tests() 64 assert(c.front() == false); in tests() 66 assert(c.front() == true); in tests() 70 assert(c.front() == false); in tests() 78 assert(c.front() == false); in tests() [all …]
|