Searched refs:valid (Results 1 – 12 of 12) sorted by relevance
/build/soong/dexpreopt/ |
D | class_loader_context.go | 399 if valid, err := validateClassLoaderContextRec(sdkVer, clcs); !valid || err != nil { 400 return valid, err 424 if valid, err := validateClassLoaderContextRec(sdkVer, clc.Subcontexts); !valid || err != nil { 425 return valid, err
|
D | class_loader_context_test.go | 93 valid, validationError := validateClassLoaderContext(m) 100 if valid && validationError == nil { 107 if !(valid && validationError == nil) { 236 valid, validationError := validateClassLoaderContext(m) 241 if valid && validationError == nil { 247 if !(valid && validationError == nil) {
|
D | dexpreopt.go | 84 if valid, err := validateClassLoaderContext(module.ClassLoaderContexts); err != nil { 86 } else if valid {
|
/build/blueprint/ |
D | ninja_strings.go | 347 valid := (r >= 'a' && r <= 'z') || 353 if !valid { 366 valid := (r >= 'a' && r <= 'z') || 372 if valid {
|
/build/make/core/ |
D | envsetup.rbc | 26 """Checks that version range and default versions is valid, returns all versions in range.""" 65 fail("% is not valid, must be one of %s" % (g["TARGET_PLATFORM_VERSION"], allowed_versions)) 104 # must be a single word and a valid file name. If there is no BUILD_ID set, make it obvious. 109 # uses something other than numbers), but must be a single word and a valid file name.
|
D | product.mk | 546 $(error $(p): PRODUCT_NAME must be a valid C identifier, not "$(pn)") \
|
D | LINUX_KERNEL_COPYING | 9 Also note that the only valid version of the GPL as far as the kernel 158 b) Accompany it with a written offer, valid for at least three
|
/build/soong/android/ |
D | paths.go | 264 valid bool member 273 return OptionalPath{valid: true, path: path} 278 return p.valid 284 if !p.valid { 295 if !p.valid { 304 if !p.valid { 313 if p.valid {
|
D | rule_builder.go | 1280 valid := (c >= 'a' && c <= 'z') || 1286 if !valid {
|
/build/make/tools/releasetools/ |
D | pylintrc | 360 # List of valid names for the first argument in a class method. 361 valid-classmethod-first-arg=cls 363 # List of valid names for the first argument in a metaclass class method. 364 valid-metaclass-classmethod-first-arg=mcs
|
D | ota_metadata.proto | 108 // The required size of the cache partition, only valid for non-A/B update.
|
/build/make/ |
D | Changes.md | 226 Since this usually isn't a valid path, you can almost always just remove the
|