Searched refs:Int (Results 1 – 14 of 14) sorted by relevance
/build/blueprint/proptools/ |
D | clone.go | 66 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:
|
D | proptools.go | 113 func Int(i *int64) int { func
|
D | extend.go | 465 dstFieldValue.Set(reflect.ValueOf(Int64Ptr(srcFieldValue.Elem().Int()))) 470 dstFieldValue.Set(reflect.ValueOf(Int64Ptr(srcFieldValue.Elem().Int())))
|
D | unpack.go | 249 case reflect.Int, reflect.Uint:
|
D | unpack_test.go | 906 Int *int64
|
/build/soong/third_party/zip/ |
D | writer_test.go | 61 largeData[i] = byte(rand.Int()) 93 largeData[i] = byte(rand.Int())
|
/build/soong/zip/cmd/ |
D | main.go | 156 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/ |
D | main.go | 40 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/ |
D | fileslist.go | 46 para = flag.Int("para", defaultPara(), "Number of goroutines")
|
/build/blueprint/parser/ |
D | parser.go | 452 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/ |
D | bzl_conversion.go | 180 case reflect.Uint, reflect.Int, reflect.Int64:
|
D | build_conversion.go | 403 case reflect.Int, reflect.Uint, reflect.Int64:
|
/build/soong/android/ |
D | neverallow.go | 651 case reflect.Int: 652 return check(strconv.FormatInt(value.Int(), 10))
|
/build/blueprint/bootstrap/bpdoc/ |
D | bpdoc.go | 216 case reflect.Bool, reflect.String, reflect.Slice, reflect.Int, reflect.Uint:
|