OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:asynchronous
(Results
1 - 14
of
14
) sorted by null
/external/guava/guava/src/com/google/common/cache/
RemovalListeners.java
42
public static <K, V> RemovalListener<K, V>
asynchronous
(
method in class:RemovalListeners
/frameworks/wilhelm/src/
locks.c
178
unsigned
asynchronous
= attributes;
local
187
asynchronous
&= ~(*handler)(thiz);
193
if (
asynchronous
) {
195
thiz->mAttributesMask = oldAttributesMask |
asynchronous
;
197
asynchronous
= ATTR_NONE;
256
if (ATTR_NONE !=
asynchronous
) {
/external/chromium_org/third_party/WebKit/Source/core/editing/
SpellChecker.cpp
496
bool
asynchronous
= m_frame.settings() && m_frame.settings()->asynchronousSpellCheckingEnabled();
local
497
chunkAndMarkAllMisspellingsAndBadGrammar(textCheckingOptions, fullParagraphToCheck,
asynchronous
);
506
bool
asynchronous
= true;
local
507
chunkAndMarkAllMisspellingsAndBadGrammar(resolveTextCheckingTypeMask(TextCheckingTypeSpelling | TextCheckingTypeGrammar), textToCheck,
asynchronous
);
510
void SpellChecker::chunkAndMarkAllMisspellingsAndBadGrammar(TextCheckingTypeMask textCheckingOptions, const TextCheckingParagraph& fullParagraphToCheck, bool
asynchronous
)
521
const int kNumChunksToCheck =
asynchronous
? (end - start + kChunkSize - 1) / (kChunkSize) : 1;
524
if (kNumChunksToCheck == 1 &&
asynchronous
) {
525
markAllMisspellingsAndBadGrammarInRanges(textCheckingOptions, checkRange.get(), checkRange.get(),
asynchronous
, 0);
535
markAllMisspellingsAndBadGrammarInRanges(textCheckingOptions, checkRange.get(), checkRange.get(),
asynchronous
, iter, &checkingLength);
540
void SpellChecker::markAllMisspellingsAndBadGrammarInRanges(TextCheckingTypeMask textCheckingOptions, Range* checkRange, Range* paragraphRange, bool
asynchronous
, int requestNumber, int* checkingLength
[
all
...]
/prebuilts/tools/common/netbeans-visual/
org-openide-util.jar
/prebuilts/sdk/tools/lib/
guava-10.0.1.jar
lint.jar
lint_api.jar
lint_checks.jar
/prebuilts/misc/common/tradefed/
tradefed-prebuilt.jar
/external/droiddriver/libs/
guava-13.0.jar
/prebuilts/devtools/tools/lib/
guava-13.0.1.jar
/prebuilts/tools/common/gradle-plugins/repository/com/google/guava/guava/14.0/
guava-14.0.jar
/prebuilts/tools/common/guava-tools/
guava-13.0.1.jar
/prebuilts/tools/common/m2/repository/com/google/guava/guava/13.0.1/
guava-13.0.1.jar
Completed in 335 milliseconds