OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:guesses
(Results
1 - 25
of
82
) sorted by null
1
2
3
4
/external/chromium_org/third_party/WebKit/ManualTests/autocorrection/
dismiss-multiple-guesses.html
33
<title>Dismiss Multiple
Guesses
Test</title>
36
<div><p>This test verifies that pressing ESC key diusmisses multiple
guesses
panel correctly</p>
select-from-multiple-guesses.html
33
<title>Select From Multiple
Guesses
Test</title>
36
<div><p>This test verifies that multiple
guesses
on mispelled word is working correctly</p>
/external/android-clat/
icmp.h
24
//
Guesses
the number of hops a received packet has traversed based on its TTL.
icmp.c
28
*
Guesses
the number of hops a received packet has traversed based on its TTL.
/external/chromium_org/remoting/host/
host_secret.cc
18
// should be enough for short-term passwords, given that we rate-limit
guesses
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_whichdb.py
48
# Check whether whichdb correctly
guesses
module name
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_whichdb.py
48
# Check whether whichdb correctly
guesses
module name
/external/chromium/chrome/browser/
spellchecker_mac.mm
250
NSArray*
guesses
=
255
for (int i = 0; i < static_cast<int>([
guesses
count]); i++) {
258
[
guesses
objectAtIndex:i]));
/external/chromium_org/chrome/browser/spellchecker/
spellcheck_platform_mac.mm
202
NSArray*
guesses
= [SharedSpellChecker() guessesForWord:NS_wrong_word];
206
for (int i = 0; i < static_cast<int>([
guesses
count]); ++i) {
209
[
guesses
objectAtIndex:i]));
/external/chromium_org/third_party/WebKit/Source/core/platform/text/
TextChecking.h
56
Vector<String>
guesses
;
member in struct:WebCore::GrammarDetail
/external/chromium_org/chrome/browser/performance_monitor/
metric.cc
25
// These are "best-
guesses
" in order to weed out obviously-false values. A
/external/chromium_org/ui/base/x/
selection_utils.h
107
//
guesses
the character encoding of the source.
/external/apache-xml/src/main/java/org/apache/xpath/functions/
FuncPosition.java
108
// System.out.println("FuncPosition - out of
guesses
: -1");
/external/chromium/base/
utf_string_conversion_utils.h
81
//
Guesses
the length of the output in UTF-8 in bytes, clears that output
/external/chromium/chrome/browser/net/
url_info.h
144
// IsStillCached()
guesses
if the DNS cache still has IP data.
url_info.cc
166
// IsStillCached()
guesses
if the DNS cache still has IP data,
/external/chromium_org/base/strings/
utf_string_conversion_utils.h
83
//
Guesses
the length of the output in UTF-8 in bytes, clears that output
/external/chromium_org/chrome/browser/net/
url_info.h
141
// IsStillCached()
guesses
if the DNS cache still has IP data.
url_info.cc
186
// IsStillCached()
guesses
if the DNS cache still has IP data,
/external/compiler-rt/lib/tsan/rtl/
tsan_platform.h
155
//
Guesses
with high probability, may yield both false positives and negatives.
/external/valgrind/main/docs/internals/
arm_thumb_notes_gdbserver.txt
60
The monitor command
guesses
the thumb bit based on the debug information.
/external/apache-http/src/org/apache/http/message/
BasicLineFormatter.java
145
*
Guesses
the length of a formatted protocol version.
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/
svga_draw.c
377
* min_index/max_index are merely conservative
guesses
, so we can't
/external/jpeg/
jdapimin.c
119
/* Note application may override our
guesses
. */
/external/mesa3d/src/gallium/drivers/svga/
svga_draw.c
377
* min_index/max_index are merely conservative
guesses
, so we can't
Completed in 2289 milliseconds
1
2
3
4