Home
last modified time | relevance | path

Searched refs:Generates (Results 1 – 25 of 92) sorted by relevance

1234

/external/guava/guava-testlib/src/com/google/common/testing/
DFreshValueGenerator.java137 if (method.isAnnotationPresent(Generates.class)) {
287 private @interface Generates {} annotation in FreshValueGenerator
289 @Generates private Class<?> freshClass() { in freshClass()
297 @Generates private Object freshObject() { in freshObject()
301 @Generates private Number freshNumber() { in freshNumber()
305 @Generates private int freshInt() { in freshInt()
309 @Generates private Integer freshInteger() { in freshInteger()
313 @Generates private long freshLong() { in freshLong()
317 @Generates private Long freshLongObject() { in freshLongObject()
321 @Generates private float freshFloat() { in freshFloat()
[all …]
/external/wycheproof/
Dbuild_defs.bzl7 # Generates BouncyCastleAllTests_1_56, ..., BouncyCastleAllTests_1_49
34 # Generates BouncyCastleTest_1_56, ..., BouncyCastleTest_1_49
63 # Generates SpongyCastleAllTests_1_54, ..., SpongyCastleAllTests_1_50
94 # Generates SpongyCastleTest_1_54, ..., SpongyCastleTest_1_50
DBUILD22 # Generates BouncyCastleAllTests_1_xx target for all available versions,
52 # Generates SpongyCastleAllTests_1_xx target for all available versions,
75 # Generates BouncyCastleTest_1_xx target for all available versions,
104 # Generates SpongyCastleTest_1_xx target for all available versions,
/external/u-boot/doc/
DREADME.ti-secure55 SPI_X-LOADER - Generates an image for SPI flash (byte swapped)
56 X-LOADER - Generates an image for non-XIP flash
57 MLO - Generates an image for SD/MMC/eMMC media
58 2ND - Generates an image for USB, UART and Ethernet
59 XIP_X-LOADER - Generates a single stage u-boot for NOR/QSPI XiP
87 SPI_X-LOADER - Generates an image for SPI flash (byte
89 XIP_X-LOADER - Generates a single stage u-boot for
91 ISSW - Generates an image for all other boot modes
116 X-LOADER - Generates an image for NOR or QSPI boot modes
117 MLO - Generates an image for SD/MMC/eMMC boot modes
[all …]
/external/perfetto/ui/
Dtsconfig.json17 "declaration": false, // Generates corresponding '.d.ts' file.
18 "sourceMap": true, // Generates corresponding '.map' file.
/external/grpc-grpc-java/examples/
DREADME.md66 # Generates ca.crt which is the trustCertCollectionFile
73 # Generates server.crt which is the certChainFile for the server
82 # Generates client.crt which is the clientCertChainFile for the client (need for mutual TLS only)
87 # Generates client.pem which is the clientPrivateKeyFile for the Client (needed for mutual TLS only)
89 # Generates server.pem which is the privateKeyFile for the Server
/external/tensorflow/tensorflow/compiler/xla/tests/
Dbuild_defs.bzl45 """Generates cc_test targets for the given XLA backends.
71 # Generates the targets: foo_test_cpu and foo_test_gpu.
79 # Generates the targets: bar_test_cpu and bar_test_gpu. bar_test_cpu
183 """Generates cc_library targets for the given XLA backends.
192 # Generates the targets: foo_test_library_cpu and foo_test_gpu.
/external/grpc-grpc/bazel/
Dcc_grpc_library.bzl1 """Generates and compiles C++ grpc stubs from proto_library rules."""
6 """Generates C++ grpc classes from a .proto file.
/external/tensorflow/tensorflow/compiler/tests/
Dbuild_defs.bzl27 """Generates py_test targets, one per XLA backend.
105 """Generates per-backend test_suites that run all tests for a backend."""
/external/lz4/contrib/debian/
Dchangelog7 * Makefile: Generates object files (*.o) for faster (re)compilation on low power systems
/external/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_MultiDeviceIteratorFromStringHandle.pbtxt27 summary: "Generates a MultiDeviceIterator resource from its provided string handle."
Dapi_def_LinSpace.pbtxt27 summary: "Generates values in an interval."
Dapi_def_SparseCross.pbtxt67 summary: "Generates sparse cross from a list of sparse and dense tensors."
Dapi_def_AllCandidateSampler.pbtxt68 summary: "Generates labels for candidate sampling with a learned unigram distribution."
Dapi_def_UniformCandidateSampler.pbtxt74 summary: "Generates labels for candidate sampling with a uniform distribution."
Dapi_def_LogUniformCandidateSampler.pbtxt74 summary: "Generates labels for candidate sampling with a log-uniform distribution."
/external/tensorflow/tensorflow/core/platform/default/
Ddistribute.bzl16 """Generates py_test targets for CPU and GPU.
/external/tensorflow/tensorflow/compiler/xla/service/interpreter/
DREADME.md13 2. Generates an `InterpreterExecutable` from the optimized HLO graph.
/external/perfetto/gn/
Dipc_library.gni23 # Generates .ipc.{h,cc} stubs for IPC services defined in .proto files.
/external/python/rsa/doc/
Dcli.rst19 | pyrsa-keygen | Generates a new RSA keypair in PEM or DER format | :py:func:`rsa.newkey…
/external/icu/tools/icu4c_srcgen/jinja_templates/
Dshim.cpp.j233 {# Generates a wrapper function for each exposed ICU function. #}
/external/perfetto/src/protozero/
DBUILD.gn71 # Generates both xxx.pbzero.h and xxx.pb.h (official proto).
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/
Dmisched-copy.ll23 ; Generates an iMUL64r to legalize types.
/external/llvm/test/CodeGen/X86/
Dmisched-copy.ll23 ; Generates an iMUL64r to legalize types.
/external/curl/docs/cmdline-opts/
DMANPAGE.md52 Generates a full `curl --help` output for all known command line options.

1234