Home
last modified time | relevance | path

Searched refs:lower_case (Results 1 – 9 of 9) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/image/
Dsampling_kernels.cc27 const string lower_case = absl::AsciiStrToLower(str); in SamplingKernelTypeFromString() local
28 if (lower_case == "lanczos1") return Lanczos1Kernel; in SamplingKernelTypeFromString()
29 if (lower_case == "lanczos3") return Lanczos3Kernel; in SamplingKernelTypeFromString()
30 if (lower_case == "lanczos5") return Lanczos5Kernel; in SamplingKernelTypeFromString()
31 if (lower_case == "gaussian") return GaussianKernel; in SamplingKernelTypeFromString()
32 if (lower_case == "box") return BoxKernel; in SamplingKernelTypeFromString()
33 if (lower_case == "triangle") return TriangleKernel; in SamplingKernelTypeFromString()
34 if (lower_case == "keyscubic") return KeysCubicKernel; in SamplingKernelTypeFromString()
35 if (lower_case == "mitchellcubic") return MitchellCubicKernel; in SamplingKernelTypeFromString()
/external/llvm-project/clang-tools-extra/docs/clang-tidy/checks/
Dreadability-identifier-naming.rst14 - ``lower_case``,
115 - AbstractClassCase of ``lower_case``
147 - ClassMemberCase of ``lower_case``
219 - ClassCase of ``lower_case``
267 - ClassConstantCase of ``lower_case``
313 - ClassMemberCase of ``lower_case``
359 - ClassMethodCase of ``lower_case``
405 - ConstantCase of ``lower_case``
445 - ConstantMemberCase of ``lower_case``
489 - ConstantParameterCase of ``lower_case``
[all …]
/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/Inputs/readability-identifier-naming/global-style1/
D.clang-tidy4 value: lower_case
/external/compiler-rt/lib/sanitizer_common/
D.clang-tidy12 value: lower_case
/external/rust/crates/quiche/src/h3/qpack/
Dmod.rs109 fn lower_case() { in lower_case() function
/external/llvm-project/llvm/docs/Proposals/
DVariableNames.rst73 letter: ``camelBack`` and ``lower_case``. (These are also known by other names
77 ``lower_case`` is consistent with [LLDB]_, [Google]_, [Rust]_ and [Python]_.
86 Approval for ``lower_case`` was expressed by [CarruthLower]_
88 Opposition to ``lower_case`` was expressed by [LattnerLower]_.
/external/python/cpython2/Misc/NEWS.d/
D2.7.12rc1.rst412 urllib will prefer lower_case proxy environment variables over UPPER_CASE or
/external/python/cpython3/Misc/NEWS.d/
D3.5.2rc1.rst711 urllib.request will prefer lower_case proxy environment variables over
D3.6.0a1.rst1133 urllib.request will prefer lower_case proxy environment variables over