OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:spell
(Results
1 - 25
of
255
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
/development/samples/SpellChecker/
_index.html
1
<p>A set of samples that demonstrate how to create/use
spell
checker APIs.</p>
/development/samples/SpellChecker/HelloSpellChecker/
_index.html
1
<p>A simple activity that requests spelling suggestions from a
spell
checker service, using the <code><a
5
<p>For an example that implements a custom
spell
checker service, see the <a href="../SampleSpellCheckerService/index.html">
Spell
Checker</a> sample app.</p>
/external/clang/test/FixIt/
no-typo.c
1
// RUN: %clang_cc1 -fsyntax-only -fno-
spell
-checking -verify %s
/external/clang/test/SemaObjC/
typo-correction.m
10
//
Spell
-checking 'undefined' is ok.
16
//
Spell
-checking 'super' is not ok.
/frameworks/base/core/java/android/service/textservice/
package.html
3
<p>Provides classes that allow you to create
spell
checkers in a manner similar to the
6
<p>To create a new
spell
checker, you must implement a service that extends {@link
13
<p>Applications with a
spell
checker service must declare the {@link
17
include a {@code <meta-data>} element that declares configuration information for the
spell
35
href="{@docRoot}resources/samples/SpellChecker/SampleSpellCheckerService/index.html">
Spell
37
href="{@docRoot}resources/samples/SpellChecker/HelloSpellChecker/index.html">
Spell
/external/chromium_org/third_party/WebKit/ManualTests/
form-element-spelling.html
4
<p>Test that it's possible to do
spell
-checking in the two elements above. Choose "Check Spelling" or "Spelling..." from the contextual menu and verify that both work.</p>
.gitattributes
7
textarea-caret-position-after-auto-
spell
-correct.html -crlf
/frameworks/base/docs/html/guide/topics/text/
spell-checker-framework.jd
9
<a href="#SpellCheckLifeCycle">
Spell
Check Lifecycle</a>
12
<a href="#SpellCheckImplementation">Implementing a
Spell
Checker Service</a>
15
<a href="#SpellCheckClient">Implementing a
Spell
Checker Client</a>
22
Spell
Checker Service</a> sample app
26
Spell
Checker Client</a> sample app
34
and access
spell
checking in your application. The framework is one of the
42
<h2 id="SpellCheckLifeCycle">
Spell
Checker Lifecycle</h2>
52
To initiate
spell
checking, your app starts its implementation of the spelling checker
58
<h2 id="SpellCheckImplementation">Implementing a
Spell
Checker Service</h2>
65
<h3 id="SpellCheckCode">
Spell
checker classes</h3
[
all
...]
/development/samples/SpellChecker/SampleSpellCheckerService/
_index.html
1
<p>A sample showing how to create a
spell
checker with the <code><a
/external/clang/test/Lexer/
escape_newline.c
6
// This is an ugly way to
spell
a -> token.
/packages/inputmethods/LatinIME/java/res/values/
strings-appname.xml
26
<!-- Name of Android
spell
checker service. AOSP(Android Open Source Project) should not be translated.
28
<string name="spell_checker_service_name">Android
Spell
Checker (AOSP)</string>
34
<!-- Title for the
spell
checking service settings screen. AOSP(Android Open Source Project) should not be translated.
36
<string name="android_spell_checker_settings">Android
Spell
Checker Settings (AOSP)</string>
/development/samples/SpellChecker/SampleSpellCheckerService/res/xml/
spellchecker.xml
21
<!-- for the
spell
checker -->
23
<
spell
-checker xmlns:android="http://schemas.android.com/apk/res/android"
30
</
spell
-checker>
/external/chromium/chrome/browser/resources/options/
language_options.html
30
<button id="language-options-
spell
-check-language-button"></button>
54
<div id="
spell
-check-option" class="checkbox">
56
<input id="enable-
spell
-check" pref="browser.enable_spellchecking"
61
<div id="auto-
spell
-correction-option" class="hidden" class="checkbox">
63
<input id="enable-auto-
spell
-correction"
/external/chromium_org/chrome/browser/ui/webui/options/
language_options_dictionary_download_browsertest.js
39
expectFalse($('language-options-
spell
-check-language-message').hidden);
46
// Verify that dictionary download in progress shows 'Downloading
spell
check
52
expectTrue($('language-options-
spell
-check-language-message').hidden);
69
expectTrue($('language-options-
spell
-check-language-message').hidden);
77
expectTrue($('language-options-
spell
-check-language-message').hidden);
84
expectTrue($('language-options-
spell
-check-language-message').hidden);
/packages/inputmethods/LatinIME/java/res/xml/
spellchecker.xml
21
for the
spell
checker -->
23
<
spell
-checker xmlns:android="http://schemas.android.com/apk/res/android"
62
</
spell
-checker>
/external/chromium/chrome/common/
render_view_commands.h
11
// the
spell
check menu commands in sync with the renderer state.
/frameworks/base/core/java/android/view/textservice/
SpellCheckerSession.java
47
* to do to work well with
spell
checker services. The main things you need to
52
* text views, so that the
spell
checker will have enough context to help the
56
* <p>For the rare people amongst us writing client applications that use the
spell
checker service
58
* {@link #getSuggestions(TextInfo[], int, boolean)} for obtaining results from the
spell
checker
63
* <p>There are a lot of security issues associated with
spell
checkers,
66
* The Android
spell
checker framework also allows
67
* arbitrary third party
spell
checkers, so care must be taken to restrict their
71
*
spell
checker framework:</p>
74
* <li>Only the system is allowed to directly access a
spell
checker framework's
77
* enforced in the system by not binding to a
spell
checker service that doe
[
all
...]
SpellCheckerInfo.java
41
* This class is used to specify meta information of a
spell
checker.
50
* The
spell
checker setting activity's name, used by the system settings to
90
if (!"
spell
-checker".equals(nodeName)) {
92
"Meta-data does not start with
spell
-checker tag");
110
"Meta-data in
spell
-checker does not start with subtype tag");
148
* Return a unique ID for this
spell
checker. The ID is generated from
203
* Load the user-displayed label for this
spell
checker.
205
* @param pm Supply a PackageManager used to load the
spell
checker's resources.
213
* Load the user-displayed icon for this
spell
checker.
215
* @param pm Supply a PackageManager used to load the
spell
checker's resources
[
all
...]
/external/chromium_org/chrome/browser/spellchecker/
spellcheck_factory.h
20
// Returns the
spell
check host. This will create the SpellcheckService if it
26
// Returns the
spell
check host. This can return NULL.
/external/chromium_org/chrome/browser/tab_contents/
spellchecker_submenu_observer.h
18
// A class that implements the '
spell
-checker options' submenu. This class
38
// The submenu of the '
spell
-checker options'. This class adds items to this
/external/chromium_org/third_party/WebKit/ManualTests/autocorrection/
autocorrection-cancelled-by-ESC.html
37
<p style="color:green">Note, this test can fail due to user specific
spell
checking data. If the user has previously
38
dismissed 'collapse' as the correct spelling of 'collaps' several times, the
spell
checker will not provide
autocorrection-cancelled-by-typing-1.html
34
<p style="color:green">Note, this test can fail due to user specific
spell
checking data. If the user has previously dismissed 'collapse' as the correct spelling of 'collaps' several times, the
spell
checker will not provide 'collapse' as a suggestion anymore. To fix this, remove all files in ~/Library/Spelling.</p>
remove-misspelling-marker-after-appending-letter.html
35
<p style="color:green">Note, this test can fail due to user specific
spell
checking data. If the user has previously dismissed 'brought' as the correct spelling of 'brougth' several times, the
spell
checker will not provide 'notational' as a suggestion anymore. To fix this, remove all files in ~/Library/Spelling.</p>
/frameworks/base/core/java/android/text/style/
SpellCheckSpan.java
25
* annotate portions of the text that are about to or currently being
spell
checked. They are
26
* automatically removed once the
spell
check is completed.
/packages/inputmethods/LatinIME/java/res/values-en-rGB/
strings-appname.xml
24
<string name="spell_checker_service_name" msgid="1254221805440242662">"Android
Spell
Checker (AOSP)"</string>
26
<string name="android_spell_checker_settings" msgid="6123949487832861885">"Android
Spell
Checker Settings (AOSP)"</string>
Completed in 1277 milliseconds
1
2
3
4
5
6
7
8
9
10
11