Searched defs:int (Results 1 – 20 of 20) sorted by relevance
/build/blueprint/parser/ |
D | sort.go | 162 func (l elemList) Swap(i, j int) { 166 func (l elemList) Less(i, j int) bool { 176 func (l commentsByOffset) Less(i, j int) bool { 180 func (l commentsByOffset) Swap(i, j int) {
|
D | parser_test.go | 24 func mkpos(offset, line, column int) scanner.Position {
|
D | printer.go | 367 func max(a, b int) int {
|
/build/blueprint/ |
D | ninja_strings.go | 114 func parseStringState(state *parseState, i int, r rune) (stateFunc, error) { 129 func parseDollarStartState(state *parseState, i int, r rune) (stateFunc, error) { 161 func parseDollarState(state *parseState, i int, r rune) (stateFunc, error) { 210 func parseBracketsState(state *parseState, i int, r rune) (stateFunc, error) {
|
D | context.go | 1713 func spliceModulesAtIndex(modules []*moduleInfo, i int, newModules []*moduleInfo) []*moduleInfo { 2680 func (s moduleSorter) Less(i, j int) bool { 2690 func (s moduleSorter) Swap(i, j int) {
|
D | singleton_ctx.go | 40 RequireNinjaVersion(major, minor, micro int)
|
D | package_ctx.go | 153 func callerName(skip int) (pkgPath, funcName string, ok bool) {
|
/build/kati/ |
D | query.go | 22 func showDeps(w io.Writer, n *DepNode, indent int, seen map[string]int) {
|
D | worker.go | 66 func (jq jobQueue) Swap(i, j int) { jq[i], jq[j] = jq[j], jq[i] } 68 func (jq jobQueue) Less(i, j int) bool { 230 func newWorkerManager(numJobs int) (*workerManager, error) {
|
D | stats.go | 170 func (b byTotalTime) Swap(i, j int) { b[i], b[j] = b[j], b[i] } 171 func (b byTotalTime) Less(i, j int) bool {
|
D | serialize.go | 584 func human(n int) string {
|
D | expr.go | 622 func parseFunc(f mkFunc, in []byte, s int, term []byte, funcName string, alloc bool) (Value, int, e…
|
D | func.go | 104 func assertArity(name string, req, n int) error {
|
/build/soong/env/ |
D | env.go | 91 func (e envFileData) Less(i, j int) bool { 95 func (e envFileData) Swap(i, j int) {
|
/build/soong/androidmk/parser/ |
D | makething.go | 136 func (s byPosition) Swap(i, j int) { 140 func (s byPosition) Less(i, j int) bool {
|
D | make_strings.go | 154 func splitAnyN(s, sep string, n int) []string {
|
/build/blueprint/bootstrap/bpdoc/ |
D | bpdoc.go | 627 func (l moduleTypeByName) Less(i, j int) bool { return l[i].Name < l[j].Name } 628 func (l moduleTypeByName) Swap(i, j int) { l[i], l[j] = l[j], l[i] }
|
/build/soong/common/ |
D | variable.go | 86 func intPtr(v int) *int {
|
/build/tools/makeparallel/ |
D | makeparallel.cpp | 191 action.sa_sigaction = [](int, siginfo_t*, void*) { in ReadByteTimeout() argument
|
/build/soong/cc/ |
D | builder.go | 413 func splitListForSize(list []string, limit int) (lists [][]string, err error) {
|