Home
last modified time | relevance | path

Searched refs:LOG_WINDOW (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/core/jni/
Dandroid_database_CursorWindow.cpp102 LOG_WINDOW("nativeInitializeEmpty: window = %p", window); in nativeCreate()
119 LOG_WINDOW("nativeInitializeFromBinder: numRows = %d, numColumns = %d, window = %p", in nativeCreateFromParcel()
127 LOG_WINDOW("Closing window %p", window); in nativeDispose()
152 LOG_WINDOW("Clearing window %p", window); in nativeClear()
155 LOG_WINDOW("Could not clear window. error=%d", status); in nativeClear()
185 LOG_WINDOW("returning column type affinity for %d,%d from %p", row, column, window); in nativeGetType()
200 LOG_WINDOW("Getting blob for %d,%d from %p", row, column, window); in nativeGetBlob()
239 LOG_WINDOW("Getting string for %d,%d from %p", row, column, window); in nativeGetString()
335 LOG_WINDOW("Copying string for %d,%d from %p", row, column, window); in nativeCopyStringToBuffer()
374 LOG_WINDOW("Getting long for %d,%d from %p", row, column, window); in nativeGetLong()
[all …]
Dandroid_database_SQLiteConnection.cpp658 LOG_WINDOW("Failed allocating fieldDir at startPos %d row %d, error=%d", in copyRow()
677 LOG_WINDOW("Failed allocating %zu bytes for text at %d,%d, error=%d", in copyRow()
682 LOG_WINDOW("%d,%d is TEXT with %zu bytes", in copyRow()
689 LOG_WINDOW("Failed allocating space for a long in column %d, error=%d", in copyRow()
694 LOG_WINDOW("%d,%d is INTEGER %" PRId64, startPos + addedRows, i, value); in copyRow()
700 LOG_WINDOW("Failed allocating space for a double in column %d, error=%d", in copyRow()
705 LOG_WINDOW("%d,%d is FLOAT %lf", startPos + addedRows, i, value); in copyRow()
712 LOG_WINDOW("Failed allocating %zu bytes for blob at %d,%d, error=%d", in copyRow()
717 LOG_WINDOW("%d,%d is Blob with %zu bytes", in copyRow()
723 LOG_WINDOW("Failed allocating space for a null in column %d, error=%d", in copyRow()
[all …]
/frameworks/base/libs/androidfw/
DCursorWindow.cpp71 LOG_WINDOW("Created new CursorWindow: freeOffset=%d, " in create()
126 LOG_WINDOW("Created CursorWindow from parcel: freeOffset=%d, " in createFromParcel()
196 LOG_WINDOW("The row failed, so back out the new row accounting " in allocRow()
203 LOG_WINDOW("Allocated row %u, rowSlot is at offset %u, fieldDir is %zu bytes at offset %u\n", in allocRow()
/frameworks/base/libs/androidfw/include/androidfw/
DCursorWindow.h31 #define LOG_WINDOW(...) macro
36 #define LOG_WINDOW(...) ALOG(LOG_DEBUG, "CursorWindow", __VA_ARGS__) macro