Searched defs:byte (Results 1 – 25 of 36) sorted by relevance
12
| /build/soong/finder/fs/ |
| 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 {
|
| /build/make/tools/canoninja/ |
| D | canoninja.go | 17 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/ |
| D | test_config.go | 27 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…
|
| D | fixture.go | 173 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/ |
| D | zip_test.go | 65 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/ |
| D | jar.go | 87 func ManifestFileContents(contents []byte) (*zip.FileHeader, []byte, error) { 105 func manifestContents(contents []byte) ([]byte, error) {
|
| /build/soong/cmd/extract_linker/ |
| D | main.go | 137 func bytesToAsm(asm io.Writer, buf []byte) {
|
| /build/soong/cmd/diff_target_files/ |
| D | allow_list_test.go | 24 func bytesToZipArtifactFile(name string, data []byte) *ZipArtifactFile {
|
| D | allow_list.go | 246 func isComment(b []byte) bool {
|
| /build/soong/bpfix/bpfix/ |
| D | bpfix.go | 310 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/ |
| D | util.go | 58 func stripAnsiEscapes(input []byte) []byte {
|
| /build/soong/third_party/zip/ |
| D | android.go | 102 func stripExtras(input []byte) []byte {
|
| D | reader_test.go | 474 func messWith(fileName string, corrupter func(b []byte)) (r io.ReaderAt, size int64) {
|
| /build/soong/cc/ |
| D | testing.go | 524 func GatherRequiredFilesForTest(fs map[string][]byte) { 676 bp string, fs map[string][]byte) android.Config {
|
| /build/soong/ui/status/ |
| D | status_test.go | 30 func (c counterOutput) Write(p []byte) (int, error) {
|
| /build/soong/bpfix/cmd_lib/ |
| D | bpfix.go | 163 func diff(b1, b2 []byte) (data []byte, err error) {
|
| /build/soong/rust/ |
| D | project_json_test.go | 51 func validateJsonCrates(t *testing.T, rawContent []byte) []interface{} {
|
| /build/blueprint/bpfmt/ |
| D | bpfmt.go | 170 func diff(b1, b2 []byte) (data []byte, err error) {
|
| /build/soong/cmd/path_interposer/ |
| D | main.go | 188 func parseProcs(data []byte) map[int]procEntry {
|
| /build/soong/cmd/release_config/release_config_proto/ |
| D | build_flags_common.pb.go | 91 func (x *Workflow) UnmarshalJSON(b []byte) error {
|
| /build/blueprint/pathtools/ |
| D | glob.go | 373 func WriteFileIfChanged(filename string, data []byte, perm os.FileMode) error {
|
| /build/soong/symbol_inject/ |
| D | symbol_inject.go | 101 func copyAndInject(r io.ReaderAt, w io.Writer, offset uint64, buf []byte) (err error) {
|
| /build/make/tools/ide_query/ |
| D | ide_query.go | 159 func runCCanalyzer(ctx context.Context, env *Env, mode string, in []byte) ([]byte, error) {
|
| /build/soong/cmd/merge_zips/ |
| D | merge_zips_test.go | 390 func dumpZip(buf []byte) string {
|
| /build/soong/cmd/symbols_map/symbols_map_proto/ |
| D | symbols_map.pb.go | 82 func (x *Mapping_Type) UnmarshalJSON(b []byte) error {
|
12