Home
last modified time | relevance | path

Searched defs:max_bytes (Results 1 – 22 of 22) sorted by relevance

/external/chromium-trace/catapult/third_party/gsutil/third_party/apitools/apitools/base/py/
Dstream_slice.py11 def __init__(self, stream, max_bytes): argument
/external/webrtc/webrtc/modules/audio_coding/neteq/test/
Dneteq_ilbc_quality_test.cc63 size_t max_bytes) override { in EncodeBlock()
Dneteq_pcmu_quality_test.cc63 size_t max_bytes) override { in EncodeBlock()
Dneteq_isac_quality_test.cc81 uint8_t* payload, size_t max_bytes) { in EncodeBlock()
Dneteq_opus_quality_test.cc178 uint8_t* payload, size_t max_bytes) { in EncodeBlock()
/external/webrtc/webrtc/modules/audio_coding/codecs/opus/
Dopus_speed_test.cc61 size_t max_bytes, size_t* encoded_bytes) { in EncodeABlock()
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/test/
Disac_speed_test.cc64 size_t max_bytes, size_t* encoded_bytes) { in EncodeABlock()
/external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/ois-v1-4svn/src/win32/extras/WiiMote/
Dhiddevice.cpp186 bool cHIDDevice::ReadFromDevice(unsigned const char * buffer, int max_bytes, int & bytes_read, int … in ReadFromDevice()
/external/wpa_supplicant_8/src/wps/
Dhttpread.c56 int max_bytes; /* maximum file size else abort it */ member
734 int max_bytes, /* maximum body size else abort it */ in httpread_create()
/external/v8/src/heap/
Dgc-tracer.cc825 const size_t max_bytes = static_cast<size_t>(-1); in NewSpaceAllocationThroughputInBytesPerMillisecond() local
845 const size_t max_bytes = static_cast<size_t>(-1); in OldGenerationAllocationThroughputInBytesPerMillisecond() local
/external/google-breakpad/src/google_breakpad/processor/
Dminidump.h206 static void set_max_bytes(uint32_t max_bytes) { max_bytes_ = max_bytes; } in set_max_bytes()
207 static uint32_t max_bytes() { return max_bytes_; } in max_bytes() function
/external/libvncserver/libvncserver/
Dhttpd.c572 parseParams(const char *request, char *result, int max_bytes) in parseParams()
/external/webp/src/utils/
Dbit_writer.c209 const size_t max_bytes = bw->end_ - bw->buf_; in VP8LBitWriterResize() local
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/cache/
Dftcmanag.c357 FT_ULong max_bytes, in FTC_Manager_New()
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/mturk/
Dquestion.py370 def __init__(self, min_bytes, max_bytes): argument
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/psaux/
Dpsobjs.c1380 FT_Offset max_bytes, in ps_parser_to_bytes()
/external/pdfium/third_party/freetype/src/psaux/
Dpsobjs.c1380 FT_Offset max_bytes, in ps_parser_to_bytes()
/external/freetype/src/psaux/
Dpsobjs.c1375 FT_Offset max_bytes, in ps_parser_to_bytes()
/external/curl/lib/
Dsmb.h216 unsigned short max_bytes; member
/external/conscrypt/src/main/java/org/conscrypt/
DNativeCrypto.java352 public static native int RAND_load_file(String filename, long max_bytes); in RAND_load_file()
/external/toybox/generated/
Dglobals.h1291 long max_bytes; member
/external/conscrypt/src/main/native/
Dorg_conscrypt_NativeCrypto.cpp5279 static jint NativeCrypto_RAND_load_file(JNIEnv* env, jclass, jstring filename, jlong max_bytes) {