/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/chromium_org/third_party/WebKit/Tools/Scripts/webkitperl/VCSUtils_unittest/ |
parseSvnProperty.pl | 322 long sentence that spans 331 value => "A\nlong sentence that spans\nmultiple lines.", 342 long sentence that spans 352 value => "A\r\nlong sentence that spans\r\nmultiple lines.", 363 long sentence that spans 372 value => "A\nlong sentence that spans\nmultiple lines.", 383 long sentence that spans 393 value => "A\r\nlong sentence that spans\r\nmultiple lines.", 444 long sentence that spans 453 value => "A\nlong sentence that spans\nmultiple lines." [all...] |
parseSvnDiffFooter.pl | 215 + This is an example sentence. 241 + This is an example sentence. 263 +This is an example sentence. 285 +This is an example sentence. 303 + This is an example sentence. 325 + This is an example sentence. 346 + This is an example sentence. 372 + This is an example sentence. 390 + This is an example sentence. 412 + This is an example sentence [all...] |
parseSvnPropertyValue.pl | 114 long sentence that spans 119 expectedReturn => ["A\nlong sentence that spans\nmultiple lines.", "\n"], 127 long sentence that spans 133 expectedReturn => ["A\r\nlong sentence that spans\r\nmultiple lines.", "\r\n"], 141 long sentence that spans 145 expectedReturn => ["A\nlong sentence that spans\nmultiple lines.", " + A single-line.\n"], 153 long sentence that spans 157 expectedReturn => ["A\nlong sentence that spans\nmultiple lines.", "Added: svn:executable\n"], 165 long sentence that spans 168 long sentence that span [all...] |
/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;
|
/external/chromium_org/third_party/icu/source/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...] |
/packages/apps/VoiceDialer/src/com/android/voicedialer/ |
VoiceDialerTester.java | 126 String sentence = local 131 wf.mMessage = sentence; 135 if (utter.equals(sentence)) {
|
/external/icu4c/test/cintltst/ |
cbiapts.c | 144 UBreakIterator *word, *sentence, *line, *character, *b, *bogus; local 173 sentence = ubrk_open(UBRK_SENTENCE, "en_US", text, u_strlen(text), &status); 175 log_err_status(status, "FAIL: Error in ubrk_open() for sentence breakiterator: %s\n", myErrorName(status)); 179 log_verbose("PASS: Successfully opened sentence breakiterator\n"); 298 log_verbose("\nTesting the functions for sentence\n"); 299 ubrk_first(sentence); 300 pos = ubrk_current(sentence); 301 log_verbose("Current(sentence) = %d\n", (int32_t)pos); 302 pos = ubrk_last(sentence); 304 log_err("error ubrk_last for sentence did not return 49\n") [all...] |
/external/chromium_org/third_party/mesa/src/docs/ |
MESA_multithread_makecurrent.spec | 66 Replace the following sentence from section 2.2 Rendering Contexts: 78 Replace the following sentence from section 3.3.7 Rendering Contexts: 85 Replace the following sentence from section 3.5 Rendering Contexts: 157 21 February 2011 Eric Anholt - Include glXMakeCurrent() sentence
|
/external/mesa3d/docs/ |
MESA_multithread_makecurrent.spec | 66 Replace the following sentence from section 2.2 Rendering Contexts: 78 Replace the following sentence from section 3.3.7 Rendering Contexts: 85 Replace the following sentence from section 3.5 Rendering Contexts: 157 21 February 2011 Eric Anholt - Include glXMakeCurrent() sentence
|
/external/chromium_org/chrome/browser/profile_resetter/ |
jtl_interpreter.cc | 36 // sentence is evaluated on. 38 const std::vector<Operation*>& sentence, 42 sentence_(sentence), 95 // The sentence to be executed. 121 // sentence on other nodes. 706 ScopedVector<Operation> sentence; local 707 if (!parser.ParseNextSentence(&sentence)) { 712 &hasher, sentence.get(), input_, working_memory_.get());
|
/external/chromium_org/chrome/common/extensions/docs/examples/api/ttsEngine/console_tts_engine/ |
console_tts_engine.js | 54 sendTtsEvent({'type': 'sentence', 'charIndex': index});
|
/external/chromium_org/v8/test/intl/break-iterator/ |
en-break.js | 28 // Segment plain English sentence and check results.
|
zh-break.js | 28 // Segment plain Chinese sentence and check results.
|
/external/chromium_org/v8/test/mjsunit/ |
md5.js | 187 And hear the sentence of your moved prince.\n\
|
/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/chromium_org/chrome/renderer/resources/extensions/ |
json_schema.js | 75 * the key that had the problem, and the "message" property contains a sentence
|
/prebuilts/devtools/tools/lib/ |
lint-checks.jar | |
/prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/22.2.0/ |
lint-checks-22.2.0.jar | |
/external/bison/ |
maint.mk | [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...] |