OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:corrected
(Results
251 - 275
of
401
) sorted by null
<<
11
12
13
14
15
16
17
/external/clang/lib/Parse/
Parser.cpp
[
all
...]
/external/clang/lib/Sema/
SemaTemplate.cpp
327
if (TypoCorrection
Corrected
= CorrectTypo(
330
Found.setLookupName(
Corrected
.getCorrection());
331
if (
Corrected
.getCorrectionDecl())
332
Found.addDecl(
Corrected
.getCorrectionDecl());
336
std::string CorrectedStr(
Corrected
.getAsString(getLangOpts()));
337
bool DroppedSpecifier =
Corrected
.WillReplaceSpecifier() &&
339
diagnoseTypo(
Corrected
, PDiag(diag::err_no_member_template_suggest)
343
diagnoseTypo(
Corrected
, PDiag(diag::err_no_template_suggest) << Name);
[
all
...]
/external/icu/icu4c/source/i18n/
astro.cpp
541
// Duffet-Smith's incorrect coefficients (p.86). I've
corrected
[
all
...]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
CalendarAstronomer.java
515
// Duffet-Smith's incorrect coefficients (p.86). I've
corrected
[
all
...]
/external/linux-tools-perf/src/tools/perf/util/
evsel.c
[
all
...]
/external/mesa3d/docs/
news.html
561
- fragment fog interpolation is perspective
corrected
now
996
-
corrected
MMX blend code (Jose Fonseca)
[
all
...]
/external/proguard/src/proguard/optimize/evaluation/
EvaluationShrinker.java
[
all
...]
/external/selinux/policycoreutils/
ChangeLog
[
all
...]
/cts/tests/tests/hardware/src/android/hardware/camera2/cts/rs/
RawConverter.java
151
* Gamma correction - each pixel is gamma
corrected
using ?=2.2 to map into sRGB
[
all
...]
/external/aac/libSBRdec/src/
env_dec.cpp
614
/*
Corrected
length of first envelope (concealing can make the first envelope longer) */
/external/apache-commons-math/src/main/java/org/apache/commons/math/estimation/
LevenbergMarquardtEstimator.java
86
* BE
CORRECTED
.</strong></li>
/external/apache-commons-math/src/main/java/org/apache/commons/math/optimization/general/
LevenbergMarquardtOptimizer.java
90
* BE
CORRECTED
.</strong></li>
[
all
...]
/external/fonttools/Lib/fontTools/
agl.py
100
# -
Corrected
statement above about why "ffi" is omitted.
/external/icu/icu4c/source/data/brkitr/
line_loose.txt
112
# 5.0 or later as the definition of Complex_Context was
corrected
to include all
line_loose_cj.txt
123
# 5.0 or later as the definition of Complex_Context was
corrected
to include all
line_loose_fi.txt
111
# 5.0 or later as the definition of Complex_Context was
corrected
to include all
line_normal_cj.txt
111
# 5.0 or later as the definition of Complex_Context was
corrected
to include all
/external/libpng/contrib/libtests/
makepng.c
958
fprintf(stderr, " actual %lu, recorded value %lu (
corrected
)\n",
[
all
...]
/external/mesa3d/src/mesa/swrast/
s_triangle.c
797
* Render an perspective
corrected
RGB/RGBA textured triangle.
[
all
...]
/external/protobuf/
CHANGES.txt
482
*
Corrected
ListFields() signature in Message base class to match what
/external/protobuf/src/google/protobuf/
wire_format_lite_inl.h
465
// is
corrected
, we choose the name to avoid accidental collisions.
[
all
...]
/external/skia/site/dev/design/
pdftheory.md
392
result unless it is
corrected
for. The SkClipStack passed to drawing
/frameworks/base/location/java/android/location/
GpsMeasurement.java
398
* @return {@code true} if {@link #getPseudorangeRateInMetersPerSec()} contains a
corrected
[
all
...]
/frameworks/base/services/core/java/com/android/server/notification/
NotificationUsageStats.java
700
// Welford's "Method for Calculating
Corrected
Sums of Squares"
[
all
...]
/frameworks/compile/mclinker/lib/Object/
ObjectLinker.cpp
863
// needs FDE PC value, which will be
corrected
at syncRelocation
[
all
...]
Completed in 5874 milliseconds
<<
11
12
13
14
15
16
17