Home
last modified time | relevance | path

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

/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) {
Dbuf.go31 func writeByte(w io.Writer, b byte) error {
Dfunc.go119 func formatCommandOutput(out []byte) []byte {
918 func hasNoIoInShellScript(s []byte) bool {
Dpathutil.go86 func hasWildcardMetaByte(pat []byte) bool {
/build/soong/glob/
Dglob.go53 func writeFileIfChanged(filename string, data []byte, perm os.FileMode) error {
/build/blueprint/bpfmt/
Dbpfmt.go150 func diff(b1, b2 []byte) (data []byte, err error) {
/build/blueprint/bpmodify/
Dbpmodify.go256 func diff(b1, b2 []byte) (data []byte, err error) {