HomeSort by relevance Sort by last modified time
    Searched refs:MAX_STRING_LEN (Results 1 - 16 of 16) sorted by null

  /bootable/recovery/edify/
lexer.l 28 // TODO: enforce MAX_STRING_LEN during lexing
29 char string_buffer[MAX_STRING_LEN];
expr.h 24 #define MAX_STRING_LEN 1024
  /external/opencore/protocols/sdp/parser/include/
sdp_parser.h 33 const int MAX_STRING_LEN = 256;
37 mbchar codec_type[MAX_STRING_LEN]; /* MIME type of the data */
54 mbchar movieName[MAX_STRING_LEN];
55 mbchar creationDate[MAX_STRING_LEN];
  /external/srec/srec/Semproc/include/
SR_ExpressionParser.h 101 LCHAR lhs[MAX_STRING_LEN];
106 LCHAR op[MAX_STRING_LEN];
111 LCHAR identifiers[MAX_RHS_IDENTIFIERS][MAX_STRING_LEN];
158 LCHAR functionName[MAX_STRING_LEN];
SR_SemprocDefinitions.h 52 #define MAX_STRING_LEN 350
  /external/opencore/android/
android_logger_config.h 25 #define MAX_STRING_LEN 255
42 iLogFileName[MAX_STRING_LEN] = '\0';
43 oscl_strncpy(iLogFileName,"/sdcard/pvlogger.txt", MAX_STRING_LEN);
190 char iLogFileName[MAX_STRING_LEN+1];
  /external/srec/srec/Nametag/src/
NametagImpl.c 29 #define MAX_STRING_LEN P_PATH_MAX
36 LCHAR transcription[MAX_STRING_LEN];
58 len = MAX_STRING_LEN;
75 LCHAR short_pron[MAX_STRING_LEN], *short_pron_ptr;
110 if((short_pron_ptr - short_pron + 3) >= MAX_STRING_LEN) {
  /external/dropbear/
options.h 325 #define MAX_STRING_LEN 1400 /* ~= MAX_PROPOSED_ALGO * MAX_NAME_LEN, also
buffer.c 211 if (len > MAX_STRING_LEN) {
  /external/opencore/protocols/sdp/parser/src/
sdpparser.cpp     [all...]
  /external/srec/srec/Semproc/src/
ExpressionEvaluator.c 53 MEMCHK(rc, (*resultLen + opLen), MAX_STRING_LEN);
SemanticGraphImpl.c 271 LCHAR filename[MAX_STRING_LEN];
273 LCHAR iword[MAX_STRING_LEN];
397 for (num_arcs = 0; pfgets(line, MAX_STRING_LEN, p_text_file); ++num_arcs)
421 while (pfgets(line, MAX_STRING_LEN, p_text_file))
1028 LCHAR union_script[MAX_STRING_LEN]; /* sizeof used elsewhere */
    [all...]
  /external/srec/srec/Grammar/src/
SR_GrammarImpl.c 162 if ( strlen ( slot ) >= MAX_STRING_LEN )
164 PLogError ( "SR_Grammar_AddWordToSlot slot : %s too long : Max %d", slot, MAX_STRING_LEN - 1 );
170 if ( strlen ( word ) >= MAX_STRING_LEN )
172 PLogError ( "SR_Grammar_AddWordToSlot word : %s too long : Max %d", word, MAX_STRING_LEN - 1 );
178 if ( strlen ( pronunciation ) >= MAX_STRING_LEN )
180 PLogError ( "SR_Grammar_AddWordToSlot pronunciation : %s too long : Max %d", pronunciation, MAX_STRING_LEN - 1 );
186 if ( strlen ( tag ) >= MAX_STRING_LEN )
188 PLogError ( "SR_Grammar_AddWordToSlot tag : %s too long : Max %d", tag, MAX_STRING_LEN - 1 );
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/utils/
report.h 57 #define MAX_STRING_LEN 128
64 char moduleDesc[WLAN_MAX_LOG_MODULES][MAX_STRING_LEN];
  /hardware/ti/wlan/wl1271/utils/
report.h 63 #define MAX_STRING_LEN 32
269 char aSeverityDesc[REPORT_SEVERITY_MAX][MAX_STRING_LEN]; /**< Severities Descriptors Table: Table which holds for each severity a string of its name, which is used in severity's reported messages */
273 char aFileName[REPORT_FILES_NUM][MAX_STRING_LEN]; /**< Files names table inserted in the file's reported messages */
    [all...]
  /system/wlan/ti/wilink_6_1/utils/
report.h 63 #define MAX_STRING_LEN 32
253 char aSeverityDesc[REPORT_SEVERITY_MAX][MAX_STRING_LEN]; /**< Severities Descriptors Table: Table which holds for each severity a string of its name, which is used in severity's reported messages */
257 char aFileName[REPORT_FILES_NUM][MAX_STRING_LEN]; /**< Files names table inserted in the file's reported messages */
    [all...]

Completed in 340 milliseconds