/packages/apps/Camera2/src/com/android/camera/one/v2/ |
SimpleOneCameraFactory.java | 34 import com.android.camera.debug.Loggers; 117 Loggers.tagFactory())); 142 Loggers.tagFactory(), 199 new FramerateJankDetector(Loggers.tagFactory(), 214 pictureTaker = PictureTakerFactory.create(Loggers.tagFactory(), mainExecutor,
|
ZslOneCameraFactory.java | 38 import com.android.camera.debug.Loggers; 90 mLogger = Loggers.tagFactory().create(TAG); 149 mImageFormat, mMaxImageCount), Loggers.tagFactory())); 186 Loggers.tagFactory(), 249 Loggers.tagFactory(), 277 Loggers.tagFactory(), 291 new FramerateJankDetector(Loggers.tagFactory(),
|
/external/testng/src/main/java/org/testng/log4testng/ |
Logger.java | 38 * # Specifies the root Loggers logging level. Will log DEBUG level and above
48 * In your source files you will typically instantiate and use loggers this ways:
120 /** Map of all known loggers. */
121 private static final Map<Class, Logger> loggers = Maps.newHashMap();
field in class:Logger 139 * will be returned. Otherwise, a new instance is created. By default, loggers
148 Logger logger= loggers.get(pClass);
154 loggers.put(pClass, logger);
405 * "org.testng.TestNG" the the following loggers are searched in this order:
478 loggers.clear();
557 * Tests that the root logger's default level is WARN and that loggers do not [all...] |
/libcore/ojluni/src/main/java/sun/util/logging/ |
PlatformLogger.java | 49 * If the logging facility is not enabled, the platform loggers 76 * Platform loggers will not detect if <JAVA_HOME>/lib/logging.properties 79 * the platform loggers will use the default setting described above. 80 * The platform loggers are designed for JDK developers use and 191 // Table of known loggers. Maps names to PlatformLoggers. 192 private static Map<String,WeakReference<PlatformLogger>> loggers = field in class:PlatformLogger 200 WeakReference<PlatformLogger> ref = loggers.get(name); 206 loggers.put(name, new WeakReference<>(log)); 212 * Initialize java.util.logging.Logger objects for all platform loggers. 219 for (Map.Entry<String, WeakReference<PlatformLogger>> entry : loggers.entrySet()) [all...] |
/external/autotest/scheduler/ |
drone_logging_config.py | 47 logging (enabling and/or disabling loggers) after drone_utility has
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/pyami/ |
startup.py | 56 if not config.has_section('loggers'):
|
/external/slf4j/slf4j-api/src/test/java/org/slf4j/helpers/ |
SubstituteLoggerFactoryTest.java | 42 assertTrue("Loggers with same name must be same", log == log2);
|
/libcore/ojluni/src/main/java/javax/sql/ |
CommonDataSource.java | 118 * Return the parent Logger of all the Loggers used by this data source. This 120 * still an ancestor of all of the Loggers used by this data source. Configuring
|
/external/libchrome/base/memory/ |
scoped_ptr_unittest.cc | 341 ConDecLogger* loggers = new ConDecLogger[kNumLoggers]; local 343 loggers[i].SetPtr(&constructed); 345 scoper1.reset(loggers); 347 EXPECT_EQ(loggers, scoper1.get()); 354 EXPECT_EQ(loggers, scoper2.get()); 362 ConDecLogger* loggers = new ConDecLogger[kNumLoggers]; local 363 scoped_ptr<ConDecLogger[]> scoper(loggers);
|
/external/libweave/third_party/chromium/base/memory/ |
scoped_ptr_unittest.cc | 342 ConDecLogger* loggers = new ConDecLogger[kNumLoggers]; local 344 loggers[i].SetPtr(&constructed); 346 scoper1.reset(loggers); 348 EXPECT_EQ(loggers, scoper1.get()); 355 EXPECT_EQ(loggers, scoper2.get()); 363 ConDecLogger* loggers = new ConDecLogger[kNumLoggers]; local 364 scoped_ptr<ConDecLogger[]> scoper(loggers);
|
/external/slf4j/log4j-over-slf4j/src/main/java/org/apache/log4j/ |
Appender.java | 67 * Loggers will call the <code>doAppend</code> method of appender
|
/external/slf4j/slf4j-android/src/main/java/org/slf4j/impl/ |
AndroidLoggerFactory.java | 63 * Traditionally loggers are named by fully-qualified Java classes; this
|
/libcore/ojluni/src/main/java/java/util/logging/ |
Logger.java | 44 * system or application component. Loggers are normally named, 49 * "anonymous" Loggers that are not stored in the Logger namespace. 75 * changed the change may also affect child loggers, since any child 88 * the LogRecord to its output Handlers. By default, loggers also 161 * provide its own implementation of named Loggers for any point in 197 private ArrayList<LogManager.LoggerWeakRef> kids; // WeakReferences to loggers that have us as parent 253 * or javax.swing. It may be null for anonymous Loggers. 317 // These system loggers only set the resource bundle to the given 472 // all loggers in the system context will default to 532 // cleanup some Loggers that have been GC'e [all...] |
/prebuilts/gdb/darwin-x86/lib/python2.7/logging/ |
__init__.py | 124 # loggers are initialized with NOTSET so that they will log all messages, even 203 #The same argument applies to Loggers and Manager.loggerDict. 540 Loggers and Handlers can optionally use Filter instances to filter 543 initialized with "A.B" will allow events logged by loggers "A.B", 575 A base class for loggers and handlers which allows them to share [all...] |
/prebuilts/gdb/linux-x86/lib/python2.7/logging/ |
__init__.py | 124 # loggers are initialized with NOTSET so that they will log all messages, even 203 #The same argument applies to Loggers and Manager.loggerDict. 540 Loggers and Handlers can optionally use Filter instances to filter 543 initialized with "A.B" will allow events logged by loggers "A.B", 575 A base class for loggers and handlers which allows them to share [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/logging/ |
__init__.py | 124 # loggers are initialized with NOTSET so that they will log all messages, even 203 #The same argument applies to Loggers and Manager.loggerDict. 540 Loggers and Handlers can optionally use Filter instances to filter 543 initialized with "A.B" will allow events logged by loggers "A.B", 575 A base class for loggers and handlers which allows them to share [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/logging/ |
__init__.py | 124 # loggers are initialized with NOTSET so that they will log all messages, even 203 #The same argument applies to Loggers and Manager.loggerDict. 540 Loggers and Handlers can optionally use Filter instances to filter 543 initialized with "A.B" will allow events logged by loggers "A.B", 575 A base class for loggers and handlers which allows them to share [all...] |
/external/slf4j/slf4j-site/src/site/pages/ |
codes.html | 450 <h3 class="doAnchor" name="substituteLogger" >Substitute loggers 455 may create components which invoke loggers during their own 464 loggers during this phase (initialization). Calls made to the 465 substitute loggers during this phase are simply dropped. After the 473 listing of such loggers. This list is intended to let you know 474 that any logging calls made to these loggers during initialization
|
/art/runtime/jit/ |
jit.h | 65 // loggers.
|
/external/autotest/site_utils/rpm_control_system/ |
dli.py | 11 # Digital Loggers Web Power Switch management
|
/external/emma/core/java12/com/vladium/emma/rt/ |
RTCoverageDataPersister.java | 44 // use method-scoped loggers everywhere in RT:
|
/external/google-breakpad/src/common/mac/ |
GTMLogger.h | 111 // Standard loggers are created with the GTMLogLevelFilter log filter, which 125 // Standard Loggers 127 // GTMLogger has the concept of "standard loggers". A standard logger is simply 129 // and filter combination. Standard loggers are created using the creation
|
/external/slf4j/jcl-over-slf4j/src/main/java/org/apache/commons/logging/ |
package.html | 112 references to multiple loggers that are used for different
|
/system/core/logd/tests/ |
logd_test.cpp | 338 static const char *loggers[] = { local 345 for (unsigned int i = 0; i < (sizeof(loggers) / sizeof(loggers[0])); ++i) { 346 fd = open(loggers[i], O_RDONLY);
|
/tools/test/connectivity/acts/framework/acts/controllers/ |
diag_logger.py | 45 but it should be provided by all loggers for completeness.
|