HomeSort by relevance Sort by last modified time
    Searched full:flavor (Results 151 - 175 of 488) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/valgrind/coregrind/m_syswrap/
priv_syswrap-darwin.h 696 thread_state_flavor_t flavor,
701 thread_state_flavor_t flavor,
706 thread_state_flavor_t flavor,
710 thread_state_flavor_t flavor,
  /external/valgrind/coregrind/m_ume/
macho.c 279 unsigned int flavor; local
292 flavor = *p++; left--;
301 if (flavor == i386_THREAD_STATE && count == i386_THREAD_STATE_COUNT) {
315 if (flavor == x86_THREAD_STATE64 && count == x86_THREAD_STATE64_COUNT){
  /frameworks/base/docs/html/sdk/installing/
studio-build.jd 102 <code>app-&lt;flavor>-&lt;buildtype>.apk</code>; for example, <code>app-full-release.apk</code> and
  /frameworks/compile/mclinker/include/mcld/Script/
FlexLexer.h 111 // or this is a repeated include to define a different flavor of
  /ndk/sources/host-tools/make-3.81/doc/
make.info 138 Node: Flavor Function246155
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/
resource.h 225 indicating what flavor of entity the WHO argument specifies. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/rpc/
auth.h 83 enum_t oa_flavor; /* flavor of auth */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/rpc/
auth.h 83 enum_t oa_flavor; /* flavor of auth */
  /external/opencv/cv/src/
cvpyramids.cpp 81 #define ICV_DEF_PYR_DOWN_FUNC( flavor, type, worktype, _pd_scale_ ) \
83 icvPyrDownG5x5_##flavor##_CnR( const type* src, int srcstep, type* dst, \
279 #define ICV_DEF_PYR_UP_FUNC( flavor, type, worktype, _pu_scale_ ) \
281 icvPyrUpG5x5_##flavor##_CnR( const type* src, int srcstep, type* dst, \
494 #define ICV_DEF_PYR_BORDER_FUNC( flavor, arrtype, worktype, _pd_scale_ ) \
496 icvPyrDownBorder_##flavor##_CnR( const arrtype *src, int src_step, CvSize src_size,
    [all...]
  /docs/source.android.com/src/source/
configure-products.jd 95 This is the default flavor.
110 This is the flavor intended to be the final release bits.
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/110/1/.cp/ant_tasks/
publisher-ant.jar 
  /external/harfbuzz_ng/
git.mk 169 FLAVOR=$$(cd $(top_srcdir); $(AUTOCONF) --trace 'GTK_DOC_CHECK:$$2' ./configure.ac); \
170 case $$FLAVOR in *no-tmpl*) echo /tmpl;; esac; \
  /external/kernel-headers/original/uapi/linux/
dcbnl.h 565 * supports the CEE protocol flavor
568 * supports the IEEE protocol flavor
  /external/lldb/source/Plugins/Process/MacOSX-Kernel/
CommunicationKDP.h 190 uint32_t flavor,
197 uint32_t flavor,
  /external/lldb/source/Target/
ThreadPlanStepRange.cpp 286 const char *flavor = NULL; local
289 flavor,
  /external/opencv/cxcore/src/
cxarithm.cpp     [all...]
cxmatrix.cpp 393 #define ICV_DEF_TRANSP_INP_FUNC( flavor, arrtype, cn ) \
395 icvTranspose_##flavor( arrtype* arr, int step, CvSize size )\
404 #define ICV_DEF_TRANSP_FUNC( flavor, arrtype, cn ) \
406 icvTranspose_##flavor( const arrtype* src, int srcstep, \
603 #define ICV_DEF_LU_DECOMP_FUNC( flavor, arrtype ) \
605 icvLUDecomp_##flavor( double* A, int stepA, CvSize sizeA, \
705 #define ICV_DEF_LU_BACK_FUNC( flavor, arrtype ) \
707 icvLUBack_##flavor( double* A, int stepA, CvSize sizeA, \
    [all...]
  /external/selinux/libsepol/src/
hierarchy.c 134 if (t->flavor == TYPE_ATTRIB) {
141 if (tp && tp->flavor == TYPE_ATTRIB) {
write.c 1054 if ((role->flavor == ROLE_ATTRIB) &&
1086 buf[0] = cpu_to_le32(role->flavor);
1115 && typdatum->flavor == TYPE_ATTRIB)
1133 if (typdatum->flavor == TYPE_ATTRIB) {
1135 } else if (typdatum->flavor == TYPE_ALIAS
1149 buf[items++] = cpu_to_le32(typdatum->flavor);
    [all...]
  /external/selinux/libsepol/tests/
test-linker-types.c 111 CU_ASSERT(type->flavor == TYPE_TYPE);
119 CU_ASSERT(type->flavor == TYPE_TYPE);
  /external/skia/src/animator/
SkDisplayType.cpp 314 case SkType_Point: info = Sk_Point::fInfo; infoCount = Sk_Point::fInfoCount; break; // no virtual flavor
315 CASE_GET_INFO(DrawPoint); // virtual flavor
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
dcbnl.h 552 * supports the CEE protocol flavor
555 * supports the IEEE protocol flavor
  /art/build/
Android.executable.mk 182 # Replace libart- prefix with libartd- for debug flavor.
  /external/freetype/src/sfnt/
sfobjs.c 436 FT_FRAME_ULONG ( flavor ),
459 if ( woff.flavor == TTAG_wOFF || woff.flavor == TTAG_ttcf )
497 WRITE_ULONG ( sfnt_header, woff.flavor );
    [all...]
  /external/jpeg/
rdcolmap.c 13 * PPM (either text or raw flavor): the entire file is read and

Completed in 1202 milliseconds

1 2 3 4 5 67 8 91011>>