/external/ipsec-tools/src/racoon/ |
D | plog.c | 78 static struct log *logp = NULL; variable 168 log_vaprint(logp, newfmt, ap_bak); in plogv() 223 logp = log_open(250, logfile); in ploginit() 224 if (logp == NULL) in ploginit()
|
/external/jmonkeyengine/engine/src/core-plugins/com/jme3/export/binary/ |
D | BinaryImporter.java | 321 …logger.logp(Level.SEVERE, this.getClass().toString(), "readObject(int id)", "NULL class object: " … in readObject() 348 … logger.logp(Level.SEVERE, this.getClass().toString(), "readObject(int id)", "Exception", e); in readObject() 351 … logger.logp(Level.SEVERE, this.getClass().toString(), "readObject(int id)", "Exception", e); in readObject() 354 … logger.logp(Level.SEVERE, this.getClass().toString(), "readObject(int id)", "Exception", e); in readObject() 357 … logger.logp(Level.SEVERE, this.getClass().toString(), "readObject(int id)", "Exception", e); in readObject()
|
D | BinaryInputCapsule.java | 255 logger.logp(Level.SEVERE, this.getClass().toString(), in setContent()
|
/external/apache-http/src/org/apache/commons/logging/impl/ |
D | Jdk14Logger.java | 103 logger.logp( level, cname, method, msg ); in log() 105 logger.logp( level, cname, method, msg, ex ); in log()
|
/external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/ |
D | LoggerTest.java | 1927 this.sharedLogger.logp(Level.INFO, "sourceClass", "sourceMethod", in testLogp_LevelStringStringString_Normal() 1942 this.sharedLogger.logp(Level.CONFIG, "sourceClass", "sourceMethod", in testLogp_LevelStringStringString_Normal() 1946 this.sharedLogger.logp(Level.OFF, "sourceClass", "sourceMethod", in testLogp_LevelStringStringString_Normal() 1961 child.logp(Level.INFO, null, null, null); in testLogp_LevelStringStringString_NullMsg() 1981 this.sharedLogger.logp(null, "sourceClass", "sourceMethod", in testLogp_LevelStringStringString_NullLevel() 1994 this.sharedLogger.logp(Level.INFO, "sourceClass", "sourceMethod", in testLogp_LevelStringStringStringObject_Normal() 2011 this.sharedLogger.logp(Level.CONFIG, "sourceClass", "sourceMethod", in testLogp_LevelStringStringStringObject_Normal() 2015 this.sharedLogger.logp(Level.OFF, "sourceClass", "sourceMethod", in testLogp_LevelStringStringStringObject_Normal() 2031 child.logp(Level.INFO, null, null, null, (Object) null); in testLogp_LevelStringStringStringObject_NullMsgObj() 2052 this.sharedLogger.logp(null, "sourceClass", "sourceMethod", in testLogp_LevelStringStringStringObject_NullLevel() [all …]
|
/external/jmonkeyengine/engine/src/core/com/jme3/app/ |
D | AppTask.java | 154 logger.logp(Level.SEVERE, this.getClass().toString(), "invoke()", "Exception", e); in invoke()
|
/external/libopus/celt/ |
D | celt_decoder.c | 291 int logp; in tf_decode() local 297 logp = isTransient ? 2 : 4; in tf_decode() 298 tf_select_rsv = LM>0 && tell+logp+1<=budget; in tf_decode() 303 if (tell+logp<=budget) in tf_decode() 305 curr ^= ec_dec_bit_logp(dec, logp); in tf_decode() 310 logp = isTransient ? 4 : 5; in tf_decode()
|
D | celt_encoder.c | 718 int logp; in tf_encode() local 723 logp = isTransient ? 2 : 4; in tf_encode() 725 tf_select_rsv = LM>0 && tell+logp+1 <= budget; in tf_encode() 730 if (tell+logp<=budget) in tf_encode() 732 ec_enc_bit_logp(enc, tf_res[i] ^ curr, logp); in tf_encode() 739 logp = isTransient ? 4 : 5; in tf_encode()
|
/external/jmonkeyengine/engine/src/test/jme3test/ |
D | TestChooser.java | 143 logger.logp(Level.SEVERE, this.getClass().toString(), in find() 146 logger.logp(Level.SEVERE, this.getClass().toString(), in find()
|
/external/slf4j/jul-to-slf4j/src/test/java/org/slf4j/bridge/ |
D | SLF4JBridgeHandlerTest.java | 169 …julLogger.logp(Level.INFO, "SLF4JBridgeHandlerTest", "testLogWithPlaceholderNoParameters", msg, ne… in testLogWithPlaceholderNoParameters()
|
/external/jmonkeyengine/engine/src/core/com/jme3/bounding/ |
D | BoundingSphere.java | 840 … logger.logp(Level.SEVERE, this.getClass().toString(), "write(JMEExporter)", "Exception", ex); in write() 850 … logger.logp(Level.SEVERE, this.getClass().toString(), "read(JMEImporter)", "Exception", ex); in read()
|