/frameworks/base/docs/html/tools/building/ |
manifest-merge.jd | 12 <li><a href="#merge-prodflavorsGroups">Manifest Merging Across Product Flavor Groups</a></li> 385 <h2 id="merge-prodflavorsGroups">Manifest Merging Across Product Flavor Groups</h2> 388 priority of any manifests in the product flavor groups follows the order in which the 389 product flavor groups are listed in the build file. The manifest merge process creates a single 390 merged manifest for the product flavor groups based on the configured build variant. </p> 393 <code>mdpi</code>, <code>21</code>, and <code>paid</code> from the respective product flavor 400 each product flavor group. This combination of product flavors and groups defines the 404 <th scope="col">Product Flavor Group</th> 405 <th scope="col">Product Flavor</th>
|
/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,
|
/external/lldb/source/API/ |
SBFunction.cpp | 129 SBFunction::GetInstructions (SBTarget target, const char *flavor) 148 flavor,
|
/external/lldb/tools/debugserver/source/MacOSX/ |
MachThread.h | 59 bool GetRegisterState(int flavor, bool force); 60 bool SetRegisterState(int flavor);
|
MachThread.cpp | 308 MachThread::GetRegisterState(int flavor, bool force) 310 return m_arch_ap->GetRegisterState(flavor, force) == KERN_SUCCESS; 314 MachThread::SetRegisterState(int flavor) 316 return m_arch_ap->SetRegisterState(flavor) == KERN_SUCCESS;
|
/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 | 227 bool DiagnosticsEngine::setSeverityForGroup(diag::Flavor Flavor, 232 if (Diags->getDiagnosticsInGroup(Flavor, Group, GroupDiags)) 247 return setSeverityForGroup(diag::Flavor::WarningOrError, Group, 255 if (Diags->getDiagnosticsInGroup(diag::Flavor::WarningOrError, Group, 278 return setSeverityForGroup(diag::Flavor::WarningOrError, Group, 286 if (Diags->getDiagnosticsInGroup(diag::Flavor::WarningOrError, Group, 303 void DiagnosticsEngine::setSeverityForAll(diag::Flavor Flavor, 308 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/lldb/source/Plugins/ObjectFile/Mach-O/ |
ObjectFileMachO.cpp | 81 int flavor = data.GetU32 (&offset); local 82 if (flavor == 0) 88 switch (flavor) 126 DoReadGPR (lldb::tid_t tid, int flavor, GPR &gpr) 132 DoReadFPU (lldb::tid_t tid, int flavor, FPU &fpu) 138 DoReadEXC (lldb::tid_t tid, int flavor, EXC &exc) 144 DoWriteGPR (lldb::tid_t tid, int flavor, const GPR &gpr) 150 DoWriteFPU (lldb::tid_t tid, int flavor, const FPU &fpu) 156 DoWriteEXC (lldb::tid_t tid, int flavor, const EXC &exc) 189 int flavor = data.GetU32 (&offset) local 296 int flavor = data.GetU32 (&offset); local [all...] |
/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/conscrypt/ |
Android.mk | 113 ifneq (,$(wildcard $(TOP)/external/boringssl/flavor.mk)) 114 include $(TOP)/external/boringssl/flavor.mk 116 include $(TOP)/external/openssl/flavor.mk
|
/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 */ 375 switch (node->flavor) {
|
cil_fqn.c | 81 if (node->flavor != CIL_BLOCK) {
|
/external/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)
|
/art/compiler/dex/quick/mips/ |
README.mips | 21 appropriate flavor of sync.
|
/build/tools/ |
buildinfo.sh | 22 echo "ro.build.flavor=$TARGET_BUILD_FLAVOR"
|
/external/lldb/include/lldb/ |
lldb-private-interfaces.h | 20 typedef Disassembler* (*DisassemblerCreateInstance) (const ArchSpec &arch, const char *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)
|
/external/jpeg/ |
djpeg.1 | 71 Select BMP output format (Windows flavor). 8-bit colormapped format is 85 Select BMP output format (OS/2 1.x flavor). 8-bit colormapped format is
|
/external/lldb/tools/debugserver/source/ |
RNBContext.h | 99 void SetLaunchFlavor (nub_launch_flavor_t flavor) { m_launch_flavor = flavor; }
|