HomeSort by relevance Sort by last modified time
    Searched full:correction (Results 1 - 25 of 1707) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /development/samples/SpellChecker/SampleSpellCheckerService/
_index.html 5 "Sample correction" as the spelling correction service. </p>
  /external/syslinux/gpxe/src/include/sys/
time.h 15 int tz_dsttime; /* type of dst correction */
  /packages/inputmethods/LatinIME/java/res/values/
config-auto-correction-thresholds.xml 22 <!-- The array of auto correction threshold values. -->
24 <!-- Off, When auto correction setting is Off, this value is not used. -->
27 will be subject to auto-correction. -->
32 will be subject to auto-correction. "floatNegativeInfinity" is a special marker
43 <!-- The index of the auto correction threshold values array. -->
49 <!-- The array of the auto correction threshold settings values. -->
56 <!-- The array of the human readable auto correction threshold settings entries. -->
  /cts/tests/tests/location/src/android/location/cts/psedorange/
SatelliteClockCorrectionCalculator.java 19 * Calculate the GPS satellite clock correction based on parameters observed from the navigation
31 * Compute the GPS satellite clock correction term in meters iteratively following page 88 - 90
32 * and 98 - 100 of the ICD GPS 200. The method returns a pair of satellite clock correction in
63 // Correction for week rollover
69 // Initial satellite clock correction (unknown relativistic correction). Iterate to correct
83 // Correction for week rollover
100 // relativistic correction term (seconds)
103 // satellite clock correction including relativistic effect
110 throw new Exception("Satellite Clock Correction calculation did not converge in
    [all...]
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/suggestions/
SuggestionStripLayoutHelperTests.java 119 assertEquals("1st word without auto correction", POSITION_CENTER,
126 assertEquals("2nd word without auto correction", POSITION_LEFT,
133 assertEquals("3rd word without auto correction", POSITION_RIGHT,
141 assertEquals("typed word with auto correction", POSITION_LEFT,
148 assertEquals("2nd word with auto correction", POSITION_CENTER,
155 assertEquals("3rd word with auto correction", POSITION_RIGHT,
163 assertEquals("1st word without auto correction", POSITION_OMIT,
170 assertEquals("2nd word without auto correction", POSITION_CENTER,
177 assertEquals("3rd word without auto correction", POSITION_LEFT,
184 assertEquals("4th word without auto correction", POSITION_RIGHT
    [all...]
  /frameworks/native/services/surfaceflinger/Effects/
Daltonizer.cpp 116 // The amount of correction can be adjusted here.
137 // We construct the matrix that will perform the whole correction.
143 // correction: type of color blindness correction (should match the simulation above):
145 mat4 correction(0);
150 if (mMode == ColorBlindnessMode::Correction)
151 correction = errp;
155 if (mMode == ColorBlindnessMode::Correction)
156 correction = errd;
160 if (mMode == ColorBlindnessMode::Correction)
    [all...]
  /external/kernel-headers/original/uapi/linux/
rtc.h 44 * Data structure to control PLL correction some better RTC feature
45 * pll_value is used to get or set current value of correction,
58 int pll_value; /* get/set correction value */
61 int pll_posmult; /* factor for +ve correction */
62 int pll_negmult; /* factor for -ve correction */
92 #define RTC_PLL_GET _IOR('p', 0x11, struct rtc_pll_info) /* Get PLL correction */
93 #define RTC_PLL_SET _IOW('p', 0x12, struct rtc_pll_info) /* Set PLL correction */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
rtc.h 43 * Data structure to control PLL correction some better RTC feature
44 * pll_value is used to get or set current value of correction,
57 int pll_value; /* get/set correction value */
60 int pll_posmult; /* factor for +ve correction */
61 int pll_negmult; /* factor for -ve correction */
91 #define RTC_PLL_GET _IOR('p', 0x11, struct rtc_pll_info) /* Get PLL correction */
92 #define RTC_PLL_SET _IOW('p', 0x12, struct rtc_pll_info) /* Set PLL correction */
  /system/core/logd/
LogKlog.h 39 static log_time correction; member in class:LogKlog
51 real += correction;
54 real -= correction;
  /system/extras/boottime_tools/bootanalyze/
README.md 15 be present in dmesg log after clock correction.
  /external/clang/include/clang/Sema/
TypoCorrection.h 1 //===--- TypoCorrection.h - Class for typo correction results ---*- C++ -*-===//
11 // Sema's typo correction (Sema::CorrectTypo).
37 // best correction candidates having the lowest edit distance).
73 /// \brief Gets the DeclarationName of the typo correction
79 /// \brief Gets the NestedNameSpecifier needed to use the typo correction
113 /// \brief Gets the "edit distance" of the typo correction from the typo.
132 /// \brief Get the correction declaration found by name lookup (before we
138 /// \brief Gets the pointer to the declaration of the typo correction
179 /// added to the list of the correction's NamedDecl pointers, NULL is added
199 // Returns true if the correction either is a keyword or has a known decl
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Sema/
TypoCorrection.h 1 //===--- TypoCorrection.h - Class for typo correction results ---*- C++ -*-===//
11 // Sema's typo correction (Sema::CorrectTypo).
37 // best correction candidates having the lowest edit distance).
73 /// \brief Gets the DeclarationName of the typo correction
79 /// \brief Gets the NestedNameSpecifier needed to use the typo correction
113 /// \brief Gets the "edit distance" of the typo correction from the typo.
132 /// \brief Get the correction declaration found by name lookup (before we
138 /// \brief Gets the pointer to the declaration of the typo correction
179 /// added to the list of the correction's NamedDecl pointers, NULL is added
199 // Returns true if the correction either is a keyword or has a known decl
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Sema/
TypoCorrection.h 1 //===--- TypoCorrection.h - Class for typo correction results ---*- C++ -*-===//
11 // Sema's typo correction (Sema::CorrectTypo).
37 // best correction candidates having the lowest edit distance).
73 /// \brief Gets the DeclarationName of the typo correction
79 /// \brief Gets the NestedNameSpecifier needed to use the typo correction
113 /// \brief Gets the "edit distance" of the typo correction from the typo.
132 /// \brief Get the correction declaration found by name lookup (before we
138 /// \brief Gets the pointer to the declaration of the typo correction
179 /// added to the list of the correction's NamedDecl pointers, NULL is added
199 // Returns true if the correction either is a keyword or has a known decl
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Sema/
TypoCorrection.h 1 //===--- TypoCorrection.h - Class for typo correction results ---*- C++ -*-===//
11 // Sema's typo correction (Sema::CorrectTypo).
37 // best correction candidates having the lowest edit distance).
73 /// \brief Gets the DeclarationName of the typo correction
79 /// \brief Gets the NestedNameSpecifier needed to use the typo correction
113 /// \brief Gets the "edit distance" of the typo correction from the typo.
132 /// \brief Get the correction declaration found by name lookup (before we
138 /// \brief Gets the pointer to the declaration of the typo correction
179 /// added to the list of the correction's NamedDecl pointers, NULL is added
199 // Returns true if the correction either is a keyword or has a known decl
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Sema/
TypoCorrection.h 1 //===--- TypoCorrection.h - Class for typo correction results ---*- C++ -*-===//
11 // Sema's typo correction (Sema::CorrectTypo).
37 // best correction candidates having the lowest edit distance).
73 /// \brief Gets the DeclarationName of the typo correction
79 /// \brief Gets the NestedNameSpecifier needed to use the typo correction
113 /// \brief Gets the "edit distance" of the typo correction from the typo.
132 /// \brief Get the correction declaration found by name lookup (before we
138 /// \brief Gets the pointer to the declaration of the typo correction
179 /// added to the list of the correction's NamedDecl pointers, NULL is added
199 // Returns true if the correction either is a keyword or has a known decl
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Sema/
TypoCorrection.h 1 //===--- TypoCorrection.h - Class for typo correction results ---*- C++ -*-===//
11 // Sema's typo correction (Sema::CorrectTypo).
37 // best correction candidates having the lowest edit distance).
73 /// \brief Gets the DeclarationName of the typo correction
79 /// \brief Gets the NestedNameSpecifier needed to use the typo correction
113 /// \brief Gets the "edit distance" of the typo correction from the typo.
132 /// \brief Get the correction declaration found by name lookup (before we
138 /// \brief Gets the pointer to the declaration of the typo correction
179 /// added to the list of the correction's NamedDecl pointers, NULL is added
199 // Returns true if the correction either is a keyword or has a known decl
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Sema/
TypoCorrection.h 1 //===--- TypoCorrection.h - Class for typo correction results ---*- C++ -*-===//
11 // Sema's typo correction (Sema::CorrectTypo).
37 // best correction candidates having the lowest edit distance).
73 /// \brief Gets the DeclarationName of the typo correction
79 /// \brief Gets the NestedNameSpecifier needed to use the typo correction
113 /// \brief Gets the "edit distance" of the typo correction from the typo.
132 /// \brief Get the correction declaration found by name lookup (before we
138 /// \brief Gets the pointer to the declaration of the typo correction
179 /// added to the list of the correction's NamedDecl pointers, NULL is added
199 // Returns true if the correction either is a keyword or has a known decl
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Sema/
TypoCorrection.h 1 //===--- TypoCorrection.h - Class for typo correction results ---*- C++ -*-===//
11 // Sema's typo correction (Sema::CorrectTypo).
37 // best correction candidates having the lowest edit distance).
73 /// \brief Gets the DeclarationName of the typo correction
79 /// \brief Gets the NestedNameSpecifier needed to use the typo correction
113 /// \brief Gets the "edit distance" of the typo correction from the typo.
132 /// \brief Get the correction declaration found by name lookup (before we
138 /// \brief Gets the pointer to the declaration of the typo correction
179 /// added to the list of the correction's NamedDecl pointers, NULL is added
199 // Returns true if the correction either is a keyword or has a known decl
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Sema/
TypoCorrection.h 1 //===--- TypoCorrection.h - Class for typo correction results ---*- C++ -*-===//
11 // Sema's typo correction (Sema::CorrectTypo).
37 // best correction candidates having the lowest edit distance).
73 /// \brief Gets the DeclarationName of the typo correction
79 /// \brief Gets the NestedNameSpecifier needed to use the typo correction
113 /// \brief Gets the "edit distance" of the typo correction from the typo.
132 /// \brief Get the correction declaration found by name lookup (before we
138 /// \brief Gets the pointer to the declaration of the typo correction
179 /// added to the list of the correction's NamedDecl pointers, NULL is added
199 // Returns true if the correction either is a keyword or has a known decl
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/Sema/
TypoCorrection.h 1 //===--- TypoCorrection.h - Class for typo correction results ---*- C++ -*-===//
11 // Sema's typo correction (Sema::CorrectTypo).
37 // best correction candidates having the lowest edit distance).
73 /// \brief Gets the DeclarationName of the typo correction
79 /// \brief Gets the NestedNameSpecifier needed to use the typo correction
113 /// \brief Gets the "edit distance" of the typo correction from the typo.
132 /// \brief Get the correction declaration found by name lookup (before we
138 /// \brief Gets the pointer to the declaration of the typo correction
179 /// added to the list of the correction's NamedDecl pointers, NULL is added
199 // Returns true if the correction either is a keyword or has a known decl
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/Sema/
TypoCorrection.h 1 //===--- TypoCorrection.h - Class for typo correction results ---*- C++ -*-===//
11 // Sema's typo correction (Sema::CorrectTypo).
37 // best correction candidates having the lowest edit distance).
73 /// \brief Gets the DeclarationName of the typo correction
79 /// \brief Gets the NestedNameSpecifier needed to use the typo correction
113 /// \brief Gets the "edit distance" of the typo correction from the typo.
132 /// \brief Get the correction declaration found by name lookup (before we
138 /// \brief Gets the pointer to the declaration of the typo correction
179 /// added to the list of the correction's NamedDecl pointers, NULL is added
199 // Returns true if the correction either is a keyword or has a known decl
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/Sema/
TypoCorrection.h 1 //===--- TypoCorrection.h - Class for typo correction results ---*- C++ -*-===//
11 // Sema's typo correction (Sema::CorrectTypo).
37 // best correction candidates having the lowest edit distance).
73 /// \brief Gets the DeclarationName of the typo correction
79 /// \brief Gets the NestedNameSpecifier needed to use the typo correction
113 /// \brief Gets the "edit distance" of the typo correction from the typo.
132 /// \brief Get the correction declaration found by name lookup (before we
138 /// \brief Gets the pointer to the declaration of the typo correction
179 /// added to the list of the correction's NamedDecl pointers, NULL is added
199 // Returns true if the correction either is a keyword or has a known decl
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/Sema/
TypoCorrection.h 1 //===--- TypoCorrection.h - Class for typo correction results ---*- C++ -*-===//
11 // Sema's typo correction (Sema::CorrectTypo).
37 // best correction candidates having the lowest edit distance).
73 /// \brief Gets the DeclarationName of the typo correction
79 /// \brief Gets the NestedNameSpecifier needed to use the typo correction
113 /// \brief Gets the "edit distance" of the typo correction from the typo.
132 /// \brief Get the correction declaration found by name lookup (before we
138 /// \brief Gets the pointer to the declaration of the typo correction
179 /// added to the list of the correction's NamedDecl pointers, NULL is added
199 // Returns true if the correction either is a keyword or has a known decl
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/Sema/
TypoCorrection.h 1 //===--- TypoCorrection.h - Class for typo correction results ---*- C++ -*-===//
11 // Sema's typo correction (Sema::CorrectTypo).
37 // best correction candidates having the lowest edit distance).
73 /// \brief Gets the DeclarationName of the typo correction
79 /// \brief Gets the NestedNameSpecifier needed to use the typo correction
113 /// \brief Gets the "edit distance" of the typo correction from the typo.
132 /// \brief Get the correction declaration found by name lookup (before we
138 /// \brief Gets the pointer to the declaration of the typo correction
179 /// added to the list of the correction's NamedDecl pointers, NULL is added
199 // Returns true if the correction either is a keyword or has a known decl
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Sema/
TypoCorrection.h 1 //===--- TypoCorrection.h - Class for typo correction results ---*- C++ -*-===//
11 // Sema's typo correction (Sema::CorrectTypo).
37 // best correction candidates having the lowest edit distance).
73 /// \brief Gets the DeclarationName of the typo correction
79 /// \brief Gets the NestedNameSpecifier needed to use the typo correction
113 /// \brief Gets the "edit distance" of the typo correction from the typo.
132 /// \brief Get the correction declaration found by name lookup (before we
138 /// \brief Gets the pointer to the declaration of the typo correction
179 /// added to the list of the correction's NamedDecl pointers, NULL is added
199 // Returns true if the correction either is a keyword or has a known decl
    [all...]

Completed in 1922 milliseconds

1 2 3 4 5 6 7 8 91011>>