HomeSort by relevance Sort by last modified time
    Searched refs:Level (Results 401 - 425 of 1355) sorted by null

<<11121314151617181920>>

  /external/nanohttpd/websocket/src/main/java/fi/iki/elonen/samples/echo/
DebugWebSocketServer.java 37 import java.util.logging.Level;
105 DebugWebSocketServer.LOG.log(Level.SEVERE, "exception occured", exception);
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/
ReportExporter.java 45 import java.util.logging.Level;
81 LOG.log(Level.WARNING, "External storage is not writable.");
89 LOG.log(Level.WARNING, "Couldn't create test results report", e);
119 LOG.log(Level.WARNING, "I/O exception writing report to storage.", e);
140 LOG.log(Level.WARNING, "Failed to load " + resultFileName + " from assets.");
147 LOG.log(Level.WARNING, "Failed to write " + resultFileName + " to a file.");
  /external/clang/lib/Format/
UnwrappedLineParser.cpp 63 PreviousLineLevel(Line.Level), PreviousTokenSource(TokenSource),
66 Line.Level = 0;
74 Line.Level = PreviousLineLevel;
130 Parser.Line->Level = PreBlockLine->Level;
255 // The top-level context in a file always has declarations, except for pre-
299 (Style.IndentCaseLabels || (Line->InPPDirective && Line->Level == 1)))
300 ++Line->Level;
419 unsigned InitialLevel = Line->Level;
430 ++Line->Level;
    [all...]
UnwrappedLineFormatter.cpp 28 /// \brief Tracks the indent level of \c AnnotatedLines across levels.
35 /// subsequent lines on the same level to be indented at the same level as the
54 // Update the indent level cache size so that we can rely on it
56 while (IndentForLevel.size() <= Line.Level)
59 Indent = Line.Level * Style.IndentWidth + AdditionalIndent;
61 IndentForLevel.resize(Line.Level + 1);
62 Indent = getIndent(IndentForLevel, Line.Level);
68 /// \brief Update the level indent to adapt to the given \p Line.
71 /// level to the same indent
    [all...]
  /external/clang/tools/libclang/
