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

  /packages/apps/VoiceDialer/src/com/android/voicedialer/
VoiceDialerTester.java 126 String sentence = local
131 wf.mMessage = sentence;
135 if (utter.equals(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/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...]
  /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...]
  /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;
  /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 

Completed in 637 milliseconds