/aosp12/frameworks/compile/mclinker/lib/Support/ |
H A D | LEB128.cpp | 20 ByteType byte = pValue & 0x7f; variable 72 ByteType byte = pValue & 0x7f; variable 118 ByteType byte; variable 137 ByteType byte; variable 186 ByteType byte; variable 207 ByteType byte; variable
|
/aosp12/build/soong/finder/fs/ |
H A D | readdir.go | 81 func parseDirent(buf []byte, entries []*dirEntryInfo) []*dirEntryInfo { 125 func direntIno(buf []byte) (uint64, bool) { 129 func direntType(buf []byte) (uint64, bool) { 133 func direntReclen(buf []byte) (uint64, bool) { 137 func direntNamlen(buf []byte) (uint64, bool) { 146 func readInt(b []byte, off, size uintptr) (u uint64, ok bool) { 153 func readIntLE(b []byte, size uintptr) uint64 {
|
/aosp12/system/unwinding/libunwindstack/ |
H A D | ArmExidx.cpp | 176 inline bool ArmExidx::GetByte(uint8_t* byte) { in GetByte() 186 inline bool ArmExidx::DecodePrefix_10_00(uint8_t byte) { in DecodePrefix_10_00() 259 inline bool ArmExidx::DecodePrefix_10_01(uint8_t byte) { in DecodePrefix_10_01() 290 inline bool ArmExidx::DecodePrefix_10_10(uint8_t byte) { in DecodePrefix_10_10() 366 uint8_t byte; in DecodePrefix_10_11_0001() local 446 uint8_t byte; in DecodePrefix_10_11_0010() local 475 uint8_t byte; in DecodePrefix_10_11_0011() local 536 inline bool ArmExidx::DecodePrefix_10(uint8_t byte) { in DecodePrefix_10() 566 inline bool ArmExidx::DecodePrefix_11_000(uint8_t byte) { in DecodePrefix_11_000() 754 inline bool ArmExidx::DecodePrefix_11(uint8_t byte) { in DecodePrefix_11() [all …]
|
H A D | DwarfMemory.cpp | 50 uint8_t byte; in ReadULEB128() local 65 uint8_t byte; in ReadSLEB128() local
|
/aosp12/build/soong/cmd/extract_apks/bundle_proto/ |
H A D | targeting.pb.go | 283 func (m *ApkTargeting) XXX_Unmarshal(b []byte) error { 482 func (m *ScreenDensity) XXX_Unmarshal(b []byte) error { 563 func (m *Int32Value) XXX_Unmarshal(b []byte) error { 603 func (m *SdkVersion) XXX_Unmarshal(b []byte) error { 645 func (m *GraphicsApi) XXX_Unmarshal(b []byte) error { 723 func (m *VulkanVersion) XXX_Unmarshal(b []byte) error { 771 func (m *OpenGlVersion) XXX_Unmarshal(b []byte) error { 856 func (m *Abi) XXX_Unmarshal(b []byte) error { 895 func (m *MultiAbi) XXX_Unmarshal(b []byte) error { 934 func (m *Sanitizer) XXX_Unmarshal(b []byte) error { [all …]
|
H A D | config.pb.go | 112 func (m *BundleConfig) XXX_Unmarshal(b []byte) error { 201 func (m *Bundletool) XXX_Unmarshal(b []byte) error { 244 func (m *Compression) XXX_Unmarshal(b []byte) error { 287 func (m *MasterResources) XXX_Unmarshal(b []byte) error { 342 func (m *Optimizations) XXX_Unmarshal(b []byte) error { 441 func (m *UncompressDexFiles) XXX_Unmarshal(b []byte) error { 481 func (m *SplitsConfig) XXX_Unmarshal(b []byte) error { 524 func (m *StandaloneConfig) XXX_Unmarshal(b []byte) error { 576 func (m *SplitDimension) XXX_Unmarshal(b []byte) error { 648 func (m *SuffixStripping) XXX_Unmarshal(b []byte) error { [all …]
|
H A D | commands.pb.go | 113 func (m *BuildApksResult) XXX_Unmarshal(b []byte) error { 192 func (m *Variant) XXX_Unmarshal(b []byte) error { 249 func (m *ApkSet) XXX_Unmarshal(b []byte) error { 308 func (m *ModuleMetadata) XXX_Unmarshal(b []byte) error { 387 func (m *AssetSliceSet) XXX_Unmarshal(b []byte) error { 506 func (m *InstantMetadata) XXX_Unmarshal(b []byte) error { 573 func (m *ApkDescription) XXX_Unmarshal(b []byte) error { 723 func (m *SplitApkMetadata) XXX_Unmarshal(b []byte) error { 815 func (m *SystemApkMetadata) XXX_Unmarshal(b []byte) error { 863 func (m *ApexApkMetadata) XXX_Unmarshal(b []byte) error { [all …]
|
/aosp12/build/soong/cmd/sbox/sbox_proto/ |
H A D | sbox.pb.go | 42 func (m *Manifest) XXX_Unmarshal(b []byte) error { 45 func (m *Manifest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { 105 func (m *Command) XXX_Unmarshal(b []byte) error { 108 func (m *Command) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { 185 func (m *Copy) XXX_Unmarshal(b []byte) error { 188 func (m *Copy) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { 242 func (m *RspFile) XXX_Unmarshal(b []byte) error { 245 func (m *RspFile) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { 290 func (m *PathMapping) XXX_Unmarshal(b []byte) error { 293 func (m *PathMapping) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
/aosp12/bootable/recovery/install/ |
H A D | asn1_decoder.cpp | 31 int byte = *p_; in get_byte() local 61 int byte = get_byte(); in decode_length() local 90 int byte = peek_byte(); in asn1_constructed_skip_all() local
|
/aosp12/system/bt/gd/packet/ |
H A D | bit_inserter.cc | 30 void BitInserter::insert_bits(uint8_t byte, size_t num_bits) { in insert_bits() 43 void BitInserter::insert_byte(uint8_t byte) { in insert_byte()
|
H A D | byte_inserter.cc | 40 void ByteInserter::on_byte(uint8_t byte) { in on_byte() 46 void ByteInserter::insert_byte(uint8_t byte) { in insert_byte()
|
/aosp12/build/soong/ui/status/ninja_frontend/ |
H A D | frontend.pb.go | 56 func (x *Status_Message_Level) UnmarshalJSON(data []byte) error { 88 func (m *Status) XXX_Unmarshal(b []byte) error { 91 func (m *Status) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { 163 func (m *Status_TotalEdges) XXX_Unmarshal(b []byte) error { 166 func (m *Status_TotalEdges) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { 205 func (m *Status_BuildStarted) XXX_Unmarshal(b []byte) error { 250 func (m *Status_BuildFinished) XXX_Unmarshal(b []byte) error { 295 func (m *Status_EdgeStarted) XXX_Unmarshal(b []byte) error { 401 func (m *Status_EdgeFinished) XXX_Unmarshal(b []byte) error { 527 func (m *Status_Message) XXX_Unmarshal(b []byte) error { [all …]
|
/aosp12/build/soong/ui/metrics/metrics_proto/ |
H A D | metrics.pb.go | 53 func (x *MetricsBase_BuildVariant) UnmarshalJSON(data []byte) error { 102 func (x *MetricsBase_Arch) UnmarshalJSON(data []byte) error { 145 func (x *ModuleTypeInfo_BuildSystem) UnmarshalJSON(data []byte) error { 223 func (m *MetricsBase) XXX_Unmarshal(b []byte) error { 451 func (m *BuildConfig) XXX_Unmarshal(b []byte) error { 507 func (m *SystemResourceInfo) XXX_Unmarshal(b []byte) error { 566 func (m *PerfInfo) XXX_Unmarshal(b []byte) error { 660 func (m *ProcessResourceInfo) XXX_Unmarshal(b []byte) error { 767 func (m *ModuleTypeInfo) XXX_Unmarshal(b []byte) error { 825 func (m *CriticalUserJourneyMetrics) XXX_Unmarshal(b []byte) error { [all …]
|
/aosp12/build/soong/third_party/zip/ |
H A D | android.go | 97 func stripExtras(input []byte) []byte { 184 func (w *compressedFileWriter) Write(p []byte) (int, error) {
|
H A D | zip_test.go | 134 func (r *rleBuffer) Write(p []byte) (n int, err error) { 165 func (r *rleBuffer) ReadAt(p []byte, off int64) (n int, err error) { 227 func (fakeHash32) Write(p []byte) (int, error) { return len(p), nil }
|
/aosp12/system/netd/libnetdutils/ |
H A D | Slice.cpp | 26 const std::string toHex(uint8_t byte) { in toHex() 43 uint8_t byte = 0; in toHex() local
|
/aosp12/build/soong/bpfix/bpfix/ |
H A D | bpfix.go | 258 func simplifyKnownPropertiesDuplicatingEachOther(mod *parser.Module, buf []byte, patchList *parser.… 850 func runPatchListMod(modFunc func(mod *parser.Module, buf []byte, patchlist *parser.PatchList) erro… 899 func reorderCommonProperties(mod *parser.Module, buf []byte, patchlist *parser.PatchList) error { 945 func removeTags(mod *parser.Module, buf []byte, patchlist *parser.PatchList) error { 1020 func removePdkProperty(mod *parser.Module, buf []byte, patchlist *parser.PatchList) error { 1039 func mergeMatchingModuleProperties(mod *parser.Module, buf []byte, patchlist *parser.PatchList) err… 1043 func mergeMatchingProperties(properties *[]*parser.Property, buf []byte, patchlist *parser.PatchLis… 1066 func mergeProperties(a, b *parser.Property, buf []byte, patchlist *parser.PatchList) error { 1089 func mergeListProperties(a, b *parser.Property, buf []byte, patchlist *parser.PatchList) error {
|
/aosp12/build/soong/ui/status/build_error_proto/ |
H A D | build_error.pb.go | 41 func (m *BuildError) XXX_Unmarshal(b []byte) error { 44 func (m *BuildError) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { 98 func (m *BuildActionError) XXX_Unmarshal(b []byte) error { 101 func (m *BuildActionError) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
/aosp12/build/soong/zip/ |
H A D | zip_test.go | 59 func fh(name string, contents []byte, method uint16) zip.FileHeader { 69 func fhManifest(contents []byte) zip.FileHeader {
|
/aosp12/build/soong/jar/ |
H A D | jar.go | 87 func ManifestFileContents(contents []byte) (*zip.FileHeader, []byte, error) { 105 func manifestContents(contents []byte) ([]byte, error) {
|
/aosp12/build/soong/cc/ |
H A D | testing.go | 527 func GatherRequiredFilesForTest(fs map[string][]byte) { 640 bp string, fs map[string][]byte) android.Config {
|
/aosp12/system/bt/packet/avrcp/ |
H A D | get_folder_items.cc | 178 for (const uint8_t& byte : item.name_) { in PushMediaPlayerItem() local 195 for (const uint8_t& byte : item.name_) { in PushFolderItem() local 212 for (const uint8_t& byte : item.name_) { in PushMediaElementItem() local 226 for (const uint8_t& byte : attr_val) { in PushMediaElementItem() local
|
/aosp12/system/nvram/messages/ |
H A D | io.cpp | 41 uint8_t byte = (value & 0x7f) | (((value >> 7) == 0) ? 0x00 : 0x80); in EncodeVarint() local 60 uint8_t byte = 0; in DecodeVarint() local 105 bool InputStreamBuffer::ReadByte(uint8_t* byte) { in ReadByte() 192 bool OutputStreamBuffer::WriteByte(uint8_t byte) { in WriteByte()
|
/aosp12/build/soong/ui/status/ |
H A D | log.go | 82 func (v *verboseLog) Write(p []byte) (int, error) { 147 func (e *errorLog) Write(p []byte) (int, error) { 198 func (e *errorProtoLog) Write(p []byte) (int, error) { 235 func (b *buildProgressLog) Write(p []byte) (int, error) {
|
/aosp12/system/bt/gd/packet/parser/test/ |
H A D | simple_sum.h | 32 void AddByte(uint8_t byte) { in AddByte()
|