Home
last modified time | relevance | path

Searched refs:DEFAULT_TARGET (Results 1 – 14 of 14) sorted by relevance

/external/deqp/external/vulkancts/scripts/
Dbuild_mustpass.py30 …m build_caselists import Module, getModuleByName, getBuildConfig, DEFAULT_BUILD_DIR, DEFAULT_TARGET
50 BUILD_CONFIG = getBuildConfig(DEFAULT_BUILD_DIR, DEFAULT_TARGET, "Debug")
Dbuild_spirv_binaries.py45 DEFAULT_TARGET = "null" variable
90 default=DEFAULT_TARGET,
/external/deqp/scripts/
Dbuild_caselists.py50 DEFAULT_TARGET = "null" variable
128 default=DEFAULT_TARGET,
Dmustpass.py26 …e, getModuleByName, getBuildConfig, genCaseList, getCaseListPath, DEFAULT_BUILD_DIR, DEFAULT_TARGET
414 default=DEFAULT_TARGET,
Dbuild_android_mustpass.py25 …m build_caselists import Module, getModuleByName, getBuildConfig, DEFAULT_BUILD_DIR, DEFAULT_TARGET
/external/deqp/external/openglcts/scripts/
Dbuild_caselists.py89 DEFAULT_TARGET = "null" variable
Dbuild_mustpass.py27 from build_caselists import Module, getModuleByName, DEFAULT_BUILD_DIR, DEFAULT_TARGET
52 buildPath = DEFAULT_BUILD_DIR.format(targetName = DEFAULT_TARGET, buildType = "Release")
1052 ES_BUILD_CONFIG = BuildConfig(buildPath, "Debug", ["-DDEQP_TARGET=%s" % DEFAULT_TARGET, "-DGLCTS…
1196 GL_BUILD_CONFIG = BuildConfig(buildPath, "Debug", ["-DDEQP_TARGET=%s" % DEFAULT_TARGET, "-DGLCT…
Dmustpass.py28 …me, getBuildConfig, genCaseList, getCaseListPath, DEFAULT_BUILD_DIR, DEFAULT_TARGET, GLCTS_BIN_NAME
/external/selinux/checkpolicy/
Dpolicy_parse.y226 {if (define_default_user(DEFAULT_TARGET)) return -1; }
231 {if (define_default_role(DEFAULT_TARGET)) return -1; }
236 {if (define_default_type(DEFAULT_TARGET)) return -1; }
/external/selinux/libsepol/include/sepol/policydb/
Dpolicydb.h122 #define DEFAULT_TARGET 2 macro
/external/selinux/libsepol/cil/src/
Dcil_internal.h926 CIL_DEFAULT_TARGET = DEFAULT_TARGET,
/external/selinux/libsepol/src/
Dkernel_to_conf.c605 case DEFAULT_TARGET: in write_default_user_to_conf()
625 case DEFAULT_TARGET: in write_default_role_to_conf()
645 case DEFAULT_TARGET: in write_default_type_to_conf()
Dkernel_to_cil.c630 case DEFAULT_TARGET: in write_default_user_to_cil()
650 case DEFAULT_TARGET: in write_default_role_to_cil()
670 case DEFAULT_TARGET: in write_default_type_to_cil()
Dmodule_to_cil.c1995 case DEFAULT_TARGET: dflt = "target"; break; in class_to_cil()
2007 case DEFAULT_TARGET: dflt = "target"; break; in class_to_cil()
2019 case DEFAULT_TARGET: dflt = "target"; break; in class_to_cil()