/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/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 | 2446 this.sharedLogger.logp(Level.INFO, "sourceClass", "sourceMethod", in testLogp_LevelStringStringString_Normal() 2461 this.sharedLogger.logp(Level.CONFIG, "sourceClass", "sourceMethod", in testLogp_LevelStringStringString_Normal() 2465 this.sharedLogger.logp(Level.OFF, "sourceClass", "sourceMethod", in testLogp_LevelStringStringString_Normal() 2480 child.logp(Level.INFO, (String)null, (String)null, (String)null); in testLogp_LevelStringStringString_NullMsg() 2500 this.sharedLogger.logp(null, "sourceClass", "sourceMethod", in testLogp_LevelStringStringString_NullLevel() 2512 this.sharedLogger.logp(Level.INFO, "sourceClass", "sourceMethod", in testLogp_LevelStringStringSupplier_Normal() 2527 this.sharedLogger.logp(Level.CONFIG, "sourceClass", "sourceMethod", in testLogp_LevelStringStringSupplier_Normal() 2531 this.sharedLogger.logp(Level.OFF, "sourceClass", "sourceMethod", in testLogp_LevelStringStringSupplier_Normal() 2546 child.logp(Level.INFO, (String)null, (String)null, () -> (String)null); in testLogp_LevelStringStringSupplier_NullMsg() 2560 child.logp(Level.INFO, (String)null, (String)null, (Supplier<String>)null); in testLogp_LevelStringStringSupplier_NullMsg() [all …]
|
/external/libopus/celt/ |
D | celt_decoder.c | 356 int logp; in tf_decode() local 362 logp = isTransient ? 2 : 4; in tf_decode() 363 tf_select_rsv = LM>0 && tell+logp+1<=budget; in tf_decode() 368 if (tell+logp<=budget) in tf_decode() 370 curr ^= ec_dec_bit_logp(dec, logp); in tf_decode() 375 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/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/swiftshader/src/Shader/ |
D | ShaderCore.hpp | 368 void logp(Vector4f &dst, const Vector4f &src, unsigned short version);
|
D | VertexProgram.cpp | 200 case Shader::OPCODE_LOGP: logp(d, s0, version); break; in program()
|
D | ShaderCore.cpp | 1627 void ShaderCore::logp(Vector4f &dst, const Vector4f &src, unsigned short version) in logp() function in sw::ShaderCore
|
/external/robolectric/v1/lib/main/ |
D | android.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/android/
com/ ... |
/external/robolectric/v3/runtime/ |
D | android-all-4.1.2_r1-robolectric-0.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/accessibilityservice/
android/ ... |
D | android-all-4.2.2_r1.2-robolectric-0.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/accessibilityservice/
android/ ... |
D | android-all-4.3_r2-robolectric-0.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/accessibilityservice/
android/ ... |
D | android-all-5.1.1_r9-robolectric-1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
D | android-all-5.0.0_r2-robolectric-1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
D | android-all-4.4_r1-robolectric-1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |