HomeSort by relevance Sort by last modified time
    Searched refs:MAX_BUF_SIZE (Results 1 - 7 of 7) sorted by null

  /hardware/libhardware_legacy/qemu_tracing/
qemu_tracing.c 37 #define MAX_BUF_SIZE (MAX_SYMBOL_NAME_LENGTH + 20)
62 char buf[MAX_BUF_SIZE];
77 char buf[MAX_BUF_SIZE];
  /external/chromium/third_party/icu/source/test/perf/convperf/
convperf.h 21 #define MAX_BUF_SIZE 3048
154 WCHAR dest[MAX_BUF_SIZE];
206 char dest[MAX_BUF_SIZE];
275 WCHAR dst[MAX_BUF_SIZE];
331 char dst[MAX_BUF_SIZE];
387 WCHAR dst[MAX_BUF_SIZE];
440 char dst[MAX_BUF_SIZE];
  /external/icu4c/test/perf/convperf/
convperf.h 21 #define MAX_BUF_SIZE 3048
154 WCHAR dest[MAX_BUF_SIZE];
206 char dest[MAX_BUF_SIZE];
275 WCHAR dst[MAX_BUF_SIZE];
331 char dst[MAX_BUF_SIZE];
387 WCHAR dst[MAX_BUF_SIZE];
440 char dst[MAX_BUF_SIZE];
  /sdk/ddms/libs/ddmlib/src/com/android/ddmlib/
Debugger.java 41 private static final int MAX_BUF_SIZE = 32 * 1024;
207 if (mReadBuffer.capacity() * 2 > MAX_BUF_SIZE) {
Client.java 100 private static final int MAX_BUF_SIZE = 200*1024*1024;
613 if (mReadBuffer.capacity() * 2 > MAX_BUF_SIZE) {
614 Log.e("ddms", "Exceeded MAX_BUF_SIZE!");
  /external/clearsilver/util/regex/
regex.c     [all...]
  /prebuilt/common/ddmlib/
ddmlib-prebuilt.jar 

Completed in 247 milliseconds