Home
last modified time | relevance | path

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

1234567891011

/external/python/cpython2/Objects/
Dgenobject.c11 gen_traverse(PyGenObject *gen, visitproc visit, void *arg) in gen_traverse()
19 gen_dealloc(PyGenObject *gen) in gen_dealloc()
45 gen_send_ex(PyGenObject *gen, PyObject *arg, int exc) in gen_send_ex()
120 gen_send(PyGenObject *gen, PyObject *arg) in gen_send()
129 gen_close(PyGenObject *gen, PyObject *args) in gen_close()
155 PyGenObject *gen = (PyGenObject *)self; in gen_del() local
218 gen_throw(PyGenObject *gen, PyObject *args) in gen_throw()
281 gen_iternext(PyGenObject *gen) in gen_iternext()
288 gen_repr(PyGenObject *gen) in gen_repr()
300 gen_get_name(PyGenObject *gen) in gen_get_name()
[all …]
/external/python/cpython3/Lib/test/
Dtest_asyncgen.py40 def to_list(gen): argument
138 async def gen(): function
150 async def gen(): function
176 async def gen(): function
186 async def gen(): function
206 async def gen(): function
215 async def gen(): function
297 async def gen(): function
304 async def gen(): function
335 async def to_list(self, gen): argument
[all …]
Dtest_generators.py18 def gen(): function
39 def gen(): function
173 def gen(): function
185 def gen(): function
212 def gen(): function
243 def gen(): function
1246 def gen(i): function
1271 def gen(i): function
/external/libcxx/benchmarks/
Dfilesystem.bench.cpp13 void BM_PathConstructString(benchmark::State &st, GenInputs gen) { in BM_PathConstructString()
30 void BM_PathConstructCStr(benchmark::State &st, GenInputs gen) { in BM_PathConstructCStr()
47 void BM_PathConstructIter(benchmark::State &st, GenInputs gen) { in BM_PathConstructIter()
65 void BM_PathConstructInputIter(benchmark::State &st, GenInputs gen) { in BM_PathConstructInputIter()
69 void BM_PathConstructForwardIter(benchmark::State &st, GenInputs gen) { in BM_PathConstructForwardIter()
79 void BM_PathIterateMultipleTimes(benchmark::State &st, GenInputs gen) { in BM_PathIterateMultipleTimes()
98 void BM_PathIterateOnce(benchmark::State &st, GenInputs gen) { in BM_PathIterateOnce()
117 void BM_PathIterateOnceBackwards(benchmark::State &st, GenInputs gen) { in BM_PathIterateOnceBackwards()
DContainerBenchmarks.hpp12 void BM_ConstructIterIter(benchmark::State& st, Container, GenInputs gen) { in BM_ConstructIterIter()
24 void BM_InsertValue(benchmark::State& st, Container c, GenInputs gen) { in BM_InsertValue()
37 void BM_InsertValueRehash(benchmark::State& st, Container c, GenInputs gen) { in BM_InsertValueRehash()
52 void BM_InsertDuplicate(benchmark::State& st, Container c, GenInputs gen) { in BM_InsertDuplicate()
68 void BM_EmplaceDuplicate(benchmark::State& st, Container c, GenInputs gen) { in BM_EmplaceDuplicate()
83 static void BM_Find(benchmark::State& st, Container c, GenInputs gen) { in BM_Find()
97 static void BM_FindRehash(benchmark::State& st, Container c, GenInputs gen) { in BM_FindRehash()
/external/protobuf/gtest/test/
Dgtest-param-test_test.cc190 const ParamGenerator<int> gen = Range(0, 10); in TEST() local
225 const ParamGenerator<int> gen = Range(0, 3); in TEST() local
233 const ParamGenerator<int> gen = Range(0, 1); in TEST() local
241 const ParamGenerator<int> gen = Range(0, 0); in TEST() local
248 const ParamGenerator<int> gen = Range(0, 9, 3); in TEST() local
258 const ParamGenerator<int> gen = Range(0, 4, 3); in TEST() local
290 const ParamGenerator<DogAdder> gen = in TEST() local
324 const ParamGenerator<IntWrapper> gen = Range(IntWrapper(0), IntWrapper(2)); in TEST() local
340 const ParamGenerator<int> gen = ValuesIn(array); in TEST() local
348 const ParamGenerator<int> gen = ValuesIn(array); in TEST() local
[all …]
/external/google-breakpad/src/testing/gtest/test/
Dgtest-param-test_test.cc190 const ParamGenerator<int> gen = Range(0, 10); in TEST() local
225 const ParamGenerator<int> gen = Range(0, 3); in TEST() local
233 const ParamGenerator<int> gen = Range(0, 1); in TEST() local
241 const ParamGenerator<int> gen = Range(0, 0); in TEST() local
248 const ParamGenerator<int> gen = Range(0, 9, 3); in TEST() local
258 const ParamGenerator<int> gen = Range(0, 4, 3); in TEST() local
290 const ParamGenerator<DogAdder> gen = in TEST() local
324 const ParamGenerator<IntWrapper> gen = Range(IntWrapper(0), IntWrapper(2)); in TEST() local
340 const ParamGenerator<int> gen = ValuesIn(array); in TEST() local
348 const ParamGenerator<int> gen = ValuesIn(array); in TEST() local
[all …]
/external/boringssl/src/crypto/x509v3/
Dv3_alt.c105 GENERAL_NAME *gen; in STACK_OF() local
191 int GENERAL_NAME_print(BIO *out, GENERAL_NAME *gen) in GENERAL_NAME_print()
269 GENERAL_NAME *gen; in v2i_issuer_alt() local
286 GENERAL_NAME *gen; in copy_issuer() local
343 GENERAL_NAME *gen; in v2i_subject_alt() local
364 GENERAL_NAME *gen = NULL; in copy_email() local
415 GENERAL_NAME *gen; in v2i_GENERAL_NAMES() local
447 GENERAL_NAME *gen = NULL; in a2i_GENERAL_NAME() local
572 static int do_othername(GENERAL_NAME *gen, char *value, X509V3_CTX *ctx) in do_othername()
599 static int do_dirname(GENERAL_NAME *gen, char *value, X509V3_CTX *ctx) in do_dirname()
Dv3_genn.c227 int GENERAL_NAME_set0_othername(GENERAL_NAME *gen, in GENERAL_NAME_set0_othername()
241 int GENERAL_NAME_get0_otherName(GENERAL_NAME *gen, in GENERAL_NAME_get0_otherName()
/external/vulkan-validation-layers/tests/gtest-1.7.0/test/
Dgtest-param-test_test.cc190 const ParamGenerator<int> gen = Range(0, 10); in TEST() local
225 const ParamGenerator<int> gen = Range(0, 3); in TEST() local
233 const ParamGenerator<int> gen = Range(0, 1); in TEST() local
241 const ParamGenerator<int> gen = Range(0, 0); in TEST() local
248 const ParamGenerator<int> gen = Range(0, 9, 3); in TEST() local
258 const ParamGenerator<int> gen = Range(0, 4, 3); in TEST() local
290 const ParamGenerator<DogAdder> gen = in TEST() local
324 const ParamGenerator<IntWrapper> gen = Range(IntWrapper(0), IntWrapper(2)); in TEST() local
340 const ParamGenerator<int> gen = ValuesIn(array); in TEST() local
348 const ParamGenerator<int> gen = ValuesIn(array); in TEST() local
[all …]
/external/v8/testing/gtest/test/
Dgtest-param-test_test.cc190 const ParamGenerator<int> gen = Range(0, 10); in TEST() local
225 const ParamGenerator<int> gen = Range(0, 3); in TEST() local
233 const ParamGenerator<int> gen = Range(0, 1); in TEST() local
241 const ParamGenerator<int> gen = Range(0, 0); in TEST() local
248 const ParamGenerator<int> gen = Range(0, 9, 3); in TEST() local
258 const ParamGenerator<int> gen = Range(0, 4, 3); in TEST() local
290 const ParamGenerator<DogAdder> gen = in TEST() local
324 const ParamGenerator<IntWrapper> gen = Range(IntWrapper(0), IntWrapper(2)); in TEST() local
340 const ParamGenerator<int> gen = ValuesIn(array); in TEST() local
348 const ParamGenerator<int> gen = ValuesIn(array); in TEST() local
[all …]
/external/googletest/googletest/test/
Dgtest-param-test_test.cc190 const ParamGenerator<int> gen = Range(0, 10); in TEST() local
225 const ParamGenerator<int> gen = Range(0, 3); in TEST() local
233 const ParamGenerator<int> gen = Range(0, 1); in TEST() local
241 const ParamGenerator<int> gen = Range(0, 0); in TEST() local
248 const ParamGenerator<int> gen = Range(0, 9, 3); in TEST() local
258 const ParamGenerator<int> gen = Range(0, 4, 3); in TEST() local
290 const ParamGenerator<DogAdder> gen = in TEST() local
324 const ParamGenerator<IntWrapper> gen = Range(IntWrapper(0), IntWrapper(2)); in TEST() local
340 const ParamGenerator<int> gen = ValuesIn(array); in TEST() local
348 const ParamGenerator<int> gen = ValuesIn(array); in TEST() local
[all …]
/external/guava/guava-testlib/src/com/google/common/collect/testing/google/
DMultisetTestSuiteBuilder.java165 final OneSizeTestContainerGenerator<Collection<E>, E> gen; field in MultisetTestSuiteBuilder.ElementSetGenerator
167 ElementSetGenerator(OneSizeTestContainerGenerator<Collection<E>, E> gen) { in ElementSetGenerator() argument
198 final OneSizeTestContainerGenerator<Collection<E>, E> gen; field in MultisetTestSuiteBuilder.EntrySetGenerator
200 private EntrySetGenerator(OneSizeTestContainerGenerator<Collection<E>, E> gen) { in EntrySetGenerator() argument
257 final OneSizeTestContainerGenerator<Collection<E>, E> gen; field in MultisetTestSuiteBuilder.ReserializedMultisetGenerator
259 private ReserializedMultisetGenerator(OneSizeTestContainerGenerator<Collection<E>, E> gen) { in ReserializedMultisetGenerator() argument
/external/python/cpython3/Objects/
Dgenobject.c19 gen_traverse(PyGenObject *gen, visitproc visit, void *arg) in gen_traverse()
31 PyGenObject *gen = (PyGenObject *)self; in _PyGen_Finalize() local
90 gen_dealloc(PyGenObject *gen) in gen_dealloc()
122 gen_send_ex(PyGenObject *gen, PyObject *arg, int exc, int closing) in gen_send_ex()
306 _PyGen_Send(PyGenObject *gen, PyObject *arg) in _PyGen_Send()
349 _PyGen_yf(PyGenObject *gen) in _PyGen_yf()
376 gen_close(PyGenObject *gen, PyObject *args) in gen_close()
417 _gen_throw(PyGenObject *gen, int close_on_genexit, in _gen_throw()
546 gen_throw(PyGenObject *gen, PyObject *args) in gen_throw()
561 gen_iternext(PyGenObject *gen) in gen_iternext()
[all …]
/external/webrtc/webrtc/modules/audio_coding/neteq/
Dpacket_buffer_unittest.cc90 PacketGenerator gen(17u, 4711u, 0, 10); in TEST() local
111 PacketGenerator gen(0, 0, 0, 10); in TEST() local
131 PacketGenerator gen(0, 0, 0, 10); in TEST() local
160 PacketGenerator gen(0, 0, 0, 10); in TEST() local
196 PacketGenerator gen(0, 0, 0, 10); in TEST() local
263 PacketGenerator gen(0, 0, 0, kFrameSize); in TEST() local
296 PacketGenerator gen(start_seq_no, start_ts, 0, ts_increment); in TEST() local
325 PacketGenerator gen(start_seq_no, start_ts, 0, ts_increment); in TEST() local
375 PacketGenerator gen(start_seq_no, start_ts, 0, ts_increment); in TEST() local
436 PacketGenerator gen(0, 0, 0, 10); in TEST() local
[all …]
/external/tensorflow/tensorflow/core/lib/random/
Dphilox_random_test.cc43 ResultType operator()(PhiloxRandom* gen) { return (*gen)(); } in operator ()()
55 PhiloxRandom gen(test_seed); in TEST() local
62 PhiloxRandom gen(test_seed); in TEST() local
/external/python/cpython3/Lib/test/test_asyncio/
Dtest_queues.py25 def gen(): function
115 def gen(): function
184 def gen(): function
228 def gen(): function
313 def gen(): function
350 def gen(): function
378 def gen(): function
409 def gen(): function
Dtest_tasks.py444 def gen(): function
593 def gen(): function
634 def gen(): function
679 def gen(): function
707 def gen(): function
722 def gen(): function
752 def gen(): function
807 def gen(): function
864 def gen(): function
895 def gen(): function
[all …]
/external/libcxx/test/libcxx/algorithms/alg.modifying.operations/alg.random.shuffle/
Drandom_shuffle.cxx1z.pass.cpp32 struct gen struct
45 gen r; in main() argument
/external/webrtc/webrtc/modules/video_coding/
Djitter_estimator_tests.cc65 ValueGenerator gen(10); in TEST_F() local
82 ValueGenerator gen(10); in TEST_F() local
99 ValueGenerator gen(10); in TEST_F() local
116 ValueGenerator gen(50); in TEST_F() local
/external/libcxx/test/std/algorithms/alg.modifying.operations/alg.random.shuffle/
Drandom_shuffle_rand.pass.cpp25 struct gen struct
38 gen r; in main() argument
/external/tensorflow/tensorflow/contrib/coder/kernels/
Drange_coder_test.cc28 void RangeEncodeDecodeTest(int precision, random::SimplePhilox* gen) { in RangeEncodeDecodeTest()
90 random::PhiloxRandom gen(random::New64(), random::New64()); in TEST() local
97 random::PhiloxRandom gen(random::New64(), random::New64()); in TEST() local
Drange_coder_ops_test.cc46 int LogUniform(random::SimplePhilox* gen, uint32 n) { in LogUniform()
150 void PopulateMaxValues(random::SimplePhilox* gen, Tensor* maxvalue_tensor, in PopulateMaxValues()
160 void BuildCdf(random::SimplePhilox* gen, Tensor* data_tensor, in BuildCdf()
217 random::SimplePhilox gen(&philox); in TEST_F() local
235 random::SimplePhilox gen(&philox); in TEST_F() local
270 random::SimplePhilox gen(&philox); in TEST_F() local
416 random::SimplePhilox gen(&philox); in CreateRangeEncodeFullBroadcastGraph() local
455 random::SimplePhilox gen(&philox); in CreateRangeDecodeFullBroadcastGraph() local
/external/v8/tools/testrunner/local/
Dpool.py94 def imap_unordered(self, fn, gen, argument
153 def _advance_more(self, gen): argument
162 def _advance_empty(self, gen): argument
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_eu.c407 enum gen { enum
419 #define GEN_LT(gen) ((gen) - 1) argument
420 #define GEN_GE(gen) (~GEN_LT(gen)) argument
421 #define GEN_LE(gen) (GEN_LT(gen) | (gen)) argument
706 enum gen gen = gen_from_devinfo(devinfo); in brw_opcode_desc() local

1234567891011