HomeSort by relevance Sort by last modified time
    Searched defs:levels (Results 26 - 50 of 148) sorted by null

12 3 4 5 6

  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
target.h 134 /* Sets of optimization levels at which an option may be enabled by
138 OPT_LEVELS_NONE, /* No levels (mark end of array). */
139 OPT_LEVELS_ALL, /* All levels (used by targets to disable options
152 /* Description of options to enable by default at given levels. */
155 /* The levels at which to enable the option. */
156 enum opt_levels levels; member in struct:default_options
162 those in LEVELS (in order to handle changes to the optimization
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
target.h 134 /* Sets of optimization levels at which an option may be enabled by
138 OPT_LEVELS_NONE, /* No levels (mark end of array). */
139 OPT_LEVELS_ALL, /* All levels (used by targets to disable options
152 /* Description of options to enable by default at given levels. */
155 /* The levels at which to enable the option. */
156 enum opt_levels levels; member in struct:default_options
162 those in LEVELS (in order to handle changes to the optimization
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
target.h 134 /* Sets of optimization levels at which an option may be enabled by
138 OPT_LEVELS_NONE, /* No levels (mark end of array). */
139 OPT_LEVELS_ALL, /* All levels (used by targets to disable options
152 /* Description of options to enable by default at given levels. */
155 /* The levels at which to enable the option. */
156 enum opt_levels levels; member in struct:default_options
162 those in LEVELS (in order to handle changes to the optimization
  /frameworks/base/packages/SystemUI/src/com/android/systemui/
BatteryMeterView.java 179 TypedArray levels = res.obtainTypedArray(R.array.batterymeter_color_levels); local
182 final int N = levels.length();
185 mColors[2*i] = levels.getInt(i, 0);
188 levels.recycle();
  /development/samples/RenderScript/Levels/src/com/android/rs/levels/
LevelsDalvikActivity.java 17 package com.android.rs.levels;
LevelsRSActivity.java 17 package com.android.rs.levels;
179 mScript = new ScriptC_levels(mRS, getResources(), R.raw.levels);
  /external/chromium_org/third_party/icu/source/common/
ubidiln.c 35 * This means that there is a UBiDi object with a levels
38 * Only if the length of the text is zero, then levels==dirProps==NULL.
51 * Here, the levels array is scanned as soon as necessary, and a vector of
60 * In a further attempt to save memory, the levels array is never changed
65 * which is not reflected in the levels array.
66 * This allows a line UBiDi object to use the same levels array as
70 * paragraph's levels and dirProps arrays are reused by way of setting
72 * change the now shared levels for (L1).
80 * the paragraph's levels array that we just point into.
94 UBiDiLevel *levels=pBiDi->levels local
189 const UBiDiLevel *levels=pLineBiDi->levels; local
283 UBiDiLevel *levels=pBiDi->levelsMemory; local
437 UBiDiLevel *levels; local
564 UBiDiLevel *levels=pBiDi->levels; local
    [all...]
ubidiimp.h 234 UBiDiLevel *levels; member in struct:UBiDi
261 const struct ImpTabPair * pImpTabPair; /* pointer to levels state table pair */
273 /* implicitly at the paraLevel (rule (L1)) - levels may not reflect that */
  /external/chromium_org/third_party/tcmalloc/chromium/src/base/
low_level_alloc.cc 77 int levels; // levels in skiplist used member in struct:low_level_alloc_internal::AllocList
78 AllocList *next[kMaxLevel]; // actually has levels elements.
115 // Return a number of skiplist levels for a node of size bytes, where
119 // Bigger nodes tend to have more skiplist levels due to the log2(size / base)
124 // max_fit is the maximum number of levels that will fit in a node for the
136 // For 0 <= i < head->levels, set prev[i] to "no_greater", where no_greater
142 for (int level = head->levels - 1; level >= 0; level--) {
147 return (head->levels == 0) ? 0 : prev[0]->next[0];
151 // Requires that e->levels be previously set by the caller (usin
    [all...]
  /external/chromium_org/third_party/tcmalloc/vendor/src/base/
low_level_alloc.cc 77 int levels; // levels in skiplist used member in struct:low_level_alloc_internal::AllocList
78 AllocList *next[kMaxLevel]; // actually has levels elements.
115 // Return a number of skiplist levels for a node of size bytes, where
119 // Bigger nodes tend to have more skiplist levels due to the log2(size / base)
124 // max_fit is the maximum number of levels that will fit in a node for the
136 // For 0 <= i < head->levels, set prev[i] to "no_greater", where no_greater
142 for (int level = head->levels - 1; level >= 0; level--) {
147 return (head->levels == 0) ? 0 : prev[0]->next[0];
151 // Requires that e->levels be previously set by the caller (usin
    [all...]
  /external/eigen/demos/opengl/
quaternion_demo.cpp 37 const int levels = 4; local
67 // generate other levels
69 for (int l=1; l<levels; l++)
  /external/icu4c/common/
ubidiln.c 39 * This means that there is a UBiDi object with a levels
42 * Only if the length of the text is zero, then levels==dirProps==NULL.
55 * Here, the levels array is scanned as soon as necessary, and a vector of
64 * In a further attempt to save memory, the levels array is never changed
69 * which is not reflected in the levels array.
70 * This allows a line UBiDi object to use the same levels array as
74 * paragraph's levels and dirProps arrays are reused by way of setting
76 * change the now shared levels for (L1).
84 * the paragraph's levels array that we just point into.
98 UBiDiLevel *levels=pBiDi->levels local
193 const UBiDiLevel *levels=pLineBiDi->levels; local
287 UBiDiLevel *levels=pBiDi->levelsMemory; local
441 UBiDiLevel *levels; local
568 UBiDiLevel *levels=pBiDi->levels; local
    [all...]
ubidiimp.h 234 UBiDiLevel *levels; member in struct:UBiDi
267 const struct ImpTabPair * pImpTabPair; /* pointer to levels state table pair */
279 /* implicitly at the paraLevel (rule (L1)) - levels may not reflect that */
  /frameworks/base/media/jni/
android_media_MediaProfiles.cpp 286 Vector<int> levels = sProfiles->getImageEncodingQualityLevels(cameraId); local
287 if (index < 0 || index >= levels.size()) {
291 return static_cast<jint>(levels[index]);
  /cts/tests/tests/app/src/android/app/cts/
AlertDialog_BuilderTest.java 331 final CharSequence[] levels = mContext.getResources().getTextArray( local
333 assertEquals(levels[0], mListView.getItemAtPosition(0));
  /external/chromium_org/third_party/angle_dx11/src/libGLESv2/
Texture.cpp 281 return 0; // Maximum number of levels
561 void Texture2D::storage(GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height)
564 mTexStorage = new rx::TextureStorageInterface2D(mRenderer, levels, internalformat, mUsage, false, width, height);
567 for (int level = 0; level < levels; level++)
574 for (int level = levels; level < IMPLEMENTATION_MAX_TEXTURE_LEVELS; level++)
581 int levels = levelCount(); local
583 for (int level = 0; level < levels; level++)
702 GLint levels = creationLevels(width, height);
706 mTexStorage = new rx::TextureStorageInterface2D(mRenderer, levels, internalformat, mUsage, false, width, height);
710 int levels = levelCount() local
725 int levels = (mipmapping ? levelCount() : 1); local
746 GLint levels = mTexStorage != NULL ? mTexStorage->levelCount() : creationLevels(width, height); local
1164 int levels = levelCount(); local
1184 int levels = (mipmapping ? levelCount() : 1); local
1205 GLint levels = mTexStorage != NULL ? mTexStorage->levelCount() : creationLevels(size); local
1378 int levels = levelCount(); local
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/views/
OldLogCatView.java 232 LogLevel[] levels = LogLevel.values(); local
235 String name = levels[i].getStringValue();
  /external/checkpolicy/
policy_parse.y 236 mls : sensitivities dominance opt_categories levels mlspolicy
264 levels : level_def label
265 | levels level_def
  /external/chromium_org/third_party/WebKit/Source/core/accessibility/
AccessibilityObject.cpp 757 size_t levels = objects.size() - 1; local
758 for (size_t i = 0; i < levels; i++) {
  /external/chromium_org/third_party/skia/src/core/
SkBitmap.cpp 60 const MipLevel* levels() const { return (const MipLevel*)(this + 1); } function in struct:SkBitmap::MipMap
61 MipLevel* levels() { return (MipLevel*)(this + 1); } function in struct:SkBitmap::MipMap
63 const void* pixels() const { return levels() + fLevelCount; }
64 void* pixels() { return levels() + fLevelCount; }
    [all...]
  /external/jmonkeyengine/engine/src/ogre/com/jme3/scene/plugins/ogre/
MeshLoader.java 532 List<VertexBuffer> levels = lodLevels.get(index); local
533 if (levels == null) {
534 // Create the LOD levels list
535 levels = new ArrayList<VertexBuffer>();
538 levels.add(originalIndexBuffer);
539 lodLevels.put(index, levels);
541 levels.add(vb);
552 List<VertexBuffer> levels = entry.getValue(); local
553 VertexBuffer[] levelArray = new VertexBuffer[levels.size()];
554 levels.toArray(levelArray)
    [all...]
  /external/libpcap/
optimize.c 157 struct block **levels; variable in typeref:struct:block
235 b->link = levels[level];
236 levels[level] = b;
240 * Level graph. The levels go from 0 at the leaves to
241 * N_LEVELS at the root. The levels[] array points to the
249 memset((char *)levels, 0, n_blocks * sizeof(*levels));
279 for (b = levels[i]; b; b = b->link) {
320 for (b = levels[i]; b != 0; b = b->link) {
349 for (b = levels[i]; b; b = b->link)
    [all...]
  /external/skia/src/core/
SkBitmap.cpp 60 const MipLevel* levels() const { return (const MipLevel*)(this + 1); } function in struct:SkBitmap::MipMap
61 MipLevel* levels() { return (MipLevel*)(this + 1); } function in struct:SkBitmap::MipMap
63 const void* pixels() const { return levels() + fLevelCount; }
64 void* pixels() { return levels() + fLevelCount; }
    [all...]
  /frameworks/av/media/libmedia/
MediaProfiles.cpp 342 ImageEncodingQualityLevels *levels = mImageEncodingQualityLevels[i]; local
343 if (levels->mCameraId == cameraId) {
344 return levels;
355 ImageEncodingQualityLevels *levels = findImageEncodingQualityLevels(cameraId); local
357 if (levels == NULL) {
358 levels = new ImageEncodingQualityLevels();
359 levels->mCameraId = cameraId;
360 mImageEncodingQualityLevels.add(levels);
363 levels->mLevels.add(quality);
840 ImageEncodingQualityLevels *levels = new ImageEncodingQualityLevels() local
1137 ImageEncodingQualityLevels *levels = findImageEncodingQualityLevels(cameraId); local
    [all...]
  /external/chromium_org/third_party/freetype/src/smooth/
ftgrays.c 75 /* - It can easily be modified to render to _any_ number of gray levels */
157 /* we don't handle tracing levels in stand-alone mode; */
876 int* levels; local
900 levels = ras.lev_stack;
901 levels[0] = level;
906 level = levels[top];
929 levels[top] = levels[top - 1] = level - 1;
    [all...]

Completed in 708 milliseconds

12 3 4 5 6