Home
last modified time | relevance | path

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

12

/build/soong/ui/build/
Dcleanbuild.go44 func clean(ctx Context, config Config, what int) {
49 func dataClean(ctx Context, config Config, what int) {
60 func installClean(ctx Context, config Config, what int) {
Dbuild.go94 func help(ctx Context, config Config, what int) {
105 func Build(ctx Context, config Config, what int) {
Dproc_sync_test.go57 func newCountWaiter(count int) (waiter *countWaiter) {
84 func testLockCountingTo(index int) (lock *countLock) {
/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/blueprint/
Dninja_strings.go119 func parseFirstRuneState(state *parseState, i int, r rune) (stateFunc, error) {
126 func parseStringState(state *parseState, i int, r rune) (stateFunc, error) {
141 func parseDollarStartState(state *parseState, i int, r rune) (stateFunc, error) {
173 func parseDollarState(state *parseState, i int, r rune) (stateFunc, error) {
222 func parseBracketsState(state *parseState, i int, r rune) (stateFunc, error) {
Dunpack_test.go566 func mkpos(offset, line, column int) scanner.Position {
Dcontext.go1920 func spliceModules(modules []*moduleInfo, i int, newModules []*moduleInfo) ([]*moduleInfo, int) {
2946 func (s depSorter) Less(i, j int) bool {
2956 func (s depSorter) Swap(i, j int) {
2966 func (s moduleSorter) Less(i, j int) bool {
2976 func (s moduleSorter) Swap(i, j int) {
Dsingleton_ctx.go42 RequireNinjaVersion(major, minor, micro 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 {
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/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 {
149 func getFirstGeneratedVersion(firstSupportedVersion string, platformVersion int) (int, 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/
Dapi_levels.go35 apiLevelsMap map[string]int) {
Dutil.go98 func callerName(skip int) (pkgPath, funcName string, ok bool) {
Dvariable.go176 func intPtr(v int) *int {
267 productVariablePropertyValue reflect.Value, i int, err error) {
/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