HomeSort by relevance Sort by last modified time
    Searched refs:addHandler (Results 1 - 25 of 163) sorted by null

1 2 3 4 5 6 7

  /external/chromium-trace/catapult/devil/devil/
__init__.py 7 logging.getLogger('devil').addHandler(logging.NullHandler())
  /external/robolectric-shadows/resources/src/main/java/org/robolectric/res/
ResourceTableFactory.java 121 .addHandler("resources", new NodeHandler()
122 .addHandler("bool", new StaxValueLoader(resourceTable, "bool", ResType.BOOLEAN))
123 .addHandler("item[@type='bool']", new StaxValueLoader(resourceTable, "bool", ResType.BOOLEAN))
124 .addHandler("color", new StaxValueLoader(resourceTable, "color", ResType.COLOR))
125 .addHandler("item[@type='color']", new StaxValueLoader(resourceTable, "color", ResType.COLOR))
126 .addHandler("drawable", new StaxValueLoader(resourceTable, "drawable", ResType.DRAWABLE))
127 .addHandler("item[@type='drawable']", new StaxValueLoader(resourceTable, "drawable", ResType.DRAWABLE))
128 .addHandler("item[@type='mipmap']", new StaxValueLoader(resourceTable, "mipmap", ResType.DRAWABLE))
129 .addHandler("dimen", new StaxValueLoader(resourceTable, "dimen", ResType.DIMEN))
130 .addHandler("item[@type='dimen']", new StaxValueLoader(resourceTable, "dimen", ResType.DIMEN)
    [all...]
  /external/smali/dexlib2/src/test/java/org/jf/dexlib2/writer/util/
TryListBuilderTest.java 52 tlb.addHandler(0, 10, new ImmutableExceptionHandler(null, 5));
66 tlb.addHandler(5, 10, new ImmutableExceptionHandler(null, 15));
80 tlb.addHandler(0, 10, new ImmutableExceptionHandler("Ljava/lang/Exception;", 5));
94 tlb.addHandler(5, 10, new ImmutableExceptionHandler("Ljava/lang/Exception;", 15));
108 tlb.addHandler(0, 10, new ImmutableExceptionHandler("LException1;", 5));
109 tlb.addHandler(10, 20, new ImmutableExceptionHandler("LException2;", 6));
126 tlb.addHandler(0, 10, new ImmutableExceptionHandler("LException1;", 5));
127 tlb.addHandler(15, 20, new ImmutableExceptionHandler("LException2;", 6));
144 tlb.addHandler(5, 10, new ImmutableExceptionHandler("LException1;", 5));
145 tlb.addHandler(0, 5, new ImmutableExceptionHandler("LException2;", 6))
    [all...]
  /external/curl/tests/python_dependencies/impacket/
__init__.py 25 LOG.addHandler(NullHandler())
  /external/markdown/bin/
markdown 39 logger.addHandler(logging.StreamHandler())
  /external/python/google-api-python-client/googleapiclient/
__init__.py 27 logging.getLogger(__name__).addHandler(NullHandler())
  /external/autotest/site_utils/stats/
log_daemon_common.py 39 root.addHandler(handler)
41 root.addHandler(logging.StreamHandler(sys.stdout))
  /external/robolectric-shadows/resources/src/test/java/org/robolectric/res/
StaxValueLoaderTest.java 32 topLevelNodeHandler.addHandler("resources", new NodeHandler()
33 .addHandler("string", new StaxValueLoader(resourceTable, "string", ResType.CHAR_SEQUENCE))
46 topLevelNodeHandler.addHandler("resources", new NodeHandler()
47 .addHandler("item[@type='string']", new StaxValueLoader(resourceTable, "string", ResType.CHAR_SEQUENCE))
  /external/chromium-trace/catapult/common/py_utils/py_utils/
logging_util.py 29 logger.addHandler(fh)
  /external/guice/extensions/struts2/example/src/com/google/inject/struts2/example/
Main.java 35 server.addHandler(webapp);
  /external/autotest/client/cros/cellular/pseudomodem/
logging_setup.py 60 root.addHandler(stdout_handler)
68 root.addHandler(syslog_handler)
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ExecutionEngine/Orc/
OrcRemoteTargetServer.h 65 addHandler<exec::CallIntVoid>(*this, &ThisT::handleCallIntVoid);
66 addHandler<exec::CallMain>(*this, &ThisT::handleCallMain);
67 addHandler<exec::CallVoidVoid>(*this, &ThisT::handleCallVoidVoid);
68 addHandler<mem::CreateRemoteAllocator>(*this,
70 addHandler<mem::DestroyRemoteAllocator>(
72 addHandler<mem::ReadMem>(*this, &ThisT::handleReadMem);
73 addHandler<mem::ReserveMem>(*this, &ThisT::handleReserveMem);
74 addHandler<mem::SetProtections>(*this, &ThisT::handleSetProtections);
75 addHandler<mem::WriteMem>(*this, &ThisT::handleWriteMem);
76 addHandler<mem::WritePtr>(*this, &ThisT::handleWritePtr)
    [all...]
RemoteObjectLayer.h 119 Remote.template addHandler<ReleaseRemoteSymbol>(
121 Remote.template addHandler<MaterializeRemoteSymbol>(
320 Remote.template addHandler<Lookup>(*this, &ThisT::lookup);
321 Remote.template addHandler<LookupInLogicalDylib>(
428 Remote.template addHandler<AddObject>(*this, &ThisT::addObject);
429 Remote.template addHandler<RemoveObject>(*this, &ThisT::removeObject);
430 Remote.template addHandler<FindSymbol>(*this, &ThisT::findSymbol);
431 Remote.template addHandler<FindSymbolIn>(*this, &ThisT::findSymbolIn);
432 Remote.template addHandler<EmitAndFinalize>(*this, &ThisT::emitAndFinalize);
  /external/swiftshader/third_party/llvm-7.0/llvm/unittests/ExecutionEngine/Orc/
RPCUtilsTest.cpp 174 Server.addHandler<DummyRPCAPI::VoidBool>(freeVoidBool);
183 Server.addHandler<DummyRPCAPI::VoidBool>(
227 Server.addHandler<DummyRPCAPI::IntInt>(
414 Server.addHandler<DummyRPCAPI::VoidString>(
454 Server.addHandler<DummyRPCAPI::AllTheTypes>([&](int8_t S8, uint8_t U8,
526 Server.addHandler<DummyRPCAPI::CustomType>(
569 Server.addHandler<DummyRPCAPI::CustomType>(
614 Server.addHandler<DummyRPCAPI::ErrorFunc>(
643 Server.addHandler<DummyRPCAPI::ErrorFunc>(
678 Server.addHandler<DummyRPCAPI::ExpectedFunc>
    [all...]
  /external/autotest/frontend/afe/
rpcserver_logging.py 24 rpc_logger.addHandler(handler)
  /external/parameter-framework/upstream/tools/clientSimulator/clientsimulator/testGenerator/
TestVectorFactory.py 49 self.__logger.addHandler(consoleLogger)
  /external/jacoco/org.jacoco.core/src/org/jacoco/core/runtime/
LoggerRuntime.java 159 this.logger.addHandler(handler);
188 logger.addHandler(handler);
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Common/
EdkLogger.py 216 _DebugLogger.addHandler(_DebugChannel)
222 _InfoLogger.addHandler(_InfoChannel)
228 _ErrorLogger.addHandler(_ErrorCh)
264 _DebugLogger.addHandler(_Ch)
268 _InfoLogger.addHandler(_Ch)
272 _ErrorLogger.addHandler(_Ch)
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Logger/
Log.py 264 _DEBUG_LOGGER.addHandler(_DebugChannel)
271 _INFO_LOGGER.addHandler(_InfoChannel)
278 _ERROR_LOGGER.addHandler(_ErrorCh)
314 _DEBUG_LOGGER.addHandler(_Ch)
318 _INFO_LOGGER.addHandler(_Ch)
322 _ERROR_LOGGER.addHandler(_Ch)
  /external/autotest/site_utils/rpm_control_system/
rpm_logging_config.py 95 logging.getLogger().addHandler(socketHandler)
119 logger.addHandler(email_handler)
  /external/python/cpython3/PC/layout/support/
logging.py 41 LOG.addHandler(handler)
49 LOG.addHandler(handler)
  /external/autotest/client/cros/
dark_resume_xmlrpc_server.py 78 logging.getLogger().addHandler(handler)
  /external/autotest/client/cros/networking/
apmanager_xmlrpc_server.py 66 logging.getLogger().addHandler(handler)
  /external/autotest/frontend/client/src/autotest/common/ui/
ToggleLink.java 35 return addHandler(handler, ClickEvent.getType());
  /external/autotest/site_utils/
log_socket_server_unittest.py 30 logging.getLogger().addHandler(socketHandler)

Completed in 1061 milliseconds

1 2 3 4 5 6 7