Searched refs:number (Results 1 – 25 of 30) sorted by relevance
12
/build/make/tools/releasetools/ |
D | ota_metadata_pb2.py | 35 name='UNKNOWN', index=0, number=0, 39 name='AB', index=1, number=1, 43 name='BLOCK', index=2, number=2, 47 name='BRICK', index=3, number=3, 68 number=1, type=9, cpp_type=9, label=1, 75 number=2, type=9, cpp_type=9, label=3, 82 number=3, type=9, cpp_type=9, label=3, 89 number=4, type=9, cpp_type=9, label=1, 120 number=1, type=9, cpp_type=9, label=3, 127 number=2, type=9, cpp_type=9, label=3, [all …]
|
D | care_map_pb2.py | 38 number=1, type=9, cpp_type=9, label=1, 45 number=2, type=9, cpp_type=9, label=1, 52 number=3, type=9, cpp_type=9, label=1, 59 number=4, type=9, cpp_type=9, label=1, 89 number=1, type=11, cpp_type=10, label=3,
|
D | pylintrc | 85 # respectively contain the number of errors / warnings messages and the total 86 # number of statements analyzed. This is used by the global evaluation report 101 # Minimum lines number of a similarity. 251 # Maximum number of characters on a single line. 264 # Maximum number of lines in a module 305 # Maximum number of arguments for function / method 312 # Maximum number of locals for function / method body 315 # Maximum number of return / yield for function / method body 318 # Maximum number of branch for function / method body 321 # Maximum number of statements in function / method body [all …]
|
/build/soong/android/ |
D | api_levels.go | 51 number int member 61 return this.number 72 return this.number 75 return previewAPILevelBase + this.number 77 return this.number 105 return this.number == -1 117 if this.number < other.number { 119 } else if this.number == other.number { 149 number: num, 157 number: -1,
|
/build/soong/ui/metrics/bp2build_metrics_proto/ |
D | bp2build_metrics.proto | 21 // Total number of Soong modules converted to generated targets 24 // Total number of Soong modules converted to handcrafted targets 27 // Total number of unconverted Soong modules 53 // The number of nanoseconds elapsed since January 1, 1970 UTC. 57 // The number of nanoseconds elapsed since start_time.
|
/build/soong/ui/status/build_progress_proto/ |
D | build_progress.proto | 21 // Total number of actions in a build. The total actions will increase 25 // Total number of completed build actions. This value will never decrease 32 // Total number of current actions being executed during a course of a 36 // Total number of actions that reported as a failure.
|
/build/soong/ui/metrics/metrics_proto/ |
D | metrics.proto | 151 // The number of nanoseconds elapsed since January 1, 1970 UTC. 155 // The number of nanoseconds elapsed since start_time. 158 // The number of MB for memory use (deprecated as it is too generic). 178 // The number of minor page faults serviced without any I/O activity. 181 // The number of major page faults serviced that required I/O activity. 190 // The number of voluntary context switches 193 // The number of involuntary context switches 209 // The number of logical modules. 227 // The number of modules handled by soong_build. 230 // The total number of variants handled by soong_build. [all …]
|
/build/soong/finder/fs/ |
D | fs_linux.go | 24 func (osFs) InodeNumber(info os.FileInfo) (number uint64, err error) { 33 func (osFs) DeviceNumber(info os.FileInfo) (number uint64, err error) {
|
D | fs_darwin.go | 24 func (osFs) InodeNumber(info os.FileInfo) (number uint64, err error) { 33 func (osFs) DeviceNumber(info os.FileInfo) (number uint64, err error) {
|
D | fs.go | 57 InodeNumber(info os.FileInfo) (number uint64, err error) 58 DeviceNumber(info os.FileInfo) (number uint64, err error) 503 func (m *MockFs) InodeNumber(info os.FileInfo) (number uint64, err error) { 510 func (m *MockFs) DeviceNumber(info os.FileInfo) (number uint64, err error) {
|
/build/bazel/rules/cc/ |
D | versioned_cc_common.bzl | 17 """A macro to handle build number stamping.""" 24 fail("Expected only one input file for build number stamping") 58 doc = "Whether to stamp the build number", 62 doc = "The build number stamp tool.",
|
/build/soong/ui/metrics/mk_metrics_proto/ |
D | mk_metrics.proto | 22 // Total number of mk files present in the workspace. 28 // This value is equivalent to the number of entries in Android.mk.list.
|
/build/soong/cmd/diff_target_files/ |
D | known_nondeterminism.whitelist | 2 // bug number to tracking fixing the non-determinism.
|
/build/bazel/ |
D | linux.bazelrc | 9 # Create a build number that will be injected later.
|
/build/bazel/rules_cc/ |
D | README.md | 5 To reduce the number of dependencies of this directory, not all files in `rules_cc`
|
/build/soong/ui/status/ninja_frontend/ |
D | frontend.proto | 39 // Edge identification number, unique to a Ninja run. 56 // Edge identification number, unique to a Ninja run.
|
/build/blueprint/ |
D | README.md | 15 Blueprint, there are a number of build systems that can be used:
|
/build/make/core/ |
D | version_util.mk | 183 …$(error PLATFORM_SYSTEMSDK_MIN_VERSION must be a number, but was $(PLATFORM_SYSTEMSDK_MIN_VERSION)…
|
D | LINUX_KERNEL_COPYING | 258 Each version is given a distinguishing version number. If the Program 259 specifies a version number of this License which applies to it and "any 262 Software Foundation. If the Program does not specify a version number of
|
/build/soong/filesystem/ |
D | logical_partition.go | 122 ctx.PropertyErrorf("size", `must be a number or "auto"`)
|
/build/make/ |
D | Usage.txt | 70 -j Autodetect the number of processes to run at once,
|
/build/soong/cmd/extract_apks/bundle_proto/ |
D | targeting.proto | 72 // The JSON representation for `Int32Value` is JSON number.
|
/build/soong/docs/ |
D | best_practices.md | 43 instead. This can be problematic in a number of ways: 152 Over-use of conditionals in the build files results in an untestable number
|
D | map_files.md | 106 allows the actual number of the API level to remain vague during development of
|
/build/soong/java/core-libraries/ |
D | Android.bp | 152 // TODO(http://b/134561230) - limit the number of dependents on this.
|
12