Home
last modified time | relevance | path

Searched refs:FLAVOR (Results 1 – 13 of 13) sorted by relevance

/external/webrtc/talk/build/
Dbuild_ios_libs.sh60 FLAVOR=$2
64 FLAVOR="${FLAVOR}-iphoneos"
66 FLAVOR="${FLAVOR}-iphonesimulator"
76 ninja -C ${OUTPUT_DIR}/${FLAVOR} libjingle_peerconnection_objc_no_op
78 mv ${OUTPUT_DIR}/${FLAVOR}/*.a ${LIBRARY_BASE_DIR}/${TARGET_ARCH}
/external/autotest/client/tests/unixbench/
Dunixbench.patch15 if [ -z "${FLAVOR-}" ]; then
20 2) FLAVOR=BSD ;;
21 3) FLAVOR=Linux ;;
/external/selinux/libsepol/cil/src/
Dcil_find.c171 if (FLAVOR(cp->class) == CIL_CLASS) { in __cil_classperms_list_match_any()
200 if (FLAVOR(cp->class) == CIL_CLASS) { in cil_classperms_list_match_any()
228 if (FLAVOR(cp->class) == CIL_CLASS) { in __add_classes_from_classperms_list()
261 if (FLAVOR(class) == CIL_CLASS) { in cil_expand_class()
Dcil_symtab.h47 #define FLAVOR(f) (NODE(f)->flavor) macro
Dcil_copy_ast.c2068 if (DATUM(data)->nodes->head && FLAVOR(data) != orig->flavor) { in __cil_copy_node_helper()
2071 new->flavor = FLAVOR(data); in __cil_copy_node_helper()
Dcil_binary.c1401 if (FLAVOR(cp->class) == CIL_CLASS) { in __cil_avrule_expand()
2526 if (FLAVOR(item->data) == CIL_TYPEATTRIBUTE) { in __cil_constrain_expr_datum_to_sepol_expr()
2820 if (FLAVOR(cp->class) == CIL_CLASS) { in cil_constrain_expand()
4373 if (FLAVOR(cp->class) == CIL_CLASS) { in __cil_rule_to_sepol_class_perms()
Dcil_verify.c1553 if (FLAVOR(cp->class) == CIL_CLASS) { in __cil_verify_classperms()
Dcil_resolve_ast.c177 rc = __cil_resolve_perms(&class->perms, common_symtab, cp->perm_strs, &cp->perms, FLAVOR(datum)); in cil_resolve_classperms()
276 if (FLAVOR(datum) == CIL_TYPEATTRIBUTE) { in cil_type_used()
Dcil_policy.c695 if (FLAVOR(cp->class) == CIL_CLASS) { in cil_classperms_to_strings()
Dcil_post.c2127 if (FLAVOR(cp->class) == CIL_CLASS) { in __evaluate_classperms_list()
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/gradleapp/
DBuildConfig.java11 public static final String FLAVOR = "flavor1"; field in BuildConfig
/external/harfbuzz_ng/
Dgit.mk220 FLAVOR=$$(cd $(top_srcdir); $(AUTOCONF) --trace 'GTK_DOC_CHECK:$$2' ./configure.ac); \
221 case $$FLAVOR in *no-tmpl*) echo /tmpl;; esac; \
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/internal/
DGradleManifestFactoryTest.java199 org.robolectric.gradleapp.BuildConfig.FLAVOR + in rClassShouldBeInTheSamePackageAsBuildConfig()
245 public static final String FLAVOR = "flavor2"; field in GradleManifestFactoryTest.BuildConfigOverride