Home
last modified time | relevance | path

Searched defs:byte (Results 1 – 25 of 36) sorted by relevance

12

/build/soong/finder/fs/
Dreaddir.go81 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 {
/build/make/tools/canoninja/
Dcanoninja.go17 func Generate(path string, buffer []byte, sink io.Writer) error {
94 func getLine(b []byte) []byte {
102 func getBuildRuleName(line []byte) []byte {
118 func ruleName(lineAfterRule []byte) []byte {
/build/soong/android/
Dtest_config.go27 func TestConfig(buildDir string, env map[string]string, bp string, fs map[string][]byte) Config {
131 func TestArchConfig(buildDir string, env map[string]string, bp string, fs map[string][]byte) Config…
Dfixture.go173 func (fs MockFS) Merge(extra map[string][]byte) {
315 func FixtureAddFile(path string, contents []byte) FixturePreparer {
335 func FixtureOverrideFile(path string, contents []byte) FixturePreparer {
/build/soong/zip/
Dzip_test.go65 func fh(name string, contents []byte, method uint16) zip.FileHeader {
75 func fhWithSHA256(name string, contents []byte, method uint16, sha256 string) zip.FileHeader {
89 func fhManifest(contents []byte) zip.FileHeader {
/build/soong/jar/
Djar.go87 func ManifestFileContents(contents []byte) (*zip.FileHeader, []byte, error) {
105 func manifestContents(contents []byte) ([]byte, error) {
/build/soong/cmd/extract_linker/
Dmain.go137 func bytesToAsm(asm io.Writer, buf []byte) {
/build/soong/cmd/diff_target_files/
Dallow_list_test.go24 func bytesToZipArtifactFile(name string, data []byte) *ZipArtifactFile {
Dallow_list.go246 func isComment(b []byte) bool {
/build/soong/bpfix/bpfix/
Dbpfix.go310 func simplifyKnownPropertiesDuplicatingEachOther(mod *parser.Module, buf []byte, patchList *parser.…
988 func reorderCommonProperties(mod *parser.Module, buf []byte, patchlist *parser.PatchList) error {
1034 func removeTags(mod *parser.Module, buf []byte, patchlist *parser.PatchList) error {
1168 func mergeMatchingModuleProperties(mod *parser.Module, buf []byte, patchlist *parser.PatchList) err…
1172 func mergeMatchingProperties(properties *[]*parser.Property, buf []byte, patchlist *parser.PatchLis…
1195 func mergeProperties(a, b *parser.Property, buf []byte, patchlist *parser.PatchList) error {
1218 func mergeListProperties(a, b *parser.Property, buf []byte, patchlist *parser.PatchList) error {
1414 func formatFlagProperty(mod *parser.Module, field string, buf []byte, patchlist *parser.PatchList) …
1454 func formatFlagProperties(mod *parser.Module, buf []byte, patchlist *parser.PatchList) error {
/build/soong/ui/terminal/
Dutil.go58 func stripAnsiEscapes(input []byte) []byte {
/build/soong/third_party/zip/
Dandroid.go102 func stripExtras(input []byte) []byte {
Dreader_test.go474 func messWith(fileName string, corrupter func(b []byte)) (r io.ReaderAt, size int64) {
/build/soong/cc/
Dtesting.go524 func GatherRequiredFilesForTest(fs map[string][]byte) {
676 bp string, fs map[string][]byte) android.Config {
/build/soong/ui/status/
Dstatus_test.go30 func (c counterOutput) Write(p []byte) (int, error) {
/build/soong/bpfix/cmd_lib/
Dbpfix.go163 func diff(b1, b2 []byte) (data []byte, err error) {
/build/soong/rust/
Dproject_json_test.go51 func validateJsonCrates(t *testing.T, rawContent []byte) []interface{} {
/build/blueprint/bpfmt/
Dbpfmt.go170 func diff(b1, b2 []byte) (data []byte, err error) {
/build/soong/cmd/path_interposer/
Dmain.go188 func parseProcs(data []byte) map[int]procEntry {
/build/soong/cmd/release_config/release_config_proto/
Dbuild_flags_common.pb.go91 func (x *Workflow) UnmarshalJSON(b []byte) error {
/build/blueprint/pathtools/
Dglob.go373 func WriteFileIfChanged(filename string, data []byte, perm os.FileMode) error {
/build/soong/symbol_inject/
Dsymbol_inject.go101 func copyAndInject(r io.ReaderAt, w io.Writer, offset uint64, buf []byte) (err error) {
/build/make/tools/ide_query/
Dide_query.go159 func runCCanalyzer(ctx context.Context, env *Env, mode string, in []byte) ([]byte, error) {
/build/soong/cmd/merge_zips/
Dmerge_zips_test.go390 func dumpZip(buf []byte) string {
/build/soong/cmd/symbols_map/symbols_map_proto/
Dsymbols_map.pb.go82 func (x *Mapping_Type) UnmarshalJSON(b []byte) error {

12