/aosp_15_r20/external/python/cpython3/Objects/ |
D | genobject.c | 33 gen_traverse(PyGenObject *gen, visitproc visit, void *arg) in gen_traverse() 55 PyGenObject *gen = (PyGenObject *)self; in _PyGen_Finalize() local 113 gen_dealloc(PyGenObject *gen) in gen_dealloc() 151 gen_send_ex2(PyGenObject *gen, PyObject *arg, PyObject **presult, in gen_send_ex2() 278 PyGen_am_send(PyGenObject *gen, PyObject *arg, PyObject **result) in PyGen_am_send() 284 gen_send_ex(PyGenObject *gen, PyObject *arg, int exc, int closing) in gen_send_ex() 308 gen_send(PyGenObject *gen, PyObject *arg) in gen_send() 348 _PyGen_yf(PyGenObject *gen) in _PyGen_yf() 376 gen_close(PyGenObject *gen, PyObject *args) in gen_close() 420 _gen_throw(PyGenObject *gen, int close_on_genexit, in _gen_throw() [all …]
|
/aosp_15_r20/packages/modules/Bluetooth/system/gd/rust/linux/dbus_projection/dbus_macros/src/ |
D | lib.rs | 53 let gen = quote! { in dbus_method() localVariable 287 let gen = quote! { in generate_dbus_exporter() localVariable 533 let gen = quote! { in generate_dbus_interface_client() localVariable 559 let gen = quote! { in copy_without_attributes() localVariable 706 let gen = quote! { in dbus_propmap() localVariable 929 let gen = quote! { in dbus_proxy_obj() localVariable 1025 let gen = quote! { in generate_dbus_arg() localVariable 1140 let mut val = iter.next(); in generate_dbus_arg() localVariable 1174 let mut val = iter.next(); in generate_dbus_arg() localVariable 1199 let mut val = iter.next(); in generate_dbus_arg() localVariable
|
/aosp_15_r20/external/python/cpython2/Objects/ |
D | genobject.c | 11 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() 222 PyObject *val = NULL; in gen_throw() local 281 gen_iternext(PyGenObject *gen) in gen_iternext() 288 gen_repr(PyGenObject *gen) in gen_repr() [all …]
|
/aosp_15_r20/external/pytorch/aten/src/ATen/native/cpu/ |
H A D | MultinomialKernel.cpp | 28 auto gen = get_generator_or_default<CPUGeneratorImpl>( in multinomial_with_replacement_apply() local 55 scalar_t val; in multinomial_with_replacement_apply() local 132 auto gen = get_generator_or_default<CPUGeneratorImpl>( in multinomial_with_replacement_apply() local 159 float val; in multinomial_with_replacement_apply() local 233 std::optional<Generator> gen) { in multinomial_with_replacement_kernel_impl()
|
/aosp_15_r20/external/cronet/third_party/libc++/src/benchmarks/ |
H A D | ContainerBenchmarks.h | 52 … BM_ConstructSizeValue(benchmark::State& st, Container, typename Container::value_type const& val)… in BM_ConstructSizeValue() 61 void BM_ConstructIterIter(benchmark::State& st, Container, GenInputs gen) { in BM_ConstructIterIter() 73 void BM_ConstructFromRange(benchmark::State& st, Container, GenInputs gen) { in BM_ConstructFromRange() 96 void BM_InsertValue(benchmark::State& st, Container c, GenInputs gen) { in BM_InsertValue() 109 void BM_InsertValueRehash(benchmark::State& st, Container c, GenInputs gen) { in BM_InsertValueRehash() 123 void BM_InsertDuplicate(benchmark::State& st, Container c, GenInputs gen) { in BM_InsertDuplicate() 138 void BM_EmplaceDuplicate(benchmark::State& st, Container c, GenInputs gen) { in BM_EmplaceDuplicate() 153 static void BM_Find(benchmark::State& st, Container c, GenInputs gen) { in BM_Find() 167 static void BM_FindRehash(benchmark::State& st, Container c, GenInputs gen) { in BM_FindRehash() 182 static void BM_Rehash(benchmark::State& st, Container c, GenInputs gen) { in BM_Rehash() [all …]
|
/aosp_15_r20/external/pytorch/aten/src/ATen/test/ |
H A D | rng_test.h | 121 for (const uint64_t val : vals) { in test_random_from_to() local 122 auto gen = at::make_generator<RNG>(val); in test_random_from_to() local 182 for (const uint64_t val : vals) { in test_random() local 183 auto gen = at::make_generator<RNG>(val); in test_random() local
|
/aosp_15_r20/external/python/cpython3/Lib/test/test_asyncio/ |
D | test_tasks.py | 665 def gen(): function 1044 def gen(): function 1088 def gen(): function 1144 def gen(): function 1197 def gen(): function 1226 def gen(): function 1256 def gen(): function 1288 def gen(): function 1316 def gen(): function 1343 def gen(): function [all …]
|
/aosp_15_r20/packages/modules/NetworkStack/tests/unit/src/android/net/apf/ |
D | Bpf2Apf.java | 80 private static void convertLine(String line, ApfV4Generator gen) in convertLine() 212 int val = 0; in convertLine() local 322 ApfV4Generator gen = new ApfV4Generator(APF_VERSION_3, sRamSize, sClampSize); in convert() local 335 ApfV4Generator gen = new ApfV4Generator(APF_VERSION_3, sRamSize, sClampSize); in main() local
|
/aosp_15_r20/external/pytorch/aten/src/ATen/native/cuda/ |
H A D | Distributions.cu | 69 uint32_t val = curand(&state); //need just bits in operator ()() local 150 const TensorBase &ret, const TensorBase &lambda, CUDAGeneratorImpl *gen) { in launch_poisson_cuda_kernel() 163 TensorIteratorBase &iter, CUDAGeneratorImpl *gen) { in launch_binomial_cuda_kernel() 176 const TensorBase &ret, const TensorBase &alpha, CUDAGeneratorImpl *gen) { in launch_gamma_kernel()
|
/aosp_15_r20/external/ComputeLibrary/tests/validation/NEON/UNIT/ |
H A D | TensorAllocator.cpp | 122 std::mt19937 gen(library->seed()); in TEST_CASE() local 168 std::mt19937 gen(library->seed()); in TEST_CASE() local 186 const float val = *reinterpret_cast<float *>(tensor_it.ptr()); in TEST_CASE() local 233 std::mt19937 gen(library->seed()); in TEST_CASE() local
|
/aosp_15_r20/external/rust/android-crates-io/crates/quiche/deps/boringssl/src/crypto/x509v3/ |
D | v3_ncons.c | 120 CONF_VALUE tval, *val; variable 288 GENERAL_NAME *gen = sk_GENERAL_NAME_value(x->altname, j); in NAME_CONSTRAINTS_check() local 298 static int nc_match(GENERAL_NAME *gen, NAME_CONSTRAINTS *nc) in nc_match() 351 static int nc_match_single(GENERAL_NAME *gen, GENERAL_NAME *base) in nc_match_single()
|
/aosp_15_r20/external/rust/crates/quiche/deps/boringssl/src/crypto/x509v3/ |
D | v3_ncons.c | 120 CONF_VALUE tval, *val; variable 288 GENERAL_NAME *gen = sk_GENERAL_NAME_value(x->altname, j); in NAME_CONSTRAINTS_check() local 298 static int nc_match(GENERAL_NAME *gen, NAME_CONSTRAINTS *nc) in nc_match() 351 static int nc_match_single(GENERAL_NAME *gen, GENERAL_NAME *base) in nc_match_single()
|
/aosp_15_r20/external/boringssl/src/crypto/x509/ |
H A D | v3_ncons.c | 133 const CONF_VALUE *val = sk_CONF_VALUE_value(nval, i); variable 293 GENERAL_NAME *gen = sk_GENERAL_NAME_value(x->altname, j); in NAME_CONSTRAINTS_check() local 303 static int nc_match(GENERAL_NAME *gen, NAME_CONSTRAINTS *nc) { in nc_match() 360 static int nc_match_single(GENERAL_NAME *gen, GENERAL_NAME *base) { in nc_match_single()
|
/aosp_15_r20/external/cronet/third_party/boringssl/src/crypto/x509/ |
H A D | v3_ncons.c | 133 const CONF_VALUE *val = sk_CONF_VALUE_value(nval, i); variable 293 GENERAL_NAME *gen = sk_GENERAL_NAME_value(x->altname, j); in NAME_CONSTRAINTS_check() local 303 static int nc_match(GENERAL_NAME *gen, NAME_CONSTRAINTS *nc) { in nc_match() 360 static int nc_match_single(GENERAL_NAME *gen, GENERAL_NAME *base) { in nc_match_single()
|
/aosp_15_r20/external/igt-gpu-tools/tools/ |
H A D | intel_reg_checker.c | 33 static int gen; variable 38 uint32_t val = INREG(reg); in read_and_print_reg() local 48 uint32_t val = read_and_print_reg(name, reg); in check_chicken_unset() local 59 check_bit(uint32_t val, int bit, const char *bitname, bool set) in check_bit() 70 check_perf_bit(uint32_t val, int bit, const char *bitname, bool set) in check_perf_bit()
|
/aosp_15_r20/external/cronet/third_party/googletest/src/googletest/test/ |
H A D | googletest-param-test-test.cc | 138 const ParamGenerator<int> gen = Range(0, 10); in TEST() local 173 const ParamGenerator<int> gen = Range(0, 3); in TEST() local 181 const ParamGenerator<int> gen = Range(0, 1); in TEST() local 189 const ParamGenerator<int> gen = Range(0, 0); in TEST() local 196 const ParamGenerator<int> gen = Range(0, 9, 3); in TEST() local 206 const ParamGenerator<int> gen = Range(0, 4, 3); in TEST() local 235 const ParamGenerator<DogAdder> gen = in TEST() local 269 const ParamGenerator<IntWrapper> gen = Range(IntWrapper(0), IntWrapper(2)); in TEST() local 285 const ParamGenerator<int> gen = ValuesIn(array); in TEST() local 293 const ParamGenerator<int> gen = ValuesIn(array); in TEST() local [all …]
|
/aosp_15_r20/external/googletest/googletest/test/ |
H A D | googletest-param-test-test.cc | 138 const ParamGenerator<int> gen = Range(0, 10); in TEST() local 173 const ParamGenerator<int> gen = Range(0, 3); in TEST() local 181 const ParamGenerator<int> gen = Range(0, 1); in TEST() local 189 const ParamGenerator<int> gen = Range(0, 0); in TEST() local 196 const ParamGenerator<int> gen = Range(0, 9, 3); in TEST() local 206 const ParamGenerator<int> gen = Range(0, 4, 3); in TEST() local 235 const ParamGenerator<DogAdder> gen = in TEST() local 269 const ParamGenerator<IntWrapper> gen = Range(IntWrapper(0), IntWrapper(2)); in TEST() local 285 const ParamGenerator<int> gen = ValuesIn(array); in TEST() local 293 const ParamGenerator<int> gen = ValuesIn(array); in TEST() local [all …]
|
/aosp_15_r20/external/cronet/third_party/boringssl/src/third_party/googletest/googletest/test/ |
H A D | googletest-param-test-test.cc | 138 const ParamGenerator<int> gen = Range(0, 10); in TEST() local 173 const ParamGenerator<int> gen = Range(0, 3); in TEST() local 181 const ParamGenerator<int> gen = Range(0, 1); in TEST() local 189 const ParamGenerator<int> gen = Range(0, 0); in TEST() local 196 const ParamGenerator<int> gen = Range(0, 9, 3); in TEST() local 206 const ParamGenerator<int> gen = Range(0, 4, 3); in TEST() local 235 const ParamGenerator<DogAdder> gen = in TEST() local 269 const ParamGenerator<IntWrapper> gen = Range(IntWrapper(0), IntWrapper(2)); in TEST() local 285 const ParamGenerator<int> gen = ValuesIn(array); in TEST() local 293 const ParamGenerator<int> gen = ValuesIn(array); in TEST() local [all …]
|
/aosp_15_r20/external/rust/android-crates-io/crates/quiche/deps/boringssl/src/third_party/googletest/test/ |
D | googletest-param-test-test.cc | 138 const ParamGenerator<int> gen = Range(0, 10); in TEST() local 173 const ParamGenerator<int> gen = Range(0, 3); in TEST() local 181 const ParamGenerator<int> gen = Range(0, 1); in TEST() local 189 const ParamGenerator<int> gen = Range(0, 0); in TEST() local 196 const ParamGenerator<int> gen = Range(0, 9, 3); in TEST() local 206 const ParamGenerator<int> gen = Range(0, 4, 3); in TEST() local 238 const ParamGenerator<DogAdder> gen = in TEST() local 272 const ParamGenerator<IntWrapper> gen = Range(IntWrapper(0), IntWrapper(2)); in TEST() local 288 const ParamGenerator<int> gen = ValuesIn(array); in TEST() local 296 const ParamGenerator<int> gen = ValuesIn(array); in TEST() local [all …]
|
/aosp_15_r20/external/rust/crates/quiche/deps/boringssl/src/third_party/googletest/test/ |
D | googletest-param-test-test.cc | 138 const ParamGenerator<int> gen = Range(0, 10); in TEST() local 173 const ParamGenerator<int> gen = Range(0, 3); in TEST() local 181 const ParamGenerator<int> gen = Range(0, 1); in TEST() local 189 const ParamGenerator<int> gen = Range(0, 0); in TEST() local 196 const ParamGenerator<int> gen = Range(0, 9, 3); in TEST() local 206 const ParamGenerator<int> gen = Range(0, 4, 3); in TEST() local 238 const ParamGenerator<DogAdder> gen = in TEST() local 272 const ParamGenerator<IntWrapper> gen = Range(IntWrapper(0), IntWrapper(2)); in TEST() local 288 const ParamGenerator<int> gen = ValuesIn(array); in TEST() local 296 const ParamGenerator<int> gen = ValuesIn(array); in TEST() local [all …]
|
/aosp_15_r20/external/igt-gpu-tools/lib/ |
H A D | intel_mmio.c | 120 uint32_t devid, gen; in intel_mmio_use_pci_bar() local 286 intel_register_write(uint32_t reg, uint32_t val) in intel_register_write() 372 void OUTREG(uint32_t reg, uint32_t val) in OUTREG() 388 void OUTREG16(uint32_t reg, uint16_t val) in OUTREG16() 404 void OUTREG8(uint32_t reg, uint8_t val) in OUTREG8()
|
/aosp_15_r20/external/igt-gpu-tools/tests/i915/ |
H A D | gem_softpin.c | 202 const int gen = intel_gen(intel_get_drm_devid(fd)); in busy_batch() local 386 const int gen = intel_gen(intel_get_drm_devid(fd)); in test_noreloc() local 466 uint32_t val; in test_noreloc() local
|
H A D | gem_exec_params.c | 81 int val = -1; in has_exec_batch_first() local 92 int val = -1; in has_resource_streamer() local 103 const int gen = intel_gen(intel_get_drm_devid(fd)); in test_batch_first() local
|
/aosp_15_r20/external/python/cpython3/Lib/test/ |
D | test_collections.py | 783 def gen(): function 800 def throw(self, typ, val=None, tb=None): argument 835 def gen(): function 852 def throw(self, typ, val=None, tb=None): argument 882 def throw(self, typ, val=None, tb=None): argument 1170 def throw(self, typ, val=None, tb=None): pass argument 1181 def throw(self, typ, val=None, tb=None): pass argument 1195 def throw(self, typ, val=None, tb=None): pass argument 1200 def throw(self, typ, val=None, tb=None): argument 1203 def gen(): function [all …]
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/internal/ |
H A D | test_util.cc | 90 float val; in ExponentialRandomPositiveInt() local 102 float val; in ExponentialRandomPositiveFloat() local 112 auto gen = std::bind(dist, RandomEngine()); in FillRandomFloat() local
|