CIndexDiagnostic.cpp 98 DiagnosticsEngine::Level Level) override {
104 if (Level != DiagnosticsEngine::Note)
111 if (Level != DiagnosticsEngine::Note)
116 DiagnosticsEngine::Level Level,
134 DiagnosticsEngine::Level Level,
139 DiagnosticsEngine::Level Level,
    [all...]
  /external/mesa3d/src/mesa/main/
shaderimage.c 482 if (u->Level < t->BaseLevel ||
483 u->Level > t->_MaxLevel ||
484 (u->Level == t->BaseLevel && !t->_BaseComplete) ||
485 (u->Level != t->BaseLevel && !t->_MipmapComplete))
489 u->_Layer >= _mesa_get_texture_layers(t, u->Level))
497 t->Image[u->_Layer][u->Level] :
498 t->Image[0][u->Level]);
531 GLuint texture, GLint level, GLboolean layered,
541 if (level < 0) {
542 _mesa_error(ctx, GL_INVALID_VALUE, "glBindImageTexture(level)");
    [all...]
  /external/jmdns/src/javax/jmdns/impl/
DNSIncoming.java 13 import java.util.logging.Level;
237 logger.log(Level.WARNING, "DNSIncoming() dump " + print(true) + "\n exception ", e);
274 logger.log(Level.SEVERE, "Could not find record type: " + this.print(true));
286 logger.log(Level.SEVERE, "Could not find record type. domain: " + domain + "\n" + this.print(true));
291 logger.log(Level.SEVERE, "Could not find record class. domain: " + domain + " type: " + type + "\n" + this.print(true));
312 logger.log(Level.WARNING, "PTR record of class: " + recordClass + ", there was a problem reading the service name of the answer for domain:" + domain);
354 logger.log(Level.WARNING, "There was a problem reading the OPT record. Ignoring.");
361 logger.log(Level.WARNING, "There was a problem reading the OPT record. Ignoring.");
402 if (logger.isLoggable(Level.FINE)) {
410 if (logger.isLoggable(Level.FINE))
    [all...]
  /prebuilts/go/darwin-x86/src/compress/flate/
writer_test.go 18 doBench(b, func(b *testing.B, buf0 []byte, level, n int) {
30 w, err := NewWriter(ioutil.Discard, level)
77 t.Fatalf("NewWriter: level %d: %v", l, err)
81 t.Fatalf("Level %d: Expected an error, writer was %#v", l, ew)
85 t.Fatal("Level", l, "Expected 0 length write, got", n)
88 t.Fatal("Level", l, "Expected an error")
92 t.Fatal("Level", l, "Expected an error on flush")
96 t.Fatal("Level", l, "Expected an error on close")
102 t.Fatal("Level", l, "Got unexpected error after reset:", err)
105 t.Fatal("Level", l, "Got 0 length write, expected > 0"
    [all...]
  /prebuilts/go/linux-x86/src/compress/flate/
writer_test.go 18 doBench(b, func(b *testing.B, buf0 []byte, level, n int) {
30 w, err := NewWriter(ioutil.Discard, level)
77 t.Fatalf("NewWriter: level %d: %v", l, err)
81 t.Fatalf("Level %d: Expected an error, writer was %#v", l, ew)
85 t.Fatal("Level", l, "Expected 0 length write, got", n)
88 t.Fatal("Level", l, "Expected an error")
92 t.Fatal("Level", l, "Expected an error on flush")
96 t.Fatal("Level", l, "Expected an error on close")
102 t.Fatal("Level", l, "Got unexpected error after reset:", err)
105 t.Fatal("Level", l, "Got 0 length write, expected > 0"
    [all...]
  /frameworks/base/tests/net/java/com/android/server/net/
NetworkStatsObserversTest.java 146 Process.SYSTEM_UID, NetworkStatsAccess.Level.DEVICE);
159 Process.SYSTEM_UID, NetworkStatsAccess.Level.DEVICE);
171 Process.SYSTEM_UID, NetworkStatsAccess.Level.DEVICE);
177 Process.SYSTEM_UID, NetworkStatsAccess.Level.DEVICE);
197 Process.SYSTEM_UID, NetworkStatsAccess.Level.DEVICE);
215 UID_RED, NetworkStatsAccess.Level.DEVICE);
233 Process.SYSTEM_UID, NetworkStatsAccess.Level.DEVICE);
261 Process.SYSTEM_UID, NetworkStatsAccess.Level.DEVICE);
296 Process.SYSTEM_UID, NetworkStatsAccess.Level.DEVICE);
332 UID_RED, NetworkStatsAccess.Level.DEFAULT)
    [all...]
  /device/linaro/bootloader/edk2/UefiCpuPkg/Library/BaseXApicLib/
BaseXApicLib.c 387 IcrLow.Bits.Level = 1;
409 IcrLow.Bits.Level = 1;
432 IcrLow.Bits.Level = 1;
451 IcrLow.Bits.Level = 1;
473 IcrLow.Bits.Level = 1;
492 IcrLow.Bits.Level = 1;
526 IcrLow.Bits.Level = 1;
559 IcrLow.Bits.Level = 1;
908 @param LevelTriggered TRUE specifies a level triggered interrupt.
911 TRUE specifies a level triggered interrupt that active
    [all...]
  /external/llvm/lib/Analysis/
