HomeSort by relevance Sort by last modified time
    Searched refs:Grammar (Results 26 - 41 of 41) sorted by null

12

  /packages/apps/VoiceDialer/src/com/android/voicedialer/
CommandRecognizerEngine.java 47 * <li>Scans contacts and determine if the Grammar g2g file is stale.
48 * <li>If so, create and rebuild the Grammar,
49 * <li>Else create and load the Grammar from the file.
94 // if we change the contacts file, then we need to recreate the grammar.
109 // if we change this setting, then we need to recreate the grammar.
130 // generate g2g grammar file name
136 // clean up existing Grammar and old file
143 // load the empty Grammar
144 if (false) Log.d(TAG, "start new Grammar");
145 mSrecGrammar = mSrec.new Grammar(SREC_DIR + "/grammars/VoiceDialer.g2g")
    [all...]
  /external/webkit/Source/WebCore/rendering/
InlineTextBox.cpp     [all...]
HitTestResult.cpp 198 // Return the tool tip string associated with this point, if any. Only markers associated with bad grammar
203 DocumentMarker* marker = m_innerNonSharedNode->document()->markers()->markerContainingPoint(m_point, DocumentMarker::Grammar);
  /external/webkit/Source/WebCore/editing/
TextCheckingHelper.cpp 256 // Iterate through the search range by paragraphs, checking each one for spelling and grammar.
291 // We can't stop after the first grammar result, since there might still be a spelling result after
292 // it begins but before the first detail in it, but we can stop if we find a second grammar result.
359 // Found some bad grammar. Find the earliest detail range that starts in our search range (if any).
380 badGrammarRange->startContainer(ec)->document()->markers()->addMarker(badGrammarRange.get(), DocumentMarker::Grammar, detail->userDescription);
415 // Expand the search range to encompass entire paragraphs, since grammar checking needs that much context.
437 // Found some bad grammar. Find the earliest detail range that starts in our search range (if any).
474 // Returns true only if the passed range exactly corresponds to a bad grammar detail range. This is analogous
475 // to isSelectionMisspelled. It's not good enough for there to be some bad grammar somewhere in the range,
483 // No bad grammar in these parts at all
    [all...]
Editor.cpp     [all...]
  /external/webkit/Source/WebKit/chromium/src/
AssertMatchingEnums.cpp 420 COMPILE_ASSERT_MATCHING_ENUM(WebTextCheckingResult::ErrorGrammar, DocumentMarker::Grammar);
  /cts/tools/signature-tools/lib/
antlr-2.7.7.jar 
  /external/webkit/Source/WebKit/mac/WebView/
WebFrame.mm 402 document->markers()->removeMarkers(DocumentMarker::Grammar);
    [all...]
  /external/bison/doc/
refcard.tex 440 \section{Grammar Variables and Symbols}
480 \key{The grammar parser.} {int yyparse()}
  /external/mesa3d/docs/
MESA_texture_array.spec 482 -- Section 3.11.2 of ARB_fragment_program (Fragment Program Grammar and Restrictions):
484 (mostly add to existing grammar rules)
    [all...]
  /external/webkit/Source/WebKit/win/
WebFrame.cpp     [all...]
  /external/webkit/Source/WebKit2/WebProcess/WebPage/
WebPage.cpp     [all...]
  /external/bison/tests/
testsuite 421 110;existing.at:26;GNU AWK Grammar;;
422 111;existing.at:364;GNU Cim Grammar;;
423 112;existing.at:980;GNU pic Grammar;;
    [all...]
  /prebuilt/common/groovy/
groovy-all-1.7.0.jar 
  /external/jdiff/
xerces.jar 
  /external/v8/test/mjsunit/
unicode-test.js     [all...]

Completed in 317 milliseconds

12