/aosp_15_r20/external/webrtc/api/audio/ |
H A 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 …]
|
/aosp_15_r20/frameworks/native/services/surfaceflinger/tests/common/ |
H A D | LayerLifecycleManagerHelper.h | 74 transactions.back().states.front().state.what = layer_state_t::eLayerChanged; in setZTransaction() 75 transactions.back().states.front().layerId = id; in setZTransaction() 76 transactions.back().states.front().state.z = z; in setZTransaction() 116 transactions.back().states.front().parentId = newParentId; in reparentLayerTransaction() 117 transactions.back().states.front().state.what = layer_state_t::eReparent; in reparentLayerTransaction() 118 transactions.back().states.front().relativeParentId = UNASSIGNED_LAYER_ID; in reparentLayerTransaction() 119 transactions.back().states.front().layerId = id; in reparentLayerTransaction() 131 transactions.back().states.front().relativeParentId = relativeParentId; in relativeLayerTransaction() 132 transactions.back().states.front().state.what = layer_state_t::eRelativeLayerChanged; in relativeLayerTransaction() 133 transactions.back().states.front().layerId = id; in relativeLayerTransaction() [all …]
|
/aosp_15_r20/frameworks/native/services/surfaceflinger/tests/unittests/ |
H A D | HWComposerTest.cpp | 221 EXPECT_EQ(modes.front().hwcId, kConfigId); in TEST_F() 222 EXPECT_EQ(modes.front().width, kWidth); in TEST_F() 223 EXPECT_EQ(modes.front().height, kHeight); in TEST_F() 224 EXPECT_EQ(modes.front().configGroup, kConfigGroup); in TEST_F() 225 EXPECT_EQ(modes.front().vsyncPeriod, kVsyncPeriod); in TEST_F() 227 EXPECT_EQ(modes.front().dpiX, -1); in TEST_F() 228 EXPECT_EQ(modes.front().dpiY, -1); in TEST_F() 230 EXPECT_EQ(modes.front().dpiX, expectedDpiX); in TEST_F() 231 EXPECT_EQ(modes.front().dpiY, expectedDpiY); in TEST_F() 247 EXPECT_EQ(modes.front().hwcId, kConfigId); in TEST_F() [all …]
|
/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/media/systemsounds/ |
H A D | HomeSoundEffectControllerTest.java | 98 // And the home task moves to the front, in testHomeSoundEffectNotPlayedWhenHomeFirstMovesToFront() 118 // And first a task different from the home task moves to front, in testHomeSoundEffectPlayedWhenEnabled() 121 // And the home task moves to the front, in testHomeSoundEffectPlayedWhenEnabled() 130 * Expectation: Home sound is played once after HOME moves to front the first time 142 // And first a task different from the home task moves to front, in testHomeSoundEffectNotPlayedTwiceInRow() 145 // And the home task moves to the front, in testHomeSoundEffectNotPlayedTwiceInRow() 151 // If the home task moves to front a second time in a row, in testHomeSoundEffectNotPlayedTwiceInRow() 163 // And a standard, non-home task, moves to the front, in testHomeSoundEffectNotPlayedWhenNonHomeTaskMovesToFront() 173 * Expectation: Home sound is played once after HOME moves to front 184 // And first a task different from the home task moves to front, in testHomeSoundEffectNotPlayedWhenOtherHomeActivityMovesToFront() [all …]
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/containers/sequences/vector/vector.modifiers/ |
H A 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 …]
|
H A 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 …]
|
/aosp_15_r20/external/cronet/base/task/sequence_manager/ |
H A 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 …]
|
/aosp_15_r20/external/webrtc/audio/utility/ |
H A 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 …]
|
/aosp_15_r20/external/libchrome/base/memory/ |
H A 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 …]
|
/aosp_15_r20/external/virglrenderer/.gitlab-ci/expectations/virt/ |
H A D | virgl-gl-flakes.txt | 58 spec@!opengl [email protected]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 …]
|
/aosp_15_r20/external/libcxx/test/std/containers/sequences/vector/vector.modifiers/ |
H A 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 …]
|
H A 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 …]
|
/aosp_15_r20/external/autotest/client/common_lib/cros/cfm/usb/ |
H A 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 …]
|
/aosp_15_r20/external/eigen/unsupported/Eigen/CXX11/src/ThreadPool/ |
H A 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 …]
|
/aosp_15_r20/external/libcxx/test/std/containers/sequences/list/list.modifiers/ |
H A 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 …]
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/containers/sequences/list/list.modifiers/ |
H A 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 …]
|
/aosp_15_r20/external/mesa3d/src/gallium/frontends/wgl/ |
H A D | stw_st.c | 168 * d3d12_wgl_framebuffer and it doesn't support front buffer in stw_st_framebuffer_validate_locked() 169 * drawing. A fake front texture is needed to handle that scenario. in stw_st_framebuffer_validate_locked() 220 * For Zink, we just alias the front buffer in that case. in stw_st_framebuffer_validate_locked() 291 /* When a fake front buffer is needed for drawing, we use the back buffer in stw_st_framebuffer_validate_locked() 294 * - When flushing the front buffer, we only need to swap the real buffers in stw_st_framebuffer_validate_locked() 295 * - When swapping buffers, we can safely overwrite the fake front buffer in stw_st_framebuffer_validate_locked() 315 /* Copying front texture content to fake front texture (back texture) */ in stw_st_framebuffer_validate_locked() 358 texture = textures[ST_ATTACHMENT_BACK_LEFT]; /* Fake front buffer */ in stw_st_framebuffer_validate() 400 /* Fake front texture is dirty ?? */ in notify_before_flush_cb() 477 /* Resolve the front buffer. */ in stw_st_framebuffer_flush_front() [all …]
|
/aosp_15_r20/external/scudo/standalone/tests/ |
H A D | list_test.cpp | 43 EXPECT_EQ(L->front(), I1); in checkList() 47 EXPECT_EQ(L->front(), I2); in checkList() 51 EXPECT_EQ(L->front(), I3); in checkList() 55 EXPECT_EQ(L->front(), I4); in checkList() 59 EXPECT_EQ(L->front(), I5); in checkList() 63 EXPECT_EQ(L->front(), I6); in checkList() 84 EXPECT_EQ(L.front(), X); in testListCommon() 92 EXPECT_EQ(L.front(), X); in testListCommon() 101 EXPECT_EQ(L.front(), Z); in testListCommon() 107 EXPECT_EQ(L.front(), Y); in testListCommon() [all …]
|
/aosp_15_r20/device/google/cuttlefish/guest/hals/ril/reference-libril/ |
D | rilSocketQueue.h | 54 * Front of the queue. 56 T *front; variable 68 * Add a request to the front of the queue. 98 front = NULL; in Ril_queue() 109 temp = this->front; in dequeue() 110 if(NULL != this->front->p_next) { in dequeue() 111 this->front = this->front->p_next; in dequeue() 113 this->front = NULL; in dequeue() 125 if(NULL == this->front) { in enqueue() 126 this->front = request; in enqueue() [all …]
|
/aosp_15_r20/hardware/ril/libril/ |
H A D | rilSocketQueue.h | 52 * Front of the queue. 54 T *front; variable 66 * Add a request to the front of the queue. 96 front = NULL; in Ril_queue() 107 temp = this->front; in dequeue() 108 if(NULL != this->front->p_next) { in dequeue() 109 this->front = this->front->p_next; in dequeue() 111 this->front = NULL; in dequeue() 123 if(NULL == this->front) { in enqueue() 124 this->front = request; in enqueue() [all …]
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/alloc/src/collections/btree/ |
H A D | navigate.rs | 10 // `front` and `back` are always both `None` or both `Some`. 12 front: Option<Handle<NodeRef<BorrowType, K, V, marker::Leaf>, marker::Edge>>, field 18 LeafRange { front: self.front.clone(), back: self.back.clone() } in clone() 24 LeafRange { front: None, back: None } in default() 30 LeafRange { front: None, back: None } in none() 34 self.front == self.back in is_empty() 40 front: self.front.as_ref().map(|f| f.reborrow()), in reborrow() 79 super::mem::replace(self.front.as_mut().unwrap(), |front| { in perform_next_checked() 80 let kv = front.next_kv().ok().unwrap(); in perform_next_checked() 127 // `front` and `back` are always both `None` or both `Some`. [all …]
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/alloc/src/collections/btree/ |
H A D | navigate.rs | 10 // `front` and `back` are always both `None` or both `Some`. 12 front: Option<Handle<NodeRef<BorrowType, K, V, marker::Leaf>, marker::Edge>>, field 18 LeafRange { front: self.front.clone(), back: self.back.clone() } in clone() 24 LeafRange { front: None, back: None } in default() 30 LeafRange { front: None, back: None } in none() 34 self.front == self.back in is_empty() 40 front: self.front.as_ref().map(|f| f.reborrow()), in reborrow() 79 super::mem::replace(self.front.as_mut().unwrap(), |front| { in perform_next_checked() 80 let kv = front.next_kv().ok().unwrap(); in perform_next_checked() 127 // `front` and `back` are always both `None` or both `Some`. [all …]
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/alloc/src/collections/btree/ |
H A D | navigate.rs | 10 // `front` and `back` are always both `None` or both `Some`. 12 front: Option<Handle<NodeRef<BorrowType, K, V, marker::Leaf>, marker::Edge>>, field 18 LeafRange { front: self.front.clone(), back: self.back.clone() } in clone() 24 LeafRange { front: None, back: None } in default() 30 LeafRange { front: None, back: None } in none() 34 self.front == self.back in is_empty() 40 front: self.front.as_ref().map(|f| f.reborrow()), in reborrow() 79 super::mem::replace(self.front.as_mut().unwrap(), |front| { in perform_next_checked() 80 let kv = front.next_kv().ok().unwrap(); in perform_next_checked() 127 // `front` and `back` are always both `None` or both `Some`. [all …]
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/alloc/src/collections/btree/ |
H A D | navigate.rs | 10 // `front` and `back` are always both `None` or both `Some`. 12 front: Option<Handle<NodeRef<BorrowType, K, V, marker::Leaf>, marker::Edge>>, field 18 LeafRange { front: self.front.clone(), back: self.back.clone() } in clone() 24 LeafRange { front: None, back: None } in default() 30 LeafRange { front: None, back: None } in none() 34 self.front == self.back in is_empty() 40 front: self.front.as_ref().map(|f| f.reborrow()), in reborrow() 79 super::mem::replace(self.front.as_mut().unwrap(), |front| { in perform_next_checked() 80 let kv = front.next_kv().ok().unwrap(); in perform_next_checked() 127 // `front` and `back` are always both `None` or both `Some`. [all …]
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/alloc/src/collections/btree/ |
H A D | navigate.rs | 10 // `front` and `back` are always both `None` or both `Some`. 12 front: Option<Handle<NodeRef<BorrowType, K, V, marker::Leaf>, marker::Edge>>, field 18 LeafRange { front: self.front.clone(), back: self.back.clone() } in clone() 24 LeafRange { front: None, back: None } in default() 30 LeafRange { front: None, back: None } in none() 34 self.front == self.back in is_empty() 40 front: self.front.as_ref().map(|f| f.reborrow()), in reborrow() 79 super::mem::replace(self.front.as_mut().unwrap(), |front| { in perform_next_checked() 80 let kv = front.next_kv().ok().unwrap(); in perform_next_checked() 127 // `front` and `back` are always both `None` or both `Some`. [all …]
|