HomeSort by relevance Sort by last modified time
    Searched refs:Level (Results 126 - 150 of 550) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/llvm/lib/Target/ARM/
ARM.h 1 //===-- ARM.h - Top-level interface for ARM representation ------*- C++ -*-===//
33 CodeGenOpt::Level OptLevel);
  /external/llvm/lib/Target/Hexagon/
Hexagon.h 1 //=-- Hexagon.h - Top-level interface for Hexagon representation --*- C++ -*-=//
33 CodeGenOpt::Level OptLevel);
HexagonTargetMachine.h 32 CodeGenOpt::Level OL);
  /external/llvm/lib/Target/MSP430/
MSP430TargetMachine.cpp 10 // Top-level implementation for the MSP430 target.
31 CodeGenOpt::Level OL)
MSP430TargetMachine.h 33 CodeGenOpt::Level OL);
  /external/llvm/lib/Target/SystemZ/
SystemZTargetMachine.h 32 CodeGenOpt::Level OL);
  /external/llvm/lib/Target/
TargetMachine.cpp 138 /// getOptLevel - Returns the optimization level: None, Less,
140 CodeGenOpt::Level TargetMachine::getOptLevel() const {
146 void TargetMachine::setOptLevel(CodeGenOpt::Level Level) const {
148 CodeGenInfo->setOptLevel(Level);
  /external/llvm/lib/Target/XCore/
XCoreTargetMachine.h 28 CodeGenOpt::Level OL);
  /external/mesa3d/src/gallium/drivers/radeon/
AMDGPUTargetMachine.h 45 CodeGenOpt::Level OL);
  /external/smack/src/com/kenai/jbosh/
