HomeSort by relevance Sort by last modified time
    Searched full:level (Results 51 - 75 of 18861) sorted by null

1 23 4 5 6 7 8 91011>>

  /frameworks/support/v4/java/android/support/v4/view/accessibility/
package.html 3 Support classes to access some of the android.view.accessibility package features introduced after API level 4 in a backwards compatible fashion.
  /external/chromium/base/
logging_win.cc 28 EtwEventLevel level = TRACE_LEVEL_NONE; local
30 // Convert the log severity to the most appropriate ETW trace level.
34 level = TRACE_LEVEL_INFORMATION;
37 level = TRACE_LEVEL_WARNING;
41 level = TRACE_LEVEL_ERROR;
44 level = TRACE_LEVEL_FATAL;
48 level = TRACE_LEVEL_INFORMATION - severity;
51 // Bail if we're not logging, not at that level,
54 if (provider == NULL || level > provider->enable_level())
59 EtwMofEvent<1> event(kLogEventId, LOG_MESSAGE, level);
119 EtwEventLevel level = enable_level(); local
    [all...]
  /external/chromium_org/base/
logging_win.cc 28 EtwEventLevel level = TRACE_LEVEL_NONE; local
30 // Convert the log severity to the most appropriate ETW trace level.
34 level = TRACE_LEVEL_INFORMATION;
37 level = TRACE_LEVEL_WARNING;
41 level = TRACE_LEVEL_ERROR;
44 level = TRACE_LEVEL_FATAL;
48 level = TRACE_LEVEL_INFORMATION - severity;
51 // Bail if we're not logging, not at that level,
54 if (provider == NULL || level > provider->enable_level())
59 EtwMofEvent<1> event(kLogEventId, LOG_MESSAGE, level);
119 EtwEventLevel level = enable_level(); local
    [all...]
  /external/webrtc/src/modules/audio_processing/
