Home
last modified time | relevance | path

Searched defs:bytes (Results 1 – 23 of 23) sorted by relevance

/build/make/tools/aconfig/aconfig/src/
Dtest.rs257 let bytes = crate::commands::parse_flags( in parse_read_only_test_flags() localVariable
276 let bytes = crate::commands::parse_flags( in parse_test_flags() localVariable
301 let bytes = crate::commands::parse_flags( in parse_second_package_flags() localVariable
Ddump.rs236 let bytes = in test_dump_parsed_flags_textproto_format() localVariable
247 let bytes = dump_parsed_flags( in test_dump_parsed_flags_custom_format() localVariable
269 let mut bytes = vec![]; in test_dump_custom_format() localVariable
Dcommands.rs860 let bytes = create_device_config_defaults(input).unwrap(); in test_create_device_config_defaults() localVariable
868 let bytes = create_device_config_sysprops(input).unwrap(); in test_create_device_config_sysprops() localVariable
876 let bytes = dump_parsed_flags( in test_dump() localVariable
890 let bytes = dump_parsed_flags( in test_dump_multiple_filters() localVariable
915 let bytes = in test_dump_textproto_format_dedup() localVariable
/build/make/tools/aconfig/aconfig_storage_write_api/tests/
Dstorage_write_api_test.rs25 let mut bytes = Vec::new(); in get_boolean_flag_value_at_offset() localVariable
33 let mut bytes = Vec::new(); in get_flag_attribute_at_offset() localVariable
/build/make/tools/record-finalized-flags/src/
Dflag_values.rs49 let bytes = include_bytes!("../tests/flags.protobuf"); in test_disabled_or_read_write_flags_are_ignored() localVariable
/build/make/tools/aconfig/aconfig_storage_read_api/srcs/
Dlib.rs59 let mut bytes = Vec::new(); in Java_android_aconfig_storage_AconfigStorageReadAPI_getPackageReadContextImpl() localVariable
117 let mut bytes = Vec::new(); in Java_android_aconfig_storage_AconfigStorageReadAPI_getFlagReadContextImpl() localVariable
/build/make/tools/aconfig/aconfig_storage_file/srcs/android/aconfig/storage/
DFlagValueList.java26 public static FlagValueList fromBytes(ByteBuffer bytes) { in fromBytes()
DByteBufferReader.java57 getArray(nextGetIndex(length), bytes, 0, length); in readString() local
DFlagTable.java29 public static FlagTable fromBytes(ByteBuffer bytes) { in fromBytes()
DPackageTable.java35 public static PackageTable fromBytes(ByteBuffer bytes) { in fromBytes()
/build/make/tools/ide_query/cc_analyzer_proto/
Dcc_analyzer.proto69 optional bytes contents = 2; field
/build/make/tools/aconfig/aconfig_storage_file/src/
Dprotos.rs95 let bytes = get_binary_proto_from_text_proto(text_proto).unwrap(); in write_proto_to_temp_file() localVariable
Dmain.rs101 let bytes = read_file_to_bytes(file_path)?; in print_storage_file() localVariable
Dflag_value.rs163 let bytes = &flag_value_list.into_bytes(); in test_version_number() localVariable
Dsip_hasher13.rs200 let bytes = unsafe { in write_usize() localVariable
Dflag_info.rs231 let bytes = &flag_info_list.into_bytes(); in test_version_number() localVariable
Dflag_table.rs257 let bytes = &flag_table.into_bytes(); in test_version_number() localVariable
Dpackage_table.rs319 let bytes = &package_table.into_bytes(); in test_version_number() localVariable
/build/make/tools/aconfig/exported_flag_check/src/
Dutils.rs139 let bytes = include_bytes!("../tests/flags.protobuf"); in test_disabled_or_read_write_flags_are_ignored() localVariable
/build/make/tools/ide_query/ide_query_proto/
Dide_query.proto28 optional bytes contents = 2; field
/build/make/tools/aconfig/aconfig_storage_write_api/src/
Dlib.rs247 let mut bytes = Vec::new(); in get_boolean_flag_value_at_offset() localVariable
276 let mut bytes = Vec::new(); in get_flag_attribute_at_offset() localVariable
/build/make/tools/aconfig/aconfig/src/storage/
Dmod.rs174 let bytes = crate::commands::parse_flags( in parse_all_test_flags() localVariable
/build/soong/finder/fs/
Dfs.go213 bytes []byte member