Home
last modified time | relevance | path

Searched full:simplest (Results 1 – 25 of 1095) sorted by relevance

12345678910>>...44

/external/grpc-grpc/tools/distrib/python/grpcio_tools/grpc_tools/test/
Dsimpler.proto19 import "simplest.proto";
23 simplest.SimplestMessage simplest_message = 2;
Dcomplicated.proto19 import "simplest.proto";
25 simplest.SimplestMessage simplest_message = 4;
DBUILD.bazel22 srcs = ["simplest.proto"],
48 "simplest.proto",
Dsimplest.proto17 package simplest; package
/external/rust/crates/grpcio-sys/grpc/tools/distrib/python/grpcio_tools/grpc_tools/test/
Dsimpler.proto19 import "simplest.proto";
23 simplest.SimplestMessage simplest_message = 2;
Dcomplicated.proto19 import "simplest.proto";
25 simplest.SimplestMessage simplest_message = 4;
DBUILD.bazel22 srcs = ["simplest.proto"],
48 "simplest.proto",
Dsimplest.proto17 package simplest; package
/external/tensorflow/tensorflow/lite/kernels/ctc/
Dctc_beam_scorer.h46 // 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/
Demail-read-alternative.py35 simplest = msg.get_body(preferencelist=('plain', 'html')) variable
37 print(''.join(simplest.get_content().splitlines(keepends=True)[:3]))
/external/tensorflow/tensorflow/core/util/ctc/
Dctc_beam_scorer.h44 // 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/
DXTWrapper.java32 * 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/
DBUILD.gn5 # This should be the simplest possible exe with no dependencies,
/external/cronet/build/rust/tests/test_simple_rust_exe/
DBUILD.gn5 # This should be the simplest possible exe with no dependencies,
/external/apache-commons-lang/src/main/java/org/apache/commons/lang3/text/
DStrLookup.java26 * 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/
DREADME4 echosvr.py About the simplest TCP server possible.
Dechosvr.py5 # This is the simplest possible server, servicing a single request only.
/external/grpc-grpc/examples/cpp/systemd_socket_activation/
DREADME.md8 The simplest way to exercise this is via `test.sh`. It roughly does the following:
/external/python/cpython2/Doc/distutils/
Dexamples.rst27 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/
DGlRectDrawer.java13 /** Simplest possible GL shader that just draws frames as opaque quads. */
/external/cronet/build/private_code_test/
DREADME.md32 inputs. This seemed like the simplest approach.
/external/bazelbuild-rules_go/docs/go/core/
Dcross_compilation.md5 supports. The simplest way to do this is by setting the `--platforms` flag on
/external/angle/build/private_code_test/
DREADME.md32 inputs. This seemed like the simplest approach.
/external/objenesis/main/src/main/java/org/objenesis/instantiator/basic/
DNewInstanceInstantiator.java24 * The simplest instantiator - simply calls Class.newInstance(). This can deal with default public
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/annotation/
DJsonTypeIdResolver.java19 * In simplest cases this can be a simple class with static mapping between

12345678910>>...44