/external/opencv3/modules/imgproc/src/ |
morph.cpp | [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/67/1/.cp/ant_tasks/ |
director-ant.jar | |
/external/llvm/utils/ |
llvm-compilers-check | 53 # directories for each source/build flavor. In the above example, 64 # will be launched and each one will pick a source/flavor combination 152 parser.add_option("--no-flavor-prefix", default=False, action="store_true", 153 help=("Do not append the build flavor to the install path")) 162 parser.error("'" + build + "' is not a valid build flavor "
|
/external/conscrypt/ |
Android.mk | 123 ifneq (,$(wildcard $(TOP)/external/boringssl/flavor.mk)) 124 include $(TOP)/external/boringssl/flavor.mk 126 include $(TOP)/external/openssl/flavor.mk
|
/external/llvm/ |
Makefile.config.in | 284 # and output is put into the "<Flavor>+Profile" directories, where 285 # <Flavor> is either Debug or Release depending on how other build 286 # flags are set. Otherwise, output is put in the <Flavor>
|
/external/bison/build-aux/ |
git-version-gen | 167 *-*-*) : git describe is okay three part flavor ;; 169 : git describe is older two part flavor
|
/external/google-breakpad/src/client/mac/handler/ |
minidump_generator.cc | 910 thread_state_flavor_t flavor; local 914 flavor = ARM_THREAD_STATE; 919 flavor = ARM_THREAD_STATE64; 924 flavor = PPC_THREAD_STATE; 927 flavor = PPC_THREAD_STATE64; 932 flavor = i386_THREAD_STATE; 935 flavor = x86_THREAD_STATE64; 941 return thread_get_state(target_thread, flavor, [all...] |
/external/libjpeg-turbo/ |
djpeg.1 | 75 Select BMP output format (Windows flavor). 8-bit colormapped format is 89 Select BMP output format (OS/2 1.x flavor). 8-bit colormapped format is
|
/external/strace/ |
git-version-gen | 171 *-*-*) : git describe is okay three part flavor ;; 173 : git describe is older two part flavor
|
/system/sepolicy/tools/ |
checkfc.c | 72 if (attr->flavor != TYPE_ATTRIB) { 110 if (type->flavor != TYPE_TYPE) {
|
/build/kati/ |
command.cc | 33 virtual const char* Flavor() const override {
|
eval.go | 210 glog.Infof("ASSIGN: %s=%q (flavor:%q)", lhs, rhs, rhs.Flavor()) 256 glog.Infof("rule outputs:%q assign:%q%s%q (flavor:%q)", output, lhs, assign.op, rhs, rhs.Flavor())
|
/dalvik/libdex/ |
InstrUtils.h | 101 kInstrInvoke = 1 << 5, // a flavor of invoke
|
/external/autotest/client/tests/unixbench/ |
unixbench.py | 27 vars = ('TMPDIR=\"%s\" RESULTDIR=\"%s\" FLAVOR=Linux' %
|
/external/compiler-rt/lib/ubsan/ |
ubsan_value.h | 84 /// A value from the \c Kind enumeration, specifying what flavor of type we
|
/external/fio/tools/plot/ |
fio2gnuplot.1 | 18 Several flavor of plotting are produced
|
fio2gnuplot.manpage | 10 Several flavor of plotting are produced
|
/external/gemmlowp/public/ |
bit_depth.h | 60 // Some flavor of probabilistic tends to perform better for larger sizes.
|
/external/guice/ |
Android.mk | 26 # Builds the 'no_aop' flavor for Android.
|
/external/iputils/doc/ |
clockdiff.sgml | 53 What flavor works better depends on target host. Particularly,
|
/external/libvorbis/ |
README | 16 proprietary formats such as RealAudio G2 and Windows' flavor of the
|
/external/ltrace/ |
param.h | 73 enum param_flavor flavor; member in struct:param
|
/external/mesa3d/src/glx/ |
clientinfo.c | 121 * send the correct "flavor" of protocol to the server.
|
/external/opencv/cv/src/ |
cvimgwarp.cpp | 205 #define ICV_DEF_RESIZE_BILINEAR_FUNC( flavor, arrtype, worktype, alpha_field, \ 208 icvResize_Bilinear_##flavor##_CnR( const arrtype* src, int srcstep, CvSize ssize,\ 286 #define ICV_DEF_RESIZE_AREA_FAST_FUNC( flavor, arrtype, worktype, cast_macro ) \ 288 icvResize_AreaFast_##flavor##_CnR( const arrtype* src, int srcstep, CvSize ssize,\ 322 #define ICV_DEF_RESIZE_AREA_FUNC( flavor, arrtype, load_macro, cast_macro ) \ 324 icvResize_Area_##flavor##_CnR( const arrtype* src, int srcstep, CvSize ssize, \ 415 #define ICV_DEF_RESIZE_BICUBIC_FUNC( flavor, arrtype, worktype, load_macro, \ 418 icvResize_Bicubic_##flavor##_CnR( const arrtype* src, int srcstep, CvSize ssize,\ [all...] |
/external/selinux/policycoreutils/sepolgen-ifgen/ |
sepolgen-ifgen-attr-helper.c | 133 if (t->flavor == TYPE_ATTRIB) {
|