BodyParserXmlPull.java 22 import java.util.logging.Level;
71 if (LOG.isLoggable(Level.FINEST)) {
86 if (LOG.isLoggable(Level.FINEST)) {
115 if (LOG.isLoggable(Level.FINEST)) {
  /frameworks/base/tools/aapt/
SourcePos.cpp 13 enum Level {
22 Level level; member in struct:ErrorPos
26 ErrorPos(const String8& file, int line, const String8& error, Level level);
35 :line(-1), level(NOTE)
43 level(that.level)
47 ErrorPos::ErrorPos(const String8& f, int l, const String8& e, Level lev)
51 level(lev
    [all...]
  /frameworks/compile/slang/
slang_diagnostic_buffer.cpp 42 clang::DiagnosticsEngine::Level DiagLevel,
slang_rs_context.h 244 clang::DiagnosticBuilder Report(clang::DiagnosticsEngine::Level Level,
247 return DiagEngine->Report(DiagEngine->getCustomDiagID(Level, Message));
251 clang::DiagnosticBuilder Report(clang::DiagnosticsEngine::Level Level,
257 DiagEngine->getCustomDiagID(Level, Message));
  /libcore/luni/src/main/java/java/util/logging/
LogRecord.java 62 * The logging level.
66 private Level level; field in class:LogRecord
142 * level and message. The millis property is set to the current time. The
147 * @param level
148 * the logging level, may not be {@code null}.
152 * if {@code level} is {@code null}.
154 public LogRecord(Level level, String msg) {
155 if (level == null)
    [all...]
  /libcore/luni/src/test/java/libcore/java/util/logging/
OldFileHandlerTest.java 33 import java.util.logging.Level;
55 props.put("java.util.logging.FileHandler.level", "FINE");
77 r = new LogRecord(Level.CONFIG, "msg");
99 assertEquals("is non equal to actual value", Level.FINE, handler
123 assertEquals("is non equal to actual value", Level.FINE, handler
205 assertEquals("is non equal to actual value", Level.FINE, handler
243 assertEquals("is non equal to actual value", Level.FINE, handler
291 assertEquals("is non equal to actual value", Level.FINE, handler
450 LogRecord[] r = new LogRecord[] { new LogRecord(Level.CONFIG, "msg__"),
451 new LogRecord(Level.WARNING, "message")
    [all...]
  /development/tools/idegen/src/com/android/idegen/
ModuleIndexes.java 30 import java.util.logging.Level;
62 logger.log(Level.WARNING,
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/intel/
intel_tex_image.c 29 /* Work back from the specified level of the image to the baselevel and create a
48 if (intelImage->base.Base.Level > intelObj->base.BaseLevel &&
52 /* For this combination, we're at some lower mipmap level and
54 * likely base level width/height/depth for a full mipmap stack
55 * from this info, so just allocate this one level.
57 firstLevel = intelImage->base.Base.Level;
58 lastLevel = intelImage->base.Base.Level;
60 /* If this image disrespects BaseLevel, allocate from level zero.
63 if (intelImage->base.Base.Level < intelObj->base.BaseLevel)
68 /* Figure out image dimensions at start level. *
279 int level = 0, internalFormat = 0; local
    [all...]
  /external/clang/lib/Format/
UnwrappedLineParser.h 42 /// \brief The indent level of the \c UnwrappedLine.
43 unsigned Level;
124 // FIXME: We are constantly running into bugs where Line.Level is incorrectly
125 // subtracted from beyond 0. Introduce a method to subtract from Line.Level
181 // branches) for each nesting level of preprocessor branches.
182 // \c PPBranchLevel stores the current nesting level of preprocessor
187 // for each nesting level.
190 // Contains the maximum number of branches at each nesting level.
193 // Contains the number of branches per nesting level we are currently
212 : Level(0), InPPDirective(false), MustBeDeclaration(false) {
    [all...]
  /external/doclava/res/assets/templates/components/
api_filter.cs 3 <div id="api-level-toggle">
5 <label for="apiLevelCheckbox" class="disabled">Filter by API Level: </label>
  /external/guava/guava/src/com/google/common/util/concurrent/
AbstractExecutionThreadService.java 23 import java.util.logging.Level;
57 logger.log(Level.WARNING,
  /external/jsilver/src/org/clearsilver/
FactoryLoader.java 22 import java.util.logging.Level;
114 logger.log(Level.SEVERE, errMsg, e);
  /external/mesa3d/src/mesa/drivers/dri/intel/
intel_tex_image.c 29 /* Work back from the specified level of the image to the baselevel and create a
48 if (intelImage->base.Base.Level > intelObj->base.BaseLevel &&
52 /* For this combination, we're at some lower mipmap level and
54 * likely base level width/height/depth for a full mipmap stack
55 * from this info, so just allocate this one level.
57 firstLevel = intelImage->base.Base.Level;
58 lastLevel = intelImage->base.Base.Level;
60 /* If this image disrespects BaseLevel, allocate from level zero.
63 if (intelImage->base.Base.Level < intelObj->base.BaseLevel)
68 /* Figure out image dimensions at start level. *
279 int level = 0, internalFormat = 0; local
    [all...]
  /frameworks/compile/mclinker/include/mcld/CodeGen/
TargetMachine.h 73 llvm::CodeGenOpt::Level,
83 llvm::CodeGenOpt::Level,
  /external/chromium_org/third_party/skia/src/core/
SkMipMap.cpp 112 SkMipMap::Level* SkMipMap::AllocLevels(int levelCount, size_t pixelSize) {
116 int64_t size = sk_64_mul(levelCount + 1, sizeof(Level)) + pixelSize;
120 return (Level*)sk_malloc_throw(sk_64_asS32(size));
168 Level* levels = SkMipMap::AllocLevels(countLevels, size);
214 SkMipMap::SkMipMap(Level* levels, int count, size_t size)
237 bool SkMipMap::extractLevel(SkScalar scale, Level* levelPtr) const {
242 int level = compute_level(scale) >> 16; local
243 SkASSERT(level >= 0);
244 if (level <= 0) {
248 if (level > fCount)
    [all...]
  /external/skia/src/core/
SkMipMap.cpp 112 SkMipMap::Level* SkMipMap::AllocLevels(int levelCount, size_t pixelSize) {
116 int64_t size = sk_64_mul(levelCount + 1, sizeof(Level)) + pixelSize;
120 return (Level*)sk_malloc_throw(sk_64_asS32(size));
168 Level* levels = SkMipMap::AllocLevels(countLevels, size);
214 SkMipMap::SkMipMap(Level* levels, int count, size_t size)
237 bool SkMipMap::extractLevel(SkScalar scale, Level* levelPtr) const {
242 int level = compute_level(scale) >> 16; local
243 SkASSERT(level >= 0);
244 if (level <= 0) {
248 if (level > fCount)
    [all...]

Completed in 1222 milliseconds

1 2 3 4 56 7 8 91011>>