/aosp_15_r20/libcore/ojluni/src/test/java/nio/Buffer/ |
H A D | Order.java | 36 static final ByteOrder be = ByteOrder.BIG_ENDIAN; field in Order 57 ck(bb.asReadOnlyBuffer().order(), be); in ckCopyViews() local 58 ck(bb.duplicate().order(), be); in ckCopyViews() local 59 ck(bb.slice().order(), be); in ckCopyViews() local 78 ck(ByteBuffer.wrap(new byte[LENGTH], LENGTH/2, LENGTH/2).order(), be); in testOrder() local 79 ck(ByteBuffer.wrap(new byte[LENGTH]).order(), be); in testOrder() local 80 ck(ByteBuffer.wrap(new byte[LENGTH], LENGTH/2, LENGTH/2).order(be).order(), be); in testOrder() local 81 ck(ByteBuffer.wrap(new byte[LENGTH]).order(be).order(), be); in testOrder() local 84 ck(ByteBuffer.allocate(LENGTH).order(), be); in testOrder() local 85 ck(ByteBuffer.allocateDirect(LENGTH).order(), be); in testOrder() local [all …]
|
/aosp_15_r20/external/lzma/CPP/7zip/Archive/ |
H A D | CramfsHandler.cpp | 100 static UInt32 GetMode(const Byte *p, bool be) { return be ? GetBe16(p) : GetUi16(p); } in GetMode() 101 static bool IsDir(const Byte *p, bool be) { return MY_LIN_S_ISDIR(GetMode(p, be)); } in IsDir() 103 static UInt32 GetSize(const Byte *p, bool be) in GetSize() 111 static UInt32 GetNameLen(const Byte *p, bool be) in GetNameLen() 119 static UInt32 GetOffset(const Byte *p, bool be) in GetOffset() 135 bool be; member
|
H A D | ElfHandler.cpp | 24 static UInt16 Get16(const Byte *p, bool be) { if (be) return GetBe16a(p); return GetUi16a(p); } in Get16() 25 static UInt32 Get32(const Byte *p, bool be) { if (be) return GetBe32a(p); return GetUi32a(p); } in Get32() 26 static UInt64 Get64(const Byte *p, bool be) { if (be) return GetBe64a(p); return GetUi64a(p); } in Get64() 135 bool be; in Parse() local 248 void CSegment::Parse(const Byte *p, bool mode64, bool be) in Parse() 387 bool CSection::Parse(const Byte *p, bool mode64, bool be) in Parse()
|
H A D | SquashfsHandler.cpp | 45 static UInt16 Get16b(const Byte *p, bool be) { return be ? GetBe16(p) : GetUi16(p); } in Get16b() 46 static UInt32 Get32b(const Byte *p, bool be) { return be ? GetBe32(p) : GetUi32(p); } in Get32b() 47 static UInt64 Get64b(const Byte *p, bool be) { return be ? GetBe64(p) : GetUi64(p); } in Get64b() 148 bool be; member 311 const bool be = _h.be; in Parse1() local 416 const bool be = _h.be; in Parse2() local 549 const bool be = _h.be; in Parse3() local
|
H A D | MachoHandler.cpp | 21 static UInt32 Get32(const Byte *p, bool be) { if (be) return GetBe32(p); return GetUi32(p); } in Get32() 22 static UInt64 Get64(const Byte *p, bool be) { if (be) return GetBe64(p); return GetUi64(p); } in Get64()
|
/aosp_15_r20/external/tcpdump/ |
H A D | print-snmp.c | 346 struct be { struct 347 uint32_t asnlen; 348 union { 354 } data; 355 u_short id; 356 u_char form, class; /* tag info */ 357 u_char type; 890 int be; member 946 static int smi_check_type(SmiBasetype basetype, int be) in smi_check_type()
|
/aosp_15_r20/system/tools/aidl/tests/golden_output/aidl-test-interface-java-source/gen/android/aidl/tests/ |
D | Union.java | 18 public final static int be = 6; // android.aidl.tests.ByteEnum be; field in Union 135 public static Union be(byte _value) { in be() method in Union 298 public static final int be = 6; field
|
/aosp_15_r20/system/tools/aidl/tests/golden_output/frozen/aidl-test-interface-java-source/gen/android/aidl/tests/ |
D | Union.java | 18 public final static int be = 6; // android.aidl.tests.ByteEnum be; field in Union 135 public static Union be(byte _value) { in be() method in Union 298 public static final int be = 6; field
|
/aosp_15_r20/external/lzma/CPP/7zip/Archive/Iso/ |
H A D | IsoHandler.cpp | 185 const CBootInitialEntry &be = _archive.BootEntries[index]; in Z7_COM7F_IMF() local 389 const CBootInitialEntry &be = _archive.BootEntries[bootIndex]; in Z7_COM7F_IMF() local 487 const CBootInitialEntry &be = _archive.BootEntries[bootIndex]; in Z7_COM7F_IMF() local
|
H A D | IsoIn.cpp | 640 const CBootInitialEntry &be = BootEntries[i]; in Open2() local 651 const CBootInitialEntry &be = BootEntries[i]; in Open2() local 710 const CBootInitialEntry &be = BootEntries[index]; in GetBootItemSize() local
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/jit/ |
H A D | shape_inference_helpers.cc | 41 for (const BackEdge& be : back_edges_) { in Remove() local 60 for (const BackEdge& be : back_edges_) { in Replace() local
|
/aosp_15_r20/external/slf4j/integration/src/test/java/org/slf4j/test_osgi/ |
H A D | CheckingBundleListener.java | 38 public void bundleChanged(BundleEvent be) { in bundleChanged() 42 private void dump(BundleEvent be) { in dump()
|
/aosp_15_r20/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/include/android/aidl/tests/ |
D | Union.h | 43 be = 6, enumerator 52 static const inline Tag be = Tag::be; variable
|
/aosp_15_r20/system/tools/aidl/tests/golden_output/frozen/aidl-test-interface-cpp-source/gen/include/android/aidl/tests/ |
D | Union.h | 43 be = 6, enumerator 52 static const inline Tag be = Tag::be; variable
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/exception/include/boost/exception/ |
D | diagnostic_information.hpp | 49 boost::exception const * be=current_exception_cast<boost::exception const>(); in current_exception_diagnostic_information() local 122 …diagnostic_information_impl( boost::exception const * be, std::exception const * se, bool with_wha… in diagnostic_information_impl()
|
/aosp_15_r20/external/rust/android-crates-io/crates/num-traits/src/ops/ |
D | bytes.rs | 265 let be = <$ty as ToBytes>::to_be_bytes(&n); localVariable 299 let be = <$ty as ToBytes>::to_be_bytes(&n); in convert_between_float_and_bytes() localVariable
|
/aosp_15_r20/system/tools/aidl/tests/golden_output/frozen/aidl-test-interface-ndk-source/gen/include/aidl/android/aidl/tests/ |
D | Union.h | 50 be = 6, enumerator 60 static const inline Tag be = Tag::be; variable
|
/aosp_15_r20/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk-source/gen/include/aidl/android/aidl/tests/ |
D | Union.h | 50 be = 6, enumerator 60 static const inline Tag be = Tag::be; variable
|
/aosp_15_r20/external/lzma/CPP/7zip/Archive/7z/ |
H A D | 7zUpdate.cpp | 240 static UInt16 Get16(const Byte *p, BoolInt be) { if (be) return (UInt16)GetBe16(p); return (UInt16)… in Get16() 241 static UInt32 Get32(const Byte *p, BoolInt be) { if (be) return GetBe32(p); return GetUi32(p); } in Get32() 246 BoolInt /* is32, */ be; in Parse_ELF() local 325 BoolInt /* mode64, */ be; in Parse_MACH() local
|
/aosp_15_r20/bionic/libc/upstream-openbsd/lib/libc/gdtoa/ |
H A D | gdtoa.c | 43 ULong *be, *x, *x0; local 116 (fpi, be, bits, kindp, mode, ndigits, decpt, rve) in gdtoa() argument
|
/aosp_15_r20/external/libvpx/vp8/encoder/mips/msa/ |
H A D | encodeopt_msa.c | 42 BLOCK *be; in vp8_mbblock_error_msa() local 108 BLOCK *be; in vp8_mbuverror_msa() local
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/intrusive/include/boost/intrusive/detail/ |
D | common_slist_algorithms.hpp | 82 BOOST_INTRUSIVE_FORCEINLINE static void incorporate_after(node_ptr bp, node_ptr b, node_ptr be) in incorporate_after() 89 static void transfer_after(node_ptr bp, node_ptr bb, node_ptr be) in transfer_after()
|
/aosp_15_r20/external/libwebsockets/plugins/ssh-base/ |
H A D | kex-25519.c | 202 uint32_t be; in _genhash_update_len() local 316 uint32_t be, kbi_len; in kex_ecdh() local
|
/aosp_15_r20/external/icu/icu4j/main/collate/src/main/java/com/ibm/icu/impl/coll/ |
H A D | TailoredSet.java | 242 Entry te = null, be = null; in comparePrefixes() local 299 Entry te = null, be = null; in compareContractions() local
|
/aosp_15_r20/external/icu/android_icu4j/src/main/java/android/icu/impl/coll/ |
H A D | TailoredSet.java | 244 Entry te = null, be = null; in comparePrefixes() local 301 Entry te = null, be = null; in compareContractions() local
|