HomeSort by relevance Sort by last modified time
    Searched full:flavor (Results 1 - 25 of 648) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /build/kati/testcase/
flavor.mk 10 echo $(flavor A) $(flavor B) $(flavor C) $(flavor D) $(flavor E)
11 echo $(flavor PATH)
12 echo $(flavor MAKEFILE_LIST)
13 echo $(flavor $(AREF))
14 echo $(flavor CC)
16 # For some reason, $(flavor MAKECMDGOALS) should be "undefined
    [all...]
var_append.mk 23 echo "$(flavor S)"
24 echo "$(flavor R)"
25 echo "$(flavor SE)"
26 echo "$(flavor RE)"
27 echo "$(flavor U)"
autovar_assign.mk 7 $(info $(flavor x))
14 $(info $(flavor x))
override_define.mk 26 echo CC=$(CC) $(flavor CC)
27 echo AS=$(AS) $(flavor AS)
28 echo two BEGIN $(two-lines) END $(flavor two-lines)
29 echo three BEGIN $(three-lines) END $(flavor three-lines)
30 echo four BEGIN $(four-lines) END $(flavor four-lines)
  /ndk/sources/host-tools/make-3.81/tests/scripts/functions/
flavor 2 $description = "Test the flavor function.";
13 $(info u $(flavor u))
14 $(info s $(flavor s))
15 $(info r $(flavor r))
20 $(info ra $(flavor ra))
21 $(info rc $(flavor rc))
26 $(info s $(flavor s))
27 $(info r $(flavor r))
  /external/opencv/cxcore/src/
