/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8/x86_64-linux/include/c++/4.8.3/bits/ |
D | locale_facets.h | 276 * simplest reasonable transformation. It does so by returning in _GLIBCXX_VISIBILITY() 293 * simplest reasonable transformation. It does so by returning in _GLIBCXX_VISIBILITY() 311 * This function converts the char_type to char using the simplest in _GLIBCXX_VISIBILITY() 331 * simplest reasonable transformation and writes the results to the in _GLIBCXX_VISIBILITY() 502 * simplest reasonable transformation. in _GLIBCXX_VISIBILITY() 521 * simplest reasonable transformation. in _GLIBCXX_VISIBILITY() 542 * simplest reasonable transformation. If the conversion fails, dfault in _GLIBCXX_VISIBILITY() 563 * [__lo,__hi) to char using the simplest reasonable in _GLIBCXX_VISIBILITY() 851 * This function converts the char to char_type using the simplest in _GLIBCXX_VISIBILITY() 877 * simplest reasonable transformation. For an underived ctype<char> in _GLIBCXX_VISIBILITY() [all …]
|
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/ |
D | locale_facets.h | 276 * simplest reasonable transformation. It does so by returning in _GLIBCXX_VISIBILITY() 293 * simplest reasonable transformation. It does so by returning in _GLIBCXX_VISIBILITY() 311 * This function converts the char_type to char using the simplest in _GLIBCXX_VISIBILITY() 331 * simplest reasonable transformation and writes the results to the in _GLIBCXX_VISIBILITY() 502 * simplest reasonable transformation. in _GLIBCXX_VISIBILITY() 521 * simplest reasonable transformation. in _GLIBCXX_VISIBILITY() 542 * simplest reasonable transformation. If the conversion fails, dfault in _GLIBCXX_VISIBILITY() 563 * [__lo,__hi) to char using the simplest reasonable in _GLIBCXX_VISIBILITY() 851 * This function converts the char to char_type using the simplest in _GLIBCXX_VISIBILITY() 877 * simplest reasonable transformation. For an underived ctype<char> in _GLIBCXX_VISIBILITY() [all …]
|
/aosp_15_r20/external/stg/doc/ |
H A D | tutorial.md | 3 The simplest use for the STG tools is to extract, store and compare ABI 43 sophisticated things as well. The simplest invocation of `stg` looks something 265 differences, though it has some other, more specialised, uses. The simplest
|
/aosp_15_r20/external/apache-xml/test/java/src/org/apache/qetest/xslwrapper/ |
H A D | XTWrapper.java | 32 * Implementation of TransformWrapper that uses the simplest method 44 * @return Uses XT in simplest manner possible 48 return "Uses XT in simplest manner possible"; in getDescription()
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/tools/distrib/python/grpcio_tools/grpc_tools/test/ |
D | simpler.proto | 19 import "simplest.proto"; 23 simplest.SimplestMessage simplest_message = 2;
|
D | complicated.proto | 19 import "simplest.proto"; 25 simplest.SimplestMessage simplest_message = 4;
|
D | BUILD.bazel | 22 srcs = ["simplest.proto"], 48 "simplest.proto",
|
/aosp_15_r20/external/grpc-grpc/tools/distrib/python/grpcio_tools/grpc_tools/test/ |
H A D | simpler.proto | 19 import "simplest.proto"; 23 simplest.SimplestMessage simplest_message = 2;
|
H A D | complicated.proto | 19 import "simplest.proto"; 25 simplest.SimplestMessage simplest_message = 4;
|
H A D | BUILD.bazel | 22 srcs = ["simplest.proto"], 48 "simplest.proto",
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/ctc/ |
H A D | ctc_beam_scorer.h | 46 // Called at most once per child beam. In the simplest case, no state 59 // The score returned should be a log-probability. In the simplest case, as
|
/aosp_15_r20/external/tensorflow/tensorflow/core/util/ctc/ |
H A D | ctc_beam_scorer.h | 44 // Called at most once per child beam. In the simplest case, no state 57 // The score returned should be a log-probability. In the simplest case, as
|
/aosp_15_r20/external/python/cpython3/Doc/includes/ |
D | email-read-alternative.py | 35 simplest = msg.get_body(preferencelist=('plain', 'html')) variable 37 print(''.join(simplest.get_content().splitlines(keepends=True)[:3]))
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/doc/karma/ |
D | operator.qbk | 71 [tip The simplest way to force a sequence to behave as if it did buffering 302 [tip The simplest way to force a Kleene star to behave as if it did 413 [tip The simplest way to force a plus generator to behave as if it did 624 [tip The simplest way to force a optional generator to behave as if it did
|
/aosp_15_r20/external/apache-commons-lang/src/main/java/org/apache/commons/lang3/text/ |
H A D | StrLookup.java | 26 * This class represents the simplest form of a string to string map. 109 * The simplest implementation is to use a Map. However, virtually any
|
/aosp_15_r20/external/fbjni/cxx/fbjni/detail/ |
H A D | Iterator.h | 32 * In the simplest case, it can be used just as alias_ref<JIterator<>>, 126 * In the simplest case, it can be used just as alias_ref<JMap<>>,
|
/aosp_15_r20/external/python/cpython2/Doc/distutils/ |
D | examples.rst | 27 In the simplest case, you'll have two files to worry about: a setup script and 204 it only affects the source for pure Python modules. The simplest case, a
|
/aosp_15_r20/libcore/ojluni/src/main/java/sun/misc/ |
H A D | CharacterDecoder.java | 52 * Of course in the simplest encoding schemes, the buffer has no 115 * this method. The simplest version of this method looks for the
|
/aosp_15_r20/external/pytorch/torch/nn/modules/ |
H A D | pooling.py | 84 In the simplest case, the output value of the layer with input size :math:`(N, C, L)` 148 In the simplest case, the output value of the layer with input size :math:`(N, C, H, W)`, 227 In the simplest case, the output value of the layer with input size :math:`(N, C, D, H, W)`, 583 In the simplest case, the output value of the layer with input size :math:`(N, C, L)`, 664 In the simplest case, the output value of the layer with input size :math:`(N, C, H, W)`, 770 In the simplest case, the output value of the layer with input size :math:`(N, C, D, H, W)`,
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/doc/lex/ |
D | introduction.qbk | 52 simplest to unrestricted grammars being the most complex. Similarly, the 79 goal here is to use the simplest parsing technique needed for the job.
|
/aosp_15_r20/external/rust/beto-rust/common/ |
D | deny.toml | 143 # * simplest-path - The path to the version with the fewest edges is highlighted 144 # * all - Both lowest-version and simplest-path are used
|
/aosp_15_r20/external/rust/beto-rust/nearby/ |
D | deny.toml | 142 # * simplest-path - The path to the version with the fewest edges is highlighted 143 # * all - Both lowest-version and simplest-path are used
|
/aosp_15_r20/external/tensorflow/tensorflow/tools/android/test/ |
H A D | README.md | 69 The simplest way to compile the demo app yourself, and try out changes to the 74 `'none'` so that the project is built in the simplest way possible:
|
/aosp_15_r20/external/boringssl/src/rust/bssl-crypto/ |
H A D | deny.toml | 158 # * simplest-path - The path to the version with the fewest edges is highlighted 159 # * all - Both lowest-version and simplest-path are used
|
/aosp_15_r20/external/rust/beto-rust/remoteauth/ |
D | deny.toml | 176 # * simplest-path - The path to the version with the fewest edges is highlighted 177 # * all - Both lowest-version and simplest-path are used
|