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

1 2 3 45 6 7 8 91011>>

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/rpc/
auth_unix.h 75 * If a response verifier has flavor AUTH_SHORT,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/rpc/
auth_unix.h 75 * If a response verifier has flavor AUTH_SHORT,
  /toolchain/binutils/binutils-2.25/gas/
obj.h 41 int flavor; member in struct:format_ops
  /external/clang/test/Driver/
mips-mti-linux.c 18 // CHECK-BE-HF-32R2: "{{[^"]*}}lld{{[^"]*}}" "-flavor" "old-gnu" "-target" "mips-mti-linux"
36 // CHECK-LE-HF-32R2: "{{[^"]*}}lld{{[^"]*}}" "-flavor" "old-gnu" "-target" "mipsel-mti-linux"
  /external/curl/docs/libcurl/opts/
CURLOPT_HTTPAUTH.3 54 HTTP Digest authentication with an IE flavor. Digest authentication is
56 networks than the regular old-fashioned Basic method. The IE flavor is simply
  /external/llvm/unittests/Analysis/
ValueTrackingTest.cpp 57 EXPECT_EQ(P.Flavor, R.Flavor);
  /external/selinux/libsepol/src/
link.c 362 if (role->flavor == ROLE_ATTRIB
363 && base_role->flavor != ROLE_ATTRIB) {
368 } else if (role->flavor != ROLE_ATTRIB
369 && base_role->flavor == ROLE_ATTRIB) {
391 new_role->flavor = role->flavor;
410 new_role->flavor = base_role->flavor;
445 if ((type->flavor == TYPE_TYPE && !type->primary)
446 || type->flavor == TYPE_ALIAS)
    [all...]
expand.c 86 if ((type->flavor == TYPE_TYPE && !type->primary)
87 || type->flavor == TYPE_ALIAS) {
113 new_type->flavor = type->flavor;
156 if (type->flavor != TYPE_ATTRIB)
637 if (alias->flavor == TYPE_TYPE && alias->primary)
641 if (alias->flavor == TYPE_ATTRIB)
644 if (alias->flavor == TYPE_ALIAS)
672 if (alias->flavor == TYPE_TYPE)
674 else if (alias->flavor == TYPE_ALIAS
    [all...]
  /external/clang/lib/Basic/
Diagnostic.cpp 248 bool DiagnosticsEngine::setSeverityForGroup(diag::Flavor Flavor,
253 if (Diags->getDiagnosticsInGroup(Flavor, Group, GroupDiags))
268 return setSeverityForGroup(diag::Flavor::WarningOrError, Group,
276 if (Diags->getDiagnosticsInGroup(diag::Flavor::WarningOrError, Group,
299 return setSeverityForGroup(diag::Flavor::WarningOrError, Group,
307 if (Diags->getDiagnosticsInGroup(diag::Flavor::WarningOrError, Group,
324 void DiagnosticsEngine::setSeverityForAll(diag::Flavor Flavor,
329 Diags->getAllDiagnostics(Flavor, AllDiags)
    [all...]
  /external/opencv/cv/src/
cvsamplers.cpp 145 #define ICV_DEF_GET_RECT_SUB_PIX_FUNC( flavor, srctype, dsttype, worktype, \
147 CvStatus CV_STDCALL icvGetRectSubPix_##flavor##_C1R \
180 if( icvCopySubpix_##flavor##_C1R_p && \
181 icvCopySubpix_##flavor##_C1R_p( src, src_step*sizeof(src[0]), \
264 #define ICV_DEF_GET_RECT_SUB_PIX_FUNC_C3( flavor, srctype, dsttype, worktype, \
266 static CvStatus CV_STDCALL icvGetRectSubPix_##flavor##_C3R \
600 #define ICV_DEF_GET_QUADRANGLE_SUB_PIX_FUNC( flavor, srctype, dsttype, \
603 icvGetQuadrangleSubPix_##flavor##_C1R \
    [all...]
cvcolor.cpp 111 #define CV_IMPL_BGRX2BGR( flavor, arrtype ) \
113 icvBGRx2BGR_##flavor##_CnC3R( const arrtype* src, int srcstep, \
139 #define CV_IMPL_BGR2BGRX( flavor, arrtype ) \
141 icvBGR2BGRx_##flavor##_C3C4R( const arrtype* src, int srcstep, \
168 #define CV_IMPL_BGRA2RGBA( flavor, arrtype ) \
170 icvBGRA2RGBA_##flavor##_C4R( const arrtype* src, int srcstep, \
307 #define CV_IMPL_BGRx2ABC_IPP( flavor, arrtype ) \
309 icvBGRx2ABC_IPP_##flavor##_CnC3R( const arrtype* src, int srcstep, \
409 #define CV_IMPL_ABC2BGRx_IPP( flavor, arrtype ) \
411 icvABC2BGRx_IPP_##flavor##_C3CnR( const arrtype* src, int srcstep,
    [all...]
cvsumpixels.cpp 44 #define ICV_DEF_INTEGRAL_OP_C1( flavor, arrtype, sumtype, sqsumtype, worktype, \
47 icvIntegralImage_##flavor##_C1R( const arrtype* src, int srcstep,\
207 #define ICV_DEF_INTEGRAL_OP_CN( flavor, arrtype, sumtype, sqsumtype, \
210 icvIntegralImage_##flavor##_CnR( const arrtype* src, int srcstep,\
  /external/opencv/cxcore/src/
cxmatmul.cpp 125 #define ICV_DEF_GEMM_SINGLE_MUL( flavor, arrtype, worktype ) \
127 icvGEMMSingleMul_##flavor( const arrtype* a_data, size_t a_step, \
371 #define ICV_DEF_GEMM_BLOCK_MUL( flavor, arrtype, worktype ) \
373 icvGEMMBlockMul_##flavor( const arrtype* a_data, size_t a_step, \
484 #define ICV_DEF_GEMM_STORE( flavor, arrtype, worktype ) \
486 icvGEMMStore_##flavor( const arrtype* c_data, size_t c_step, \
    [all...]
  /external/selinux/libsepol/cil/src/
cil_reset_ast.c 72 if (curr->flavor == CIL_CLASSPERMS) { /* KERNEL or MAP */
74 } else if (curr->flavor == CIL_CLASSPERMS_SET) { /* SET */
400 switch (node->flavor) {
cil_fqn.c 81 if (node->flavor != CIL_BLOCK) {
  /system/sepolicy/tools/sepolicy-analyze/
neverallow.c 122 if (type->flavor == TYPE_ATTRIB) {
148 policydb->type_val_to_struct[bit]->flavor == TYPE_ATTRIB)
165 policydb->type_val_to_struct[bit]->flavor == TYPE_ATTRIB)
typecmp.c 208 if (type->flavor) {
215 if (type->flavor) {
  /toolchain/binutils/binutils-2.25/bfd/
mach-o-i386.c 284 fprintf (file, " flavor: 0x%08lx count: 0x%08lx\n",
312 fprintf (file, " flavor: 0x%08lx count: 0x%08lx\n",
320 fprintf (file, " flavor: 0x%08lx count: 0x%08lx\n",
  /build/tools/
buildinfo.sh 22 echo "ro.build.flavor=$TARGET_BUILD_FLAVOR"
  /external/skia/infra/bots/flavor/
ios_flavor.py 14 """iOS flavor utils, used for building for and running tests on iOS."""
  /toolchain/binutils/binutils-2.25/gas/config/
obj-multi.h 32 (this_format->flavor)
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-elf/
comm-data.exp 61 # Set the pointer size according to the ELF flavor.
  /external/selinux/checkpolicy/
module_compiler.c 221 role->flavor = isattr ? ROLE_ATTRIB : ROLE_ROLE;
258 dest_role->flavor = isattr ? ROLE_ATTRIB : ROLE_ROLE;
335 typdatum->flavor = isattr ? TYPE_ATTRIB : TYPE_TYPE;
535 dest_typdatum->flavor = isattr ? TYPE_ATTRIB : TYPE_TYPE;
546 if (dest_typdatum->flavor != isattr ? TYPE_ATTRIB : TYPE_TYPE) {
585 dest_roledatum->flavor = isattr ? ROLE_ATTRIB : ROLE_ROLE;
595 if (dest_roledatum->flavor != isattr ? ROLE_ATTRIB : ROLE_ROLE)
656 ((type_datum_t *) datum)->flavor;
663 unsigned char old_isattr = old_datum->flavor;
885 role->flavor = isattr ? ROLE_ATTRIB : ROLE_ROLE
    [all...]
  /external/fonttools/Lib/fontTools/ttLib/
__init__.py 69 sfntVersion="\000\001\000\000", flavor=None, checkChecksums=False,
92 and a 'flavor' which can be None, or 'woff'.
145 self.flavor = flavor
167 self.flavor = self.reader.flavor
207 writer = sfnt.SFNTWriter(tmp, numTables, self.sfntVersion, self.flavor, self.flavorData)
964 writer = SFNTWriter(outFile, len(reader.tables), reader.sfntVersion, reader.flavor, reader.flavorData)
  /prebuilts/misc/common/android-support-test/espresso/
espresso-idling-resource-2.2.2-release-no-dep.jar 

Completed in 1475 milliseconds

1 2 3 45 6 7 8 91011>>