Home
last modified time | relevance | path

Searched refs:FLAVOR (Results 1 – 10 of 10) 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.c167 if (FLAVOR(cp->class) == CIL_CLASS) { in __cil_classperms_list_match_any()
196 if (FLAVOR(cp->class) == CIL_CLASS) { in cil_classperms_list_match_any()
224 if (FLAVOR(cp->class) == CIL_CLASS) { in __add_classes_from_classperms_list()
257 if (FLAVOR(class) == CIL_CLASS) { in cil_expand_class()
Dcil_symtab.h47 #define FLAVOR(f) (NODE(f)->flavor) macro
Dcil_policy.c512 if (FLAVOR(cp->class) == CIL_CLASS) { in cil_constrain_to_policy_helper()
553 if (FLAVOR(cp->class) == CIL_CLASS) { in cil_avrule_to_policy_helper()
Dcil_verify.c1508 if (FLAVOR(cp->class) == CIL_CLASS) { in __cil_verify_classperms()
Dcil_binary.c1367 if (FLAVOR(cp->class) == CIL_CLASS) { in __cil_avrule_expand()
2630 if (FLAVOR(cp->class) == CIL_CLASS) { in cil_constrain_expand()
4102 if (FLAVOR(cp->class) == CIL_CLASS) { in __cil_rule_to_sepol_class_perms()
Dcil_post.c1771 if (FLAVOR(cp->class) == CIL_CLASS) { in __evaluate_classperms_list()
Dcil_resolve_ast.c268 if (FLAVOR(datum) == CIL_TYPEATTRIBUTE) { in cil_type_used()
/external/harfbuzz_ng/
Dgit.mk178 FLAVOR=$$(cd $(top_srcdir); $(AUTOCONF) --trace 'GTK_DOC_CHECK:$$2' ./configure.ac); \
179 case $$FLAVOR in *no-tmpl*) echo /tmpl;; esac; \