level_estimator_impl.cc 26 class Level {
30 Level()
33 ~Level() {}
58 // Normalize by the max level.
98 Level* level = static_cast<Level*>(handle(0)); local
100 level->ProcessMuted(audio->samples_per_channel());
110 level->Process(mixed_data, audio->samples_per_channel());
129 Level* level = static_cast<Level*>(handle(0)) local
146 Level* level = static_cast<Level*>(handle); local
153 Level* level = static_cast<Level*>(handle); local
    [all...]
  /external/chromium_org/third_party/angle/src/libGLESv2/
Texture.cpp 349 GLsizei Texture2D::getWidth(GLint level) const
351 if (level < IMPLEMENTATION_MAX_TEXTURE_LEVELS)
352 return mImageArray[level]->getWidth();
357 GLsizei Texture2D::getHeight(GLint level) const
359 if (level < IMPLEMENTATION_MAX_TEXTURE_LEVELS)
360 return mImageArray[level]->getHeight();
365 GLenum Texture2D::getInternalFormat(GLint level) const
367 if (level < IMPLEMENTATION_MAX_TEXTURE_LEVELS)
368 return mImageArray[level]->getInternalFormat();
373 GLenum Texture2D::getActualFormat(GLint level) cons
1012 redefineImage(faceIndex(face), level, format, width, height); local
1031 commitRect(faceIndex(target), level, xoffset, yoffset, width, height); local
1039 commitRect(faceIndex(target), level, xoffset, yoffset, width, height); local
    [all...]
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/scopes/
SymbolTable.g 18 int level;
22 level = 0;
33 level++;
39 level--;
50 level++;
55 NSLog( @"level \%d symbols: \%@", level, [$Symbols::names toString] );
56 level--;
  /external/apache-harmony/logging/src/test/resources/config/java/util/logging/
logging.config 2 .level=ALL
3 org.apache.harmony.logging.tests.java.util.logging.LogManagerTest$MockHandler.level=OF
  /external/chromium_org/printing/backend/
printing_info_win.cc 13 uint8* GetDriverInfo(HANDLE printer, int level) {
15 ::GetPrinterDriver(printer, NULL, level, NULL, 0, &size);
21 if (!::GetPrinterDriver(printer, NULL, level, buffer.get(), size, &size)) {
27 uint8* GetPrinterInfo(HANDLE printer, int level) {
29 ::GetPrinter(printer, level, NULL, 0, &size);
31 LOG(WARNING) << "Failed to get size of PRINTER_INFO_" << level <<
37 if (!::GetPrinter(printer, level, buffer.get(), size, &size)) {
38 LOG(WARNING) << "Failed to get PRINTER_INFO_" << level <<
  /external/chromium_org/tools/gyp/test/win/compiler-flags/
additional-options.cc 6 // Generate a warning that will appear at level 4, but not level 1
  /external/clang/test/Analysis/
inline3.c 5 // Otherwise, block-level expr '1 && a' would not be block-level.
  /external/clang/test/SemaObjC/
setter-dotsyntax.m 8 - (int) level;
18 c.level = 10;
  /external/kernel-headers/original/asm-x86/
pgtable-2level-defs.h 7 * traditional i386 two-level paging structure:
14 * the i386 is two-level, so we don't really have any
  /external/markdown/tests/misc/
html.html 1 <h1>Block level html</h1>
6 <div>More block level html.</div>
  /frameworks/base/core/java/android/webkit/
EventLogTags.logtags 6 70101 browser_zoom_level_change (start level|1|5),(end level|1|5),(time|2|3)
  /libcore/dom/src/test/java/
README 2 Level 1 Core tests and Level 2 Core tests from
  /libcore/luni/src/test/resources/config/java/util/logging/
logging.config 2 .level=ALL
3 org.apache.harmony.logging.tests.java.util.logging.LogManagerTest$MockHandler.level=OF
  /external/chromium_org/chrome/test/chromedriver/
logging.h 21 // Accumulates WebDriver Logging API entries of a given type and minimum level.
29 // Converts WD wire protocol level name -> Level, false on bad name.
30 static bool NameToLevel(const std::string& name, Level* out_level);
32 // Creates a WebDriverLog with the given type and minimum level.
33 WebDriverLog(const std::string& type, Level min_level);
42 // Translates a Log entry level into a WebDriver level and stores the entry.
44 Level level,
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p2/src/
armVCM4P2_CheckVLCEscapeMode.c 27 * Performs escape mode decision based on the run, run+, level, level+ and
34 * [in] level Level value (non-zero value) to be encoded
37 * levelPlus = sign(level)*[abs(level) - LMAX]
40 * The run value after which level
59 OMX_S16 level,
69 level = armAbs (level);
    [all...]
  /build/tools/droiddoc/templates-pdk/assets/
customizations.js 3 $("#naMessage").show().html("<div><p><strong>This " + thing + " is not available with API Level " + selectedLevel + ".</strong></p>"
4 + "<p>To use this " + thing + ", your application must specify API Level " + minLevel + " or higher in its manifest "
5 + "and be compiled against a version of the Android library that supports an equal or higher API Level. To reveal this "
6 + "document, change the value of the API Level filter above.</p>"
7 + "<p><a href='" +toRoot+ "guide/appendix/api-levels.html'>What is the API Level?</a></p></div>");
  /external/chromium_org/third_party/skia/src/core/
SkMipMap.h 20 struct Level {
27 bool extractLevel(SkScalar scale, Level*) const;
33 Level* fLevels;
37 SkMipMap(Level* levels, int count, size_t size);
40 static Level* AllocLevels(int levelCount, size_t pixelSize);
  /external/skia/src/core/
SkMipMap.h 20 struct Level {
27 bool extractLevel(SkScalar scale, Level*) const;
33 Level* fLevels;
37 SkMipMap(Level* levels, int count, size_t size);
40 static Level* AllocLevels(int levelCount, size_t pixelSize);
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/
Api.java 20 * This class will be used for API-related definitions; for now, just the api "level"
22 * Level 1: As shipped in HC/MR1
23 * Level 2: Adds searchMessages to EmailService
24 * Level 3: Adds capabilities query
28 public static final int LEVEL = 3;
  /external/chromium_org/third_party/leveldatabase/src/doc/
impl.html 44 level (also called level-0). When the number of young files exceeds a
46 together with all of the overlapping level-1 files to produce a
47 sequence of new level-1 files (we create a new level-1 file for every
50 Files in the young level may contain overlapping keys. However files
52 level number L where L >= 1. When the combined size of files in
53 level-L exceeds (10^L) MB (i.e., 10MB for level-1, 100MB for level-2
    [all...]
  /external/chromium_org/chrome/test/chromedriver/chrome/
log.h 17 // Abstract class for logging entries with a level, timestamp, string message.
20 // Log entry severity level.
21 enum Level {
34 Level level,
39 void AddEntry(Level level,
44 void AddEntry(Level level, const std::string& message);
50 // Returns whether the given VLOG level is on
    [all...]
  /frameworks/base/media/tests/EffectsTest/res/values/
strings.xml 8 <string name="rvb_param_1_name">Room Level</string>
9 <string name="rvb_param_2_name">Room HF Level</string>
12 <string name="rvb_param_5_name">Reflections Level</string>
14 <string name="rvb_param_7_name">Reverb Level</string>
22 <string name="eq_param_1_name">Band 1 Level</string>
23 <string name="eq_param_2_name">Band 2 Level</string>
24 <string name="eq_param_3_name">Band 3 Level</string>
25 <string name="eq_param_4_name">Band 4 Level</string>
26 <string name="eq_param_5_name">Band 5 Level</string>
37 <string name="send_level_name">Send Level</string
    [all...]

Completed in 389 milliseconds

1 23 4 5 6 7 8 91011>>