/aosp_15_r20/external/jazzer-api/src/main/native/com/code_intelligence/jazzer/driver/ |
H A D | fuzzed_data_provider.cpp | 89 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 D | python_fuzzing.py | 90 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/ |
D | ProcessManagement.c | 82 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 D | hash.h | 152 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 D | static_dict.c | 43 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.c | 21 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.c | 28 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 D | ssl_platform_key_win.cc | 231 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 D | ssl_platform_key_util_unittest.cc | 65 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 D | p1.cpp | 10 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 D | column_printer.cc | 21 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 D | label_limits.proto | 103 int32 max_length = 2; field 112 int32 max_length = 2; field
|
/aosp_15_r20/external/googleapis/google/apps/drive/labels/v2beta/ |
H A D | label_limits.proto | 103 int32 max_length = 2; field 112 int32 max_length = 2; field
|
/aosp_15_r20/external/executorch/examples/models/llama/evaluate/ |
H A D | eager_eval.py | 55 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/ |
D | form_widget_info.cc | 128 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/ |
D | pycore_blocks_output_buffer.h | 49 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/ |
D | pycore_blocks_output_buffer.h | 49 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/ |
D | pycore_blocks_output_buffer.h | 49 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/ |
D | pycore_blocks_output_buffer.h | 49 Py_ssize_t max_length; member 103 const Py_ssize_t max_length, in _BlocksOutputBuffer_InitAndGrow()
|
/aosp_15_r20/external/python/cpython3/Include/internal/ |
D | pycore_blocks_output_buffer.h | 49 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/ |
D | lines_codec.rs | 25 max_length: usize, field 90 pub fn max_length(&self) -> usize { in max_length() method
|
D | any_delimiter_codec.rs | 52 max_length: usize, field 129 pub fn max_length(&self) -> usize { in max_length() method
|
/aosp_15_r20/external/brotli/c/enc/ |
H A D | static_dict.c | 43 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 D | pcre2_jit_test.c | 1021 …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 D | print-rpki-rtr.c | 57 nd_uint8_t max_length; member 70 nd_uint8_t max_length; member
|