OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:max_string_len
(Results
1 - 5
of
5
) sorted by null
/external/srtp/test/
getopt_s.c
57
unsigned int
max_string_len
= 128;
local
60
if (
max_string_len
== 0) {
/hardware/intel/common/utils/ISV/include/
isv_profile.h
23
#define
MAX_STRING_LEN
(50)
41
char name[
MAX_STRING_LEN
];
/external/protobuf/java/src/main/java/com/google/protobuf/nano/
MessageNanoPrinter.java
49
private static final int
MAX_STRING_LEN
= 200;
215
if (!str.startsWith("http") && str.length() >
MAX_STRING_LEN
) {
217
str = str.substring(0,
MAX_STRING_LEN
) + "[...]";
/bootable/recovery/edify/
expr.h
25
#define
MAX_STRING_LEN
1024
/prebuilts/tools/common/m2/repository/com/google/protobuf/nano/protobuf-javanano/3.0.0-alpha-5/
protobuf-javanano-3.0.0-alpha-5.jar
Completed in 355 milliseconds