/external/jetpack-camera-app/app/src/androidTest/java/com/google/jetpackcamera/ |
D | SwitchCameraTest.kt | 60 // Press the flip camera button in <lambda>() 63 // Get lens facing after first flip in <lambda>() 66 // Press the flip camera button again in <lambda>() 69 // Get lens facing after second flip in <lambda>() 74 initialLensFacing.flip(), in <lambda>() 75 initialLensFacing.flip().flip() in <lambda>() 86 // Double click display to flip camera in <lambda>() 90 // Get lens facing after first flip in <lambda>() 93 // Double click display to flip camera again in <lambda>() 97 // Get lens facing after second flip in <lambda>() [all …]
|
/external/replicaisland/src/com/replica/replicaisland/ |
D | CollisionVolume.java | 55 public abstract boolean intersects(Vector2 position, FlipInfo flip, CollisionVolume other, in intersects() argument 58 public float getMinXPosition(FlipInfo flip) { in getMinXPosition() argument 60 if (flip != null && flip.flipX) { in getMinXPosition() 62 value = flip.parentWidth - maxX; in getMinXPosition() 69 public float getMaxXPosition(FlipInfo flip) { in getMaxXPosition() argument 71 if (flip != null && flip.flipX) { in getMaxXPosition() 73 value = flip.parentWidth - minX; in getMaxXPosition() 80 public float getMinYPosition(FlipInfo flip) { in getMinYPosition() argument 82 if (flip != null && flip.flipY) { in getMinYPosition() 84 value = flip.parentHeight - maxY; in getMinYPosition() [all …]
|
D | SphereCollisionVolume.java | 85 public boolean intersects(Vector2 position, FlipInfo flip, CollisionVolume other, in intersects() argument 91 result = other.intersects(otherPosition, otherFlip, this, position, flip); in intersects() 94 offsetByCenter(mWorkspaceVector, mCenter, flip); in intersects() 159 private static void offsetByCenter(Vector2 position, Vector2 center, FlipInfo flip) { in offsetByCenter() argument 160 if (flip != null && (flip.flipX || flip.flipY)) { in offsetByCenter() 161 if (flip.flipX) { in offsetByCenter() 162 position.x += flip.parentWidth - center.x; in offsetByCenter() 167 if (flip.flipY) { in offsetByCenter() 168 position.y += flip.parentHeight - center.y; in offsetByCenter()
|
/external/igt-gpu-tools/tests/ |
D | kms_flip_tiling.c | 94 * Since a page flip to a buffer with different stride in test_flip_tiling() 123 /* Flip to the second fb. */ in test_flip_tiling() 127 * Page flip should work but some transitions may be temporarily in test_flip_tiling() 166 * Test that a page flip from a tiled buffer to a linear one works 169 * the tiled one and page flip to the linear one issued. A new crc is 173 igt_subtest_f("flip-changes-tiling") { 182 igt_subtest_f("flip-changes-tiling-Y") { 194 igt_subtest_f("flip-changes-tiling-Yf") { 207 * Test that a page flip from a tiled buffer to another tiled one works 209 * generates a reference crc for the pipe. Then a page flip to second [all …]
|
D | kms_cursor_legacy.c | 254 igt_set_timeout(1, "Scheduling page flip\n"); in flip_nonblocking() 256 /* Schedule a nonblocking flip for the next vblank */ in flip_nonblocking() 384 static void flip(igt_display_t *display, in flip() function 398 igt_info("Using pipe %s for page flip, pipe %s for cursor\n", in flip() 451 igt_debug("flip count=%lu\n", count); in flip() 595 igt_set_timeout(1, "Stuck page flip"); in basic_flip_cursor() 734 /* The nonblocking flip should not have delayed us */ in flip_vs_cursor() 745 igt_set_timeout(1, "Stuck page flip"); in flip_vs_cursor() 830 igt_set_timeout(1, "Stuck page flip"); in nonblocking_modeset_vs_cursor() 846 igt_set_timeout(1, "Stuck page flip"); in nonblocking_modeset_vs_cursor() [all …]
|
/external/sl4a/ScriptingLayerForAndroid/src/org/connectbot/ |
D | ConsoleActivity.java | 94 protected ViewFlipper flip = null; field in ConsoleActivity 150 flip.removeAllViews(); 209 synchronized (flip) { in closeBridge() 213 if (flip.getDisplayedChild() == flipIndex) { in closeBridge() 216 flip.removeViewAt(flipIndex); in closeBridge() 222 final int numChildren = flip.getChildCount(); in closeBridge() 223 if (flip.getDisplayedChild() >= numChildren && numChildren > 0) { in closeBridge() 224 flip.setDisplayedChild(numChildren - 1); in closeBridge() 229 if (flip.getChildCount() == 0) { in closeBridge() 236 View view = flip.getCurrentView(); in findCurrentView() [all …]
|
/external/cronet/tot/net/third_party/quiche/src/quiche/quic/moqt/ |
D | moqt_priority.cc | 16 constexpr uint64_t Flip(uint64_t number) { in Flip() function 42 const int64_t track_bits = (Flip<8>(subscriber_priority) << 54) | in SendOrderForStream() 43 (Flip<8>(publisher_priority) << 46); in SendOrderForStream() 46 group_id = Flip<46>(group_id); in SendOrderForStream() 56 const int64_t track_bits = (Flip<8>(subscriber_priority) << 54) | in SendOrderForStream() 57 (Flip<8>(publisher_priority) << 46); in SendOrderForStream() 61 group_id = Flip<26>(group_id); in SendOrderForStream() 63 subgroup_id = Flip<20>(subgroup_id); in SendOrderForStream() 71 const int64_t sub_bits = Flip<8>(subscriber_priority) << 54; in UpdateSendOrderForSubscriberPriority()
|
/external/cronet/stable/net/third_party/quiche/src/quiche/quic/moqt/ |
D | moqt_priority.cc | 16 constexpr uint64_t Flip(uint64_t number) { in Flip() function 42 const int64_t track_bits = (Flip<8>(subscriber_priority) << 54) | in SendOrderForStream() 43 (Flip<8>(publisher_priority) << 46); in SendOrderForStream() 46 group_id = Flip<46>(group_id); in SendOrderForStream() 56 const int64_t track_bits = (Flip<8>(subscriber_priority) << 54) | in SendOrderForStream() 57 (Flip<8>(publisher_priority) << 46); in SendOrderForStream() 61 group_id = Flip<26>(group_id); in SendOrderForStream() 63 subgroup_id = Flip<20>(subgroup_id); in SendOrderForStream() 71 const int64_t sub_bits = Flip<8>(subscriber_priority) << 54; in UpdateSendOrderForSubscriberPriority()
|
/external/sdv/vsomeip/third_party/boost/icl/doc/ |
D | functions_symmetric_difference.qbk | 18 [[`T& T::flip(const P&)`] [__ei] [__bp] [ ] [__b] ] 19 [[`T& flip(T&, const P&)`] [__ei] [__bp] [__e] [__b] ] 44 by the function `T& flip(T&, const P& operand)`. 47 flip(y,x) 53 For icl containers flip is also availabel as memeber function 54 `T& T::flip(const P& operand)`. 59 `T& T::flip(const P&)` can be summarized in the 64 T& T::flip(const P&) ---+-------- 65 T& flip(T&, const P&) s | s 71 The next table contains complexity characteristics for functions `flip`. [all …]
|
/external/igt-gpu-tools/tests/intel-ci/ |
D | fast-feedback.testlist | 146 igt@kms_busy@basic-flip-a 147 igt@kms_busy@basic-flip-b 148 igt@kms_busy@basic-flip-c 159 igt@kms_cursor_legacy@basic-busy-flip-before-cursor-atomic 160 igt@kms_cursor_legacy@basic-busy-flip-before-cursor-legacy 161 igt@kms_cursor_legacy@basic-flip-after-cursor-atomic 162 igt@kms_cursor_legacy@basic-flip-after-cursor-legacy 163 igt@kms_cursor_legacy@basic-flip-after-cursor-varying-size 164 igt@kms_cursor_legacy@basic-flip-before-cursor-atomic 165 igt@kms_cursor_legacy@basic-flip-before-cursor-legacy [all …]
|
/external/gemmlowp/internal/ |
D | simd_wrappers.h | 102 bool Flip = ShouldFlipLhsRhs<LhsType, RhsType>::kValue> 191 using Flip = FlipLhsRhs<Lhs, Rhs>; 193 typename Flip::FlippedLhsType, 194 typename Flip::FlippedRhsType>::Run(Flip::FlippedLhs(lhs, rhs), 195 Flip::FlippedRhs(lhs, rhs)); 240 using Flip = FlipLhsRhs<Lhs, Rhs>; 242 typename Flip::FlippedLhsType, 243 typename Flip::FlippedRhsType>::Run(Flip::FlippedLhs(lhs, rhs), 244 Flip::FlippedRhs(lhs, rhs)); 289 using Flip = FlipLhsRhs<Lhs, Rhs>; [all …]
|
/external/apache-commons-lang/src/test/java/org/apache/commons/lang3/util/ |
D | FluentBitSetTest.java | 168 bs.flip(0, 500); in test_cardinality() 385 "Test1: Attempt to flip with negative index failed to generate exception"); in test_clearII() 388 "Test2: Attempt to flip with negative index failed to generate exception"); in test_clearII() 395 "Test4: Attempt to flip with illegal args failed to generate exception"); in test_clearII() 539 * Tests {@link FluentBitSet#flip(int)}. 543 // Test for method void java.util.BitSet.flip(int) in test_flipI() 548 bs.flip(9); in test_flipI() 549 assertFalse(bs.get(8), "Failed to flip bit"); in test_flipI() 550 assertTrue(bs.get(9), "Failed to flip bit"); in test_flipI() 551 assertTrue(bs.get(10), "Failed to flip bit"); in test_flipI() [all …]
|
/external/pytorch/aten/src/ATen/native/vulkan/ops/ |
D | Flip.cpp | 13 Tensor flip(const at::Tensor& self, const IntArrayRef dim_list) { in flip() function 16 "Vulkan flip supports up to 4d tensors as input!"); in flip() 40 "Vulkan flip dimension out of range expected to be in range of [", in flip() 72 VK_KERNEL(flip), in flip() 95 m.impl(TORCH_SELECTIVE_NAME("aten::flip"), TORCH_FN(flip)); in TORCH_LIBRARY_IMPL()
|
/external/linux-kselftest/tools/testing/selftests/bpf/progs/ |
D | setget_sockopt.c | 32 unsigned int flip:1; member 40 { .opt = SO_REUSEADDR, .flip = 1, }, 43 { .opt = SO_KEEPALIVE, .flip = 1, }, 45 { .opt = SO_REUSEPORT, .flip = 1, }, 49 { .opt = SO_TXREHASH, .flip = 1, }, 54 { .opt = TCP_NODELAY, .flip = 1, }, 61 { .opt = TCP_THIN_LINEAR_TIMEOUTS, .flip = 1, }, 74 { .opt = IPV6_AUTOFLOWLABEL, .flip = 1, }, 152 if (t->flip) in bpf_test_socket_sockopt() 169 if (t->flip) in bpf_test_ip_sockopt() [all …]
|
/external/cronet/tot/third_party/libc++/src/test/std/utilities/template.bitset/bitset.members/ |
D | flip_one.out_of_range.pass.cpp | 11 // bitset<N>& flip(size_t pos); // constexpr since C++23 13 // Make sure we throw std::out_of_range when calling flip() on an OOB index. 22 try { v.flip(0); assert(false); } catch (std::out_of_range const&) { } in main() 26 try { v.flip(2); assert(false); } catch (std::out_of_range const&) { } in main() 30 try { v.flip(10); assert(false); } catch (std::out_of_range const&) { } in main()
|
/external/cronet/stable/third_party/libc++/src/test/std/utilities/template.bitset/bitset.members/ |
D | flip_one.out_of_range.pass.cpp | 11 // bitset<N>& flip(size_t pos); // constexpr since C++23 13 // Make sure we throw std::out_of_range when calling flip() on an OOB index. 22 try { v.flip(0); assert(false); } catch (std::out_of_range const&) { } in main() 26 try { v.flip(2); assert(false); } catch (std::out_of_range const&) { } in main() 30 try { v.flip(10); assert(false); } catch (std::out_of_range const&) { } in main()
|
/external/grpc-grpc-java/alts/src/test/java/io/grpc/alts/internal/ |
D | FakeTsiTest.java | 94 ((Buffer) transportBuffer).flip(); in handshakeStateOrderTest() 105 ((Buffer) transportBuffer).flip(); in handshakeStateOrderTest() 110 ((Buffer) transportBuffer).flip(); in handshakeStateOrderTest() 121 ((Buffer) transportBuffer).flip(); in handshakeStateOrderTest() 126 ((Buffer) transportBuffer).flip(); in handshakeStateOrderTest() 137 ((Buffer) transportBuffer).flip(); in handshakeStateOrderTest() 142 ((Buffer) transportBuffer).flip(); in handshakeStateOrderTest() 153 ((Buffer) transportBuffer).flip(); in handshakeStateOrderTest()
|
/external/coreboot/Documentation/security/vboot/ |
D | list_vboot.md | 144 - Cave (Asus Chromebook Flip C302SA) 151 - Bob (Asus Chromebook Flip C101PA) 161 - Helios (ASUS Chromebook Flip C436FA) 197 - Damu (ASUS Chromebook Flip CM3 (CM3200)) 258 - Frostflow (ASUS Chromebook CM34 Flip) 285 - Veyron_Minnie (ASUS Chromebook Flip C100) 290 - Collis (Asus Chromebook Flip CX3) 291 - Copano (ASUS Chromebook Flip CX5400) 292 - Delbin (ASUS Chromebook Flip CX5) 317 - Woomax (ASUS Chromebook Flip CM5)
|
/external/boringssl/src/third_party/wycheproof_testvectors/ |
D | mldsa_87_standard_verify_test.txt | 63 # signature with a bit flip in c_tilde 70 # signature with a bit flip in z[0] 77 # signature with a bit flip in z[1] 84 # signature with a bit flip in z[2] 91 # signature with a bit flip in z[3] 98 # signature with a bit flip in z[4] 105 # signature with a bit flip in z[5] 112 # signature with a bit flip in z[6] 119 # signature with a bit flip in hints 126 # signature with a bit flip in the last byte
|
/external/v4l-utils/lib/libv4lconvert/ |
D | flip.c | 3 # RGB / YUV flip/rotate routines 44 /* First flip the Y plane */ in v4lconvert_vflip_yuv420() 52 /* Now flip the U plane */ in v4lconvert_vflip_yuv420() 60 /* Last flip the V plane */ in v4lconvert_vflip_yuv420() 92 /* First flip the Y plane */ in v4lconvert_hflip_yuv420() 100 /* Now flip the U plane */ in v4lconvert_hflip_yuv420() 108 /* Last flip the V plane */ in v4lconvert_hflip_yuv420() 138 /* First flip x and y of the Y plane */ in v4lconvert_rotate180_yuv420() 143 /* Now flip the U plane */ in v4lconvert_rotate180_yuv420() 148 /* Last flip the V plane */ in v4lconvert_rotate180_yuv420()
|
/external/pytorch/test/inductor/ |
D | test_control_flow.py | 706 # This test will fail as flip in combination with particular input lenghts 743 # Flip only non-compiled and compare with compiled reverse=True 747 result2 = torch.flip( 749 fct, torch.flip(x, [0]), 0, reverse=False, combine_mode=combine_mode 753 result3 = torch.flip(torch.cumsum(torch.flip(x, [0]), 0), [0]) 758 # Flip only compiled and compare with non-compiled reverse=True 759 result1 = torch.flip( 761 fct, torch.flip(x, [0]), 0, reverse=False, combine_mode=combine_mode 768 result3 = torch.flip(torch.cumsum(torch.flip(x, [0]), 0), [0]) 773 # Use reverse=False, but flip both results before and after [all …]
|
/external/skia/src/sksl/generated/ |
D | sksl_rt_shader.unoptimized.sksl | 63 " flip){half4 aggregate=max(flip*child.eval(coord+float2(offset)),flip*child" 64 ".eval(coord-float2(offset)));return flip*aggregate;}half4 sk_linear_morphology" 65 "(shader child,float2 coord,half2 offset,half flip,int radius){const int kMaxLinearRadius" 66 "=14;half4 aggregate=flip*child.eval(coord);half2 delta=offset;for(int i=1;i" 67 "<=kMaxLinearRadius;++i){if(i>radius)break;aggregate=max(aggregate,max(flip*" 68 "child.eval(coord+float2(delta)),flip*child.eval(coord-float2(delta))));delta" 69 "+=offset;}return flip*aggregate;}half4 sk_overdraw(half alpha,half4 color0,"
|
/external/minijail/ |
D | bpf.c | 237 int flip = 0; in bpf_arg_comp() local 251 flip = 0; in bpf_arg_comp() 255 flip = 1; in bpf_arg_comp() 259 flip = 1; in bpf_arg_comp() 263 flip = 1; in bpf_arg_comp() 267 flip = 0; in bpf_arg_comp() 271 flip = 0; in bpf_arg_comp() 275 flip = 0; in bpf_arg_comp() 279 flip = 0; in bpf_arg_comp() 292 unsigned char jt = flip ? NEXT : SKIP; in bpf_arg_comp() [all …]
|
/external/tflite-support/tensorflow_lite_support/cc/task/vision/utils/ |
D | frame_buffer_utils.cc | 185 // Then perform horizontal or vertical flip if needed. in OrientBoundingBox() 190 if (params.flip == OrientParams::FlipType::kVertical) { in OrientBoundingBox() 194 if (params.flip == OrientParams::FlipType::kHorizontal) { in OrientBoundingBox() 230 // Then perform horizontal or vertical flip if needed. in OrientCoordinates() 235 if (params.flip == OrientParams::FlipType::kVertical) { in OrientCoordinates() 238 if (params.flip == OrientParams::FlipType::kHorizontal) { in OrientCoordinates() 268 absl::optional<OrientParams::FlipType> flip; in GetOrientParams() local 287 flip = OrientParams::FlipType::kVertical; in GetOrientParams() 289 flip = OrientParams::FlipType::kHorizontal; in GetOrientParams() 292 return {angle, flip}; in GetOrientParams() [all …]
|
/external/libchrome/mojo/public/java/system/javatests/src/org/chromium/mojo/bindings/ |
D | ValidationTestUtilTest.java | 77 expected.flip(); in testCorrectMessageParsing() 89 expected.flip(); in testCorrectMessageParsing() 100 expected.flip(); in testCorrectMessageParsing() 110 expected.flip(); in testCorrectMessageParsing() 122 expected.flip(); in testCorrectMessageParsing() 131 expected.flip(); in testCorrectMessageParsing()
|