/external/fio/ |
H A D | log.c | 94 static const char *levels[] = { "Unknown", "Debug", "Info", "Error", local 100 return levels[level];
|
/external/webrtc/webrtc/modules/audio_processing/transient/ |
H A D | 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
|
H A D | wpd_tree.cc | 25 int levels) 27 levels_(levels), 28 num_nodes_((1 << (levels + 1)) - 1) { 29 assert(data_length > (static_cast<size_t>(1) << levels) && 32 levels > 0); 49 for (int current_level = 0; current_level < levels; ++current_level) { 23 WPDTree(size_t data_length, const float* high_pass_coefficients, const float* low_pass_coefficients, size_t coefficients_length, int levels) argument
|
/external/eigen/demos/opengl/ |
H A D | icosphere.cpp | 36 IcoSphere::IcoSphere(unsigned int levels) argument 50 while(mIndices.size()<levels)
|
/external/icu/android_icu4j/src/main/java/android/icu/impl/duration/impl/ |
H A D | Utils.java | 47 * - Units repeat in levels of 10,000, there are symbols for each level too (except 1's). 52 * - The 1000's 0 is also omitted in alternating levels, such that it is omitted in the rightmost 80 buf[--x] = zh.levels[l]; 133 // remove levels for empty blocks 193 final char[] levels; field in class:Utils.ChineseDigits 197 ChineseDigits(String digits, String units, String levels, char liang, boolean ko) { argument 200 this.levels = levels.toCharArray();
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/bidi/ |
H A D | TestInverse.java | 223 private void printUnicode(char[] chars, byte[] levels) { argument 229 if (levels != null) { 230 log("." + levels[i]);
|
H A D | BiDiConformanceTest.java | 138 Field 3: An ordered list of resulting levels for each token in field 0 140 The UBA does not assign levels to certain characters (e.g. LRO); 290 levels[levelsCount++]=-1; 295 levels[levelsCount++]=(byte)value; 496 if(levels[i]!=actualLevels[i] && levels[i]>=0) { 500 // levels but just returns all levels as the paragraph level 0 or 1. 504 errln(" ------------ Wrong level value at index "+i+"; expected "+levels[i]+" actual "+actualLevels[i]); 513 StringBuilder els=new StringBuilder("Expected levels 605 private byte levels[]=new byte[1000]; // UBiDiLevel field in class:BiDiConformanceTest [all...] |
H A D | TestData.java | 247 protected byte[] levels; field in class:TestData 251 byte direction, byte paraLevel, byte resultLevel, byte[] levels, 259 this.levels = levels; 250 TestData(short[] dirProps, int lineStart, int lineLimit, byte direction, byte paraLevel, byte resultLevel, byte[] levels, int[] visualMap) argument
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/duration/impl/ |
H A D | Utils.java | 43 * - Units repeat in levels of 10,000, there are symbols for each level too (except 1's). 48 * - The 1000's 0 is also omitted in alternating levels, such that it is omitted in the rightmost 76 buf[--x] = zh.levels[l]; 129 // remove levels for empty blocks 189 final char[] levels; field in class:Utils.ChineseDigits 193 ChineseDigits(String digits, String units, String levels, char liang, boolean ko) { argument 196 this.levels = levels.toCharArray();
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/bidi/ |
H A D | TestInverse.java | 219 private void printUnicode(char[] chars, byte[] levels) { argument 225 if (levels != null) { 226 log("." + levels[i]);
|
/external/mesa3d/src/mesa/drivers/dri/r200/ |
H A D | radeon_mipmap_tree.h | 72 GLuint numLevels; /** Number of mip levels stored in this mipmap tree */ 80 radeon_mipmap_level levels[RADEON_MIPTREE_MAX_TEXTURE_LEVELS]; member in struct:_radeon_mipmap_tree
|
/external/mesa3d/src/mesa/drivers/dri/radeon/ |
H A D | radeon_mipmap_tree.h | 72 GLuint numLevels; /** Number of mip levels stored in this mipmap tree */ 80 radeon_mipmap_level levels[RADEON_MIPTREE_MAX_TEXTURE_LEVELS]; member in struct:_radeon_mipmap_tree
|
/external/valgrind/memcheck/tests/ |
H A D | mempool.c | 25 level_list *levels; member in struct:_pool 48 p->levels = NULL; 64 l->next = p->levels; 67 p->levels = l; 72 level_list *l = p->levels; 73 p->levels = l->next; 85 level_list *l = p->levels; 105 VALGRIND_MEMPOOL_ALLOC(p->levels->where, where, size);
|
H A D | 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);
|
/external/vboot_reference/firmware/stub/ |
H A D | vboot_api_stub_sf.c | 38 int levels = backtrace(buffer, MAX_STACK_LEVELS); local 41 backtrace_symbols_fd(buffer + 1, levels - 1, 2);
|
/external/ImageMagick/coders/ |
H A D | jnx.c | 82 levels, 184 jnx_info.levels=ReadBlobLSBSignedLong(image); 185 if (jnx_info.levels > JNXMaxLevels) 198 Read JNX levels. 201 for (i=0; i < (ssize_t) jnx_info.levels; i++) 228 for (i=0; i < (ssize_t) jnx_info.levels; i++) 324 (MagickSizeType) jnx_info.levels); 79 levels, member in struct:_JNXInfo
|
/external/boringssl/src/crypto/x509v3/ |
H A D | pcy_int.h | 160 X509_POLICY_LEVEL *levels; member in struct:X509_POLICY_TREE_st
|
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
H A D | BidiLine.java | 29 * This means that there is a Bidi object with a levels 32 * Only if the length of the text is zero, then levels==dirProps==NULL. 45 * Here, the levels array is scanned as soon as necessary, and a vector of 54 * In a further attempt to save memory, the levels array is never changed 59 * which is not reflected in the levels array. 60 * This allows a line Bidi object to use the same levels array as 64 * paragraph's levels and dirProps arrays are reused by way of setting 66 * change the now shared levels for (L1). 74 * the paragraph's levels array that we just point into. 87 byte[] levels 629 prepareReorder(byte[] levels, byte[] pMinLevel, byte[] pMaxLevel) argument 669 reorderLogical(byte[] levels) argument 738 reorderVisual(byte[] levels) argument [all...] |
/external/icu/icu4c/source/test/cintltst/ |
H A D | cbiditst.h | 72 const UBiDiLevel *levels; member in struct:__anon6919
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
H A D | BidiLine.java | 28 * This means that there is a Bidi object with a levels 31 * Only if the length of the text is zero, then levels==dirProps==NULL. 44 * Here, the levels array is scanned as soon as necessary, and a vector of 53 * In a further attempt to save memory, the levels array is never changed 58 * which is not reflected in the levels array. 59 * This allows a line Bidi object to use the same levels array as 63 * paragraph's levels and dirProps arrays are reused by way of setting 65 * change the now shared levels for (L1). 73 * the paragraph's levels array that we just point into. 86 byte[] levels 628 prepareReorder(byte[] levels, byte[] pMinLevel, byte[] pMaxLevel) argument 668 reorderLogical(byte[] levels) argument 737 reorderVisual(byte[] levels) argument [all...] |
/external/ipsec-tools/ |
H A D | main.c | 234 static int levels[6] = { local 240 __android_log_vprint(levels[level], "racoon", format, ap); 243 static char *levels = "EWNIDV"; 244 fprintf(stderr, "%c: ", levels[level]);
|
/external/mesa3d/src/mesa/main/ |
H A D | 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 agains 125 setup_texstorage(struct gl_context *ctx, struct gl_texture_object *texObj, GLuint dims, GLsizei levels, GLenum internalFormat, GLsizei width, GLsizei height, GLsizei depth) argument 242 tex_storage_error_check(struct gl_context *ctx, GLuint dims, GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth) argument 356 texstorage(GLuint dims, GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth) argument 396 _mesa_TexStorage1D(GLenum target, GLsizei levels, GLenum internalformat, GLsizei width) argument 404 _mesa_TexStorage2D(GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height) argument 412 _mesa_TexStorage3D(GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth) argument 429 _mesa_TextureStorage1DEXT(GLuint texture, GLenum target, GLsizei levels, GLenum internalformat, GLsizei width) argument 438 _mesa_TextureStorage2DEXT(GLuint texture, GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height) argument 448 _mesa_TextureStorage3DEXT(GLuint texture, GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth) argument [all...] |
/external/webp/src/dsp/ |
H A D | cost_sse2.c | 46 uint8_t levels[16], ctxs[16]; local 62 { // precompute clamped levels and contexts, packed to 8b. 77 _mm_storeu_si128((__m128i*)&levels[0], H); 84 const int level = levels[n]; 91 const int level = levels[n];
|
/external/fio/lib/ |
H A D | 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[ [all...] |
/external/guava/guava/src/com/google/common/net/ |
H A D | InternetDomainName.java | 449 * Returns the ancestor of the current domain at the given number of levels 450 * "higher" (rightward) in the subdomain list. The number of levels must be 456 private InternetDomainName ancestor(int levels) { argument 457 return from(DOT_JOINER.join(parts.subList(levels, parts.size())));
|