Home
last modified time | relevance | path

Searched defs:max_length (Results 1 – 25 of 275) sorted by relevance

1234567891011

/aosp_15_r20/external/jazzer-api/src/main/native/com/code_intelligence/jazzer/driver/
H A Dfuzzed_data_provider.cpp89 ConsumeIntegralArray(JNIEnv &env, jobject self, jint max_length) { in ConsumeIntegralArray()
325 jint max_length) { in FixUpModifiedUtf8()
558 jint max_bytes, jint max_length, in FixUpModifiedUtf8()
578 jstring ConsumeStringInternal(JNIEnv &env, jobject self, jint max_length, in ConsumeStringInternal()
605 jstring JNICALL ConsumeAsciiString(JNIEnv &env, jobject self, jint max_length) { in ConsumeAsciiString()
609 jstring JNICALL ConsumeString(JNIEnv &env, jobject self, jint max_length) { in ConsumeString()
/aosp_15_r20/external/tensorflow/tensorflow/security/fuzzing/
H A Dpython_fuzzing.py90 max_length=_MAX_LENGTH, argument
107 def get_float_list(self, min_length=_MIN_LENGTH, max_length=_MAX_LENGTH): argument
122 max_length=_MAX_LENGTH): argument
/aosp_15_r20/packages/modules/UprobeStats/src/bpf_progs/
DProcessManagement.c82 void recordString(void *jstring, unsigned int max_length, char *dest) { in recordString()
98 void recordStringArg(struct pt_regs *ctx, unsigned int max_length, int position, in recordStringArg()
105 void recordStringArgFromSp(struct pt_regs *ctx, unsigned int max_length, in recordStringArgFromSp()
/aosp_15_r20/external/cronet/third_party/brotli/enc/
H A Dhash.h152 const uint8_t* data, size_t max_length, size_t max_backward, in TestStaticDictionaryItem()
191 HasherCommon* common, const uint8_t* data, size_t max_length, in SearchInStaticDictionary()
512 const size_t cur_ix, const size_t max_length, const size_t distance_offset, in FindCompoundDictionaryMatch()
609 const size_t max_length, const size_t distance_offset, in FindAllCompoundDictionaryMatches()
670 const size_t cur_ix, const size_t max_length, in LookupCompoundDictionaryMatch()
687 const size_t max_length, const size_t max_ring_buffer_distance, in LookupAllCompoundDictionaryMatches()
H A Dstatic_dict.c43 DictWord w, const uint8_t* data, size_t max_length) { in IsMatch()
80 size_t min_length, size_t max_length, uint32_t* matches) { in BrotliFindAllStaticDictionaryMatchesFor()
503 size_t min_length, size_t max_length, uint32_t* matches) { in BrotliFindAllStaticDictionaryMatches()
/aosp_15_r20/external/python/cpython3/Modules/
D_bz2module.c21 OutputBuffer_InitAndGrow(_BlocksOutputBuffer *buffer, Py_ssize_t max_length, in OutputBuffer_InitAndGrow()
436 decompress_buf(BZ2Decompressor *d, Py_ssize_t max_length) in decompress_buf()
493 decompress(BZ2Decompressor *d, char *data, size_t len, Py_ssize_t max_length) in decompress()
626 Py_ssize_t max_length) in _bz2_BZ2Decompressor_decompress_impl()
D_lzmamodule.c28 OutputBuffer_InitAndGrow(_BlocksOutputBuffer *buffer, Py_ssize_t max_length, in OutputBuffer_InitAndGrow()
930 decompress_buf(Decompressor *d, Py_ssize_t max_length) in decompress_buf()
988 decompress(Decompressor *d, uint8_t *data, size_t len, Py_ssize_t max_length) in decompress()
1134 Py_ssize_t max_length) in _lzma_LZMADecompressor_decompress_impl()
/aosp_15_r20/external/cronet/net/ssl/
H A Dssl_platform_key_win.cc231 SSLPlatformKeyCNG(crypto::ScopedNCryptKey key, int type, size_t max_length) in SSLPlatformKeyCNG()
416 size_t max_length; in WrapCNGPrivateKey() local
463 size_t max_length; in WrapUnexportableKeySlowly() local
H A Dssl_platform_key_util_unittest.cc65 size_t max_length; in TEST() local
86 size_t max_length; in TEST() local
/aosp_15_r20/external/clang/test/CXX/class.access/class.access.nest/
H A Dp1.cpp10 static const unsigned long max_length; member
14 const unsigned long A::C::max_length = sizeof(B); member in test0::A::C
/aosp_15_r20/external/webrtc/test/scenario/
H A Dcolumn_printer.cc21 size_t max_length) in ColumnPrinter()
33 size_t max_length) { in Lambda()
/aosp_15_r20/external/googleapis/google/apps/drive/labels/v2/
H A Dlabel_limits.proto103 int32 max_length = 2; field
112 int32 max_length = 2; field
/aosp_15_r20/external/googleapis/google/apps/drive/labels/v2beta/
H A Dlabel_limits.proto103 int32 max_length = 2; field
112 int32 max_length = 2; field
/aosp_15_r20/external/executorch/examples/models/llama/evaluate/
H A Deager_eval.py55 def max_length(self): member in EagerEvalWrapper
85 def _model_generate(self, context, max_length, eos_token_id): argument
/aosp_15_r20/packages/providers/MediaProvider/pdf/framework/libs/pdfClient/
Dform_widget_info.cc128 int FormWidgetInfo::max_length() const { in max_length() function in pdfClient::FormWidgetInfo
132 void FormWidgetInfo::set_max_length(int max_length) { in set_max_length()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/internal/
Dpycore_blocks_output_buffer.h49 Py_ssize_t max_length; member
103 const Py_ssize_t max_length, in _BlocksOutputBuffer_InitAndGrow()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/include/python3.11/internal/
Dpycore_blocks_output_buffer.h49 Py_ssize_t max_length; member
103 const Py_ssize_t max_length, in _BlocksOutputBuffer_InitAndGrow()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/include/python3.11/internal/
Dpycore_blocks_output_buffer.h49 Py_ssize_t max_length; member
103 const Py_ssize_t max_length, in _BlocksOutputBuffer_InitAndGrow()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/internal/
Dpycore_blocks_output_buffer.h49 Py_ssize_t max_length; member
103 const Py_ssize_t max_length, in _BlocksOutputBuffer_InitAndGrow()
/aosp_15_r20/external/python/cpython3/Include/internal/
Dpycore_blocks_output_buffer.h49 Py_ssize_t max_length; member
103 const Py_ssize_t max_length, in _BlocksOutputBuffer_InitAndGrow()
/aosp_15_r20/external/rust/android-crates-io/crates/tokio-util/src/codec/
Dlines_codec.rs25 max_length: usize, field
90 pub fn max_length(&self) -> usize { in max_length() method
Dany_delimiter_codec.rs52 max_length: usize, field
129 pub fn max_length(&self) -> usize { in max_length() method
/aosp_15_r20/external/brotli/c/enc/
H A Dstatic_dict.c43 DictWord w, const uint8_t* data, size_t max_length) { in IsMatch()
79 size_t min_length, size_t max_length, uint32_t* matches) { in BrotliFindAllStaticDictionaryMatches()
/aosp_15_r20/external/pcre/src/
H A Dpcre2_jit_test.c1021 …int convert_utf8_to_utf16(PCRE2_SPTR8 input, PCRE2_UCHAR16 *output, int *offsetmap, int max_length) in convert_utf8_to_utf16()
1069 static int copy_char8_to_char16(PCRE2_SPTR8 input, PCRE2_UCHAR16 *output, int max_length) in copy_char8_to_char16()
1093 …int convert_utf8_to_utf32(PCRE2_SPTR8 input, PCRE2_UCHAR32 *output, int *offsetmap, int max_length) in convert_utf8_to_utf32()
1129 static int copy_char8_to_char32(PCRE2_SPTR8 input, PCRE2_UCHAR32 *output, int max_length) in copy_char8_to_char32()
/aosp_15_r20/external/tcpdump/
H A Dprint-rpki-rtr.c57 nd_uint8_t max_length; member
70 nd_uint8_t max_length; member

1234567891011