Home
last modified time | relevance | path

Searched defs:byte (Results 1 – 25 of 42) 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/kati/
Dstrutil.go57 func splitSpacesBytes(s []byte) (r [][]byte) {
86 func newWordScanner(in []byte) *wordScanner {
139 func matchPatternBytes(pat, str []byte) bool {
178 func substPatternBytes(pat, repl, str []byte) (pre, subst, post []byte) {
232 func trimLeftSpaceBytes(s []byte) []byte {
241 func trimRightSpaceBytes(s []byte) []byte {
251 func trimSpaceBytes(s []byte) []byte {
275 func firstWord(line []byte) ([]byte, []byte) {
291 func findLiteralChar(s []byte, stop1, stop2 byte, op findCharOption) int {
347 func removeComment(line []byte) ([]byte, bool) {
[all …]
Dparser.go126 func newAssignAST(p *parser, lhsBytes []byte, rhsBytes []byte, op string) (*assignAST, error) {
516 func includeDirective(p *parser, data []byte) {
520 func sincludeDirective(p *parser, data []byte) {
524 func ifdefDirective(p *parser, data []byte) {
528 func ifndefDirective(p *parser, data []byte) {
532 func ifeqDirective(p *parser, data []byte) {
536 func ifneqDirective(p *parser, data []byte) {
540 func elseDirective(p *parser, data []byte) {
544 func endifDirective(p *parser, data []byte) {
548 func defineDirective(p *parser, data []byte) {
[all …]
Dexpr.go38 writeWord([]byte)
287 func str(buf []byte, alloc bool) Value {
294 func appendStr(exp expr, buf []byte, alloc bool) expr {
337 func parseExpr(in, term []byte, op parseOp) (Value, int, error) {
409 func closeParen(ch byte) byte {
425 func parseDollar(in []byte, alloc bool) (Value, int, error) {
530 func skipSpaces(in, term []byte) int {
622 func parseFunc(f mkFunc, in []byte, s int, term []byte, funcName string, alloc bool) (Value, int, e…
Drule_parser.go79 func isPatternRule(s []byte) (pattern, bool) {
87 func unescapeInput(s []byte) []byte {
102 func unescapeTarget(s []byte) []byte {
Dsymtab.go40 func internBytes(s []byte) string {
Dshellutil.go67 func rot13(buf []byte) {
/build/soong/jar/
Djar.go84 func ManifestFileContents(contents []byte) (*zip.FileHeader, []byte, error) {
102 func manifestContents(contents []byte) ([]byte, error) {
/build/soong/bpfix/bpfix/
Dbpfix.go205 func simplifyKnownPropertiesDuplicatingEachOther(mod *parser.Module, buf []byte, patchList *parser.…
592 func runPatchListMod(modFunc func(mod *parser.Module, buf []byte, patchlist *parser.PatchList) erro…
641 func reorderCommonProperties(mod *parser.Module, buf []byte, patchlist *parser.PatchList) error {
687 func removeTags(mod *parser.Module, buf []byte, patchlist *parser.PatchList) error {
761 func mergeMatchingModuleProperties(mod *parser.Module, buf []byte, patchlist *parser.PatchList) err…
765 func mergeMatchingProperties(properties *[]*parser.Property, buf []byte, patchlist *parser.PatchLis…
788 func mergeProperties(a, b *parser.Property, buf []byte, patchlist *parser.PatchList) error {
811 func mergeListProperties(a, b *parser.Property, buf []byte, patchlist *parser.PatchList) error {
/build/soong/zip/
Dzip_test.go53 func fh(name string, contents []byte, method uint16) zip.FileHeader {
63 func fhManifest(contents []byte) zip.FileHeader {
/build/soong/cmd/extract_linker/
Dmain.go114 func bytesToAsm(asm io.Writer, buf []byte) {
/build/soong/ui/terminal/
Dutil.go51 func stripAnsiEscapes(input []byte) []byte {
/build/soong/cc/
Dgenrule_test.go25 fs map[string][]byte) *android.TestContext {
/build/soong/cmd/diff_target_files/
Dwhitelist_test.go24 func bytesToZipArtifactFile(name string, data []byte) *ZipArtifactFile {
Dwhitelist.go246 func isComment(b []byte) bool {
/build/soong/third_party/zip/
Dandroid.go88 func stripExtras(input []byte) []byte {
/build/soong/sysprop/
Dsysprop_test.go56 fs map[string][]byte) *android.TestContext {
/build/soong/genrule/
Dgenrule_test.go55 fs map[string][]byte) *android.TestContext {
/build/soong/bpfix/cmd/
Dbpfix.go163 func diff(b1, b2 []byte) (data []byte, err error) {
/build/blueprint/bpfmt/
Dbpfmt.go162 func diff(b1, b2 []byte) (data []byte, err error) {
/build/soong/cmd/path_interposer/
Dmain.go180 func parseProcs(data []byte) map[int]procEntry {
/build/soong/cmd/merge_zips/
Dmerge_zips_test.go292 func dumpZip(buf []byte) string {
/build/soong/android/
Dneverallow_test.go182 func testNeverallow(t *testing.T, config Config, fs map[string][]byte) (*TestContext, []error) {
/build/soong/java/
Dapp_test.go45 func testAppContext(config android.Config, bp string, fs map[string][]byte) *android.TestContext {
/build/blueprint/bpmodify/
Dbpmodify.go265 func diff(b1, b2 []byte) (data []byte, err error) {

12