HomeSort by relevance Sort by last modified time
    Searched full:levels (Results 76 - 100 of 3869) sorted by null

1 2 34 5 6 7 8 91011>>

  /frameworks/rs/tests/java_api/ImageProcessing_jb/src/com/android/rs/image/
levels_full.rs 19 #include "levels.rsh"
levels_relaxed.rs 20 #include "levels.rsh"
  /packages/apps/DevCamera/res/values/
styles.xml 9 Theme customizations available in newer API levels can go in
  /platform_testing/tests/perf/PerformanceLaunch/res/values/
styles.xml 9 Theme customizations available in newer API levels can go in
  /prebuilts/go/darwin-x86/misc/cgo/test/
issue3775.go 22 // there are two levels of internal runtime lock
  /prebuilts/go/linux-x86/misc/cgo/test/
issue3775.go 22 // there are two levels of internal runtime lock
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setools/diff/
mls.py 126 """Determine the difference in levels between two policies."""
133 """Generate the difference in levels between the policies."""
141 (LevelDeclWrapper(s) for s in self.left_policy.levels()),
142 (LevelDeclWrapper(s) for s in self.right_policy.levels()))
147 # Criteria for modified levels
191 """Wrap levels to allow comparisons."""
213 This only compares the low and high levels of the range.
215 to levels between the low and high levels of the range.
  /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...]
  /device/generic/goldfish/camera/
media_codecs_google_video.xml 20 <!-- profiles and levels: ProfileSimple : Level3 -->
29 <!-- profiles and levels: ProfileBaseline : Level30, ProfileBaseline : Level45
37 <!-- profiles and levels: ProfileHigh : Level41 -->
46 <!-- profiles and levels: ProfileMain : MainTierLevel51 -->
75 <!-- profiles and levels: ProfileBaseline : Level45 -->
81 <!-- profiles and levels: ProfileBaseline : Level41 -->
91 <!-- profiles and levels: ProfileCore : Level2 -->
99 <!-- profiles and levels: ProfileMain : Level_Version0-3 -->
  /device/linaro/bootloader/edk2/MdePkg/Library/UefiLib/
UefiLib.uni 6 // events, build simple locks utilizing EFI Task Priority Levels (TPLs), install
24 #string STR_MODULE_DESCRIPTION #language en-US "The UEFI Library provides functions and macros that simplify the development of UEFI Drivers and UEFI Applications. These functions and macros help manage EFI events, build simple locks utilizing EFI Task Priority Levels (TPLs), install EFI Driver Model related protocols, manage Unicode string tables for UEFI Drivers, and print messages on the console output and standard error devices."
  /external/autotest/client/site_tests/power_Backlight/
control 11 - the backlight does not support at least 5 levels
23 - The backlight must support at least five distinct levels.
  /external/selinux/libsepol/cil/test/integration_testing/
nonmls.cil 28 ; will need anon levels
32 ;needs anon levels
  /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);
  /frameworks/av/media/libstagefright/data/
media_codecs_google_video_le.xml 20 <!-- profiles and levels: ProfileSimple : Level3 -->
29 <!-- profiles and levels: ProfileBaseline : Level30, ProfileBaseline : Level45
37 <!-- profiles and levels: ProfileHigh : Level51 -->
47 <!-- profiles and levels: ProfileMain : MainTierLevel51 -->
78 <!-- profiles and levels: ProfileBaseline : Level45 -->
84 <!-- profiles and levels: ProfileBaseline : Level3 -->
94 <!-- profiles and levels: ProfileCore : Level2 -->
102 <!-- profiles and levels: ProfileMain : Level_Version0-3 -->
  /frameworks/base/core/jni/android/graphics/
RtlProperties.h 31 * Debug levels. Debug levels are used as flags.
  /system/sepolicy/prebuilts/api/26.0/private/
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)
  /system/sepolicy/prebuilts/api/27.0/private/
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)
  /system/sepolicy/prebuilts/api/28.0/private/
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)
  /system/sepolicy/private/
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/ltp/testcases/kernel/syscalls/syslog/
syslog02 27 # case2: Test if messages of all levels are logged.
32 # Number of levels.
40 levels="emerg alert crit err warning notice info debug"
43 for level in $levels
105 tst_resm TINFO "Test if messages of all levels are logged."
  /external/swiftshader/src/D3D8/
Direct3DTexture8.cpp 25 Direct3DTexture8::Direct3DTexture8(Direct3DDevice8 *device, unsigned int width, unsigned int height, unsigned int levels, unsigned long usage, D3DFORMAT format, D3DPOOL pool) : Direct3DBaseTexture8(device, D3DRTYPE_TEXTURE, levels, usage), width(width), height(height), format(format), pool(pool)
27 if(levels == 0)
29 this->levels = sw::log2(sw::max((int)width, (int)height, 1)) + 1;
34 if(level < this->levels)
  /external/webrtc/webrtc/modules/audio_processing/transient/
wpd_tree.h 26 // The number of nodes in the tree will be 2 ^ levels - 1.
45 int levels);
54 // Level goes from 0 to levels().
72 // Returns the total number of levels below the root. Root is cosidered level
74 int levels() const { return levels_; } function in class:webrtc::WPDTree
  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
spectrum_ar_model_tables.c 60 /* representation levels for quantized reflection coefficient 1 */
65 /* representation levels for quantized reflection coefficient 2 */
70 /* representation levels for quantized reflection coefficient 3 */
75 /* representation levels for quantized reflection coefficient 4 */
80 /* representation levels for quantized reflection coefficient 5 */
85 /* representation levels for quantized reflection coefficient 6 */
90 /* quantization boundary levels for reflection coefficients */
111 /* pointers to AR representation levels tables */
130 /* representation levels for quantized squared Gain coefficient */
136 /* quantization boundary levels for squared Gain coefficient *
    [all...]
  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/
spectrum_ar_model_tables.c 45 /* representation levels for quantized reflection coefficient 1 */
50 /* representation levels for quantized reflection coefficient 2 */
55 /* representation levels for quantized reflection coefficient 3 */
60 /* representation levels for quantized reflection coefficient 4 */
65 /* representation levels for quantized reflection coefficient 5 */
70 /* representation levels for quantized reflection coefficient 6 */
75 /* quantization boundary levels for reflection coefficients */
91 /* pointers to AR representation levels tables */
104 /* representation levels for quantized squared Gain coefficient */
108 /* quantization boundary levels for squared Gain coefficient *
    [all...]

Completed in 1434 milliseconds

1 2 34 5 6 7 8 91011>>