Searched defs:int (Results 1 – 25 of 42) sorted by relevance
12
/build/soong/ui/build/ |
D | cleanbuild.go | 48 func clean(ctx Context, config Config, what int) { 53 func dataClean(ctx Context, config Config, what int) { 64 func installClean(ctx Context, config Config, what int) {
|
D | build.go | 133 func help(ctx Context, config Config, what int) { 141 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 | 175 func (l elemList) Swap(i, j int) { 179 func (l elemList) Less(i, j int) bool { 189 func (l commentsByOffset) Less(i, j int) bool { 193 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 {
|
/build/blueprint/proptools/ |
D | filter.go | 39 func filterPropertyStructFields(fields []reflect.StructField, prefix string, maxTypeNameSize int, 156 func filterPropertyStruct(prop reflect.Type, prefix string, maxNameSize int, 202 func FilterPropertyStructSharded(prop reflect.Type, maxTypeNameSize int, predicate FilterFieldPredi…
|
D | proptools.go | 104 func IntDefault(i *int64, def int) int {
|
/build/soong/env/ |
D | env.go | 86 func (e envFileData) Less(i, j int) bool { 90 func (e envFileData) Swap(i, j int) {
|
/build/soong/dexpreopt/ |
D | dexpreopt.go | 222 func (m classLoaderContextMap) getValue(sdkVer int) *classLoaderContext { 229 func (m classLoaderContextMap) addLibs(sdkVer int, module *ModuleConfig, libs ...string) { 238 func (m classLoaderContextMap) addSystemServerLibs(sdkVer int, ctx android.PathContext, module *Mod… 247 module *ModuleConfig, rule *android.RuleBuilder, archIdx int, profile android.WritablePath, 610 func checkSystemServerOrder(ctx android.PathContext, jarIndex int) {
|
/build/blueprint/ |
D | ninja_strings.go | 132 func parseFirstRuneState(state *parseState, i int, r rune) (stateFunc, error) { 139 func parseStringState(state *parseState, i int, r rune) (stateFunc, error) { 154 func parseDollarStartState(state *parseState, i int, r rune) (stateFunc, error) { 186 func parseDollarState(state *parseState, i int, r rune) (stateFunc, error) { 235 func parseBracketsState(state *parseState, i int, r rune) (stateFunc, error) {
|
/build/soong/android/ |
D | util.go | 290 func callerName(skip int) (pkgPath, funcName string, ok bool) { 381 func ShardPaths(paths Paths, shardSize int) []Paths { 398 func ShardStrings(s []string, shardSize int) [][]string {
|
D | apex.go | 118 ChooseSdkVersion(versionList []string, maxSdkVersion int) (string, error) 130 ShouldSupportSdkVersion(ctx BaseModuleContext, sdkVersion int) error 275 func (a byApexName) Swap(i, j int) { a[i], a[j] = a[j], a[i] } 276 func (a byApexName) Less(i, j int) bool { return a[i].ApexName < a[j].ApexName } 564 func CheckMinSdkVersion(m UpdatableModule, ctx ModuleContext, minSdkVersion int) {
|
D | path_properties.go | 96 func fieldByIndex(v reflect.Value, index []int) reflect.Value {
|
D | api_levels.go | 34 apiLevelsMap map[string]int) {
|
/build/soong/cc/ |
D | ndk_library.go | 102 func intMax(a int, b int) int { 146 func getFirstGeneratedVersion(firstSupportedVersion string, platformVersion int) (int, error) {
|
D | ccdeps.go | 238 func (d Deals) Less(i, j int) bool { return d[i].Name < d[j].Name } 239 func (d Deals) Swap(i, j int) { d[i], d[j] = d[j], d[i] }
|
/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 | 38 …hNumThreads(t *testing.T, filesystem *fs.MockFs, cacheParams CacheParams, numThreads int) *Finder { 46 func newFinderAndErr(t *testing.T, filesystem *fs.MockFs, cacheParams CacheParams, numThreads int) … 108 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) { 585 func newSemaphore(capacity int) *semaphore { 605 func newThreadPool(maxNumConcurrentThreads int) *threadPool {
|
/build/soong/jar/ |
D | jar.go | 128 func javaIdentRune(ch rune, i int) bool {
|
/build/soong/java/ |
D | builder.go | 261 …nc TransformJavaToClasses(ctx android.ModuleContext, outputFile android.WritablePath, shardIdx int, 292 func emitXrefRule(ctx android.ModuleContext, xrefFile android.WritablePath, idx int, 412 shardIdx int, srcFiles, srcJars android.Paths,
|
/build/soong/ui/terminal/ |
D | status_test.go | 136 func newRunner(stat status.StatusOutput, totalActions int) *runner {
|
12