Home
last modified time | relevance | path

Searched full:generators (Results 1 – 25 of 3120) sorted by relevance

12345678910>>...125

/aosp_15_r20/external/googleapis/google/cloud/dialogflow/cx/v3beta1/
H A Dgenerator.proto37 // [Generators][google.cloud.dialogflow.cx.v3beta1.Generator]
38 service Generators { service
44 // Returns the list of all generators in the specified agent.
47 get: "/v3beta1/{parent=projects/*/locations/*/agents/*}/generators"
55 get: "/v3beta1/{name=projects/*/locations/*/agents/*/generators/*}"
63 post: "/v3beta1/{parent=projects/*/locations/*/agents/*}/generators"
72 patch: "/v3beta1/{generator.name=projects/*/locations/*/agents/*/generators/*}"
78 // Deletes the specified generators.
81 delete: "/v3beta1/{name=projects/*/locations/*/agents/*/generators/*}"
87 // Generators contain prompt to be sent to the LLM model to generate text. The
[all …]
/aosp_15_r20/external/googleapis/google/cloud/dialogflow/cx/v3/
H A Dgenerator.proto35 // Service for managing [Generators][google.cloud.dialogflow.cx.v3.Generator]
36 service Generators { service
42 // Returns the list of all generators in the specified agent.
45 get: "/v3/{parent=projects/*/locations/*/agents/*}/generators"
53 get: "/v3/{name=projects/*/locations/*/agents/*/generators/*}"
61 post: "/v3/{parent=projects/*/locations/*/agents/*}/generators"
70 patch: "/v3/{generator.name=projects/*/locations/*/agents/*/generators/*}"
76 // Deletes the specified generators.
79 delete: "/v3/{name=projects/*/locations/*/agents/*/generators/*}"
85 // Generators contain prompt to be sent to the LLM model to generate text. The
[all …]
/aosp_15_r20/prebuilts/cmake/linux-x86/share/cmake-3.22/Help/manual/
Dcmake-generators.7.rst1 .. cmake-manual-description: CMake Generators Reference
3 cmake-generators(7)
14 a native build system. Exactly one of the `CMake Generators`_ must be
16 be used. Optionally one of the `Extra Generators`_ may be selected
17 as a variant of some of the `Command-Line Build Tool Generators`_ to
20 CMake Generators are platform-specific so each may be available only
22 output lists available generators on the current platform. Use its ``-G``
27 CMake Generators
30 .. _`Command-Line Build Tool Generators`:
32 Command-Line Build Tool Generators
[all …]
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/doc/karma/
Dchar.qbk9 [section:char Char Generators]
11 This module includes different character oriented generators allowing to output
24 [section:char_generator Character Generators (`char_`, `lit`)]
28 The character generators described in this section are:
96 These generators emit any character from a range of characters as
105 [note `lit` is reused by the [karma_string String Generators], the
106 char generators, and the Numeric Generators (see [signed_int signed integer],
107 [unsigned_int unsigned integer], and [real_number real number] generators). In
266 [note In addition to their usual attribute of type `Ch` all listed generators
268 `boost::optional<>` is initialized (holds a value) the generators behave
[all …]
Dnumeric.qbk9 [section:numeric Numeric Generators]
12 signed and unsigned integers, and real numbers. These generators are fully
15 fraction etc. Policies control the real number generators' behavior. There are
34 [section:unsigned_int Unsigned Integer Number Generators (`uint_`, etc.)]
68 [note The generators `ulong_long` and `ulong_long(num)` are only available on
73 [note `lit` is reused by the [karma_string String Generators], the
74 __karma_char__, and the Numeric Generators. In
165 All generators listed in the table above (except `lit(num)`) are predefined
168 type to create unsigned integer generators using a wide range of formatting
280 [note In addition to their usual attribute of type `Num` all listed generators
[all …]
Dbinary.qbk9 [section:binary Binary Generators]
11 This module includes different generators allowing to output binary data.
12 It includes generators for default, little, and big endian binary output and
24 [section:binary_native Binary Native Endianness Generators]
28 The binary native endianness generators described in this section are used to
51 [note The generators `qword` and `qword(qw)` are only available on
167 [note In addition to their usual attribute of type `Attrib` all listed generators
169 `boost::optional<>` is initialized (holds a value) the generators behave
171 in the `boost::optional<>`. Otherwise the generators will fail.]
190 Basic usage of the native binary generators with some results for little endian
[all …]
/aosp_15_r20/external/eigen/unsupported/Eigen/CXX11/src/TensorSymmetry/util/
H A DTemplateGroupTheory.h26 * of all elements in a group given a set of (possibly redundant) generators.
41 * Input: identity element, list of generators, equality check,
46 * 2. remove identities from list of generators
49 * 4. go through all remaining generators:
60 * and all other generators seen so far
103 * generators, unless they are independent of each other.
114 * generators of Dimino's algorithm and remove the identity
215 typename generators
219 typedef typename get<0, generators>::type first_generator;
220 typedef typename skip<1, generators>::type next_generators;
[all …]
/aosp_15_r20/external/federated-compute/fcp/secagg/server/
H A Dsecagg_scheduler_test.cc58 std::vector<std::function<std::unique_ptr<Integer>()>> generators; in IntGenerators() local
60 generators.emplace_back([i]() { return std::make_unique<Integer>(i); }); in IntGenerators()
62 return generators; in IntGenerators()
97 std::vector<std::function<std::unique_ptr<Integer>()>> generators = in TEST() local
103 for (const auto& generator : generators) { in TEST()
123 std::vector<std::function<std::unique_ptr<Integer>()>> generators = in TEST() local
129 for (const auto& generator : generators) { in TEST()
135 // Generators are still delayed. in TEST()
140 // Generators are still delayed. in TEST()
160 std::vector<std::function<std::unique_ptr<Integer>()>> generators = in TEST() local
[all …]
/aosp_15_r20/external/apache-commons-math/src/main/java/org/apache/commons/math/random/
H A Dpackage.html20 <p>Random number and random data generators.</p>
21 …<p>Commons-math provides a few pseudo random number generators. The top level interface is RandomG…
26 <li>AbstractRandomGenerator as a helper for users generators</li>
27 <li>BitStreamGenerator which is an abstract class for several generators and
51 The WELL generators are a family of generators with period ranging from 2<sup>512</sup> - 1
53 than Mersenne Twister. These generators are described in a paper by Fran&ccedil;ois Panneton,
56 Generators Based on Linear Recurrences Modulo 2</a> ACM Transactions on Mathematical Software,
62 For simple sampling, any of these generators is sufficient. For Monte-Carlo simulations the
63 JDK generator does not have any of the good mathematical properties of the other generators,
64 … so it should be avoided. The Mersenne twister and WELL generators have equidistribution properties
[all …]
/aosp_15_r20/external/apache-commons-math/src/main/java/org/apache/commons/math3/random/
H A Dpackage-info.java18 * Random number and random data generators.
20 * <p>Commons-math provides a few pseudo random number generators. The top level interface is
26 * <li>AbstractRandomGenerator as a helper for users generators
27 * <li>BitStreamGenerator which is an abstract class for several generators and which in turn is
47 * Modeling and Computer Simulation, Vol. 8, No. 1, January 1998, pp 3--30. The WELL generators are
48 * a family of generators with period ranging from 2<sup>512</sup> - 1 to 2<sup>44497</sup> - 1
50 * generators are described in a paper by Fran&ccedil;ois Panneton, Pierre L'Ecuyer and Makoto
52 * Long-Period Generators Based on Linear Recurrences Modulo 2</a> ACM Transactions on Mathematical
56 * <p>For simple sampling, any of these generators is sufficient. For Monte-Carlo simulations the
57 * JDK generator does not have any of the good mathematical properties of the other generators, so
[all …]
/aosp_15_r20/prebuilts/cmake/linux-x86/share/cmake-3.22/Help/release/
D3.1.rst18 Generators section in New Features
26 * Generators for Visual Studio 11 (2012) and above learned to generate argument
37 * Generators for Visual Studio 10 (2010) and above learned to generate argument
98 * The Visual Studio generators for versions 8 (2005) and above
109 generators.
165 to tell the Visual Studio generators to mark content for deployment
169 to tell the Visual Studio generators the relative location of content
173 tell Visual Studio generators to compile a shared library as a
294 * :manual:`cpack(1)` gained ``7Z`` and ``TXZ`` generators supporting
317 * Visual Studio generators for VS 8 and later learned to support
[all …]
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/util/random/
DRandomGenerator.java89 * generators that implement the {@link SplittableGenerator} or
98 * pseudorandom generators in applications that do not require a secure
852 * generators in the stream will appear to be statistically independent.
853 * The new generators are of the same
867 * generators in the stream will appear to be statistically independent.
868 * The new generators are of the same
871 * @param streamSize the number of generators to generate
904 * to produce a stream of generators split off from the original (by either
963 * generators, each of which implements the {@link SplittableGenerator}
984 * pseudorandom number generators, each of which implements the
[all …]
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/24/libcore/ojluni/src/main/java/java/util/random/
DRandomGenerator.java89 * generators that implement the {@link SplittableGenerator} or
98 * pseudorandom generators in applications that do not require a secure
852 * generators in the stream will appear to be statistically independent.
853 * The new generators are of the same
867 * generators in the stream will appear to be statistically independent.
868 * The new generators are of the same
871 * @param streamSize the number of generators to generate
904 * to produce a stream of generators split off from the original (by either
963 * generators, each of which implements the {@link SplittableGenerator}
984 * pseudorandom number generators, each of which implements the
[all …]
/aosp_15_r20/libcore/ojluni/src/main/java/java/util/random/
H A DRandomGenerator.java89 * generators that implement the {@link SplittableGenerator} or
98 * pseudorandom generators in applications that do not require a secure
852 * generators in the stream will appear to be statistically independent.
853 * The new generators are of the same
867 * generators in the stream will appear to be statistically independent.
868 * The new generators are of the same
871 * @param streamSize the number of generators to generate
904 * to produce a stream of generators split off from the original (by either
963 * generators, each of which implements the {@link SplittableGenerator}
984 * pseudorandom number generators, each of which implements the
[all …]
/aosp_15_r20/external/perfetto/python/
H A DBUILD.gn19 "generators/trace_processor_table/public.py",
20 "generators/trace_processor_table/serialize.py",
21 "generators/trace_processor_table/util.py",
27 "generators/sql_processing/docs_extractor.py",
28 "generators/sql_processing/docs_parse.py",
29 "generators/sql_processing/utils.py",
35 "generators/diff_tests/runner.py",
36 "generators/diff_tests/testing.py",
37 "generators/diff_tests/utils.py",
130 "generators/sql_processing/docs_extractor.py",
[all …]
/aosp_15_r20/external/perfetto/src/trace_processor/tables/
H A Dsched_tables.py16 from python.generators.trace_processor_table.public import Column as C
17 from python.generators.trace_processor_table.public import ColumnDoc
18 from python.generators.trace_processor_table.public import ColumnFlag
19 from python.generators.trace_processor_table.public import CppInt32
20 from python.generators.trace_processor_table.public import CppInt64
21 from python.generators.trace_processor_table.public import CppOptional
22 from python.generators.trace_processor_table.public import CppSelfTableId
23 from python.generators.trace_processor_table.public import CppString
24 from python.generators.trace_processor_table.public import CppTableId
25 from python.generators.trace_processor_table.public import CppUint32
[all …]
H A Djit_tables.py20 from python.generators.trace_processor_table.public import Alias
21 from python.generators.trace_processor_table.public import Column as C
22 from python.generators.trace_processor_table.public import CppInt64
23 from python.generators.trace_processor_table.public import CppOptional
24 from python.generators.trace_processor_table.public import CppString
25 from python.generators.trace_processor_table.public import CppUint32
26 from python.generators.trace_processor_table.public import CppTableId
27 from python.generators.trace_processor_table.public import ColumnFlag
28 from python.generators.trace_processor_table.public import Table
29 from python.generators.trace_processor_table.public import TableDoc
[all …]
H A Dv8_tables.py20 from python.generators.trace_processor_table.public import Alias
21 from python.generators.trace_processor_table.public import Column as C
22 from python.generators.trace_processor_table.public import ColumnDoc
23 from python.generators.trace_processor_table.public import CppInt32
24 from python.generators.trace_processor_table.public import CppInt64
25 from python.generators.trace_processor_table.public import CppOptional
26 from python.generators.trace_processor_table.public import CppString
27 from python.generators.trace_processor_table.public import CppTableId
28 from python.generators.trace_processor_table.public import CppUint32
29 from python.generators.trace_processor_table.public import CppUint32 as CppBool
[all …]
/aosp_15_r20/external/zxing/zxing.appspot.com/src/main/java/com/google/zxing/web/generator/client/
H A DGenerator.java51 private final List<GeneratorSource> generators = new ArrayList<>(); field in Generator
99 if (id >= 0 && id < generators.size()) { in setWidget()
100 topPanel.setWidget(1, 0, generators.get(id).getWidget()); in setWidget()
102 selectedGenerator = generators.get(id); in setWidget()
111 generators.add(new CalendarEventGenerator(changeHandler, keyPressHandler)); in loadGenerators()
112 generators.add(new ContactInfoGenerator(changeHandler, keyPressHandler)); in loadGenerators()
113 generators.add(new EmailGenerator(changeHandler, keyPressHandler)); in loadGenerators()
114 generators.add(new GeoLocationGenerator(changeHandler, keyPressHandler)); in loadGenerators()
115 generators.add(new PhoneNumberGenerator(changeHandler, keyPressHandler)); in loadGenerators()
116 generators.add(new SmsAddressGenerator(changeHandler, keyPressHandler)); in loadGenerators()
[all …]
/aosp_15_r20/external/libchrome/libchrome_tools/patches/
H A DMojo-introduce-uuid-attribute.patch17 .../bindings/generators/mojom_cpp_generator.py | 5 ++++-
39 …t a/mojo/public/tools/bindings/generators/cpp_templates/interface_declaration.tmpl b/mojo/public/t…
41 --- a/mojo/public/tools/bindings/generators/cpp_templates/interface_declaration.tmpl
42 +++ b/mojo/public/tools/bindings/generators/cpp_templates/interface_declaration.tmpl
54 …t a/mojo/public/tools/bindings/generators/cpp_templates/interface_definition.tmpl b/mojo/public/to…
56 --- a/mojo/public/tools/bindings/generators/cpp_templates/interface_definition.tmpl
57 +++ b/mojo/public/tools/bindings/generators/cpp_templates/interface_definition.tmpl
68 diff --git a/mojo/public/tools/bindings/generators/mojom_cpp_generator.py b/mojo/public/tools/bindi…
70 --- a/mojo/public/tools/bindings/generators/mojom_cpp_generator.py
71 +++ b/mojo/public/tools/bindings/generators/mojom_cpp_generator.py
/aosp_15_r20/external/perfetto/python/generators/trace_processor_table/
H A Dutil.py25 from python.generators.trace_processor_table.public import Alias
26 from python.generators.trace_processor_table.public import Column
27 from python.generators.trace_processor_table.public import ColumnDoc
28 from python.generators.trace_processor_table.public import ColumnFlag
29 from python.generators.trace_processor_table.public import CppColumnType
30 from python.generators.trace_processor_table.public import CppDouble
31 from python.generators.trace_processor_table.public import CppInt32
32 from python.generators.trace_processor_table.public import CppInt64
33 from python.generators.trace_processor_table.public import CppOptional
34 from python.generators.trace_processor_table.public import CppSelfTableId
[all …]
/aosp_15_r20/prebuilts/cmake/linux-x86/share/cmake-3.22/Modules/
DCPack.cmake8 Configure generators for binary installers and source packages.
38 CPack Generators
43 *list of generators*: and when :manual:`cpack <cpack(1)>` is run with no other
56 * it iterates over the generators given by the ``-G`` command line option,
57 or if no such option was specified, over the list of generators given by
71 For a list of available generators, see :manual:`cpack-generators(7)`.
91 Variables common to all CPack Generators
186 CPack generators like NSIS to create an installation directory e.g.,
219 file is NOT added to the installed files but is used by some CPack generators
228 CPack generators use this file.
[all …]
/aosp_15_r20/external/python/cpython2/Lib/lib2to3/tests/
Dtest_refactor.py80 self.assertEqual(run("from __future__ import generators"),
81 fs(("generators",)))
82 self.assertEqual(run("from __future__ import generators, feature"),
83 fs(("generators", "feature")))
84 inp = "from __future__ import generators, print_function"
85 self.assertEqual(run(inp), fs(("generators", "print_function")))
86 inp ="from __future__ import print_function, generators"
87 self.assertEqual(run(inp), fs(("print_function", "generators")))
90 inp = "from __future__ import (generators, print_function)"
91 self.assertEqual(run(inp), fs(("generators", "print_function")))
[all …]
/aosp_15_r20/external/python/cpython3/Lib/lib2to3/tests/
Dtest_refactor.py78 self.assertEqual(run("from __future__ import generators"),
79 fs(("generators",)))
80 self.assertEqual(run("from __future__ import generators, feature"),
81 fs(("generators", "feature")))
82 inp = "from __future__ import generators, print_function"
83 self.assertEqual(run(inp), fs(("generators", "print_function")))
84 inp ="from __future__ import print_function, generators"
85 self.assertEqual(run(inp), fs(("print_function", "generators")))
88 inp = "from __future__ import (generators, print_function)"
89 self.assertEqual(run(inp), fs(("generators", "print_function")))
[all …]
/aosp_15_r20/external/flatbuffers/src/
H A Dflatc.cpp300 const Generator &g = params_.generators[i]; in GetShortUsageString()
321 const Generator &g = params_.generators[i]; in GetUsageString()
376 if (params_.generators == nullptr || params_.num_generators == 0) { in Compile()
609 if (arg == "--" + params_.generators[i].option.long_opt || in Compile()
610 arg == "-" + params_.generators[i].option.short_opt) { in Compile()
613 opts.lang_to_generate |= params_.generators[i].lang; in Compile()
614 if (params_.generators[i].bfbs_generator) { in Compile()
802 // If one of the generators uses bfbs, serialize the parser and get in Compile()
817 // Prefer bfbs generators if present. in Compile()
818 if (params_.generators[i].bfbs_generator) { in Compile()
[all …]

12345678910>>...125