Searched full:simplest (Results 1 – 25 of 1095) sorted by relevance
12345678910>>...44
| /external/grpc-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",
|
| D | simplest.proto | 17 package simplest; package
|
| /external/rust/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",
|
| D | simplest.proto | 17 package simplest; package
|
| /external/tensorflow/tensorflow/lite/kernels/ctc/ |
| 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
|
| /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]))
|
| /external/tensorflow/tensorflow/core/util/ctc/ |
| 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
|
| /external/apache-xml/test/java/src/org/apache/qetest/xslwrapper/ |
| 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()
|
| /external/angle/build/rust/tests/test_simple_rust_exe/ |
| D | BUILD.gn | 5 # This should be the simplest possible exe with no dependencies,
|
| /external/cronet/build/rust/tests/test_simple_rust_exe/ |
| D | BUILD.gn | 5 # This should be the simplest possible exe with no dependencies,
|
| /external/apache-commons-lang/src/main/java/org/apache/commons/lang3/text/ |
| 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
|
| /external/python/cpython2/Demo/sockets/ |
| D | README | 4 echosvr.py About the simplest TCP server possible.
|
| D | echosvr.py | 5 # This is the simplest possible server, servicing a single request only.
|
| /external/grpc-grpc/examples/cpp/systemd_socket_activation/ |
| D | README.md | 8 The simplest way to exercise this is via `test.sh`. It roughly does the following:
|
| /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
|
| /external/webrtc/sdk/android/api/org/webrtc/ |
| D | GlRectDrawer.java | 13 /** Simplest possible GL shader that just draws frames as opaque quads. */
|
| /external/cronet/build/private_code_test/ |
| D | README.md | 32 inputs. This seemed like the simplest approach.
|
| /external/bazelbuild-rules_go/docs/go/core/ |
| D | cross_compilation.md | 5 supports. The simplest way to do this is by setting the `--platforms` flag on
|
| /external/angle/build/private_code_test/ |
| D | README.md | 32 inputs. This seemed like the simplest approach.
|
| /external/objenesis/main/src/main/java/org/objenesis/instantiator/basic/ |
| D | NewInstanceInstantiator.java | 24 * The simplest instantiator - simply calls Class.newInstance(). This can deal with default public
|
| /external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/annotation/ |
| D | JsonTypeIdResolver.java | 19 * In simplest cases this can be a simple class with static mapping between
|
12345678910>>...44