/external/webrtc/webrtc/voice_engine/test/auto_test/standard/ |
volume_test.cc | 248 TEST_LOG("Speak and verify that the following levels look right:\n"); 265 TEST_LOG(" warped levels (0-9) : in=%5d, out=%5d\n", 267 TEST_LOG(" linear levels (0-32768): in=%5d, out=%5d\n",
|
/frameworks/av/media/libeffects/lvm/lib/SpectrumAnalyzer/src/ |
LVPSA_Process.c | 230 /* Gets the levels values at a certain point in time */ 236 /* pCurrentValues Pointer to a buffer that will contain levels' values */ 237 /* pMaxValues Pointer to a buffer that will contain max levels' values */
|
/frameworks/native/opengl/include/GLES/ |
glext.h | [all...] |
/cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/ |
BaseDeviceAdminHostSideTest.java | 26 * We have subclasses for device admins for different API levels.
|
/device/linaro/bootloader/arm-trusted-firmware/include/common/ |
ep_info.h | 84 * switching exception levels. The only two mechanisms to do so are
|
/device/linaro/bootloader/arm-trusted-firmware/include/plat/arm/common/ |
arm_def.h | 31 * Macros mapping the MPIDR Affinity levels to ARM Platform Power levels. The 32 * power levels have a 1:1 mapping with the MPIDR affinity levels.
|
/device/linaro/bootloader/edk2/ArmPlatformPkg/PrePeiCore/AArch64/ |
Helper.S | 31 // Send all interrupts to their respective Exception levels for EL2
|
/device/linaro/bootloader/edk2/MdePkg/Library/UefiLib/ |
UefiLib.inf | 6 # events, build simple locks utilizing EFI Task Priority Levels (TPLs), install
|
/external/ImageMagick/ |
winpath.sh | 12 # levels of variable substitutions in scripts.
|
/external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/ |
LevelTest.java | 201 * same name, even for non-predefined levels. 293 * Test serialization of pre-defined const levels. It is expected that the 357 * Test defining new levels in subclasses of Level 380 * levels.
|
/external/autotest/client/site_tests/hardware_Backlight/ |
hardware_Backlight.py | 24 # Stop powerd to avoid it adjusting backlight levels
|
/external/autotest/test_suites/ |
control.faft_lv1 | 19 All BIOS tests are categorized into 5 test levels:
|
control.faft_lv2 | 19 All BIOS tests are categorized into 5 test levels:
|
control.faft_lv3 | 19 All BIOS tests are categorized into 5 test levels:
|
control.faft_lv4 | 19 All BIOS tests are categorized into 5 test levels:
|
control.faft_lv5 | 19 All BIOS tests are categorized into 5 test levels:
|
/external/bsdiff/ |
bz2_compressor.cc | 13 // The BZ2 compression level used. Smaller compression levels are nowadays
|
/external/deqp/doc/testspecs/GLES2/ |
functional.texture.incomplete.txt | 28 + Missing mipmap levels
|
/external/deqp/doc/testspecs/GLES3/ |
functional.texture.specification.txt | 46 tested. All texture levels, faces (for cube maps) and slices (for 2D array
|
/external/deqp/doc/testspecs/GLES31/ |
functional.texture.cube_map_array.txt | 46 Specification tests go through all levels, faces, and layers.
|
/external/deqp/external/openglcts/modules/gl/ |
gl4cSparseTextureTests.hpp | 53 GLint levels; member in struct:gl4cts::TextureState 94 static void Storage(const Functions& gl, GLenum target, GLsizei levels, GLenum internal_format, GLuint width, 245 virtual bool sparseAllocateTexture(const Functions& gl, GLint target, GLint format, GLuint& texture, GLint levels); 246 virtual bool allocateTexture(const Functions& gl, GLint target, GLint format, GLuint& texture, GLint levels);
|
/external/deqp/framework/opengl/simplereference/ |
sglrContextWrapper.cpp | 169 void ContextWrapper::glTexStorage2D (deUint32 target, int levels, deUint32 internalFormat, int width, int height) 171 m_curCtx->texStorage2D(target, levels, internalFormat, width, height); 174 void ContextWrapper::glTexStorage3D (deUint32 target, int levels, deUint32 internalFormat, int width, int height, int depth) 176 m_curCtx->texStorage3D(target, levels, internalFormat, width, height, depth);
|
/external/deqp/modules/gles2/functional/ |
es2fFboApiTest.cpp | 165 static int levels[] = { 2, 1, 0, -1, 0x7fffffff, 0, 1 }; local 167 for (int ndx = 0; ndx < DE_LENGTH_OF_ARRAY(levels); ndx++) 169 context.framebufferTexture2D(GL_FRAMEBUFFER, GL_COLOR_ATTACHMENT0, GL_TEXTURE_2D, tex, levels[ndx]); 170 checkError(testCtx, context, levels[ndx] == 0 ? GL_NO_ERROR : GL_INVALID_VALUE); 185 static int levels[] = { 2, 1, 0, -1, 0x7fffffff, 0, 1 }; local 187 for (int ndx = 0; ndx < DE_LENGTH_OF_ARRAY(levels); ndx++) 189 context.framebufferTexture2D(GL_FRAMEBUFFER, GL_COLOR_ATTACHMENT0, GL_TEXTURE_2D, tex, levels[ndx]); 190 checkError(testCtx, context, de::inBounds(levels[ndx], 0, 16) ? GL_NO_ERROR : GL_INVALID_VALUE); 626 addChild(new FboApiCase(m_context, "texture_levels", "Valid and invalid texturel levels", hasRenderToMipmap ? textureLevelsWithRenderToMipmapTest : textureLevelsTest));
|
/external/eigen/bench/btl/data/ |
gnuplot_common_settings.hh | 42 set cntrparam levels auto 5
|
/external/kernel-headers/original/uapi/asm-mips/asm/ |
socket.h | 55 /* Security levels - as per NRL IPv6 - don't actually do anything */
|