Searched defs:levels (Results 1 - 25 of 170) sorted by relevance

1234567

/external/swiftshader/src/D3D8/
H A DDirect3DBaseTexture8.hpp32 Direct3DBaseTexture8(Direct3DDevice8 *device, D3DRESOURCETYPE type, unsigned long levels, unsigned long usage);
62 unsigned long levels; // Recalculated when 0 member in class:D3D8::Direct3DBaseTexture8
/external/fio/
H A Dlog.c101 static const char *levels[] = { "Unknown", "Debug", "Info", "Error", local
107 return levels[level];
/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/printer/lexicalpreservation/
H A DPhantomNodeLogic.java67 * A node contained in a phantom node is also a phantom node. We limit how many levels up we check just for performance reasons.
69 private static boolean inPhantomNode(Node node, int levels) { argument
72 || inPhantomNode(node.getParentNode().get(), levels - 1));
/external/swiftshader/src/D3D9/
H A DDirect3DBaseTexture9.hpp32 Direct3DBaseTexture9(Direct3DDevice9 *device, D3DRESOURCETYPE type, D3DFORMAT format, D3DPOOL pool, unsigned long levels, unsigned long usage);
67 unsigned long levels; // Recalculated when 0 member in class:D3D9::Direct3DBaseTexture9
/external/webrtc/webrtc/modules/audio_processing/transient/
H A Dwpd_tree.h26 // 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 Dwpd_tree.cc25 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/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_new_src/javaparser-core/com/github/javaparser/ast/expr/
H A DArrayCreationExpr.java40 private List<ArrayCreationLevel> levels; field in class:ArrayCreationExpr
49 public ArrayCreationExpr(Type type, List<ArrayCreationLevel> levels, ArrayInitializerExpr initializer) { argument
50 setLevels(levels);
55 public ArrayCreationExpr(Range range, Type type, List<ArrayCreationLevel> levels, ArrayInitializerExpr initializer) { argument
57 setLevels(levels);
106 levels = ensureNotNull(levels);
107 return levels;
110 public ArrayCreationExpr setLevels(List<ArrayCreationLevel> levels) { argument
111 this.levels
[all...]
/external/eigen/demos/opengl/
H A Dicosphere.cpp36 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 DUtils.java49 * - Units repeat in levels of 10,000, there are symbols for each level too (except 1's).
54 * - The 1000's 0 is also omitted in alternating levels, such that it is omitted in the rightmost
82 buf[--x] = zh.levels[l];
135 // remove levels for empty blocks
195 final char[] levels; field in class:Utils.ChineseDigits
199 ChineseDigits(String digits, String units, String levels, char liang, boolean ko) { argument
202 this.levels = levels.toCharArray();
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/bidi/
H A DTestInverse.java227 private void printUnicode(char[] chars, byte[] levels) { argument
233 if (levels != null) {
234 log("." + levels[i]);
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/duration/impl/
H A DUtils.java45 * - Units repeat in levels of 10,000, there are symbols for each level too (except 1's).
50 * - The 1000's 0 is also omitted in alternating levels, such that it is omitted in the rightmost
78 buf[--x] = zh.levels[l];
131 // remove levels for empty blocks
191 final char[] levels; field in class:Utils.ChineseDigits
195 ChineseDigits(String digits, String units, String levels, char liang, boolean ko) { argument
198 this.levels = levels.toCharArray();
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/bidi/
H A DTestInverse.java224 private void printUnicode(char[] chars, byte[] levels) { argument
230 if (levels != null) {
231 log("." + levels[i]);
/external/mesa3d/src/intel/isl/
H A Disl_priv.h118 isl_minify(uint32_t n, uint32_t levels) argument
123 return MAX(n >> levels, 1);
/external/mesa3d/src/mesa/drivers/dri/r200/
H A Dradeon_mipmap_tree.h72 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 Dradeon_mipmap_tree.h72 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/tensorflow/tensorflow/core/kernels/
H A Dhistogram_op_gpu.cu.cc52 auto levels = levels_tensor.flat<T>(); local
56 levels(0) = std::numeric_limits<T>::lowest();
58 levels(i) =
61 levels(nbins) = std::numeric_limits<T>::max();
66 int num_levels = levels.size();
67 T* d_levels = levels.data();
/external/valgrind/memcheck/tests/
H A Dmempool.c25 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);
/external/vboot_reference/firmware/stub/
H A Dvboot_api_stub_sf.c38 int levels = backtrace(buffer, MAX_STACK_LEVELS); local
41 backtrace_symbols_fd(buffer + 1, levels - 1, 2);
/external/ImageMagick/coders/
H A Djnx.c82 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 Dpcy_int.h165 X509_POLICY_LEVEL *levels; member in struct:X509_POLICY_TREE_st
/external/deqp/external/openglcts/modules/gl/
H A Dgl4cSparseTextureTests.hpp53 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/icu/android_icu4j/src/main/java/android/icu/text/
H A DBidiLine.java31 * This means that there is a Bidi object with a levels
34 * Only if the length of the text is zero, then levels==dirProps==NULL.
47 * Here, the levels array is scanned as soon as necessary, and a vector of
56 * In a further attempt to save memory, the levels array is never changed
61 * which is not reflected in the levels array.
62 * This allows a line Bidi object to use the same levels array as
66 * paragraph's levels and dirProps arrays are reused by way of setting
68 * change the now shared levels for (L1).
76 * the paragraph's levels array that we just point into.
89 byte[] levels
631 prepareReorder(byte[] levels, byte[] pMinLevel, byte[] pMaxLevel) argument
671 reorderLogical(byte[] levels) argument
740 reorderVisual(byte[] levels) argument
[all...]
/external/icu/icu4c/source/test/cintltst/
H A Dcbiditst.h71 const UBiDiLevel *levels; member in struct:__anon8186
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DBidiLine.java30 * This means that there is a Bidi object with a levels
33 * Only if the length of the text is zero, then levels==dirProps==NULL.
46 * Here, the levels array is scanned as soon as necessary, and a vector of
55 * In a further attempt to save memory, the levels array is never changed
60 * which is not reflected in the levels array.
61 * This allows a line Bidi object to use the same levels array as
65 * paragraph's levels and dirProps arrays are reused by way of setting
67 * change the now shared levels for (L1).
75 * the paragraph's levels array that we just point into.
88 byte[] levels
630 prepareReorder(byte[] levels, byte[] pMinLevel, byte[] pMaxLevel) argument
670 reorderLogical(byte[] levels) argument
739 reorderVisual(byte[] levels) argument
[all...]
/external/ipsec-tools/
H A Dmain.c213 static int levels[6] = { local
219 __android_log_vprint(levels[level], "racoon", format, ap);
222 static char *levels = "EWNIDV";
223 fprintf(stderr, "%c: ", levels[level]);

Completed in 566 milliseconds

1234567