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

1 2 3 4 5 6 7 8 910

  /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...]
cxnorm.cpp     [all...]
cxsumpixels.cpp 231 #define ICV_DEF_SUM_NOHINT_BLOCK_FUNC_2D( name, flavor, cn, \
233 IPCVAPI_IMPL(CvStatus, icv##name##_##flavor##_C##cn##R,( \
261 #define ICV_DEF_SUM_NOHINT_FUNC_2D( name, flavor, cn, \
263 IPCVAPI_IMPL(CvStatus, icv##name##_##flavor##_C##cn##R,( \
281 #define ICV_DEF_SUM_HINT_FUNC_2D( name, flavor, cn, \
283 IPCVAPI_IMPL(CvStatus, icv##name##_##flavor##_C##cn##R,( \
302 #define ICV_DEF_SUM_NOHINT_BLOCK_FUNC_2D_COI( name, flavor, \
304 static CvStatus CV_STDCALL icv##name##_##flavor##_CnCR( \
333 #define ICV_DEF_SUM_NOHINT_FUNC_2D_COI( name, flavor, \
335 static CvStatus CV_STDCALL icv##name##_##flavor##_CnCR(
    [all...]
cxcmp.cpp 118 #define ICV_DEF_IN_RANGE_FUNC( flavor, arrtype, worktype, \
121 icvInRange_##flavor##_C##cn##R( const arrtype* src1, int step1, \
187 #define ICV_DEF_IN_RANGE_CONST_FUNC( flavor, arrtype, worktype, \
190 icvInRangeC_##flavor##_C##cn##R( const arrtype* src1, int step1, \
206 #define ICV_DEF_IN_RANGE_ALL( flavor, arrtype, worktype, _toggle_macro_ ) \
207 ICV_DEF_IN_RANGE_FUNC( flavor, arrtype, worktype, _toggle_macro_, 1 ) \
208 ICV_DEF_IN_RANGE_FUNC( flavor, arrtype, worktype, _toggle_macro_, 2 ) \
209 ICV_DEF_IN_RANGE_FUNC( flavor, arrtype, worktype, _toggle_macro_, 3 ) \
210 ICV_DEF_IN_RANGE_FUNC( flavor, arrtype, worktype, _toggle_macro_, 4 ) \
212 ICV_DEF_IN_RANGE_CONST_FUNC( flavor, arrtype, worktype, _toggle_macro_, 1 )
    [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...]
cvmorph.cpp 46 #define IPCV_MORPHOLOGY_PTRS( morphtype, flavor ) \
47 icv##morphtype##Rect_##flavor##_C1R_t \
48 icv##morphtype##Rect_##flavor##_C1R_p = 0; \
49 icv##morphtype##Rect_GetBufSize_##flavor##_C1R_t \
50 icv##morphtype##Rect_GetBufSize_##flavor##_C1R_p = 0; \
51 icv##morphtype##Rect_##flavor##_C3R_t \
52 icv##morphtype##Rect_##flavor##_C3R_p = 0; \
53 icv##morphtype##Rect_GetBufSize_##flavor##_C3R_t \
54 icv##morphtype##Rect_GetBufSize_##flavor##_C3R_p = 0; \
55 icv##morphtype##Rect_##flavor##_C4R_t
    [all...]
  /external/llvm/utils/release/
test-release.sh 225 Flavor="$2"
229 case $Flavor in
243 echo "# Invalid flavor '$Flavor'"
253 echo "# Configuring llvm $Release-$RC $Flavor"
262 2>&1 | tee $LogDir/llvm.configure-Phase$Phase-$Flavor.log
268 Flavor="$2"
272 if [ "$Flavor" = "Release-64" ]; then
277 echo "# Compiling llvm $Release-$RC $Flavor"
280 2>&1 | tee $LogDir/llvm.make-Phase$Phase-$Flavor.lo
    [all...]
  /external/harfbuzz_ng/test/api/
hb-test.h 177 const char *flavor,
180 char *path = g_strdup_printf ("%s/%s", test_path, flavor);
184 #define hb_test_add_flavor(Flavor, Func) hb_test_add_func (#Func, Flavor, Func)
199 const char *flavor,
203 char *path = g_strdup_printf ("%s/%s", test_path, flavor);
207 #define hb_test_add_data_flavor(UserData, Flavor, Func) hb_test_add_data_func_flavor (#Func, Flavor, UserData, Func)
239 const char *flavor,
246 char *path = g_strdup_printf ("%s/%s", test_path, flavor);
    [all...]
  /external/libsepol/tests/
test-common.h 49 * mode: 0 = test the datum according to the flavor value in the call
50 1 = automatically detect the flavor value and test the datum accordingly
51 * flavor = flavor value if in mode 0
53 extern void test_alias_datum(policydb_t * p, char *id, char *primary_id, char mode, unsigned int flavor);
test-common.c 150 void test_alias_datum(policydb_t * p, char *id, char *primary_id, char mode, unsigned int flavor)
163 my_flavor = type->flavor;
165 my_flavor = flavor;
180 CU_ASSERT(type->flavor == my_flavor);
241 CU_ASSERT(attr->flavor == TYPE_ATTRIB);
  /external/stlport/src/
cxa.c 43 long int flavor; member in struct:exit_function
77 new->flavor = ef_cxa;
122 if (l->fns[i].flavor == ef_free)
144 /* Mark entry as used, but we don't know the flavor now. */
146 l->fns[i].flavor = ef_us;
175 if ( (d == NULL || d == f->func.cxa.dso_handle) && (f->flavor == ef_cxa) ) {
176 f->flavor = ef_free;
  /ndk/sources/cxx-stl/stlport/src/
cxa.c 43 long int flavor; member in struct:exit_function
77 new->flavor = ef_cxa;
122 if (l->fns[i].flavor == ef_free)
144 /* Mark entry as used, but we don't know the flavor now. */
146 l->fns[i].flavor = ef_us;
175 if ( (d == NULL || d == f->func.cxa.dso_handle) && (f->flavor == ef_cxa) ) {
176 f->flavor = ef_free;
  /external/chromium/build/internal/
README.chromium 15 Included by ..\release.vsprops when CHROME_BUILD_TYPE=_official. Includes release_defaults.vsprops. Enables Whole Program Optimizations (WPO), which doubles the build time. Results in much more optimized build. Uses "Full Optimization" and "Flavor small code".
18 Included by ..\release.vsprops when CHROME_BUILD_TYPE=_pgo_instrument. Includes release_defaults.vsprops. Enables Profile Guided Optimization (PGO) instrumentation (first pass). Uses "Full Optimization" and "Flavor small code".
21 Included by ..\release.vsprops when CHROME_BUILD_TYPE=_pgo_optimize. Includes release_defaults.vsprops. Enables Profile Guided Optimization (PGO) optimization (second pass). Uses "Full Optimization" and "Flavor small code".
  /external/kernel-headers/original/linux/sunrpc/
auth.h 48 /* per-flavor data */
77 * differ from the flavor in
83 /* per-flavor data */
95 rpc_authflavor_t au_flavor; /* flavor (RPC_AUTH_*) */
  /packages/experimental/
README 2 not included with any flavor of the device, the SDK, or any other kind
  /external/llvm/lib/Transforms/ObjCARC/
DependencyAnalysis.h 53 void FindDependencies(DependenceKind Flavor,
61 Depends(DependenceKind Flavor, Instruction *Inst, const Value *Arg,
  /frameworks/base/include/androidfw/
StreamingZipInflater.h 33 // Flavor that pages in the compressed data from a fd
36 // Flavor that gets the compressed data from an in-memory buffer
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/nfsd/
export.h 41 /* The flags that may vary depending on security flavor: */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/nfsd/
export.h 41 /* The flags that may vary depending on security flavor: */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/nfsd/
export.h 41 /* The flags that may vary depending on security flavor: */
  /external/webkit/Source/JavaScriptCore/heap/
MachineStackMarker.cpp 340 thread_state_flavor_t flavor = i386_THREAD_STATE; local
343 thread_state_flavor_t flavor = x86_THREAD_STATE64;
346 thread_state_flavor_t flavor = PPC_THREAD_STATE;
349 thread_state_flavor_t flavor = PPC_THREAD_STATE64;
352 thread_state_flavor_t flavor = ARM_THREAD_STATE;
357 kern_return_t result = thread_get_state(platformThread, flavor, (thread_state_t)&regs, &user_count);

Completed in 370 milliseconds

1 2 3 4 5 6 7 8 910