HomeSort by relevance Sort by last modified time
    Searched full:levels (Results 1 - 25 of 2499) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /frameworks/compile/slang/tests/F_int_ptr_ptr/
stderr.txt.expect 1 int_ptr_ptr.rs:4:7: error: multiple levels of pointers cannot be exported: 'myPtr'
  /frameworks/base/tools/layoutlib/bridge/.settings/
README.txt 2 This ensure proper compilation compliance and warning/error levels
  /frameworks/base/tools/layoutlib/create/.settings/
README.txt 2 This ensure proper compilation compliance and warning/error levels
  /frameworks/compile/slang/tests/F_root_11_ox/
stderr.txt.expect 1 root_11_ox.rs:5:6: error: Compute kernel root() targeting SDK levels 11-13 may not skip parameters
  /frameworks/compile/slang/tests/F_v15_non_root_kernel/
stderr.txt.expect 1 v15_non_root_kernel.rs:5:6: error: Non-root compute kernel foo() is not supported in SDK levels 11-15
  /sdk/settings/
README.txt 2 This ensures proper compilation compliance and warning/error levels
  /external/jemalloc/src/
bitmap.c 30 * progressively work upward through the levels until reaching a level
33 binfo->levels[0].group_offset = 0;
37 binfo->levels[i].group_offset = binfo->levels[i-1].group_offset
41 binfo->levels[i].group_offset = binfo->levels[i-1].group_offset
51 return (binfo->levels[binfo->nlevels].group_offset << LG_SIZEOF_BITMAP);
76 memset(bitmap, 0xffU, binfo->levels[binfo->nlevels].group_offset <<
81 bitmap[binfo->levels[1].group_offset - 1] >>= extra;
83 size_t group_count = binfo->levels[i].group_offset
    [all...]
  /frameworks/compile/slang/tests/F_kernel_16/
stderr.txt.expect 1 kernel_16.rs:5:16: error: Compute kernel root() targeting SDK levels 11-16 may not use pass-by-value with __attribute__((kernel))
  /frameworks/compile/slang/tests/F_multi_in_target_version/
stderr.txt.expect 1 multi_in_target_version.rs:5:43: error: Invalid parameter 'in1' for compute kernel root(). Kernels targeting SDK levels 11-21 may not use multiple input parameters.
  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/fix/source/
spectrum_ar_model_tables.h 45 /* representation levels for quantized reflection coefficient 1 */
48 /* representation levels for quantized reflection coefficient 2 */
51 /* representation levels for quantized reflection coefficient 3 */
54 /* representation levels for quantized reflection coefficient 4 */
57 /* representation levels for quantized reflection coefficient 5 */
60 /* representation levels for quantized reflection coefficient 6 */
63 /* quantization boundary levels for reflection coefficients */
72 /* pointers to AR representation levels tables */
80 /* representation levels for quantized Gain coefficient */
83 /* squared quantization boundary levels for Gain coefficient *
    [all...]
  /external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
spectrum_ar_model_tables.h 45 /* representation levels for quantized reflection coefficient 1 */
48 /* representation levels for quantized reflection coefficient 2 */
51 /* representation levels for quantized reflection coefficient 3 */
54 /* representation levels for quantized reflection coefficient 4 */
57 /* representation levels for quantized reflection coefficient 5 */
60 /* representation levels for quantized reflection coefficient 6 */
63 /* quantization boundary levels for reflection coefficients */
72 /* pointers to AR representation levels tables */
80 /* representation levels for quantized Gain coefficient */
83 /* squared quantization boundary levels for Gain coefficient *
    [all...]
  /external/chromium_org/content/browser/
host_zoom_map_impl_unittest.cc 68 HostZoomMap::ZoomLevelVector levels = host_zoom_map.GetAllZoomLevels(); local
75 ASSERT_EQ(arraysize(expected), levels.size());
77 SCOPED_TRACE(testing::Message() << "levels[" << i << "]");
78 EXPECT_EQ(expected[i].mode, levels[i].mode);
79 EXPECT_EQ(expected[i].scheme, levels[i].scheme);
80 EXPECT_EQ(expected[i].host, levels[i].host);
81 EXPECT_EQ(expected[i].zoom_level, levels[i].zoom_level);
  /external/chromium_org/third_party/WebKit/PerformanceTests/CSS/
ClassInvalidation.html 8 function appendDivChildren(root, childCount, levels) {
9 if (levels <= 0)
13 appendDivChildren(div, childCount, levels - 1)
  /external/clang/test/Misc/
warning-flags-enabled.c 22 // RUN: diagtool show-enabled --no-levels -Wno-everything -Wobjc-root-class %s | FileCheck -check-prefix CHECK-NO-LEVELS %s
24 // CHECK-NO-LEVELS-NOT: W
25 // CHECK-NO-LEVELS-NOT: E
26 // CHECK-NO-LEVELS-NOT: F
27 // CHECK-NO-LEVELS: warn_objc_root_class_missing [-Wobjc-root-class]
30 // RUN: diagtool show-enabled --no-levels -Wno-conversion -Wenum-conversion %s | FileCheck --check-prefix CHECK-ENUM-CONVERSION %s
31 // RUN: diagtool show-enabled --no-levels %s | FileCheck --check-prefix CHECK-ENUM-CONVERSION %s
32 // RUN: diagtool show-enabled --no-levels -Wno-conversion %s | FileCheck --check-prefix CHECK-NO-ENUM-CONVERSION %s
38 // RUN: diagtool show-enabled --no-levels -Wno-parentheses -Wshift-op-parentheses %s | FileCheck --check-prefix CHECK-SHIFT-OP-PARENTHESES %
    [all...]
  /frameworks/base/media/java/android/media/
CameraProfile.java 27 * capture (jpeg) quality levels (0-100) used for low, medium, and high
34 * Define three quality levels for JPEG image encoding.
82 int[] levels = sCache.get(cameraId); local
83 if (levels == null) {
84 levels = getImageEncodingQualityLevels(cameraId);
85 sCache.put(cameraId, levels);
87 return levels[quality];
99 throw new RuntimeException("Unexpected Jpeg encoding quality levels " + nLevels);
102 int[] levels = new int[nLevels]; local
104 levels[i] = native_get_image_encoding_quality_level(cameraId, i)
    [all...]
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/detail/
log_level.hpp 12 // Description : shared definition for unit test log levels
22 // ************** log levels ************** //
25 // each log level includes all subsequent higher loging levels
  /external/chromium_org/third_party/mesa/src/src/mapi/glapi/gen/
ARB_texture_storage.xml 15 <param name="levels" type="GLsizei"/>
22 <param name="levels" type="GLsizei"/>
30 <param name="levels" type="GLsizei"/>
40 <param name="levels" type="GLsizei"/>
48 <param name="levels" type="GLsizei"/>
57 <param name="levels" type="GLsizei"/>
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
texstorage.h 30 _mesa_TexStorage1D(GLenum target, GLsizei levels, GLenum internalformat,
35 _mesa_TexStorage2D(GLenum target, GLsizei levels, GLenum internalformat,
40 _mesa_TexStorage3D(GLenum target, GLsizei levels, GLenum internalformat,
46 _mesa_TextureStorage1DEXT(GLuint texture, GLenum target, GLsizei levels,
51 _mesa_TextureStorage2DEXT(GLuint texture, GLenum target, GLsizei levels,
56 _mesa_TextureStorage3DEXT(GLuint texture, GLenum target, GLsizei levels,
texstorage.c 128 GLsizei levels, GLenum internalFormat,
137 assert(levels > 0);
146 for (level = 0; level < levels; level++) {
173 if (!ctx->Driver.AllocTextureStorage(ctx, texObj, levels,
180 for (level = 0; level < levels; level++) {
243 GLsizei levels, GLenum internalformat,
303 /* levels check */
304 if (levels < 1 || height < 1 || depth < 1) {
305 _mesa_error(ctx, GL_INVALID_VALUE, "glTexStorage%uD(levels < 1)",
318 /* check levels against maximum *
    [all...]
  /external/mesa3d/src/mapi/glapi/gen/
ARB_texture_storage.xml 15 <param name="levels" type="GLsizei"/>
22 <param name="levels" type="GLsizei"/>
30 <param name="levels" type="GLsizei"/>
40 <param name="levels" type="GLsizei"/>
48 <param name="levels" type="GLsizei"/>
57 <param name="levels" type="GLsizei"/>
  /external/mesa3d/src/mesa/main/
texstorage.h 30 _mesa_TexStorage1D(GLenum target, GLsizei levels, GLenum internalformat,
35 _mesa_TexStorage2D(GLenum target, GLsizei levels, GLenum internalformat,
40 _mesa_TexStorage3D(GLenum target, GLsizei levels, GLenum internalformat,
46 _mesa_TextureStorage1DEXT(GLuint texture, GLenum target, GLsizei levels,
51 _mesa_TextureStorage2DEXT(GLuint texture, GLenum target, GLsizei levels,
56 _mesa_TextureStorage3DEXT(GLuint texture, GLenum target, GLsizei levels,
  /external/nist-sip/java/gov/nist/core/
LogLevels.java 5 * Each of these levels must be mapped internally to logically equivalent
6 * logging levels in your logger.
  /external/replicaisland/src/com/replica/replicaisland/
LevelTree.java 28 public ArrayList<Level> levels = new ArrayList<Level>(); field in class:LevelTree.LevelGroup
64 public final static ArrayList<LevelGroup> levels = new ArrayList<LevelGroup>(); field in class:LevelTree
69 return levels.get(row).levels.get(index);
77 if (levels.size() > 0 && mLoadedResource == resource) {
84 levels.clear();
96 levels.add(currentGroup);
138 currentGroup.levels.add(currentLevel);
197 final int levelGroupCount = levels.size();
199 final ArrayList<Level> row = levels.get(x).levels
    [all...]
  /development/samples/RenderScript/Levels/
AndroidManifest.xml 21 package="com.android.rs.levels">
23 <application android:label="Levels RS"
27 android:label="Levels RS">
35 android:label="Levels Dalvik">
  /external/linux-tools-perf/perf-3.12.0/include/linux/
stringify.h 4 /* Indirect stringification. Doing two levels allows the parameter to be a

Completed in 769 milliseconds

1 2 3 4 5 6 7 8 91011>>