Home
last modified time | relevance | path

Searched refs:MAX_LINE_LENGTH (Results 1 – 20 of 20) sorted by relevance

/external/srec/tools/dictTest/
DdictTest.c31 #define MAX_LINE_LENGTH 512 macro
79 pfgets(line, MAX_LINE_LENGTH, fin); in doInputTestPhonemes()
112 LCHAR phrase[MAX_LINE_LENGTH]; in main()
114 LCHAR vocabfile[MAX_LINE_LENGTH]; in main()
115 LCHAR outfilename[MAX_LINE_LENGTH]; in main()
116 LCHAR testfilename[MAX_LINE_LENGTH]; in main()
117 LCHAR parfilename[MAX_LINE_LENGTH]; in main()
118 LCHAR wordfile[MAX_LINE_LENGTH]; in main()
119 LCHAR locale[MAX_LINE_LENGTH]; in main()
120 LCHAR ptemp[MAX_LINE_LENGTH]; in main()
[all …]
/external/srec/tools/parseStringTest/
DparseStringTest.c44 #define MAX_LINE_LENGTH 256 macro
276 LCHAR trans[MAX_LINE_LENGTH]; in main()
370 if (pfgets(trans, MAX_LINE_LENGTH, fin) == NULL) in main()
422 if (!fgets(trans, MAX_LINE_LENGTH, PSTDIN)) in main()
451 LCHAR line[MAX_LINE_LENGTH]; in process_single_key_line()
452 LCHAR trans[MAX_LINE_LENGTH]; in process_single_key_line()
453 LCHAR key[MAX_LINE_LENGTH]; in process_single_key_line()
454 LCHAR refValue[MAX_LINE_LENGTH]; in process_single_key_line()
455 LCHAR result[MAX_LINE_LENGTH]; in process_single_key_line()
458 position = pfgets(line, MAX_LINE_LENGTH, fin); in process_single_key_line()
[all …]
/external/llvm/utils/lint/
Dgeneric_lint.py10 MAX_LINE_LENGTH = 80 variable in GenericCodeLint
14 GenericCodeLint.MAX_LINE_LENGTH)
Dcpp_lint.py74 MAX_LINE_LENGTH = 80 variable in CppLint
80 CppLint.MAX_LINE_LENGTH))
/external/srec/srec/test/SRecTest/src/
DSRecTest.c77 #define MAX_LINE_LENGTH 1024 macro
149 LCHAR transcription [MAX_LINE_LENGTH];
798 LCHAR slot [MAX_LINE_LENGTH]; in srec_test_add_word()
799 LCHAR word [MAX_LINE_LENGTH]; in srec_test_add_word()
800 LCHAR pron [MAX_LINE_LENGTH]; in srec_test_add_word()
802 LCHAR semanticTag [MAX_LINE_LENGTH]; in srec_test_add_word()
808 add_status = srec_test_get_five_command_items ( command_text, MAX_LINE_LENGTH, slot, in srec_test_add_word()
809MAX_LINE_LENGTH, word, MAX_LINE_LENGTH, pron, in srec_test_add_word()
810 … MAX_UINT_DIGITS + 1, weight, MAX_LINE_LENGTH, in srec_test_add_word()
1303 LCHAR value[MAX_LINE_LENGTH]; in srec_test_voice_enroll()
[all …]
/external/mockito/src/org/mockito/internal/reporting/
DPrintSettings.java20 public static final int MAX_LINE_LENGTH = 45; field in PrintSettings
50 if (isMultiline() || (!matchers.isEmpty() && invocationString.length() > MAX_LINE_LENGTH)) { in print()
/external/srec/srec/test/SRecTestAudio/src/
DSRecTestAudio.c75 #define MAX_LINE_LENGTH 255 macro
148 LCHAR transcription [MAX_LINE_LENGTH];
791 LCHAR slot [MAX_LINE_LENGTH]; in srec_test_add_word()
792 LCHAR word [MAX_LINE_LENGTH]; in srec_test_add_word()
793 LCHAR pron [MAX_LINE_LENGTH]; in srec_test_add_word()
795 LCHAR semanticTag [MAX_LINE_LENGTH]; in srec_test_add_word()
801 add_status = srec_test_get_five_command_items ( command_text, MAX_LINE_LENGTH, slot, in srec_test_add_word()
802MAX_LINE_LENGTH, word, MAX_LINE_LENGTH, pron, in srec_test_add_word()
803 … MAX_UINT_DIGITS + 1, weight, MAX_LINE_LENGTH, in srec_test_add_word()
1543 LCHAR command [MAX_LINE_LENGTH]; in srec_test_execute_command()
[all …]
/external/apache-http/src/org/apache/http/params/
DCoreConnectionPNames.java118 public static final String MAX_LINE_LENGTH = "http.connection.max-line-length"; field
/external/smack/src/org/jivesoftware/smack/util/
DBase64.java64 private final static int MAX_LINE_LENGTH = 76; field in Base64
656 … + (breakLines ? ( len43 / MAX_LINE_LENGTH ) : 0) ]; // New lines in encodeBytes()
666 if( breakLines && lineLength == MAX_LINE_LENGTH ) in encodeBytes()
1379 if( encode && breakLines && lineLength >= MAX_LINE_LENGTH ) in read()
1554 if( breakLines && lineLength >= MAX_LINE_LENGTH ) in write()
/external/srec/tools/make_g2g/
Dmake_g2g.c35 #define MAX_LINE_LENGTH 256 macro
/external/srec/tools/grxmlcompile/
Dvocab.cpp31 #define MAX_LINE_LENGTH 256 macro
79 LCHAR s[MAX_LINE_LENGTH]; in lookup()
Dgrxmlcompile.cpp101 #define MAX_LINE_LENGTH 256 macro
/external/srec/tools/test_swiarb/
Dtest_swiarb.c38 #define MAX_LINE_LENGTH 256 macro
/external/apache-http/src/org/apache/http/impl/io/
DAbstractMessageParser.java79 CoreConnectionPNames.MAX_LINE_LENGTH, -1); in AbstractMessageParser()
DAbstractSessionInputBuffer.java86 this.maxLineLen = params.getIntParameter(CoreConnectionPNames.MAX_LINE_LENGTH, -1); in init()
/external/srec/srec/crec/
Dsrec_context.c61 #define MAX_LINE_LENGTH 512 macro
161 char buffer[MAX_LINE_LENGTH]; in FST_LoadContext()
250 char line[MAX_LINE_LENGTH]; in FST_LoadParams()
252 while (pfgets(line, MAX_LINE_LENGTH, fp)) in FST_LoadParams()
377 char buf[MAX_LINE_LENGTH]; in FST_LoadWordMap()
382 for (num_words = 0, num_chars = 0; pfgets(buf, MAX_LINE_LENGTH, fp); num_words++) in FST_LoadWordMap()
397 while (pfgets(buf, MAX_LINE_LENGTH, fp)) in FST_LoadWordMap()
909 char line[MAX_LINE_LENGTH], *args[32], nargs; in FST_LoadGraph()
1767 char line[MAX_LINE_LENGTH]; in FST_LoadReverseWordGraph()
1780 for (num_arcs = 0; pfgets(line, MAX_LINE_LENGTH, fp); num_arcs++) ; in FST_LoadReverseWordGraph()
[all …]
/external/srec/tools/make_cfst/
Dmake_cfst.cpp31 #define MAX_LINE_LENGTH 256 macro
/external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/
Decmalintrules.py71 MAX_LINE_LENGTH = 80 variable in EcmaScriptLintRules
141 if length > self.MAX_LINE_LENGTH:
/external/chromium_org/third_party/closure_linter/closure_linter/
Decmalintrules.py71 MAX_LINE_LENGTH = 80 variable in EcmaScriptLintRules
141 if length > self.MAX_LINE_LENGTH:
/external/srec/tools/test_g2g/
Dtest_g2g.c78 #define MAX_LINE_LENGTH 256 macro