Searched defs:int (Results 1 – 25 of 39) sorted by relevance
12
/build/soong/ui/build/ |
D | cleanbuild.go | 46 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) {
|
D | build.go | 120 func help(ctx Context, config Config, what int) { 128 func Build(ctx Context, config Config, what int) {
|
D | proc_sync_test.go | 57 func newCountWaiter(count int) (waiter *countWaiter) { 84 func testLockCountingTo(index int) (lock *countLock) {
|
/build/blueprint/parser/ |
D | sort.go | 166 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) {
|
D | parser_test.go | 26 func mkpos(offset, line, column int) scanner.Position {
|
D | modify.go | 71 func (list *PatchList) Add(start, end int, replacement string) error {
|
D | printer.go | 388 func max(a, b int) int {
|
/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 {
|
/build/blueprint/ |
D | ninja_strings.go | 119 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) {
|
D | unpack_test.go | 611 func mkpos(offset, line, column int) scanner.Position {
|
/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/cc/ |
D | ndk_library.go | 112 func intMax(a int, b int) int { 158 func getFirstGeneratedVersion(firstSupportedVersion string, platformVersion int) (int, error) {
|
D | linker.go | 315 func CheckSdkVersionAtLeast(ctx ModuleContext, SdkVersion int) bool {
|
/build/soong/android/ |
D | path_properties.go | 97 func fieldByIndex(v reflect.Value, index []int) reflect.Value {
|
D | api_levels.go | 33 apiLevelsMap map[string]int) {
|
D | util.go | 183 func callerName(skip int) (pkgPath, funcName string, ok bool) {
|
/build/soong/androidmk/parser/ |
D | make_strings.go | 204 func splitAnyN(s, sep string, n int) []string { 222 func splitWords(s string, n int) []string {
|
D | ast.go | 118 func (s byPosition) Swap(i, j int) { 122 func (s byPosition) Less(i, j int) bool {
|
/build/soong/ui/logger/ |
D | logger.go | 72 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/ |
D | finder_test.go | 41 …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)) {
|
D | finder.go | 137 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/ |
D | builder.go | 169 …nc TransformJavaToClasses(ctx android.ModuleContext, outputFile android.WritablePath, shardIdx int, 242 shardIdx int, srcFiles, srcJars android.Paths,
|
/build/make/tools/makeparallel/ |
D | makeparallel.cpp | 192 action.sa_sigaction = [](int, siginfo_t*, void*) { in ReadByteTimeout() argument
|
12