/frameworks/base/core/jni/ |
android_util_Log.cpp | 109 jint bufID, jint priority, jstring tagObj, jstring msgObj) 119 if (bufID < 0 || bufID >= LOG_ID_MAX) { 120 jniThrowNullPointerException(env, "bad bufID"); 128 int res = __android_log_buf_write(bufID, (android_LogPriority)priority, tag, msg);
|
/frameworks/base/tools/layoutlib/bridge/src/android/util/ |
Log_Delegate.java | 43 static int println_native(int bufID, int priority, String tag, String msgs) {
|
/system/core/liblog/ |
logd_write.c | 353 int __android_log_buf_write(int bufID, int prio, const char *tag, const char *msg) 362 if ((bufID != LOG_ID_RADIO) && 372 bufID = LOG_ID_RADIO; 385 return write_to_log(bufID, vec, 3); 409 int __android_log_buf_print(int bufID, int prio, const char *tag, const char *fmt, ...) 418 return __android_log_buf_write(bufID, prio, tag, buf);
|
logd_write_kern.c | 198 int __android_log_buf_write(int bufID, int prio, const char *tag, const char *msg) 207 if ((bufID != LOG_ID_RADIO) && 217 bufID = LOG_ID_RADIO; 230 return write_to_log(bufID, vec, 3); 254 int __android_log_buf_print(int bufID, int prio, const char *tag, const char *fmt, ...) 263 return __android_log_buf_write(bufID, prio, tag, buf);
|
/external/chromium_org/third_party/sqlite/src/src/ |
test_malloc.c | 1059 ** Usage: sqlite3_db_config_lookaside CONNECTION BUFID SIZE COUNT 1061 ** There are two static buffers with BUFID 1 and 2. Each static buffer 1062 ** is 10KB in size. A BUFID of 0 indicates that the buffer should be NULL 1074 int bufid; local 1078 Tcl_WrongNumArgs(interp, 1, objv, "BUFID SIZE COUNT"); 1082 if( Tcl_GetIntFromObj(interp, objv[2], &bufid) ) return TCL_ERROR; 1085 if( bufid==0 ){ 1087 }else if( bufid>=1 && bufid<=2 && sz*cnt<=sizeof(azBuf[0]) ){ 1088 rc = sqlite3_db_config(db, SQLITE_DBCONFIG_LOOKASIDE, azBuf[bufid], sz,cnt) [all...] |
/hardware/intel/img/psb_video/src/ |
psb_surface_ext.h | 86 uint32_t bufid; member in struct:_PsbVASurface
|
psb_output.c | [all...] |
/external/chromium_org/third_party/hwcplus/include/log/ |
log.h | 559 int __android_log_buf_write(int bufID, int prio, const char *tag, const char *text); 560 int __android_log_buf_print(int bufID, int prio, const char *tag, const char *fmt, ...);
|
/system/core/include/log/ |
log.h | 563 int __android_log_buf_write(int bufID, int prio, const char *tag, const char *text); 564 int __android_log_buf_print(int bufID, int prio, const char *tag, const char *fmt, ...)
|
/frameworks/multidex/library/test/src/android/util/ |
Log.java | 221 public static int println(int bufID,
|
/frameworks/base/core/java/android/util/ |
Log.java | 358 /** @hide */ public static native int println_native(int bufID,
|
/hardware/intel/img/psb_video/src/x11/ |
psb_xvva.c | 261 srf->bufid = wsbmKBufHandle(wsbmKBuf(bo));
|
/prebuilts/sdk/tools/linux/ |
zipalign | |
aapt | |