Home
last modified time | relevance | path

Searched refs:suggested (Results 1 – 25 of 267) sorted by relevance

1234567891011

/external/jackson-annotations/release-notes/
DVERSION-2.x31 (suggested by Craig P)
56 (suggested by Alejandro R)
60 (suggested by Alexey B)
65 (suggested by ufoscout@github)
81 (suggested by Zoltan S)
112 (suggested by Net-A-Porter@github)
/external/jackson-databind/release-notes/
DVERSION-2.x276 (reported, fix suggested by Ben A)
278 (suggested by Manuel H)
291 (suggested by TheEin@github)
600 (suggested by Mark W)
618 (suggested by Nick B)
624 (suggested by brentryan@github)
898 (suggested by natnan@github)
908 (suggested by Gregoire C, gcxRun@github)
912 (suggested by Matt V, mveitas@github)
914 (suggested by Maarten B)
[all …]
/external/libtextclassifier/java/tests/instrumentation/src/com/android/textclassifier/
DTextClassifierApiTest.java73 String suggested = "http://www.android.com"; in suggestSelection() local
76 int smartStartIndex = text.indexOf(suggested); in suggestSelection()
77 int smartEndIndex = smartStartIndex + suggested.length(); in suggestSelection()
DTextClassifierImplTest.java87 String suggested = "droid@android.com"; in testSuggestSelection() local
90 int smartStartIndex = text.indexOf(suggested); in testSuggestSelection()
91 int smartEndIndex = smartStartIndex + suggested.length(); in testSuggestSelection()
106 String suggested = "http://www.android.com"; in testSuggestSelection_url() local
109 int smartStartIndex = text.indexOf(suggested); in testSuggestSelection_url()
110 int smartEndIndex = smartStartIndex + suggested.length(); in testSuggestSelection_url()
/external/llvm-project/clang-tools-extra/docs/clang-tidy/checks/
Dbugprone-misplaced-operator-in-strlen-in-alloc.rst25 The suggested fix is to add ``1`` to the return value of ``strlen()`` and not
42 As in the `C` code with the ``malloc()`` function, the suggested fix is to
Dbugprone-move-forwarding-reference.rst18 the fix that will be suggested.
23 In this example, the suggested fix would be
Dandroid-cloexec-pipe.rst7 suggested replacement. The check also adds the O_CLOEXEC flag that marks the file descriptor to
Dreadability-convert-member-functions-to-static.rst9 After applying modifications as suggested by the check, running the check again
Dbugprone-misplaced-pointer-arithmetic-in-alloc.rst20 The suggested fix is to add the integer expression to the argument of
Dabseil-duration-conversion-cast.rst29 Note: In the second example, the suggested fix could yield a different result,
/external/chromium-trace/catapult/common/eslint/
DREADME.md5 suggested in https://goo.gl/uAxFHq.
/external/ImageMagick/MagickWand/
DChangeLog138 (suggested by O. Watson).
139 * Add PixelGetColorAsNormalizedString() method (suggested by O. Watson).
147 and MagickShadeImage() (suggested by O. Watson).
185 * Add MagickGetImagePixelColor() method (suggested by O. Watson).
303 * Added DrawSetTextAlignment() and DrawGetTextAlignment() methods (suggested
/external/curl/docs/cmdline-opts/
Dhappy-eyeballs-timeout-ms.d13 The range of suggested useful values is limited. Happy Eyeballs RFC 6555 says
/external/rust/crates/libz-sys/src/zlib/contrib/masmx86/
Dreadme.txt11 directory, then run the appropriate makefile, as suggested below. You can
/external/tensorflow/tensorflow/core/profiler/g3doc/
Dprofile_model_architecture.md53 calculate the statistics. It is suggested to pass in `-run_meta_path` if
55 with the runtime shape information from RunMetadata. Hence, it is suggested
/external/brotli/fetch-spec/
Dshared-brotli-fetch-spec.txt88 It is suggested for servers to not add any "no-cache" or short "max-age"
89 Cache-Control directives, and it is suggested for the client to effectively
94 [NOTE-BOX] It is suggested that a server does not reuse the same URL
/external/deqp-deps/SPIRV-Tools/source/
Dname_mapper.cpp106 #define GLCASE2(name, suggested) \ in SaveBuiltInName() argument
108 SaveName(target_id, "gl_" #suggested); \ in SaveBuiltInName()
/external/swiftshader/third_party/SPIRV-Tools/source/
Dname_mapper.cpp106 #define GLCASE2(name, suggested) \ in SaveBuiltInName() argument
108 SaveName(target_id, "gl_" #suggested); \ in SaveBuiltInName()
/external/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_FakeQuantWithMinMaxArgs.pbtxt16 It is suggested to have `min <= 0 <= max`. If `0` is not in the range of values,
Dapi_def_FakeQuantWithMinMaxVars.pbtxt19 It is suggested to have `min <= 0 <= max`. If `0` is not in the range of values,
Dapi_def_FakeQuantWithMinMaxVarsPerChannel.pbtxt20 It is suggested to have `min <= 0 <= max`. If `0` is not in the range of values,
/external/sfntly/doc/
Dunit_tests.md24 Its strongly suggested to run unit\_tests with valgrind. The following
/external/python/cpython2/Misc/Vim/
Dvimrc16 " Some suggested options are listed but commented out at the end of this file.
71 " The following section contains suggested settings. While in no way required
/external/clang/include/clang/Basic/
DDiagnosticFrontendKinds.td145 def note_fixit_applied : Note<"FIX-IT applied suggested code changes">;
147 "FIX-IT unable to apply suggested code changes in a macro">;
149 "FIX-IT unable to apply suggested code changes">;
/external/catch2/CMake/
DFindGcov.cmake31 # suggested binary name with the compiler version.
41 # the suggested binary name with the compiler version.

1234567891011