Home
last modified time | relevance | path

Searched defs:int (Results 1 – 25 of 27) sorted by relevance

12

/build/blueprint/parser/
Dsort.go166 func (l elemList) Swap(i, j int) {
170 func (l elemList) Less(i, j int) bool {
180 func (l commentsByOffset) Less(i, j int) bool {
184 func (l commentsByOffset) Swap(i, j int) {
Dparser_test.go24 func mkpos(offset, line, column int) scanner.Position {
Dprinter.go359 func max(a, b int) int {
/build/kati/
Dquery.go22 func showDeps(w io.Writer, n *DepNode, indent int, seen map[string]int) {
Dworker.go66 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) {
Dstats.go170 func (b byTotalTime) Swap(i, j int) { b[i], b[j] = b[j], b[i] }
171 func (b byTotalTime) Less(i, j int) bool {
Dexpr.go622 func parseFunc(f mkFunc, in []byte, s int, term []byte, funcName string, alloc bool) (Value, int, e…
Dserialize.go584 func human(n int) string {
/build/soong/env/
Denv.go91 func (e envFileData) Less(i, j int) bool {
95 func (e envFileData) Swap(i, j int) {
/build/soong/ui/tracer/
Dninja.go34 func (n ninjaLogEntries) Less(i, j int) bool { return n[i].Begin < n[j].Begin }
35 func (n ninjaLogEntries) Swap(i, j int) { n[i], n[j] = n[j], n[i] }
/build/blueprint/
Dninja_strings.go114 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) {
Dunpack_test.go566 func mkpos(offset, line, column int) scanner.Position {
Dcontext.go1909 func spliceModules(modules []*moduleInfo, i int, newModules []*moduleInfo) ([]*moduleInfo, int) {
2935 func (s depSorter) Less(i, j int) bool {
2945 func (s depSorter) Swap(i, j int) {
2955 func (s moduleSorter) Less(i, j int) bool {
2965 func (s moduleSorter) Swap(i, j int) {
Dsingleton_ctx.go42 RequireNinjaVersion(major, minor, micro int)
/build/soong/cmd/soong_zip/
Drate_limit.go38 func NewRateLimit(maxExecs int, maxMem int64) *RateLimit {
76 func (e Execution) Finish(bufferSize int) {
/build/soong/cc/
Dndk_library.go105 func intMax(a int, b int) int {
146 func getFirstGeneratedVersion(firstSupportedVersion string, platformVersion int) (int, error) {
Dbuilder.go801 func splitListForSize(list []string, limit int) (lists [][]string, err error) {
/build/soong/ui/logger/
Dlogger.go71 Output(calldepth int, str string) error
77 func fileRotation(from, baseName, ext string, cur, max int) error {
99 func CreateFileWithRotation(filename string, maxCount int) (*os.File, error) {
/build/soong/android/
Dutil.go89 func callerName(skip int) (pkgPath, funcName string, ok bool) {
Dvariable.go159 func intPtr(v int) *int {
250 productVariablePropertyValue reflect.Value, i int, err error) {
/build/soong/ui/build/
Dbuild.go65 func Build(ctx Context, config Config, what int) {
/build/soong/androidmk/parser/
Dast.go104 func (s byPosition) Swap(i, j int) {
108 func (s byPosition) Less(i, j int) bool {
Dmake_strings.go167 func splitAnyN(s, sep string, n int) []string {
/build/blueprint/bootstrap/bpdoc/
Dbpdoc.go635 func (l moduleTypeByName) Less(i, j int) bool { return l[i].Name < l[j].Name }
636 func (l moduleTypeByName) Swap(i, j int) { l[i], l[j] = l[j], l[i] }
/build/make/tools/makeparallel/
Dmakeparallel.cpp192 action.sa_sigaction = [](int, siginfo_t*, void*) { in ReadByteTimeout() argument

12