/development/ndk/platforms/android-18/samples/MoreTeapots/res/values/ |
styles.xml | 9 Theme customizations available in newer API levels can go in
|
/development/samples/ControllerSample/res/values/ |
styles.xml | 9 Theme customizations available in newer API levels can go in
|
/development/tutorials/MoarRam/res/values/ |
styles.xml | 9 Theme customizations available in newer API levels can go in
|
/external/fio/lib/ |
axmap.c | 48 struct axmap_level *levels; member in struct:axmap 66 struct axmap_level *al = &axmap->levels[i]; 82 free(axmap->levels[i].map); 84 free(axmap->levels); 91 unsigned int i, levels; local 97 levels = 1; 101 levels++; 104 axmap->nr_levels = levels; 105 axmap->levels = malloc(axmap->nr_levels * sizeof(struct axmap_level)); 109 struct axmap_level *al = &axmap->levels[i] [all...] |
/external/llvm/test/Linker/ |
module-flags-pic-2-a.ll | 4 ; test linking modules with two different PIC levels
|
/external/selinux/policycoreutils/mcstrans/share/examples/include/ |
setrans.conf | 7 # Objects can be labeled with one of 16 levels and be categorized with 0-1023
|
/external/selinux/policycoreutils/mcstrans/share/examples/pipes/ |
setrans.conf | 8 Base=Sensitivity Levels
|
/external/selinux/policycoreutils/mcstrans/share/examples/urcsts-via-include/ |
setrans.conf | 7 # Objects can be labeled with one of 16 levels and be categorized with 0-1023
|
/frameworks/av/media/libstagefright/data/ |
media_codecs_google_video.xml | 20 <!-- profiles and levels: ProfileMain : LevelHL --> 29 <!-- profiles and levels: ProfileSimple : Level3 --> 38 <!-- profiles and levels: ProfileBaseline : Level30, ProfileBaseline : Level45 46 <!-- profiles and levels: ProfileHigh : Level41 --> 55 <!-- profiles and levels: ProfileMain : MainTierLevel51 --> 84 <!-- profiles and levels: ProfileBaseline : Level45 --> 90 <!-- profiles and levels: ProfileBaseline : Level41 --> 98 <!-- profiles and levels: ProfileCore : Level2 --> 106 <!-- profiles and levels: ProfileMain : Level_Version0-3 -->
|
/frameworks/base/tests/LockTaskTests/res/values/ |
styles.xml | 9 Theme customizations available in newer API levels can go in
|
/frameworks/base/tests/TransitionTests/res/values/ |
styles.xml | 9 Theme customizations available in newer API levels can go in
|
/frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/ |
levels_full.rs | 19 #include "levels.rsh"
|
levels_relaxed.rs | 20 #include "levels.rsh"
|
/frameworks/rs/java/tests/ImageProcessing2/src/com/android/rs/image/ |
levels_full.rs | 19 #include "levels.rsh"
|
levels_relaxed.rs | 20 #include "levels.rsh"
|
/frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/ |
levels_full.rs | 19 #include "levels.rsh"
|
levels_relaxed.rs | 20 #include "levels.rsh"
|
/platform_testing/tests/perf/PerformanceLaunch/res/values/ |
styles.xml | 9 Theme customizations available in newer API levels can go in
|
/sdk/eclipse/artifacts/bundles/ |
ide.p2.inf | 1 #tell pde.build not to generate start levels
|
/sdk/eclipse/features/com.android.ide.eclipse.adt.package/ |
p2.inf | 1 #tell pde.build not to generate start levels
|
/external/deqp/framework/opengl/ |
gluTexture.cpp | 129 Texture2D::Texture2D (const RenderContext& context, const ContextInfo& contextInfo, int numLevels, const tcu::CompressedTexture* levels, const tcu::TexDecompressionParams& decompressionParams) 132 , m_format (getGLFormat(levels[0].getFormat())) 133 , m_refTexture (getUncompressedFormat(levels[0].getFormat()), levels[0].getWidth(), levels[0].getHeight()) 146 loadCompressed(numLevels, levels, decompressionParams); 187 void Texture2D::loadCompressed (int numLevels, const tcu::CompressedTexture* levels, const tcu::TexDecompressionParams& decompressionParams) 190 deUint32 compressedFormat = getGLFormat(levels[0].getFormat()); 197 const tcu::CompressedTexture& level = levels[levelNdx]; 241 // Fill remaining levels [all...] |
/external/jemalloc/include/jemalloc/internal/ |
rtree.h | 58 * levels[0] : [<unused> | 0x0001******** | 0x0002******** | ...] 60 * levels[1] : [<unused> | 0x00000001**** | 0x00000002**** | ... ] 62 * levels[2] : [val(0x000000000000) | val(0x000000000001) | ...] 90 rtree_level_t levels[RTREE_HEIGHT_MAX]; member in struct:rtree_s 148 rtree->levels[level].cumbits)) & ((ZU(1) << 149 rtree->levels[level].bits) - 1)); 217 subtree = rtree->levels[level].subtree; 219 subtree = atomic_read_p(&rtree->levels[level].subtree_pun);
|
/external/selinux/libsepol/cil/test/integration_testing/ |
nonmls.cil | 28 ; will need anon levels 32 ;needs anon levels
|
/external/sepolicy/ |
mls_macros | 32 # Define the ordering of the sensitivity levels (least to greatest) 40 # levels from s0 to (N-1) with categories c0 to (M-1)
|
/external/valgrind/memcheck/tests/ |
mempool2.c | 28 level_list *levels; member in struct:_pool 51 p->levels = NULL; 67 l->next = p->levels; 70 p->levels = l; 75 level_list *l = p->levels; 76 p->levels = l->next; 88 level_list *l = p->levels; 108 VALGRIND_MEMPOOL_ALLOC(p->levels->where, where, size);
|