Home
last modified time | relevance | path

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

12

/build/soong/ui/build/
Dcleanbuild.go46 func clean(ctx Context, config Config, what int) {
51 func dataClean(ctx Context, config Config, what int) {
62 func installClean(ctx Context, config Config, what int) {
Dbuild.go120 func help(ctx Context, config Config, what int) {
128 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.go26 func mkpos(offset, line, column int) scanner.Position {
Dmodify.go71 func (list *PatchList) Add(start, end int, replacement string) error {
Dprinter.go388 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 {
/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.go611 func mkpos(offset, line, column int) scanner.Position {
/build/soong/env/
Denv.go91 func (e envFileData) Less(i, j int) bool {
95 func (e envFileData) Swap(i, j int) {
/build/soong/cc/
Dndk_library.go112 func intMax(a int, b int) int {
158 func getFirstGeneratedVersion(firstSupportedVersion string, platformVersion int) (int, error) {
Dlinker.go315 func CheckSdkVersionAtLeast(ctx ModuleContext, SdkVersion int) bool {
/build/soong/android/
Dpath_properties.go97 func fieldByIndex(v reflect.Value, index []int) reflect.Value {
Dapi_levels.go33 apiLevelsMap map[string]int) {
Dutil.go183 func callerName(skip int) (pkgPath, funcName string, ok bool) {
/build/soong/androidmk/parser/
Dmake_strings.go204 func splitAnyN(s, sep string, n int) []string {
222 func splitWords(s string, n int) []string {
Dast.go118 func (s byPosition) Swap(i, j int) {
122 func (s byPosition) Less(i, j int) bool {
/build/soong/ui/logger/
Dlogger.go72 Output(calldepth int, str string) error
80 func fileRotation(from, baseName, ext string, cur, max int) error {
99 func CreateFileWithRotation(filename string, maxCount int) (*os.File, error) {
/build/soong/finder/
Dfinder_test.go41 …hNumThreads(t *testing.T, filesystem *fs.MockFs, cacheParams CacheParams, numThreads int) *Finder {
49 func newFinderAndErr(t *testing.T, filesystem *fs.MockFs, cacheParams CacheParams, numThreads int) …
244 func testAgainstSeveralThreadcounts(t *testing.T, tester func(t *testing.T, numThreads int)) {
Dfinder.go137 Output(calldepth int, s string) error
172 logger Logger, dbPath string, numThreads int) (f *Finder, err error) {
584 func newSemaphore(capacity int) *semaphore {
604 func newThreadPool(maxNumConcurrentThreads int) *threadPool {
/build/soong/java/
Dbuilder.go169 …nc TransformJavaToClasses(ctx android.ModuleContext, outputFile android.WritablePath, shardIdx int,
242 shardIdx int, srcFiles, srcJars android.Paths,
/build/make/tools/makeparallel/
Dmakeparallel.cpp192 action.sa_sigaction = [](int, siginfo_t*, void*) { in ReadByteTimeout() argument

12