/aosp_15_r20/external/python/cpython3/Modules/ |
D | _codecsmodule.c | 307 int byteorder = 0; in _codecs_utf_16_decode_impl() local 329 int byteorder = -1; in _codecs_utf_16_le_decode_impl() local 351 int byteorder = 1; in _codecs_utf_16_be_decode_impl() local 378 const char *errors, int byteorder, int final) in _codecs_utf_16_ex_decode_impl() 405 int byteorder = 0; in _codecs_utf_32_decode_impl() local 427 int byteorder = -1; in _codecs_utf_32_le_decode_impl() local 449 int byteorder = 1; in _codecs_utf_32_be_decode_impl() local 476 const char *errors, int byteorder, int final) in _codecs_utf_32_ex_decode_impl() 713 const char *errors, int byteorder) in _codecs_utf_16_encode_impl() 769 const char *errors, int byteorder) in _codecs_utf_32_encode_impl()
|
D | arraymodule.c | 2084 int byteorder = (mformat_code == UTF16_LE) ? -1 : 1; in array__array_reconstructor_impl() local 2094 int byteorder = (mformat_code == UTF32_LE) ? -1 : 1; in array__array_reconstructor_impl() local
|
/aosp_15_r20/external/python/cpython2/Modules/ |
D | _codecsmodule.c | 284 int byteorder = 0; in utf_16_decode() local 307 int byteorder = -1; in utf_16_le_decode() local 331 int byteorder = 1; in utf_16_be_decode() local 363 int byteorder = 0; in utf_16_ex_decode() local 388 int byteorder = 0; in utf_32_decode() local 411 int byteorder = -1; in utf_32_le_decode() local 434 int byteorder = 1; in utf_32_be_decode() local 465 int byteorder = 0; in utf_32_ex_decode() local 719 int byteorder = 0; in utf_16_encode() local 796 int byteorder = 0; in utf_32_encode() local
|
/aosp_15_r20/external/python/cpython3/Lib/test/ |
D | test_long.py | 1211 def check(tests, byteorder, signed=False): argument 1212 def equivalent_python(n, length, byteorder, signed=False): argument 1344 def check(tests, byteorder, signed=False): argument 1345 def equivalent_python(byte_array, byteorder, signed=False): argument
|
/aosp_15_r20/external/rust/android-crates-io/crates/byteorder/ |
D | cargo_embargo.json | 4 "byteorder": { object 16 "byteorder": { object
|
D | README.md | 1 byteorder chapter
|
D | Cargo.toml | 15 name = "byteorder" package
|
/aosp_15_r20/frameworks/base/apct-tests/perftests/core/src/android/libcore/varhandles/ |
H A D | generate_java.py | 49 byteorder="LITTLE_ENDIAN"): argument 108 def BenchVHByteArrayView(code, byteorder, vartype, flavour, method): argument
|
/aosp_15_r20/external/python/cpython3/Objects/clinic/ |
D | longobject.c.h | 265 PyObject *byteorder = NULL; in int_to_bytes() local 356 PyObject *byteorder = NULL; in int_from_bytes() local
|
/aosp_15_r20/art/test/utils/python/ |
H A D | generate_java_varhandle_perf.py | 42 byteorder="LITTLE_ENDIAN"): argument 101 def BenchVHByteArrayView(code, byteorder, vartype, flavour, method): argument
|
/aosp_15_r20/external/python/cpython3/Modules/clinic/ |
D | _codecsmodule.c.h | 716 int byteorder = 0; in _codecs_utf_16_ex_decode() local 1005 int byteorder = 0; in _codecs_utf_32_ex_decode() local 1849 int byteorder = 0; in _codecs_utf_16_encode() local 2031 int byteorder = 0; in _codecs_utf_32_encode() local
|
/aosp_15_r20/external/google-breakpad/src/third_party/mac_headers/mach-o/ |
H A D | arch.h | 47 enum NXByteOrder byteorder; member
|
/aosp_15_r20/external/flatbuffers/rust/flexbuffers/ |
H A D | Cargo.toml | 26 byteorder = "1.4.2" qkey
|
/aosp_15_r20/external/rust/android-crates-io/crates/bincode/src/ |
D | lib.rs | 39 mod byteorder; module
|
/aosp_15_r20/external/rust/android-crates-io/crates/protobuf/src/ |
D | lib.rs | 60 mod byteorder; module
|
/aosp_15_r20/external/rust/android-crates-io/crates/regex-automata/src/ |
D | lib.rs | 308 mod byteorder; module
|
/aosp_15_r20/external/rust/crates/vhost-device-vsock/ |
D | Cargo.toml | 16 byteorder = "1" qkey
|
/aosp_15_r20/prebuilts/go/linux-x86/src/internal/byteorder/ |
D | byteorder.go | 7 package byteorder package
|
/aosp_15_r20/device/google/cuttlefish_vmm/qemu/third_party/.cargo/ |
D | config.toml | 5 byteorder = { path = "rust/crates/byteorder" } qkey
|
/aosp_15_r20/external/rust/android-crates-io/crates/pdl-compiler/scripts/pdl/ |
D | ast.py | 263 def byteorder(self) -> str: member in File
|
/aosp_15_r20/external/python/cpython2/Objects/ |
D | unicodeobject.c | 2263 int *byteorder) in PyUnicode_DecodeUTF32() 2272 int *byteorder, in PyUnicode_DecodeUTF32Stateful() 2437 int byteorder) in PyUnicode_EncodeUTF32() 2536 int *byteorder) in PyUnicode_DecodeUTF16() 2545 int *byteorder, in PyUnicode_DecodeUTF16Stateful() 2714 int byteorder) in PyUnicode_EncodeUTF16()
|
/aosp_15_r20/external/ComputeLibrary/include/libnpy/ |
H A D | npy.hpp | 85 const char byteorder; member
|
/aosp_15_r20/external/pytorch/caffe2/serialize/ |
H A D | inline_container.cc | 748 std::string byteorder = "little"; in writeEndOfFile() local
|
/aosp_15_r20/external/python/cpython3/Objects/ |
D | unicodeobject.c | 5651 int *byteorder) in PyUnicode_DecodeUTF32() 5660 int *byteorder, in PyUnicode_DecodeUTF32Stateful() 5804 int byteorder) in _PyUnicode_EncodeUTF32() 5962 int *byteorder) in PyUnicode_DecodeUTF16() 5971 int *byteorder, in PyUnicode_DecodeUTF16Stateful() 6125 int byteorder) in _PyUnicode_EncodeUTF16()
|
/aosp_15_r20/external/rust/android-crates-io/pseudo_crate/ |
D | Cargo.toml | 46 byteorder = "=1.5.0" qkey
|