Searched defs:byte (Results 1 – 25 of 42) 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/kati/ |
D | strutil.go | 57 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 …]
|
D | parser.go | 126 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 …]
|
D | expr.go | 38 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…
|
D | rule_parser.go | 79 func isPatternRule(s []byte) (pattern, bool) { 87 func unescapeInput(s []byte) []byte { 102 func unescapeTarget(s []byte) []byte {
|
D | symtab.go | 40 func internBytes(s []byte) string {
|
D | shellutil.go | 67 func rot13(buf []byte) {
|
/build/soong/jar/ |
D | jar.go | 84 func ManifestFileContents(contents []byte) (*zip.FileHeader, []byte, error) { 102 func manifestContents(contents []byte) ([]byte, error) {
|
/build/soong/bpfix/bpfix/ |
D | bpfix.go | 205 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/ |
D | zip_test.go | 53 func fh(name string, contents []byte, method uint16) zip.FileHeader { 63 func fhManifest(contents []byte) zip.FileHeader {
|
/build/soong/cmd/extract_linker/ |
D | main.go | 114 func bytesToAsm(asm io.Writer, buf []byte) {
|
/build/soong/ui/terminal/ |
D | util.go | 51 func stripAnsiEscapes(input []byte) []byte {
|
/build/soong/cc/ |
D | genrule_test.go | 25 fs map[string][]byte) *android.TestContext {
|
/build/soong/cmd/diff_target_files/ |
D | whitelist_test.go | 24 func bytesToZipArtifactFile(name string, data []byte) *ZipArtifactFile {
|
D | whitelist.go | 246 func isComment(b []byte) bool {
|
/build/soong/third_party/zip/ |
D | android.go | 88 func stripExtras(input []byte) []byte {
|
/build/soong/sysprop/ |
D | sysprop_test.go | 56 fs map[string][]byte) *android.TestContext {
|
/build/soong/genrule/ |
D | genrule_test.go | 55 fs map[string][]byte) *android.TestContext {
|
/build/soong/bpfix/cmd/ |
D | bpfix.go | 163 func diff(b1, b2 []byte) (data []byte, err error) {
|
/build/blueprint/bpfmt/ |
D | bpfmt.go | 162 func diff(b1, b2 []byte) (data []byte, err error) {
|
/build/soong/cmd/path_interposer/ |
D | main.go | 180 func parseProcs(data []byte) map[int]procEntry {
|
/build/soong/cmd/merge_zips/ |
D | merge_zips_test.go | 292 func dumpZip(buf []byte) string {
|
/build/soong/android/ |
D | neverallow_test.go | 182 func testNeverallow(t *testing.T, config Config, fs map[string][]byte) (*TestContext, []error) {
|
/build/soong/java/ |
D | app_test.go | 45 func testAppContext(config android.Config, bp string, fs map[string][]byte) *android.TestContext {
|
/build/blueprint/bpmodify/ |
D | bpmodify.go | 265 func diff(b1, b2 []byte) (data []byte, err error) {
|
12