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

  /external/qemu/android/
gps.c 21 android_gps_send_nmea( const char* sentence )
23 if (sentence == NULL)
26 D("sending '%s'", sentence);
33 qemu_chr_write( android_gps_cs, (const void*)sentence, strlen(sentence) );
gps.h 21 extern void android_gps_send_nmea( const char* sentence );
  /external/webkit/Tools/Scripts/webkitperl/VCSUtils_unittest/
parseSvnProperty.pl 260 long sentence that spans
269 value => "A\nlong sentence that spans\nmultiple lines.",
280 long sentence that spans
290 value => "A\r\nlong sentence that spans\r\nmultiple lines.",
301 long sentence that spans
310 value => "A\nlong sentence that spans\nmultiple lines.",
321 long sentence that spans
331 value => "A\r\nlong sentence that spans\r\nmultiple lines.",
382 long sentence that spans
391 value => "A\nlong sentence that spans\nmultiple lines."
    [all...]
parseSvnPropertyValue.pl 113 long sentence that spans
118 expectedReturn => ["A\nlong sentence that spans\nmultiple lines.", "\n"],
126 long sentence that spans
132 expectedReturn => ["A\r\nlong sentence that spans\r\nmultiple lines.", "\r\n"],
140 long sentence that spans
144 expectedReturn => ["A\nlong sentence that spans\nmultiple lines.", " + A single-line.\n"],
152 long sentence that spans
156 expectedReturn => ["A\nlong sentence that spans\nmultiple lines.", "Added: svn:executable\n"],
164 long sentence that spans
167 long sentence that span
    [all...]
parseSvnDiffFooter.pl 214 + This is an example sentence.
240 + This is an example sentence.
257 + This is an example sentence.
279 + This is an example sentence.
300 + This is an example sentence.
326 + This is an example sentence.
344 + This is an example sentence.
366 + This is an example sentence.
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/JAJP/
OpenWnnClauseConverterJAJP.java 57 /** part of speech (end of clause/not end of sentence) */
61 /** part of speech (end of sentence) */
158 WnnSentence[] sentence = mSentenceBuffer; local
162 if (start != 0 && sentence[start-1] == null) {
176 if (sentence[idx] != null) {
178 if (sentence[idx].frequency > sentence[start-1].frequency + CLAUSE_COST + FREQ_LEARN) {
183 if (sentence[idx].frequency > CLAUSE_COST + FREQ_LEARN) {
194 /* get the clause which can be the end of the sentence */
197 /* get the clause which is not the end of the sentence */
237 WnnSentence sentence = consecutiveClauseConvert(input); local
    [all...]
OpenWnnEngineJAJP.java 438 WnnSentence sentence = null; local
440 sentence = mClauseConverter.consecutiveClauseConvert(input);
443 sentence = new WnnSentence(head, sentence);
445 if (sentence == null) {
449 StrSegmentClause[] ss = new StrSegmentClause[sentence.elements.size()];
452 Iterator<WnnClause> it = sentence.elements.iterator();
463 mConvertSentence = sentence;
  /packages/apps/VoiceDialer/src/com/android/voicedialer/
VoiceDialerTester.java 126 String sentence = local
131 wf.mMessage = sentence;
135 if (utter.equals(sentence)) {
  /tools/motodev/src/plugins/translation/src/com/motorola/studio/android/localization/translators/
GoogleTranslator.java 226 * @param sentences sentence being translated
231 public List<TranslationResult> translate(String sentence, String fromLanguage,
243 else if (sentence == null || sentence.equals("")) //$NON-NLS-1$
246 sentence = ""; //$NON-NLS-1$
253 else if (sentence.length() >= getMaxQuerySize(fromLanguage, toLanguages.get(0)))
264 translationResults.add(translate(sentence, fromLanguage, toLanguage));
408 private String sentence = ""; field in class:GoogleTranslator.StringItem
412 public StringItem(String sentence, int orderNumber)
414 this.sentence = sentence
    [all...]
  /external/icu4c/test/cintltst/
cbiapts.c 139 UBreakIterator *word, *sentence, *line, *character, *b, *bogus; local
168 sentence = ubrk_open(UBRK_SENTENCE, "en_US", text, u_strlen(text), &status);
170 log_err_status(status, "FAIL: Error in ubrk_open() for sentence breakiterator: %s\n", myErrorName(status));
174 log_verbose("PASS: Successfully opened sentence breakiterator\n");
293 log_verbose("\nTesting the functions for sentence\n");
294 ubrk_first(sentence);
295 pos = ubrk_current(sentence);
296 log_verbose("Current(sentence) = %d\n", (int32_t)pos);
297 pos = ubrk_last(sentence);
299 log_err("error ubrk_last for sentence did not return 49\n")
    [all...]
  /external/srec/srec/test/SRecTest/src/
SRecTest.c     [all...]
  /external/srec/srec/test/SRecTestAudio/src/
SRecTestAudio.c     [all...]
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
recognizers.rb 931 which defines the structure of a specific type of sentence in a grammar. Lexers,
    [all...]
  /external/grub/docs/
texinfo.tex 610 % period following counts as ending a sentence. (Idea found in latex.)
649 % @. is an end-of-sentence period.
652 % @! is an end-of-sentence bang.
655 % @? is an end-of-sentence query.
    [all...]
  /ndk/sources/host-tools/sed-4.2.1/build-aux/
texinfo.tex 663 % period following counts as ending a sentence. (Idea found in latex.)
702 % @. is an end-of-sentence period.
705 % @! is an end-of-sentence bang.
708 % @? is an end-of-sentence query.
    [all...]
  /external/e2fsprogs/lib/et/
texinfo.tex 306 % @. is an end-of-sentence period.
    [all...]
  /external/v8/test/mjsunit/
unicode-test.js     [all...]

Completed in 311 milliseconds