HomeSort by relevance Sort by last modified time
    Searched refs:Level (Results 201 - 225 of 1786) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/
StreamHandlerTest.java 35 import java.util.logging.Level;
94 "java.util.logging.StreamHandler.level"));
103 assertSame(Level.INFO, h.getLevel());
115 p.put("java.util.logging.StreamHandler.level", "FINE");
125 "java.util.logging.StreamHandler.level"));
129 assertSame(h.getLevel(), Level.parse("FINE"));
142 p.put("java.util.logging.StreamHandler.level", INVALID_LEVEL);
150 "java.util.logging.StreamHandler.level"));
154 assertSame(Level.INFO, h.getLevel());
158 h.publish(new LogRecord(Level.SEVERE, "test"))
    [all...]
  /external/parameter-framework/asio-1.10.6/include/asio/detail/
socket_option.hpp 28 template <int Level, int Name>
69 // Get the level of the socket option.
71 int level(const Protocol&) const function in class:asio::detail::socket_option::boolean
73 return Level;
131 template <int Level, int Name>
160 // Get the level of the socket option.
162 int level(const Protocol&) const function in class:asio::detail::socket_option::integer
164 return Level;
211 template <int Level, int Name>
253 // Get the level of the socket option
255 int level(const Protocol&) const function in class:asio::detail::socket_option::linger
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/
ARMTargetMachine.h 53 virtual bool addPreISel(PassManagerBase &PM, CodeGenOpt::Level OptLevel);
54 virtual bool addInstSelector(PassManagerBase &PM, CodeGenOpt::Level OptLevel);
55 virtual bool addPreRegAlloc(PassManagerBase &PM, CodeGenOpt::Level OptLevel);
56 virtual bool addPreSched2(PassManagerBase &PM, CodeGenOpt::Level OptLevel);
57 virtual bool addPreEmitPass(PassManagerBase &PM, CodeGenOpt::Level OptLevel);
58 virtual bool addCodeEmitter(PassManagerBase &PM, CodeGenOpt::Level OptLevel,
  /libcore/luni/src/test/java/libcore/java/util/logging/
OldMemoryHandlerTest.java 27 import java.util.logging.Level;
61 props.put("java.util.logging.MemoryHandler.level", "FINE");
70 assertTrue(handler.isLoggable(new LogRecord(Level.INFO, "1")));
71 assertTrue(handler.isLoggable(new LogRecord(Level.WARNING, "2")));
72 assertTrue(handler.isLoggable(new LogRecord(Level.SEVERE, "3")));
80 assertEquals("Level should be FINE", Level.FINE, handler.getLevel());
81 assertEquals("Level should be WARNING", Level.WARNING, handler.getPushLevel());
  /test/vti/dashboard/src/main/java/com/android/vts/api/
DatastoreRestServlet.java 29 import java.util.logging.Level;
54 logger.log(Level.WARNING, "Invalid proto: " + e.getLocalizedMessage());
61 logger.log(Level.INFO, "accessToken => " + accessToken);
79 logger.log(Level.WARNING, "service_client_id didn't match!");
80 logger.log(Level.INFO, "SERVICE_CLIENT_ID => " + tokenInfo.getIssuedTo());
84 logger.log(Level.WARNING, "postMessage do not contain any accessToken!");
  /packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/
prettywriter.h 50 \param indentCharCount Number of indent characters for each indentation level.
87 new (Base::level_stack_.template Push<typename Base::Level>()) typename Base::Level(false);
95 RAPIDJSON_ASSERT(Base::level_stack_.GetSize() >= sizeof(typename Base::Level));
96 RAPIDJSON_ASSERT(!Base::level_stack_.template Top<typename Base::Level>()->inArray);
97 bool empty = Base::level_stack_.template Pop<typename Base::Level>(1)->valueCount == 0;
113 new (Base::level_stack_.template Push<typename Base::Level>()) typename Base::Level(true);
119 RAPIDJSON_ASSERT(Base::level_stack_.GetSize() >= sizeof(typename Base::Level));
120 RAPIDJSON_ASSERT(Base::level_stack_.template Top<typename Base::Level>()->inArray);
149 typename Base::Level* level = Base::level_stack_.template Top<typename Base::Level>(); local
    [all...]
  /external/llvm/include/llvm/ADT/
IntervalMap.h 792 template <typename NodeT> NodeT &node(unsigned Level) const {
793 return *reinterpret_cast<NodeT*>(path[Level].node);
795 unsigned size(unsigned Level) const { return path[Level].size; }
796 unsigned offset(unsigned Level) const { return path[Level].offset; }
797 unsigned &offset(unsigned Level) { return path[Level].offset; }
816 /// subtree - Get the subtree referenced from Level. When the path is
817 /// consistent, node(Level + 1) == subtree(Level)
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/ADT/
IntervalMap.h 771 template <typename NodeT> NodeT &node(unsigned Level) const {
772 return *reinterpret_cast<NodeT*>(path[Level].node);
774 unsigned size(unsigned Level) const { return path[Level].size; }
775 unsigned offset(unsigned Level) const { return path[Level].offset; }
776 unsigned &offset(unsigned Level) { return path[Level].offset; }
795 /// subtree - Get the subtree referenced from Level. When the path is
796 /// consistent, node(Level + 1) == subtree(Level)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
IntervalMap.h 793 template <typename NodeT> NodeT &node(unsigned Level) const {
794 return *reinterpret_cast<NodeT*>(path[Level].node);
796 unsigned size(unsigned Level) const { return path[Level].size; }
797 unsigned offset(unsigned Level) const { return path[Level].offset; }
798 unsigned &offset(unsigned Level) { return path[Level].offset; }
817 /// subtree - Get the subtree referenced from Level. When the path is
818 /// consistent, node(Level + 1) == subtree(Level)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/ADT/
IntervalMap.h 794 template <typename NodeT> NodeT &node(unsigned Level) const {
795 return *reinterpret_cast<NodeT*>(path[Level].node);
797 unsigned size(unsigned Level) const { return path[Level].size; }
798 unsigned offset(unsigned Level) const { return path[Level].offset; }
799 unsigned &offset(unsigned Level) { return path[Level].offset; }
818 /// subtree - Get the subtree referenced from Level. When the path is
819 /// consistent, node(Level + 1) == subtree(Level)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/ADT/
IntervalMap.h 794 template <typename NodeT> NodeT &node(unsigned Level) const {
795 return *reinterpret_cast<NodeT*>(path[Level].node);
797 unsigned size(unsigned Level) const { return path[Level].size; }
798 unsigned offset(unsigned Level) const { return path[Level].offset; }
799 unsigned &offset(unsigned Level) { return path[Level].offset; }
818 /// subtree - Get the subtree referenced from Level. When the path is
819 /// consistent, node(Level + 1) == subtree(Level)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/ADT/
IntervalMap.h 794 template <typename NodeT> NodeT &node(unsigned Level) const {
795 return *reinterpret_cast<NodeT*>(path[Level].node);
797 unsigned size(unsigned Level) const { return path[Level].size; }
798 unsigned offset(unsigned Level) const { return path[Level].offset; }
799 unsigned &offset(unsigned Level) { return path[Level].offset; }
818 /// subtree - Get the subtree referenced from Level. When the path is
819 /// consistent, node(Level + 1) == subtree(Level)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/ADT/
IntervalMap.h 794 template <typename NodeT> NodeT &node(unsigned Level) const {
795 return *reinterpret_cast<NodeT*>(path[Level].node);
797 unsigned size(unsigned Level) const { return path[Level].size; }
798 unsigned offset(unsigned Level) const { return path[Level].offset; }
799 unsigned &offset(unsigned Level) { return path[Level].offset; }
818 /// subtree - Get the subtree referenced from Level. When the path is
819 /// consistent, node(Level + 1) == subtree(Level)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/ADT/
IntervalMap.h 794 template <typename NodeT> NodeT &node(unsigned Level) const {
795 return *reinterpret_cast<NodeT*>(path[Level].node);
797 unsigned size(unsigned Level) const { return path[Level].size; }
798 unsigned offset(unsigned Level) const { return path[Level].offset; }
799 unsigned &offset(unsigned Level) { return path[Level].offset; }
818 /// subtree - Get the subtree referenced from Level. When the path is
819 /// consistent, node(Level + 1) == subtree(Level)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/ADT/
IntervalMap.h 794 template <typename NodeT> NodeT &node(unsigned Level) const {
795 return *reinterpret_cast<NodeT*>(path[Level].node);
797 unsigned size(unsigned Level) const { return path[Level].size; }
798 unsigned offset(unsigned Level) const { return path[Level].offset; }
799 unsigned &offset(unsigned Level) { return path[Level].offset; }
818 /// subtree - Get the subtree referenced from Level. When the path is
819 /// consistent, node(Level + 1) == subtree(Level)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
IntervalMap.h 793 template <typename NodeT> NodeT &node(unsigned Level) const {
794 return *reinterpret_cast<NodeT*>(path[Level].node);
796 unsigned size(unsigned Level) const { return path[Level].size; }
797 unsigned offset(unsigned Level) const { return path[Level].offset; }
798 unsigned &offset(unsigned Level) { return path[Level].offset; }
817 /// subtree - Get the subtree referenced from Level. When the path is
818 /// consistent, node(Level + 1) == subtree(Level)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/ADT/
IntervalMap.h 794 template <typename NodeT> NodeT &node(unsigned Level) const {
795 return *reinterpret_cast<NodeT*>(path[Level].node);
797 unsigned size(unsigned Level) const { return path[Level].size; }
798 unsigned offset(unsigned Level) const { return path[Level].offset; }
799 unsigned &offset(unsigned Level) { return path[Level].offset; }
818 /// subtree - Get the subtree referenced from Level. When the path is
819 /// consistent, node(Level + 1) == subtree(Level)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/ADT/
IntervalMap.h 794 template <typename NodeT> NodeT &node(unsigned Level) const {
795 return *reinterpret_cast<NodeT*>(path[Level].node);
797 unsigned size(unsigned Level) const { return path[Level].size; }
798 unsigned offset(unsigned Level) const { return path[Level].offset; }
799 unsigned &offset(unsigned Level) { return path[Level].offset; }
818 /// subtree - Get the subtree referenced from Level. When the path is
819 /// consistent, node(Level + 1) == subtree(Level)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/ADT/
IntervalMap.h 794 template <typename NodeT> NodeT &node(unsigned Level) const {
795 return *reinterpret_cast<NodeT*>(path[Level].node);
797 unsigned size(unsigned Level) const { return path[Level].size; }
798 unsigned offset(unsigned Level) const { return path[Level].offset; }
799 unsigned &offset(unsigned Level) { return path[Level].offset; }
818 /// subtree - Get the subtree referenced from Level. When the path is
819 /// consistent, node(Level + 1) == subtree(Level)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/ADT/
IntervalMap.h 794 template <typename NodeT> NodeT &node(unsigned Level) const {
795 return *reinterpret_cast<NodeT*>(path[Level].node);
797 unsigned size(unsigned Level) const { return path[Level].size; }
798 unsigned offset(unsigned Level) const { return path[Level].offset; }
799 unsigned &offset(unsigned Level) { return path[Level].offset; }
818 /// subtree - Get the subtree referenced from Level. When the path is
819 /// consistent, node(Level + 1) == subtree(Level)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/ADT/
IntervalMap.h 794 template <typename NodeT> NodeT &node(unsigned Level) const {
795 return *reinterpret_cast<NodeT*>(path[Level].node);
797 unsigned size(unsigned Level) const { return path[Level].size; }
798 unsigned offset(unsigned Level) const { return path[Level].offset; }
799 unsigned &offset(unsigned Level) { return path[Level].offset; }
818 /// subtree - Get the subtree referenced from Level. When the path is
819 /// consistent, node(Level + 1) == subtree(Level)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/ADT/
IntervalMap.h 794 template <typename NodeT> NodeT &node(unsigned Level) const {
795 return *reinterpret_cast<NodeT*>(path[Level].node);
797 unsigned size(unsigned Level) const { return path[Level].size; }
798 unsigned offset(unsigned Level) const { return path[Level].offset; }
799 unsigned &offset(unsigned Level) { return path[Level].offset; }
818 /// subtree - Get the subtree referenced from Level. When the path is
819 /// consistent, node(Level + 1) == subtree(Level)
    [all...]
  /art/tools/checker/
run_unit_tests.py 30 Logger.Verbosity = Logger.Level.NoOutput
  /device/linaro/bootloader/OpenPlatformPkg/Chips/Hisilicon/Hi1610/Hi1610AcpiTables/Dsdt/
Com.asl 27 Interrupt(ResourceConsumer, Level, ActiveHigh, Exclusive) { 349 }
  /device/linaro/bootloader/OpenPlatformPkg/Chips/Hisilicon/Pv660/Pv660AcpiTables/Dsdt/
Com.asl 27 Interrupt(ResourceConsumer, Level, ActiveHigh, Exclusive) { 349 }

Completed in 2376 milliseconds

1 2 3 4 5 6 7 891011>>