CFLGraph.h 56 bool addNodeToLevel(unsigned Level) {
58 if (NumLevels > Level)
60 Levels.resize(Level + 1);
64 NodeInfo &getNodeInfoAtLevel(unsigned Level) {
65 assert(Level < Levels.size());
66 return Levels[Level];
68 const NodeInfo &getNodeInfoAtLevel(unsigned Level) const {
69 assert(Level < Levels.size());
70 return Levels[Level];
401 // need to specify it for the first-level memory
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setools/policyrep/
mls.py 27 # qpol_level_t is equivalent to the level declaration:
28 # level s0:c0.c1023;
30 # qpol_mls_level_t represents a level as used in contexts,
37 # and level declarations.
41 # instances of the same object (except for level decl).
93 Factory function for creating MLS level objects (e.g. levels used
100 if isinstance(sym, Level):
104 return Level(policy, sym)
112 raise exception.InvalidLevel("{0} is not a valid level ({1} is not a valid sensitivity)".
128 "{0} is not a valid level ({1} is not a valid category range)"
    [all...]
  /external/dagger2/producers/src/main/java/dagger/producers/monitoring/internal/
Monitors.java 25 import java.util.logging.Level;
330 Level.SEVERE,
341 Level.SEVERE,
352 Level.SEVERE,
360 Level.SEVERE,
  /external/okhttp/okio/benchmarks/src/main/java/com/squareup/okio/benchmarks/
BufferPerformanceBench.java 31 import org.openjdk.jmh.annotations.Level;
172 @Setup(Level.Trial)
216 @Setup(Level.Trial)
221 @Setup(Level.Invocation)
231 @Setup(Level.Trial)
  /frameworks/av/media/libeffects/lvm/lib/Reverb/src/
LVREV_ApplyNewSettings.c 376 (pPrivate->NewParams.Level != pPrivate->CurrentParams.Level) ||
473 Index=((32767*100)/(100+pPrivate->NewParams.Level));
521 if( (pPrivate->NewParams.Level != pPrivate->CurrentParams.Level) &&
524 pPrivate->BypassMixer.Target2 = ((LVM_INT32)(pPrivate->NewParams.Level * 32767)/100)<<16;
526 if ((pPrivate->NewParams.Level == 0) && (pPrivate->bFirstControl == LVM_FALSE))
530 if (pPrivate->NewParams.Level != 0)
540 pPrivate->BypassMixer.Target2 = ((LVM_INT32)(pPrivate->NewParams.Level * 32767)/100)<<16;
545 if (pPrivate->NewParams.Level == 0
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
winspool.h 799 WINBOOL WINAPI EnumPrintersA(DWORD Flags,LPSTR Name,DWORD Level,LPBYTE pPrinterEnum,DWORD cbBuf,LPDWORD pcbNeeded,LPDWORD pcReturned);
800 WINBOOL WINAPI EnumPrintersW(DWORD Flags,LPWSTR Name,DWORD Level,LPBYTE pPrinterEnum,DWORD cbBuf,LPDWORD pcbNeeded,LPDWORD pcReturned);
867 WINBOOL WINAPI SetJobA(HANDLE hPrinter,DWORD JobId,DWORD Level,LPBYTE pJob,DWORD Command);
868 WINBOOL WINAPI SetJobW(HANDLE hPrinter,DWORD JobId,DWORD Level,LPBYTE pJob,DWORD Command);
869 WINBOOL WINAPI GetJobA(HANDLE hPrinter,DWORD JobId,DWORD Level,LPBYTE pJob,DWORD cbBuf,LPDWORD pcbNeeded);
870 WINBOOL WINAPI GetJobW(HANDLE hPrinter,DWORD JobId,DWORD Level,LPBYTE pJob,DWORD cbBuf,LPDWORD pcbNeeded);
871 WINBOOL WINAPI EnumJobsA(HANDLE hPrinter,DWORD FirstJob,DWORD NoJobs,DWORD Level,LPBYTE pJob,DWORD cbBuf,LPDWORD pcbNeeded,LPDWORD pcReturned);
872 WINBOOL WINAPI EnumJobsW(HANDLE hPrinter,DWORD FirstJob,DWORD NoJobs,DWORD Level,LPBYTE pJob,DWORD cbBuf,LPDWORD pcbNeeded,LPDWORD pcReturned);
873 HANDLE WINAPI AddPrinterA(LPSTR pName,DWORD Level,LPBYTE pPrinter);
874 HANDLE WINAPI AddPrinterW(LPWSTR pName,DWORD Level,LPBYTE pPrinter)
    [all...]
  /external/clang/include/clang/Basic/
Diagnostic.h 140 /// \brief The level of the diagnostic, after it has been through mapping.
141 enum Level {
299 /// \brief The level of the last diagnostic emitted.
301 /// This is used to emit continuation diagnostics with the same level as the
303 DiagnosticIDs::Level LastDiagLevel;
601 /// level.
609 unsigned getCustomDiagID(Level L, const char (&FormatString)[N]) {
610 return Diags->getCustomDiagID((DiagnosticIDs::Level)L,
658 /// object, classify the specified diagnostic ID into a Level, consumable by
667 Level getDiagnosticLevel(unsigned DiagID, SourceLocation Loc) const
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/Basic/
Diagnostic.h 149 /// \brief The level of the diagnostic, after it has been through mapping.
150 enum Level {
349 /// \brief The level of the last diagnostic emitted.
351 /// This is used to emit continuation diagnostics with the same level as the
353 DiagnosticIDs::Level LastDiagLevel;
656 /// level.
664 unsigned getCustomDiagID(Level L, const char (&FormatString)[N]) {
665 return Diags->getCustomDiagID((DiagnosticIDs::Level)L,
713 /// object, classify the specified diagnostic ID into a Level, consumable by
722 Level getDiagnosticLevel(unsigned DiagID, SourceLocation Loc) const
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/Basic/
Diagnostic.h 149 /// \brief The level of the diagnostic, after it has been through mapping.
150 enum Level {
349 /// \brief The level of the last diagnostic emitted.
351 /// This is used to emit continuation diagnostics with the same level as the
353 DiagnosticIDs::Level LastDiagLevel;
656 /// level.
664 unsigned getCustomDiagID(Level L, const char (&FormatString)[N]) {
665 return Diags->getCustomDiagID((DiagnosticIDs::Level)L,
713 /// object, classify the specified diagnostic ID into a Level, consumable by
722 Level getDiagnosticLevel(unsigned DiagID, SourceLocation Loc) const
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/Basic/
Diagnostic.h 149 /// \brief The level of the diagnostic, after it has been through mapping.
150 enum Level {
349 /// \brief The level of the last diagnostic emitted.
351 /// This is used to emit continuation diagnostics with the same level as the
353 DiagnosticIDs::Level LastDiagLevel;
656 /// level.
664 unsigned getCustomDiagID(Level L, const char (&FormatString)[N]) {
665 return Diags->getCustomDiagID((DiagnosticIDs::Level)L,
713 /// object, classify the specified diagnostic ID into a Level, consumable by
722 Level getDiagnosticLevel(unsigned DiagID, SourceLocation Loc) const
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Basic/
Diagnostic.h 149 /// \brief The level of the diagnostic, after it has been through mapping.
150 enum Level {
349 /// \brief The level of the last diagnostic emitted.
351 /// This is used to emit continuation diagnostics with the same level as the
353 DiagnosticIDs::Level LastDiagLevel;
656 /// level.
664 unsigned getCustomDiagID(Level L, const char (&FormatString)[N]) {
665 return Diags->getCustomDiagID((DiagnosticIDs::Level)L,
713 /// object, classify the specified diagnostic ID into a Level, consumable by
722 Level getDiagnosticLevel(unsigned DiagID, SourceLocation Loc) const
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/Basic/
Diagnostic.h 149 /// \brief The level of the diagnostic, after it has been through mapping.
150 enum Level {
349 /// \brief The level of the last diagnostic emitted.
351 /// This is used to emit continuation diagnostics with the same level as the
353 DiagnosticIDs::Level LastDiagLevel;
656 /// level.
664 unsigned getCustomDiagID(Level L, const char (&FormatString)[N]) {
665 return Diags->getCustomDiagID((DiagnosticIDs::Level)L,
713 /// object, classify the specified diagnostic ID into a Level, consumable by
722 Level getDiagnosticLevel(unsigned DiagID, SourceLocation Loc) const
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/Basic/
Diagnostic.h 149 /// \brief The level of the diagnostic, after it has been through mapping.
150 enum Level {
349 /// \brief The level of the last diagnostic emitted.
351 /// This is used to emit continuation diagnostics with the same level as the
353 DiagnosticIDs::Level LastDiagLevel;
656 /// level.
664 unsigned getCustomDiagID(Level L, const char (&FormatString)[N]) {
665 return Diags->getCustomDiagID((DiagnosticIDs::Level)L,
713 /// object, classify the specified diagnostic ID into a Level, consumable by
722 Level getDiagnosticLevel(unsigned DiagID, SourceLocation Loc) const
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/Basic/
Diagnostic.h 149 /// \brief The level of the diagnostic, after it has been through mapping.
150 enum Level {
349 /// \brief The level of the last diagnostic emitted.
351 /// This is used to emit continuation diagnostics with the same level as the
353 DiagnosticIDs::Level LastDiagLevel;
656 /// level.
664 unsigned getCustomDiagID(Level L, const char (&FormatString)[N]) {
665 return Diags->getCustomDiagID((DiagnosticIDs::Level)L,
713 /// object, classify the specified diagnostic ID into a Level, consumable by
722 Level getDiagnosticLevel(unsigned DiagID, SourceLocation Loc) const
    [all...]

Completed in 1607 milliseconds

<<11121314151617181920>>