/aosp_15_r20/frameworks/opt/telephony/src/java/com/android/internal/telephony/satellite/ |
D | DemoSimulator.java | 170 private void handleEventDeviceAlignedWithSatellite(boolean isAligned) { in handleEventDeviceAlignedWithSatellite() 230 private void handleEventDeviceAlignedWithSatellite(boolean isAligned) { in handleEventDeviceAlignedWithSatellite() 321 public void setDeviceAlignedWithSatellite(boolean isAligned) { in setDeviceAlignedWithSatellite()
|
D | DatagramController.java | 392 public void setDeviceAlignedWithSatellite(boolean isAligned) { in setDeviceAlignedWithSatellite() 665 public boolean waitForAligningToSatellite(boolean isAligned) { in waitForAligningToSatellite()
|
D | DatagramReceiver.java | 782 public void setDeviceAlignedWithSatellite(boolean isAligned) { in setDeviceAlignedWithSatellite()
|
/aosp_15_r20/external/mesa3d/src/gallium/drivers/d3d12/ |
H A D | d3d12_video_encoder_bitstream.cpp | 239 …ASSERTED bool isAligned = is_byte_aligned(); // causes side-effects in object state, don't put i… in flush() local 287 …ASSERTED bool isAligned = is_byte_aligned(); // causes side-effects in object state, don't put i… in put_aligning_bits() local 302 …ASSERTED bool isAligned = is_byte_aligned(); // causes side-effects in object state, don't put i… in put_trailing_bits() local
|
H A D | d3d12_video_encoder_nalu_writer_h264.cpp | 37 …ASSERTED bool isAligned = pBitstream->is_byte_aligned(); // causes side-effects in object state,… in rbsp_trailing() local 273 …bool isAligned = pRBSP->is_byte_aligned(); // causes side-effects in object state, don't put ins… in wrap_rbsp_into_nalu() local
|
H A D | d3d12_video_encoder_nalu_writer_hevc.cpp | 574 …ASSERTED bool isAligned = pRBSP->is_byte_aligned(); // causes side-effects in object state, don'… in wrap_rbsp_into_nalu() local 642 …ASSERTED bool isAligned = pBitstream->is_byte_aligned(); // causes side-effects in object state,… in rbsp_trailing() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
H A D | Alignment.h | 146 inline bool isAligned(Align Lhs, uint64_t SizeInBytes) { in isAligned() function 152 inline bool isAligned(MaybeAlign Lhs, uint64_t SizeInBytes) { in isAligned() function
|
/aosp_15_r20/external/llvm/lib/Analysis/ |
H A D | Loads.cpp | 28 static bool isAligned(const Value *Base, const APInt &Offset, unsigned Align, in isAligned() function 45 static bool isAligned(const Value *Base, unsigned Align, const DataLayout &DL) { in isAligned() function
|
/aosp_15_r20/prebuilts/go/linux-x86/test/typeparam/ |
D | issue54497.go | 13 func isAligned[T C](x, y T) bool { // ERROR "can inline isAligned\[uint\]" "can inline isAligned\[g… func
|
/aosp_15_r20/external/google-smali/dexlib2/src/main/java/com/android/tools/smali/dexlib2/util/ |
H A D | AlignmentUtils.java | 40 public static boolean isAligned(int offset, int alignment) { in isAligned() method in AlignmentUtils
|
/aosp_15_r20/external/llvm/lib/Target/X86/ |
H A D | X86InstrInfo.cpp | 4764 bool isAligned = in storeRegToStackSlot() local 4781 bool isAligned = MMOBegin != MMOEnd && in storeRegToAddr() local 4801 bool isAligned = in loadRegFromStackSlot() local 4816 bool isAligned = MMOBegin != MMOEnd && in loadRegFromAddr() local 6533 bool isAligned = (*MMOs.first) && in unfoldMemoryOperand() local 6578 bool isAligned = (*MMOs.first) && in unfoldMemoryOperand() local
|
/aosp_15_r20/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/satellite/ |
D | DatagramControllerTest.java | 311 private void testSetDeviceAlignedWithSatellite(boolean isAligned) { in testSetDeviceAlignedWithSatellite()
|
D | DatagramReceiverTest.java | 531 public void setDeviceAlignedWithSatellite(boolean isAligned) { in setDeviceAlignedWithSatellite()
|
D | DatagramDispatcherTest.java | 1354 public void setDeviceAlignedWithSatellite(boolean isAligned) { in setDeviceAlignedWithSatellite()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
H A D | X86InstrInfo.cpp | 3251 bool isAligned = in storeRegToStackSlot() local 3266 bool isAligned = in loadRegFromStackSlot() local 5505 bool isAligned = !MMOs.empty() && MMOs.front()->getAlignment() >= Alignment; in unfoldMemoryOperand() local 5582 bool isAligned = !MMOs.empty() && MMOs.front()->getAlignment() >= Alignment; in unfoldMemoryOperand() local 5649 bool isAligned = !MMOs.empty() && MMOs.front()->getAlignment() >= Alignment; in unfoldMemoryOperand() local 5715 bool isAligned = !MMOs.empty() && MMOs.front()->getAlignment() >= Alignment; in unfoldMemoryOperand() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/X86/ |
H A D | X86InstrInfo.cpp | 3939 bool isAligned = in storeRegToStackSlot() local 3962 bool isAligned = in loadRegFromStackSlot() local 6949 bool isAligned = !MMOs.empty() && MMOs.front()->getAlign() >= Alignment; in unfoldMemoryOperand() local 7026 bool isAligned = !MMOs.empty() && MMOs.front()->getAlign() >= Alignment; in unfoldMemoryOperand() local 7093 bool isAligned = !MMOs.empty() && MMOs.front()->getAlign() >= Alignment; in unfoldMemoryOperand() local 7159 bool isAligned = !MMOs.empty() && MMOs.front()->getAlign() >= Alignment; in unfoldMemoryOperand() local
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Support/ |
D | Alignment.h | 145 inline bool isAligned(Align Lhs, uint64_t SizeInBytes) { in isAligned() function
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Support/ |
H A D | Alignment.h | 145 inline bool isAligned(Align Lhs, uint64_t SizeInBytes) { in isAligned() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Support/ |
D | Alignment.h | 145 inline bool isAligned(Align Lhs, uint64_t SizeInBytes) { in isAligned() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Support/ |
D | Alignment.h | 145 inline bool isAligned(Align Lhs, uint64_t SizeInBytes) { in isAligned() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Support/ |
D | Alignment.h | 145 inline bool isAligned(Align Lhs, uint64_t SizeInBytes) { in isAligned() function
|
/aosp_15_r20/external/scudo/standalone/ |
H A D | common.h | 53 inline constexpr bool isAligned(uptr X, uptr Alignment) { in isAligned() function
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
H A D | Loads.cpp | 39 static bool isAligned(const Value *Base, const APInt &Offset, Align Alignment, in isAligned() function
|
/aosp_15_r20/external/pytorch/aten/src/ATen/native/cuda/ |
H A D | Shape.cu | 324 bool isAligned = true; in parallel_cat() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/ |
H A D | Loads.cpp | 29 static bool isAligned(const Value *Base, const APInt &Offset, Align Alignment, in isAligned() function
|