HomeSort by relevance Sort by last modified time
    Searched defs:DEFAULT_BUFFER_SIZE (Results 26 - 50 of 84) sorted by null

12 3 4

  /external/srec/srec/include/
utteranc.h 42 #define DEFAULT_BUFFER_SIZE 100 /* in frames */
  /frameworks/native/opengl/libs/GLES_trace/src/
gltrace_context.cpp 120 const size_t DEFAULT_BUFFER_SIZE = 8192;
121 BufferedOutputStream *stream = new BufferedOutputStream(mStream, DEFAULT_BUFFER_SIZE);
  /packages/apps/UnifiedEmail/src/org/apache/commons/io/
IOUtils.java 121 private static final int DEFAULT_BUFFER_SIZE = 1024 * 4;
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/
ucoleitr.cpp 31 #define DEFAULT_BUFFER_SIZE 16
57 RCEI defaultBuffer[DEFAULT_BUFFER_SIZE];
74 bufferSize = DEFAULT_BUFFER_SIZE;
129 PCEI defaultBuffer[DEFAULT_BUFFER_SIZE];
147 bufferSize = DEFAULT_BUFFER_SIZE;
  /packages/apps/Gallery2/src/com/android/gallery3d/app/
VideoUtils.java 53 private static final int DEFAULT_BUFFER_SIZE = 1 * 1024 * 1024;
169 bufferSize = DEFAULT_BUFFER_SIZE;
  /external/chromium_org/third_party/icu/source/test/cintltst/
bocu1tst.c 874 static const int32_t DEFAULT_BUFFER_SIZE = 30000;
886 roundtripRef = malloc(DEFAULT_BUFFER_SIZE * sizeof(UChar));
887 roundtripICU = malloc(DEFAULT_BUFFER_SIZE * sizeof(UChar));
888 bocu1Ref = malloc(DEFAULT_BUFFER_SIZE);
889 bocu1ICU = malloc(DEFAULT_BUFFER_SIZE);
895 bocu1ICULength=ucnv_fromUChars(bocu1, bocu1ICU, DEFAULT_BUFFER_SIZE, text, length, &errorCode);
913 roundtripICULength=ucnv_toUChars(bocu1, roundtripICU, DEFAULT_BUFFER_SIZE, bocu1ICU, bocu1ICULength, &errorCode);
991 text = malloc(DEFAULT_BUFFER_SIZE * sizeof(UChar));
  /external/icu/icu4c/source/test/cintltst/
bocu1tst.c 875 static const int32_t DEFAULT_BUFFER_SIZE = 30000;
887 roundtripRef = malloc(DEFAULT_BUFFER_SIZE * sizeof(UChar));
888 roundtripICU = malloc(DEFAULT_BUFFER_SIZE * sizeof(UChar));
889 bocu1Ref = malloc(DEFAULT_BUFFER_SIZE);
890 bocu1ICU = malloc(DEFAULT_BUFFER_SIZE);
896 bocu1ICULength=ucnv_fromUChars(bocu1, bocu1ICU, DEFAULT_BUFFER_SIZE, text, length, &errorCode);
913 roundtripICULength=ucnv_toUChars(bocu1, roundtripICU, DEFAULT_BUFFER_SIZE, bocu1ICU, bocu1ICULength, &errorCode);
992 text = malloc(DEFAULT_BUFFER_SIZE * sizeof(UChar));
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
_pyio.py 25 DEFAULT_BUFFER_SIZE = 8 * 1024 # bytes
98 "block size" and falling back on `io.DEFAULT_BUFFER_SIZE`.
200 buffering = DEFAULT_BUFFER_SIZE
562 data = self.read(DEFAULT_BUFFER_SIZE)
910 stream and buffer_size. If buffer_size is omitted, DEFAULT_BUFFER_SIZE
914 def __init__(self, raw, buffer_size=DEFAULT_BUFFER_SIZE):
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
_pyio.py 25 DEFAULT_BUFFER_SIZE = 8 * 1024 # bytes
98 "block size" and falling back on `io.DEFAULT_BUFFER_SIZE`.
200 buffering = DEFAULT_BUFFER_SIZE
562 data = self.read(DEFAULT_BUFFER_SIZE)
910 stream and buffer_size. If buffer_size is omitted, DEFAULT_BUFFER_SIZE
914 def __init__(self, raw, buffer_size=DEFAULT_BUFFER_SIZE):
    [all...]
  /external/chromium_org/third_party/protobuf/java/src/main/java/com/google/protobuf/
CodedOutputStream.java 62 public static final int DEFAULT_BUFFER_SIZE = 4096;
72 if (dataLength > DEFAULT_BUFFER_SIZE) return DEFAULT_BUFFER_SIZE;
96 return newInstance(output, DEFAULT_BUFFER_SIZE);
    [all...]
  /external/protobuf/java/src/main/java/com/google/protobuf/
CodedOutputStream.java 61 public static final int DEFAULT_BUFFER_SIZE = 4096;
71 if (dataLength > DEFAULT_BUFFER_SIZE) return DEFAULT_BUFFER_SIZE;
95 return newInstance(output, DEFAULT_BUFFER_SIZE);
    [all...]
  /external/protobuf/java/src/main/java/com/google/protobuf/micro/
CodedOutputStreamMicro.java 61 public static final int DEFAULT_BUFFER_SIZE = 4096;
83 return newInstance(output, DEFAULT_BUFFER_SIZE);
    [all...]
  /hardware/qcom/audio/legacy/alsa_sound/
AudioHardwareALSA.h 65 #define DEFAULT_BUFFER_SIZE 4096
  /prebuilts/tools/common/gradle-plugins/repository/commons-io/commons-io/1.3.2/
commons-io-1.3.2.jar 
  /prebuilts/tools/common/m2/repository/commons-io/commons-io/1.3.2/
commons-io-1.3.2.jar 
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
commons-io-2.2.jar 
wagon-provider-api-2.6.jar 
  /prebuilts/tools/common/m2/repository/commons-io/commons-io/2.4/
commons-io-2.4.jar 
  /external/owasp/sanitizer/lib/commons-codec-1.4/
commons-codec-1.4.jar 
  /prebuilts/devtools/tools/lib/
commons-codec-1.4.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.apache.commons.codec_1.4.0.v201209201156.jar 
  /prebuilts/tools/common/http-client/
commons-codec-1.4.jar 
  /prebuilts/tools/common/m2/repository/com/android/tools/external/libprotobuf-java-lite/2.3.0/
libprotobuf-java-lite-2.3.0.jar 
  /prebuilts/tools/common/m2/repository/commons-codec/commons-codec/1.4/
commons-codec-1.4.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.apache.commons.codec_1.4.0.v201209201156.jar 

Completed in 554 milliseconds

12 3 4