_cxipp.h 62 #define IPCV_COPYSET( flavor, arrtype, scalartype ) \
63 IPCVAPI_EX( CvStatus, icvCopy##flavor, "ippiCopy" #flavor, \
68 IPCVAPI_EX( CvStatus, icvSet##flavor, "ippiSet" #flavor, \
147 #define IPCV_DEF_MEAN_MASK( flavor, srctype ) \
148 IPCVAPI_EX( CvStatus, icvMean_##flavor##_C1MR, \
149 "ippiMean_" #flavor "_C1MR", CV_PLUGINS1(CV_PLUGIN_IPPCV), \
152 IPCVAPI_EX( CvStatus, icvMean_##flavor##_C2MR, \
153 "ippiMean_" #flavor "_C2MR", 0/*CV_PLUGINS1(CV_PLUGIN_OPTCV)*/,
    [all...]
cxmean.cpp 239 #define ICV_IMPL_MEAN_BLOCK_FUNC_2D( flavor, cn, \
241 IPCVAPI_IMPL( CvStatus, icvMean_##flavor##_C##cn##MR, \
270 #define ICV_IMPL_MEAN_FUNC_2D( flavor, cn, \
272 IPCVAPI_IMPL( CvStatus, icvMean_##flavor##_C##cn##MR, \
291 #define ICV_IMPL_MEAN_BLOCK_FUNC_2D_COI( flavor, \
294 icvMean_##flavor##_CnCMR( const arrtype* src, int step, \
323 #define ICV_IMPL_MEAN_FUNC_2D_COI( flavor, \
326 icvMean_##flavor##_CnCMR( const arrtype* src, int step, \
345 #define ICV_IMPL_MEAN_BLOCK_ALL( flavor, arrtype, sumtype, \
347 ICV_IMPL_MEAN_BLOCK_FUNC_2D( flavor, 1, arrtype, sumtype,
    [all...]
cxminmaxloc.cpp 86 #define ICV_DEF_MINMAXLOC_FUNC_2D( _toggle_, _fin_cast_macro_, flavor, \
89 icvMinMaxIndx_##flavor##_C1R,( const srctype* src, int step, CvSize size, \
104 #define ICV_DEF_MINMAXLOC_FUNC_2D_COI( _toggle_, _fin_cast_macro_, flavor, \
107 icvMinMaxIndx_##flavor##_CnCR( const srctype* src, int step, \
124 #define ICV_DEF_MINMAXLOC_ALL_INT( flavor, srctype, \
126 ICV_DEF_MINMAXLOC_FUNC_2D( CV_NOP, _fin_cast_macro_, flavor,\
129 flavor, srctype, int, extrtype )
145 #define ICV_DEF_MINMAXLOC_ALL_FLT( flavor, srctype, _toggle_, \
148 ICV_DEF_MINMAXLOC_FUNC_2D( _toggle_, _fin_cast_macro_, flavor, \
150 ICV_DEF_MINMAXLOC_FUNC_2D_COI( _toggle_, _fin_cast_macro_, flavor, \
    [all...]
cxmeansdv.cpp 373 #define ICV_DEF_MEAN_SDV_BLOCK_FUNC_2D( flavor, cn, arrtype, \
376 IPCVAPI_IMPL( CvStatus, icvMean_StdDev_##flavor##_C##cn##R, \
409 #define ICV_DEF_MEAN_SDV_FUNC_2D( flavor, cn, arrtype, \
411 IPCVAPI_IMPL( CvStatus, icvMean_StdDev_##flavor##_C##cn##R, \
432 #define ICV_DEF_MEAN_SDV_BLOCK_FUNC_2D_COI( flavor, arrtype, \
435 static CvStatus CV_STDCALL icvMean_StdDev_##flavor##_CnCR \
469 #define ICV_DEF_MEAN_SDV_FUNC_2D_COI( flavor, arrtype, \
471 static CvStatus CV_STDCALL icvMean_StdDev_##flavor##_CnCR \
492 #define ICV_DEF_MEAN_SDV_MASK_BLOCK_FUNC_2D( flavor, cn, \
495 IPCVAPI_IMPL( CvStatus, icvMean_StdDev_##flavor##_C##cn##MR,
    [all...]
  /external/opencv/cv/src/
_cvipp.h 49 #define IPCV_COPY_BORDER( bordertype, flavor ) \
50 IPCVAPI_EX( CvStatus, icvCopy##bordertype##Border_##flavor##R, \
51 "ippiCopy" #bordertype "Border_" #flavor "R", CV_PLUGINS1(CV_PLUGIN_IPPI), \
55 IPCVAPI_EX( CvStatus, icvCopy##bordertype##Border_##flavor##IR, \
56 "ippiCopy" #bordertype "Border_" #flavor "IR", CV_PLUGINS1(CV_PLUGIN_IPPI), \
102 #define IPCV_ACCUM( flavor, arrtype, acctype ) \
103 IPCVAPI_EX( CvStatus, icvAdd_##flavor##_C1IR, \
104 "ippiAdd_" #flavor "_C1IR", CV_PLUGINS1(CV_PLUGIN_IPPCV), \
106 IPCVAPI_EX( CvStatus, icvAddSquare_##flavor##_C1IR, \
107 "ippiAddSquare_" #flavor "_C1IR", CV_PLUGINS1(CV_PLUGIN_IPPCV),
    [all...]
  /external/selinux/libsepol/cil/src/
cil_list.c 47 void cil_list_init(struct cil_list **list, enum cil_flavor flavor)
52 new_list->flavor = flavor;
67 if (item->flavor == CIL_LIST) {
83 new_item->flavor = CIL_NONE;
92 cil_destroy_data(&(*item)->data, (*item)->flavor);
98 void cil_list_append(struct cil_list *list, enum cil_flavor flavor, void *data)
107 item->flavor = flavor;
120 void cil_list_prepend(struct cil_list *list, enum cil_flavor flavor, void *data
    [all...]
cil_list.h 38 enum cil_flavor flavor; member in struct:cil_list
43 enum cil_flavor flavor; member in struct:cil_list_item
51 void cil_list_init(struct cil_list **list, enum cil_flavor flavor);
55 void cil_list_append(struct cil_list *list, enum cil_flavor flavor, void *data);
56 void cil_list_prepend(struct cil_list *list, enum cil_flavor flavor, void *data);
57 void cil_list_remove(struct cil_list *list, enum cil_flavor flavor, void *data, unsigned destroy_data);
58 struct cil_list_item *cil_list_insert(struct cil_list *list, struct cil_list_item *curr, enum cil_flavor flavor, void *data);
cil_find.c 39 enum cil_flavor flavor; member in struct:cil_args_find
47 enum cil_flavor f1 = ((struct cil_tree_node*)d1->nodes->head->data)->flavor;
48 enum cil_flavor f2 = ((struct cil_tree_node*)d2->nodes->head->data)->flavor;
80 enum cil_flavor f1 = ((struct cil_tree_node*)d1->nodes->head->data)->flavor;
81 enum cil_flavor f2 = ((struct cil_tree_node*)d2->nodes->head->data)->flavor;
118 if (n1->flavor != CIL_TYPEATTRIBUTE) {
165 if (curr->flavor == CIL_CLASSPERMS) {
167 if (FLAVOR(cp->class) == CIL_CLASS) {
194 if (curr->flavor == CIL_CLASSPERMS) {
196 if (FLAVOR(cp->class) == CIL_CLASS)
    [all...]
  /external/clang/test/Driver/
amdgpu-toolchain.c 3 // AS_LINK: lld{{.*}} "-flavor" "old-gnu" "-target" "amdgcn--amdhsa"
mingw-useld.c 4 // CHECK_LD_32-NOT: "-flavor" "gnu"
8 // CHECK_LLD_32: lld{{(.exe)?}}" "-flavor" "gnu"
13 // CHECK_LLD_64: lld{{(.exe)?}}" "-flavor" "gnu"
18 // CHECK_LLD_ARM: lld{{(.exe)?}}" "-flavor" "gnu"
wasm-toolchain.c 3 // AS_LINK: lld" "-flavor" "ld" "[[temp]]" "-o" "a.out"
  /external/harfbuzz_ng/test/api/
hb-test.h 174 const char *flavor,
177 char *path = g_strdup_printf ("%s/%s", test_path, flavor);
181 #define hb_test_add_flavor(Flavor, Func) hb_test_add_func (#Func, Flavor, Func)
196 const char *flavor,
200 char *path = g_strdup_printf ("%s/%s", test_path, flavor);
204 #define hb_test_add_data_flavor(UserData, Flavor, Func) hb_test_add_data_func_flavor (#Func, Flavor, UserData, Func)
236 const char *flavor,
243 char *path = g_strdup_printf ("%s/%s", test_path, flavor);
    [all...]
  /system/security/keystore-engine/
Android.mk 20 ifneq (,$(wildcard $(TOP)/external/boringssl/flavor.mk))
21 include $(TOP)/external/boringssl/flavor.mk
23 include $(TOP)/external/openssl/flavor.mk
  /external/clang/lib/Basic/
Warnings.cpp 36 diag::Flavor Flavor, StringRef Prefix,
38 StringRef Suggestion = DiagnosticIDs::getNearestOption(Flavor, Opt);
40 << (Flavor == diag::Flavor::WarningOrError ? 0 : 1) << (Prefix.str() += Opt)
89 const auto Flavor = diag::Flavor::WarningOrError;
126 Diags.setSeverityForAll(Flavor, diag::Severity::Ignored);
155 } else if (DiagIDs->getDiagnosticsInGroup(Flavor, Specifier, _Diags)) {
156 EmitUnknownDiagWarning(Diags, Flavor, "-Werror=", Specifier)
    [all...]
  /external/webrtc/talk/build/
build_ios_libs.sh 60 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/skia/infra/bots/
common.py 13 from flavor import android_flavor
14 from flavor import chromeos_flavor
15 from flavor import cmake_flavor
16 from flavor import coverage_flavor
17 from flavor import default_flavor
18 from flavor import ios_flavor
19 from flavor import valgrind_flavor
20 from flavor import xsan_flavor
100 self.flavor = self.get_flavor(self.bot_cfg)
122 """Return a flavor utils object specific to the given bot.""
    [all...]
  /build/kati/
var.h 49 virtual const char* Flavor() const = 0;
68 virtual const char* Flavor() const override {
94 virtual const char* Flavor() const override {
119 virtual const char* Flavor() const override {
144 virtual const char* Flavor() const override {
145 return v_->Flavor();
  /external/selinux/libsepol/cil/test/unit/
test_cil_list.c 69 test_new_item->flavor = CIL_CLASS;
97 test_new_item->flavor = CIL_CLASS;
104 test_new_item->flavor = CIL_CLASS;
133 test_new_item->flavor = CIL_CLASS;
139 test_new_item->flavor = CIL_CLASS;
145 test_new_item->flavor = CIL_CLASS;
174 test_new_item->flavor = CIL_CLASS;
226 test_new_item->flavor = CIL_CLASS;
254 test_new_item->flavor = CIL_CLASS;
283 test_new_item->flavor = CIL_CLASS
    [all...]
  /external/autotest/client/tests/unixbench/
unixbench.patch 15 if [ -z "${FLAVOR-}" ]; then
16 # determine flavor of UNIX from number of lines generated by "time"
20 2) FLAVOR=BSD ;;
21 3) FLAVOR=Linux ;;
  /external/llvm/utils/release/
test-release.sh 232 Flavor="$2"
234 echo "[${Flavor} Phase${Phase}] ${Msg}" | tee -a $LogDir/deferred_errors.log
314 Flavor="$2"
317 case $Flavor in
334 echo "# Invalid flavor '$Flavor'"
344 echo "# Configuring llvm $Release-$RC $Flavor"
350 2>&1 | tee $LogDir/llvm.configure-Phase$Phase-$Flavor.log
354 2>&1 | tee $LogDir/llvm.configure-Phase$Phase-$Flavor.log
361 2>&1 | tee $LogDir/llvm.configure-Phase$Phase-$Flavor.lo
    [all...]

Completed in 801 milliseconds

1 2 3 4 5 6 7 8 91011>>