Home
last modified time | relevance | path

Searched refs:logp (Results 1 – 7 of 7) sorted by relevance

/external/ipsec-tools/src/racoon/
Dplog.c78 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/apache-http/src/org/apache/commons/logging/impl/
DJdk14Logger.java103 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/
DLoggerTest.java1927 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/libopus/celt/
Dcelt_decoder.c291 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()
Dcelt_encoder.c718 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/slf4j/jul-to-slf4j/src/test/java/org/slf4j/bridge/
DSLF4JBridgeHandlerTest.java169 …julLogger.logp(Level.INFO, "SLF4JBridgeHandlerTest", "testLogWithPlaceholderNoParameters", msg, ne… in testLogWithPlaceholderNoParameters()
/external/opencv3/modules/ml/doc/
Dml_intro.markdown318 \f[L(x, \theta )=logp(x, \theta )= \sum _{i=1}^{N}log \left ( \sum _{k=1}^{m} \pi _kp_k(x) \right )…