Home
last modified time | relevance | path

Searched defs:gen (Results 1 – 25 of 986) sorted by relevance

12345678910>>...40

/external/jackson-core/src/main/java/com/fasterxml/jackson/core/
DPrettyPrinter.java60 void writeRootValueSeparator(JsonGenerator gen) throws IOException; in writeRootValueSeparator()
74 void writeStartObject(JsonGenerator gen) throws IOException; in writeStartObject()
89 void writeEndObject(JsonGenerator gen, int nrOfEntries) throws IOException; in writeEndObject()
100 void writeObjectEntrySeparator(JsonGenerator gen) throws IOException; in writeObjectEntrySeparator()
111 void writeObjectFieldValueSeparator(JsonGenerator gen) throws IOException; in writeObjectFieldValueSeparator()
125 void writeStartArray(JsonGenerator gen) throws IOException; in writeStartArray()
140 void writeEndArray(JsonGenerator gen, int nrOfValues) throws IOException; in writeEndArray()
151 void writeArrayValueSeparator(JsonGenerator gen) throws IOException; in writeArrayValueSeparator()
169 void beforeArrayValues(JsonGenerator gen) throws IOException; in beforeArrayValues()
180 void beforeObjectEntries(JsonGenerator gen) throws IOException; in beforeObjectEntries()
/external/openscreen/third_party/abseil/src/absl/random/
Dmocking_bit_gen_test.cc33 absl::MockingBitGen gen; in TEST() local
76 absl::MockingBitGen gen; in TEST() local
119 absl::MockingBitGen gen; in TEST() local
128 absl::MockingBitGen gen; in TEST() local
140 absl::MockingBitGen gen; in TEST() local
177 absl::MockingBitGen gen; in TEST() local
187 absl::MockingBitGen gen; in TEST() local
196 absl::MockingBitGen gen; in TEST() local
206 absl::MockingBitGen gen; in TEST() local
220 absl::MockingBitGen gen; in TEST() local
[all …]
Dgenerators_test.cc27 void TestUniform(URBG* gen) { in TestUniform()
91 void TestExponential(URBG* gen) { in TestExponential()
98 void TestPoisson(URBG* gen) { in TestPoisson()
113 void TestBernoulli(URBG* gen) { in TestBernoulli()
119 void TestZipf(URBG* gen) { in TestZipf()
132 void TestGaussian(URBG* gen) { in TestGaussian()
139 void TestLogNormal(URBG* gen) { in TestLogNormal()
153 URBG gen; in CompatibilityTest() local
/external/libbpf/src/
Dgen_loader.c45 static int blob_fd_array_off(struct bpf_gen *gen, int index) in blob_fd_array_off()
50 static int realloc_insn_buf(struct bpf_gen *gen, __u32 size) in realloc_insn_buf()
73 static int realloc_data_buf(struct bpf_gen *gen, __u32 size) in realloc_data_buf()
96 static void emit(struct bpf_gen *gen, struct bpf_insn insn) in emit()
104 static void emit2(struct bpf_gen *gen, struct bpf_insn insn1, struct bpf_insn insn2) in emit2()
113 void bpf_gen__init(struct bpf_gen *gen, int log_level, int nr_progs, int nr_maps) in bpf_gen__init()
156 static int add_data(struct bpf_gen *gen, const void *data, __u32 size) in add_data()
178 static int add_map_fd(struct bpf_gen *gen) in add_map_fd()
188 static int add_kfunc_btf_fd(struct bpf_gen *gen) in add_kfunc_btf_fd()
211 static void emit_rel_store(struct bpf_gen *gen, int off, int data) in emit_rel_store()
[all …]
/external/perfmark/impl/src/test/java/io/perfmark/impl/
DPerfMarkImplTest.java31 var gen = SecretPerfMarkImpl.PerfMarkImpl.nextGeneration(0, 3*1024); in nextGeneration_enable() local
37 var gen = SecretPerfMarkImpl.PerfMarkImpl.nextGeneration(1 << Generator.GEN_OFFSET, 3*1024); in nextGeneration_disable() local
43 var gen = SecretPerfMarkImpl.PerfMarkImpl.nextGeneration( in nextGeneration_newStampEnabled() local
52 var gen = SecretPerfMarkImpl.PerfMarkImpl.nextGeneration( in nextGeneration_newStampDisabled() local
60 var gen = SecretPerfMarkImpl.PerfMarkImpl.nextGeneration(1 << Generator.GEN_OFFSET, -1); in nextGeneration_maxNanos() local
66 var gen = SecretPerfMarkImpl.PerfMarkImpl.nextGeneration(0xFFFF_FFFF_FFFF_FD00L, -1); in nextGeneration_noOverflowOnDisable() local
72 var gen = SecretPerfMarkImpl.PerfMarkImpl.nextGeneration(0xFFFF_FFFF_FFFF_FC00L, -1); in nextGeneration_overflowOnEnable() local
/external/abseil-cpp/absl/random/
Dmocking_bit_gen_test.cc39 absl::MockingBitGen gen; in TEST() local
82 absl::MockingBitGen gen; in TEST() local
125 absl::MockingBitGen gen; in TEST() local
134 absl::MockingBitGen gen; in TEST() local
146 absl::MockingBitGen gen; in TEST() local
183 absl::MockingBitGen gen; in TEST() local
199 absl::MockingBitGen gen; in TEST() local
208 absl::MockingBitGen gen; in TEST() local
218 absl::MockingBitGen gen; in TEST() local
232 absl::MockingBitGen gen; in TEST() local
[all …]
Dgenerators_test.cc27 void TestUniform(URBG* gen) { in TestUniform()
91 void TestExponential(URBG* gen) { in TestExponential()
98 void TestPoisson(URBG* gen) { in TestPoisson()
115 void TestBernoulli(URBG* gen) { in TestBernoulli()
122 void TestZipf(URBG* gen) { in TestZipf()
137 void TestGaussian(URBG* gen) { in TestGaussian()
144 void TestLogNormal(URBG* gen) { in TestLogNormal()
160 URBG gen; in CompatibilityTest() local
Dmock_distributions_test.cc31 absl::MockingBitGen gen; in TEST() local
79 absl::UnvalidatedMockingBitGen gen; in TEST() local
86 absl::MockingBitGen gen; in TEST() local
94 absl::MockingBitGen gen; in TEST() local
118 absl::MockingBitGen gen; in TEST() local
138 absl::MockingBitGen gen; in TEST() local
154 absl::MockingBitGen gen; in TEST() local
256 absl::MockingBitGen gen; in TEST() local
/external/angle/third_party/abseil-cpp/absl/random/
Dmocking_bit_gen_test.cc39 absl::MockingBitGen gen; in TEST() local
82 absl::MockingBitGen gen; in TEST() local
125 absl::MockingBitGen gen; in TEST() local
134 absl::MockingBitGen gen; in TEST() local
146 absl::MockingBitGen gen; in TEST() local
183 absl::MockingBitGen gen; in TEST() local
199 absl::MockingBitGen gen; in TEST() local
208 absl::MockingBitGen gen; in TEST() local
218 absl::MockingBitGen gen; in TEST() local
232 absl::MockingBitGen gen; in TEST() local
[all …]
Dgenerators_test.cc27 void TestUniform(URBG* gen) { in TestUniform()
91 void TestExponential(URBG* gen) { in TestExponential()
98 void TestPoisson(URBG* gen) { in TestPoisson()
115 void TestBernoulli(URBG* gen) { in TestBernoulli()
121 void TestZipf(URBG* gen) { in TestZipf()
136 void TestGaussian(URBG* gen) { in TestGaussian()
143 void TestLogNormal(URBG* gen) { in TestLogNormal()
159 URBG gen; in CompatibilityTest() local
Dmock_distributions_test.cc31 absl::MockingBitGen gen; in TEST() local
79 absl::MockingBitGen gen; in TEST() local
87 absl::MockingBitGen gen; in TEST() local
111 absl::MockingBitGen gen; in TEST() local
131 absl::MockingBitGen gen; in TEST() local
147 absl::MockingBitGen gen; in TEST() local
249 absl::MockingBitGen gen; in TEST() local
/external/cronet/stable/third_party/abseil-cpp/absl/random/
Dmocking_bit_gen_test.cc39 absl::MockingBitGen gen; in TEST() local
82 absl::MockingBitGen gen; in TEST() local
125 absl::MockingBitGen gen; in TEST() local
134 absl::MockingBitGen gen; in TEST() local
146 absl::MockingBitGen gen; in TEST() local
183 absl::MockingBitGen gen; in TEST() local
199 absl::MockingBitGen gen; in TEST() local
208 absl::MockingBitGen gen; in TEST() local
218 absl::MockingBitGen gen; in TEST() local
232 absl::MockingBitGen gen; in TEST() local
[all …]
Dgenerators_test.cc27 void TestUniform(URBG* gen) { in TestUniform()
91 void TestExponential(URBG* gen) { in TestExponential()
98 void TestPoisson(URBG* gen) { in TestPoisson()
115 void TestBernoulli(URBG* gen) { in TestBernoulli()
121 void TestZipf(URBG* gen) { in TestZipf()
136 void TestGaussian(URBG* gen) { in TestGaussian()
143 void TestLogNormal(URBG* gen) { in TestLogNormal()
159 URBG gen; in CompatibilityTest() local
Dmock_distributions_test.cc31 absl::MockingBitGen gen; in TEST() local
79 absl::MockingBitGen gen; in TEST() local
87 absl::MockingBitGen gen; in TEST() local
111 absl::MockingBitGen gen; in TEST() local
131 absl::MockingBitGen gen; in TEST() local
147 absl::MockingBitGen gen; in TEST() local
249 absl::MockingBitGen gen; in TEST() local
/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/random/
Dmocking_bit_gen_test.cc36 absl::MockingBitGen gen; in TEST() local
79 absl::MockingBitGen gen; in TEST() local
122 absl::MockingBitGen gen; in TEST() local
131 absl::MockingBitGen gen; in TEST() local
143 absl::MockingBitGen gen; in TEST() local
180 absl::MockingBitGen gen; in TEST() local
190 absl::MockingBitGen gen; in TEST() local
199 absl::MockingBitGen gen; in TEST() local
209 absl::MockingBitGen gen; in TEST() local
223 absl::MockingBitGen gen; in TEST() local
[all …]
Dgenerators_test.cc27 void TestUniform(URBG* gen) { in TestUniform()
91 void TestExponential(URBG* gen) { in TestExponential()
98 void TestPoisson(URBG* gen) { in TestPoisson()
115 void TestBernoulli(URBG* gen) { in TestBernoulli()
121 void TestZipf(URBG* gen) { in TestZipf()
136 void TestGaussian(URBG* gen) { in TestGaussian()
143 void TestLogNormal(URBG* gen) { in TestLogNormal()
159 URBG gen; in CompatibilityTest() local
/external/cronet/tot/third_party/abseil-cpp/absl/random/
Dmocking_bit_gen_test.cc39 absl::MockingBitGen gen; in TEST() local
82 absl::MockingBitGen gen; in TEST() local
125 absl::MockingBitGen gen; in TEST() local
134 absl::MockingBitGen gen; in TEST() local
146 absl::MockingBitGen gen; in TEST() local
183 absl::MockingBitGen gen; in TEST() local
199 absl::MockingBitGen gen; in TEST() local
208 absl::MockingBitGen gen; in TEST() local
218 absl::MockingBitGen gen; in TEST() local
232 absl::MockingBitGen gen; in TEST() local
[all …]
Dgenerators_test.cc27 void TestUniform(URBG* gen) { in TestUniform()
91 void TestExponential(URBG* gen) { in TestExponential()
98 void TestPoisson(URBG* gen) { in TestPoisson()
115 void TestBernoulli(URBG* gen) { in TestBernoulli()
121 void TestZipf(URBG* gen) { in TestZipf()
136 void TestGaussian(URBG* gen) { in TestGaussian()
143 void TestLogNormal(URBG* gen) { in TestLogNormal()
159 URBG gen; in CompatibilityTest() local
Dmock_distributions_test.cc31 absl::MockingBitGen gen; in TEST() local
79 absl::MockingBitGen gen; in TEST() local
87 absl::MockingBitGen gen; in TEST() local
111 absl::MockingBitGen gen; in TEST() local
131 absl::MockingBitGen gen; in TEST() local
147 absl::MockingBitGen gen; in TEST() local
249 absl::MockingBitGen gen; in TEST() local
/external/perfmark/impl/src/main/java/io/perfmark/impl/
DMarkHolder.java25 public abstract void start(long gen, String taskName, String tagName, long tagId, long nanoTime); in start()
27 public abstract void start(long gen, String taskName, long nanoTime); in start()
29 public abstract void start(long gen, String taskName, String subTaskName, long nanoTime); in start()
31 public abstract void link(long gen, long linkId); in link()
33 public abstract void stop(long gen, long nanoTime); in stop()
35 public abstract void stop(long gen, String taskName, String tagName, long tagId, long nanoTime); in stop()
37 public abstract void stop(long gen, String taskName, long nanoTime); in stop()
39 public abstract void stop(long gen, String taskName, String subTaskName, long nanoTime); in stop()
41 public abstract void event(long gen, String eventName, String tagName, long tagId, long nanoTime); in event()
43 public abstract void event(long gen, String eventName, long nanoTime); in event()
[all …]
DNoopMarkHolderProvider.java42 public void start(long gen, String taskName, String tagName, long tagId, long nanoTime) {} in start()
45 public void start(long gen, String taskName, long nanoTime) {} in start()
48 public void start(long gen, String taskName, String subTaskName, long nanoTime) {} in start()
51 public void link(long gen, long linkId) {} in link()
54 public void stop(long gen, long nanoTime) {} in stop()
57 public void stop(long gen, String taskName, String tagName, long tagId, long nanoTime) {} in stop()
60 public void stop(long gen, String taskName, long nanoTime) {} in stop()
63 public void stop(long gen, String taskName, String subTaskName, long nanoTime) {} in stop()
66 public void event(long gen, String eventName, String tagName, long tagId, long nanoTime) {} in event()
69 public void event(long gen, String eventName, long nanoTime) {} in event()
[all …]
/external/jackson-core/src/test/java/com/fasterxml/jackson/core/write/
DPrettyPrinterTest.java53 JsonGenerator gen = useBytes ? JSON_F.createGenerator(bytes) in testObjectCount() local
78 JsonGenerator gen = useBytes ? JSON_F.createGenerator(bytes) in testArrayCount() local
99 JsonGenerator gen = JSON_F.createGenerator(sw); in testSimpleDocWithDefault() local
109 JsonGenerator gen = JSON_F.createGenerator(sw); in testSimpleDocWithMinimal() local
151 JsonGenerator gen = f.createGenerator(sw); in testCustomRootSeparatorWithFactory() local
162 JsonGenerator gen = JSON_F.createGenerator(sw); in testCustomSeparatorsWithMinimal() local
190 JsonGenerator gen = new JsonFactory().createGenerator(sw); in testCustomSeparatorsWithPP() local
208 JsonGenerator gen = new JsonFactory().createGenerator(sw); in testCustomSeparatorsWithPPWithoutSpaces() local
230 private String _verifyPrettyPrinter(JsonGenerator gen, StringWriter sw) throws Exception in _verifyPrettyPrinter()
264 private void _writeTestDocument(JsonGenerator gen) throws IOException { in _writeTestDocument()
[all …]
DGeneratorBasicTest.java27 JsonGenerator gen; in testStringWrite() local
84 JsonGenerator gen = JSON_F.createGenerator(sw); in testBooleanWrite() local
109 JsonGenerator gen = JSON_F.createGenerator(sw); in testNullWrite() local
139 JsonGenerator gen; in _testRootIntsWrite() local
179 JsonGenerator gen; in _testFieldValueWrites() local
210 JsonGenerator gen = JSON_F.createGenerator(sw); in testOutputContext() local
278 JsonGenerator gen = JSON_F.createGenerator(out); in testGetOutputTarget() local
292 JsonGenerator gen = JSON_F.createGenerator(out); in testGetOutputBufferd() local
302 private void _testOutputBuffered(JsonGenerator gen) throws IOException in _testOutputBuffered()
339 JsonGenerator gen = JSON_F.createGenerator(bytes); in doTestIntValueWrite() local
[all …]
/external/jackson-core/src/test/java/com/fasterxml/jackson/core/filter/
DBasicGeneratorFilteringTest.java110 JsonGenerator gen = _createGenerator(w); in testNonFiltering() local
121 JsonGenerator gen = new FilteringGeneratorDelegate(_createGenerator(w), in testSingleMatchFilteringWithoutPath() local
142 FilteringGeneratorDelegate gen = new FilteringGeneratorDelegate(origGen, in testSingleMatchFilteringWithPath() local
164 FilteringGeneratorDelegate gen = new FilteringGeneratorDelegate(origGen, in testSingleMatchFilteringWithPathSkippedArray() local
193 FilteringGeneratorDelegate gen = new FilteringGeneratorDelegate(_createGenerator(w), in _testSingleMatchFilteringWithPathAlternate1() local
240 FilteringGeneratorDelegate gen = new FilteringGeneratorDelegate(_createGenerator(w), in testSingleMatchFilteringWithPathRawBinary() local
291 FilteringGeneratorDelegate gen = new FilteringGeneratorDelegate(_createGenerator(w), in testMultipleMatchFilteringWithPath1() local
319 FilteringGeneratorDelegate gen = new FilteringGeneratorDelegate(_createGenerator(w), in testMultipleMatchFilteringWithPath2() local
332 FilteringGeneratorDelegate gen = new FilteringGeneratorDelegate(_createGenerator(w), in testMultipleMatchFilteringWithPath3() local
344 FilteringGeneratorDelegate gen = new FilteringGeneratorDelegate(_createGenerator(w), in testMultipleMatchFilteringWithPath4() local
[all …]
/external/pytorch/aten/src/ATen/native/
DDistributions.cpp158 Tensor bernoulli(const Tensor& self, std::optional<Generator> gen) { in bernoulli()
164 Tensor bernoulli(const Tensor& self, double p, std::optional<Generator> gen) { in bernoulli()
170 Tensor& bernoulli_out(const Tensor& self, std::optional<Generator> gen, Tensor& result) { in bernoulli_out()
174 Tensor& bernoulli_(Tensor& self, const Tensor& p_, std::optional<Generator> gen) { in bernoulli_()
178 Tensor& bernoulli_(Tensor& self, double p, std::optional<Generator> gen) { in bernoulli_()
191 Tensor& log_normal_(Tensor& self, double mean, double std, std::optional<Generator> gen) { in log_normal_() argument
204 Tensor& cauchy_(Tensor& self, double median, double sigma, std::optional<Generator> gen) { in cauchy_()
217 Tensor& exponential_(Tensor& self, double lambda, std::optional<Generator> gen) { in exponential_()
230 Tensor& geometric_(Tensor& self, double p, std::optional<Generator> gen) { in geometric_()
250 Tensor& uniform_(Tensor& self, double from, double to, std::optional<Generator> gen) { in uniform_()
[all …]

12345678910>>...40