Home
last modified time | relevance | path

Searched refs:Int (Results 1 – 14 of 14) sorted by relevance

/build/blueprint/proptools/
Dclone.go66 case reflect.Bool, reflect.String, reflect.Int, reflect.Uint:
161 case reflect.Bool, reflect.String, reflect.Slice, reflect.Int, reflect.Uint:
223 case reflect.Bool, reflect.String, reflect.Slice, reflect.Int, reflect.Uint:
Dproptools.go113 func Int(i *int64) int { func
Dextend.go465 dstFieldValue.Set(reflect.ValueOf(Int64Ptr(srcFieldValue.Elem().Int())))
470 dstFieldValue.Set(reflect.ValueOf(Int64Ptr(srcFieldValue.Elem().Int())))
Dunpack.go249 case reflect.Int, reflect.Uint:
Dunpack_test.go906 Int *int64
/build/soong/third_party/zip/
Dwriter_test.go61 largeData[i] = byte(rand.Int())
93 largeData[i] = byte(rand.Int())
/build/soong/zip/cmd/
Dmain.go156 compLevel := flags.Int("L", 5, "deflate compression level (0-9)")
163 parallelJobs := flags.Int("parallel", runtime.NumCPU(), "number of parallel threads to use")
/build/soong/cmd/multiproduct_kati/
Dmain.go40 var numJobs = flag.Int("j", 0, "number of parallel jobs [0=autodetect]")
53 var shardCount = flag.Int("shard-count", 1, "split the products into multiple shards (to spread the…
54 var shard = flag.Int("shard", 1, "1-indexed shard to execute")
/build/soong/cmd/fileslist/
Dfileslist.go46 para = flag.Int("para", defaultPara(), "Number of goroutines")
/build/blueprint/parser/
Dparser.go452 case '-', scanner.Int: // Integer might have '-' sign ahead ('+' is only treated as operator now)
522 if p.tok != scanner.Int {
539 p.accept(scanner.Int)
/build/soong/bp2build/
Dbzl_conversion.go180 case reflect.Uint, reflect.Int, reflect.Int64:
Dbuild_conversion.go403 case reflect.Int, reflect.Uint, reflect.Int64:
/build/soong/android/
Dneverallow.go651 case reflect.Int:
652 return check(strconv.FormatInt(value.Int(), 10))
/build/blueprint/bootstrap/bpdoc/
Dbpdoc.go216 case reflect.Bool, reflect.String, reflect.Slice, reflect.Int, reflect.Uint: