Searched refs:major (Results 1 – 8 of 8) sorted by relevance
/build/blueprint/ |
D | singleton_ctx.go | 83 RequireNinjaVersion(major, minor, micro int) argument 288 func (s *singletonContext) RequireNinjaVersion(major, minor, micro int) { 289 s.context.requireNinjaVersion(major, minor, micro)
|
D | context.go | 3176 func (c *Context) requireNinjaVersion(major, minor, micro int) { 3177 if major != 1 {
|
/build/soong/cmd/extract_apks/bundle_proto/ |
D | targeting.proto | 93 int32 major = 1; // VK_VERSION_MAJOR field 98 // e.g. OpenGL ES 3.2 is represented as { major: 3, minor: 2 } 99 int32 major = 1; // GL_MAJOR_VERSION field
|
/build/make/target/product/security/ |
D | README | 7 open a major security hole).
|
/build/make/tools/ |
D | extract_kernel.py | 190 return b.buffer if sys.version_info.major == 3 else b
|
/build/soong/android/ |
D | singleton.go | 55 RequireNinjaVersion(major, minor, micro int) argument
|
/build/soong/ui/metrics/metrics_proto/ |
D | metrics.proto | 167 // The number of major page faults serviced that required I/O activity.
|
/build/make/core/ |
D | LINUX_KERNEL_COPYING | 178 form) with the major components (compiler, kernel, and so on) of the
|