/third_party/vk-gl-cts/external/vulkancts/scripts/ |
H A D | build_mustpass.py | 31 from build_caselists import Module, getModuleByName, getBuildConfig, DEFAULT_BUILD_DIR, DEFAULT_TARGET namespace 52 BUILD_CONFIG = getBuildConfig(DEFAULT_BUILD_DIR, DEFAULT_TARGET, "Debug")
|
H A D | amber_verify.py | 43 DEFAULT_TARGET = "null" variable 80 default=DEFAULT_TARGET,
|
H A D | build_spirv_binaries.py | 46 DEFAULT_TARGET = "null" variable 91 default=DEFAULT_TARGET,
|
/third_party/vk-gl-cts/scripts/ |
H A D | build_caselists.py | 51 DEFAULT_TARGET = "null" variable 129 default=DEFAULT_TARGET,
|
H A D | mustpass.py | 26 from build_caselists import Module, getModuleByName, getBuildConfig, genCaseList, getCaseListPath, DEFAULT_BUILD_DIR, DEFAULT_TARGET namespace 447 default=DEFAULT_TARGET,
|
H A D | build_android_mustpass.py | 25 from build_caselists import Module, getModuleByName, getBuildConfig, DEFAULT_BUILD_DIR, DEFAULT_TARGET namespace
|
/third_party/vk-gl-cts/external/openglcts/scripts/ |
H A D | build_caselists.py | 95 DEFAULT_TARGET = "null" variable
|
H A D | build_mustpass.py | 28 from build_caselists import Module, getModuleByName, DEFAULT_BUILD_DIR, DEFAULT_TARGET namespace 53 buildPath = DEFAULT_BUILD_DIR.format(targetName = DEFAULT_TARGET, buildType = "Release") 1055 ES_BUILD_CONFIG = BuildConfig(buildPath, "Debug", ["-DDEQP_TARGET=%s" % DEFAULT_TARGET, "-DGLCTS_GTF_TARGET=gles32"]) 1254 GL_BUILD_CONFIG = BuildConfig(buildPath, "Debug", ["-DDEQP_TARGET=%s" % DEFAULT_TARGET, "-DGLCTS_GTF_TARGET=gl"])
|
H A D | mustpass.py | 28 from build_caselists import Module, getModuleByName, getBuildConfig, genCaseList, getCaseListPath, DEFAULT_BUILD_DIR, DEFAULT_TARGET, GLCTS_BIN_NAME namespace
|
/third_party/selinux/checkpolicy/ |
H A D | policy_parse.y | 225 {if (define_default_user(DEFAULT_TARGET)) return -1; } 230 {if (define_default_role(DEFAULT_TARGET)) return -1; } 235 {if (define_default_type(DEFAULT_TARGET)) return -1; }
|
/third_party/selinux/libsepol/src/ |
H A D | policydb_validate.c | 384 case DEFAULT_TARGET: in validate_class_datum() 393 case DEFAULT_TARGET: in validate_class_datum() 402 case DEFAULT_TARGET: in validate_class_datum()
|
H A D | services.c | 1364 if (cladatum && cladatum->default_user == DEFAULT_TARGET) { in sepol_compute_sid() 1381 } else if (cladatum && cladatum->default_role == DEFAULT_TARGET) { in sepol_compute_sid() 1393 } else if (cladatum && cladatum->default_type == DEFAULT_TARGET) { in sepol_compute_sid()
|
H A D | kernel_to_cil.c | 651 case DEFAULT_TARGET: in write_default_user_to_cil() 671 case DEFAULT_TARGET: in write_default_role_to_cil() 691 case DEFAULT_TARGET: in write_default_type_to_cil()
|
H A D | kernel_to_conf.c | 627 case DEFAULT_TARGET: in write_default_user_to_conf() 647 case DEFAULT_TARGET: in write_default_role_to_conf() 667 case DEFAULT_TARGET: in write_default_type_to_conf()
|
H A D | module_to_cil.c | 2013 case DEFAULT_TARGET: dflt = "target"; break; in class_to_cil() 2025 case DEFAULT_TARGET: dflt = "target"; break; in class_to_cil() 2037 case DEFAULT_TARGET: dflt = "target"; break; in class_to_cil()
|
/third_party/selinux/libsepol/include/sepol/policydb/ |
H A D | policydb.h | 122 #define DEFAULT_TARGET 2 macro
|
/third_party/selinux/libsepol/cil/src/ |
H A D | cil_internal.h | 935 CIL_DEFAULT_TARGET = DEFAULT_TARGET,
|