Searched defs:int (Results 1 – 25 of 29) sorted by relevance
12
/build/soong/ui/build/ |
D | cleanbuild.go | 44 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) {
|
D | build.go | 94 func help(ctx Context, config Config, what int) { 105 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 | 24 func mkpos(offset, line, column int) scanner.Position {
|
D | printer.go | 359 func max(a, b int) int {
|
/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 | 566 func mkpos(offset, line, column int) scanner.Position {
|
D | context.go | 1920 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) {
|
D | singleton_ctx.go | 42 RequireNinjaVersion(major, minor, micro 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 {
|
D | serialize.go | 584 func human(n int) string {
|
/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/cmd/soong_zip/ |
D | rate_limit.go | 38 func NewRateLimit(maxExecs int, maxMem int64) *RateLimit { 76 func (e Execution) Finish(bufferSize int) {
|
/build/soong/cc/ |
D | ndk_library.go | 105 func intMax(a int, b int) int { 149 func getFirstGeneratedVersion(firstSupportedVersion string, platformVersion int) (int, error) {
|
/build/soong/ui/logger/ |
D | logger.go | 71 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/ |
D | api_levels.go | 35 apiLevelsMap map[string]int) {
|
D | util.go | 98 func callerName(skip int) (pkgPath, funcName string, ok bool) {
|
D | variable.go | 176 func intPtr(v int) *int { 267 productVariablePropertyValue reflect.Value, i int, err error) {
|
/build/soong/androidmk/parser/ |
D | ast.go | 104 func (s byPosition) Swap(i, j int) { 108 func (s byPosition) Less(i, j int) bool {
|
D | make_strings.go | 167 func splitAnyN(s, sep string, n int) []string {
|
/build/blueprint/bootstrap/bpdoc/ |
D | bpdoc.go | 635 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/ |
D | makeparallel.cpp | 192 action.sa_sigaction = [](int, siginfo_t*, void*) { in ReadByteTimeout() argument
|
12