Home
last modified time | relevance | path

Searched refs:number (Results 1 – 25 of 30) sorted by relevance

12

/build/make/tools/releasetools/
Dota_metadata_pb2.py35 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 …]
Dcare_map_pb2.py38 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,
Dpylintrc85 # 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/
Dapi_levels.go51 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/
Dbp2build_metrics.proto21 // 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/
Dbuild_progress.proto21 // 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/
Dmetrics.proto151 // 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/
Dfs_linux.go24 func (osFs) InodeNumber(info os.FileInfo) (number uint64, err error) {
33 func (osFs) DeviceNumber(info os.FileInfo) (number uint64, err error) {
Dfs_darwin.go24 func (osFs) InodeNumber(info os.FileInfo) (number uint64, err error) {
33 func (osFs) DeviceNumber(info os.FileInfo) (number uint64, err error) {
Dfs.go57 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/
Dversioned_cc_common.bzl17 """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/
Dmk_metrics.proto22 // 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/
Dknown_nondeterminism.whitelist2 // bug number to tracking fixing the non-determinism.
/build/bazel/
Dlinux.bazelrc9 # Create a build number that will be injected later.
/build/bazel/rules_cc/
DREADME.md5 To reduce the number of dependencies of this directory, not all files in `rules_cc`
/build/soong/ui/status/ninja_frontend/
Dfrontend.proto39 // Edge identification number, unique to a Ninja run.
56 // Edge identification number, unique to a Ninja run.
/build/blueprint/
DREADME.md15 Blueprint, there are a number of build systems that can be used:
/build/make/core/
Dversion_util.mk183 …$(error PLATFORM_SYSTEMSDK_MIN_VERSION must be a number, but was $(PLATFORM_SYSTEMSDK_MIN_VERSION)…
DLINUX_KERNEL_COPYING258 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/
Dlogical_partition.go122 ctx.PropertyErrorf("size", `must be a number or "auto"`)
/build/make/
DUsage.txt70 -j Autodetect the number of processes to run at once,
/build/soong/cmd/extract_apks/bundle_proto/
Dtargeting.proto72 // The JSON representation for `Int32Value` is JSON number.
/build/soong/docs/
Dbest_practices.md43 instead. This can be problematic in a number of ways:
152 Over-use of conditionals in the build files results in an untestable number
Dmap_files.md106 allows the actual number of the API level to remain vague during development of
/build/soong/java/core-libraries/
DAndroid.bp152 // TODO(http://b/134561230) - limit the number of dependents on this.

12