Home
last modified time | relevance | path

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

12

/build/soong/ui/build/
Dcleanbuild.go48 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) {
Dbuild.go133 func help(ctx Context, config Config, what int) {
141 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.go175 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) {
Dparser_test.go26 func mkpos(offset, line, column int) scanner.Position {
Dmodify.go71 func (list *PatchList) Add(start, end int, replacement string) error {
/build/blueprint/proptools/
Dfilter.go39 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…
Dproptools.go104 func IntDefault(i *int64, def int) int {
/build/soong/env/
Denv.go86 func (e envFileData) Less(i, j int) bool {
90 func (e envFileData) Swap(i, j int) {
/build/soong/dexpreopt/
Ddexpreopt.go222 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/
Dninja_strings.go132 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/
Dutil.go290 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 {
Dapex.go118 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) {
Dpath_properties.go96 func fieldByIndex(v reflect.Value, index []int) reflect.Value {
Dapi_levels.go34 apiLevelsMap map[string]int) {
/build/soong/cc/
Dndk_library.go102 func intMax(a int, b int) int {
146 func getFirstGeneratedVersion(firstSupportedVersion string, platformVersion int) (int, error) {
Dccdeps.go238 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/
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.go38 …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)) {
Dfinder.go137 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/
Djar.go128 func javaIdentRune(ch rune, i int) bool {
/build/soong/java/
Dbuilder.go261 …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/
Dstatus_test.go136 func newRunner(stat status.StatusOutput, totalActions int) *runner {

12