/ndk/sources/host-tools/nawk-20071023/ |
README | 94 awk's speed, perhaps by 1/3 for highest levels.
|
/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/libvpx/libvpx/examples/includes/HTML-Toc-0.91/ |
Toc.pm | 92 # function: Compare levels. 107 # Levels equals? 112 # Yes, levels are equals; 117 # No, levels differ; 120 # Must groups not be nested and do group levels differ? 125 # Yes, groups must be kept apart and the group levels differ; 202 # Determine levels 213 # Compare levels 222 # Yes, levels are equal; 390 $self->{levels} = undef [all...] |
/frameworks/native/opengl/tools/glgen/specs/gles11/ |
GLES30.spec | 108 void glTexStorage2D ( GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height ) 109 void glTexStorage3D ( GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth )
|
/external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/ |
st_cb_texture.c | 353 * idea how many mipmap levels will be in a texture until we start 356 * mipmap levels later. [all...] |
/external/mesa3d/src/mesa/state_tracker/ |
st_cb_texture.c | 353 * idea how many mipmap levels will be in a texture until we start 356 * mipmap levels later. [all...] |
/external/icu4c/test/cintltst/ |
cbiditst.c | 115 static void printUnicode(const UChar *s, int32_t length, const UBiDiLevel *levels); 392 strcpy(buffer, "BAD LEVELS"); 438 const UBiDiLevel *levels; local 444 levels = ubidi_getLevels(bidi, &errorCode); 446 strcpy(levelChars, "BAD LEVELS"); 450 lev = levels[i]; 459 log_err("Levels: %s", levelChars); fputs("\n", stderr); 496 /* For UBIDI_REORDER_RUNS_ONLY, it would not be correct to check levels[i], 834 UBiDiLevel levels[UBIDI_MAX_EXPLICIT_LEVEL]={1,2,3,4,5,6,7,8,9,10}; local 838 ubidi_setPara(bidi,src,srcSize,UBIDI_DEFAULT_LTR,levels,&ec) 868 UBiDiLevel levels[UBIDI_MAX_EXPLICIT_LEVEL]={1,2,3,4,5,6,7,8,9,10}; local 1028 const UBiDiLevel *levels=test->levels; local 1139 const UBiDiLevel *levels; 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...] |
/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/freetype/src/smooth/ |
ftgrays.c | 75 /* - It can easily be modified to render to _any_ number of gray levels */ 177 /* we don't handle tracing levels in stand-alone mode; */ 920 int* levels; local 924 levels = ras.lev_stack; 964 levels[0] = level; 968 level = levels[top]; 974 levels[top] = levels[top - 1] = level - 1; [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...] |
/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/v8/test/mjsunit/ |
debug-stepin-builtin-callback.js | 119 // Test two levels of builtin callbacks:
|
/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++)
|
/frameworks/native/opengl/libs/GLES_trace/src/ |
gltrace_api.h | 267 void GLTrace_glTexStorage2D(GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height); 268 void GLTrace_glTexStorage3D(GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth); 356 void GLTrace_glTexStorage1DEXT(GLenum target, GLsizei levels, GLenum internalformat, GLsizei width); 357 void GLTrace_glTexStorage2DEXT(GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height); 358 void GLTrace_glTexStorage3DEXT(GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth); 359 void GLTrace_glTextureStorage1DEXT(GLuint texture, GLenum target, GLsizei levels, GLenum internalformat, GLsizei width); 360 void GLTrace_glTextureStorage2DEXT(GLuint texture, GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height); 361 void GLTrace_glTextureStorage3DEXT(GLuint texture, GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth); [all...] |
/development/samples/RenderScript/Levels/src/com/android/rs/levels/ |
LevelsDalvikActivity.java | 17 package com.android.rs.levels;
|
/external/chromium_org/third_party/icu/source/common/ |
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/libwebp/enc/ |
vp8enci.h | 65 typedef enum { // Rate-distortion optimization levels 261 int16_t y_dc_levels[16]; // Quantized levels for luma-DC, luma-AC, chroma. 290 uint64_t bit_count_[4][3]; // bit counters for coded levels. 490 int VP8GetCostLuma4(VP8EncIterator* const it, const int16_t levels[16]); 510 // Pick best modes and fills the levels. Returns true if skipped.
|
/external/icu4c/common/ |
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 */
|
/external/webp/src/enc/ |
vp8enci.h | 65 typedef enum { // Rate-distortion optimization levels 261 int16_t y_dc_levels[16]; // Quantized levels for luma-DC, luma-AC, chroma. 290 uint64_t bit_count_[4][3]; // bit counters for coded levels. 490 int VP8GetCostLuma4(VP8EncIterator* const it, const int16_t levels[16]); 510 // Pick best modes and fills the levels. Returns true if skipped.
|
/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/mesa/src/src/mesa/drivers/dri/radeon/ |
radeon_fbo.c | 883 imageOffset += radeon_image->mt->levels[att->TextureLevel].rowstride * 884 radeon_image->mt->levels[att->TextureLevel].height * 891 rrb->pitch = radeon_image->mt->levels[att->TextureLevel].rowstride;
|
/external/chromium_org/ui/gfx/ |
render_text_win.cc | 649 // Build the array of bidirectional embedding levels. 650 scoped_ptr<BYTE[]> levels(new BYTE[runs_.size()]); 652 levels[i] = runs_[i]->script_analysis.s.uBidiLevel; 658 levels.get(), [all...] |
/external/mesa3d/src/mesa/drivers/dri/radeon/ |
radeon_fbo.c | 883 imageOffset += radeon_image->mt->levels[att->TextureLevel].rowstride * 884 radeon_image->mt->levels[att->TextureLevel].height * 891 rrb->pitch = radeon_image->mt->levels[att->TextureLevel].rowstride;
|
/frameworks/base/packages/WallpaperCropper/src/com/android/photos/views/ |
TiledImageRenderer.java | 207 int levels = 1; local 212 levels++; 214 mLevelCount = levels; 254 // 2. Decide the tile levels we want to keep as texture (in addition to 264 // The tile levels we want to keep as texture is in the range 282 // Activate the tiles of the smallest two levels.
|