/third_party/python/Lib/test/ |
H A D | test_bdb.py | 510 def gen(a, b): function
|
H A D | test_generators.py | 52 def gen(): function 73 def gen(): function 181 def gen(): global() function 271 def gen(): global() function 283 def gen(): global() function 310 def gen(): global() function 367 def gen(): global() function 1502 def gen(i): global() function 1527 def gen(i): global() function [all...] |
H A D | test_contextlib_async.py | 48 async def gen(): function
|
H A D | test_with.py | 586 def gen(): function
|
/third_party/openssl/crypto/evp/ |
H A D | evp_local.h | 117 OSSL_FUNC_keymgmt_gen_fn *gen; member
|
/third_party/skia/src/core/ |
H A D | SkMipmap.cpp | 874 auto gen = SkImageGenerator::MakeFromEncoded( in Deserialize() local
|
/third_party/skia/src/image/ |
H A D | SkImage_Lazy.cpp | 40 static sk_sp<SharedGenerator> Make(std::unique_ptr<SkImageGenerator> gen) { in Make() argument 48 explicit SharedGenerator(std::unique_ptr<SkImageGenerator> gen) in SharedGenerator() argument 62 SkImage_Lazy::Validator::Validator(sk_sp<SharedGenerator> gen, const SkColorType* colorType, in Validator() argument 99 ScopedGenerator(const sk_sp<SharedGenerator>& gen) in ScopedGenerator() argument [all...] |
/third_party/openssl/crypto/x509/ |
H A D | v3_purp.c | 336 GENERAL_NAME *gen = sk_GENERAL_NAME_value(dp->CRLissuer, i); in setup_dp() local 974 GENERAL_NAME *gen; in X509_check_akid() local
|
/third_party/optimized-routines/math/test/ |
H A D | mathbench.c | 592 bench (const struct fun *f, double lo, double hi, int type, int gen) in bench() argument 686 int usergen = 0, gen = 'r', type = 'b', all = 0; in main() local [all...] |
/third_party/python/Python/ |
H A D | ast_unparse.c | 388 append_ast_comprehension(_PyUnicodeWriter *writer, comprehension_ty gen) in append_ast_comprehension() argument
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_common/ |
H A D | eap_eke_common.c | 162 u8 gen; in eap_eke_dh_init() local
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_common/ |
H A D | eap_eke_common.c | 162 u8 gen; in eap_eke_dh_init() local
|
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/i915/gt/ |
H A D | intel_engine_cs.c | 67 u32 gen : 8; member [all...] |
/third_party/f2fs-tools/lib/ |
H A D | libf2fs.c | 561 __le32 gen = ri->i_generation; in f2fs_inode_chksum() local
|
/third_party/alsa-lib/src/pcm/ |
H A D | pcm_meter.c | 60 snd_pcm_generic_t gen; member [all...] |
H A D | pcm_plug.c | 48 snd_pcm_generic_t gen; member [all...] |
H A D | pcm_file.c | 68 snd_pcm_generic_t gen; member [all...] |
/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); TEST() local 235 const ParamGenerator<DogAdder> gen = TEST() local 269 const ParamGenerator<IntWrapper> gen = Range(IntWrapper(0), IntWrapper(2)); TEST() local 285 const ParamGenerator<int> gen = ValuesIn(array); TEST() local 293 const ParamGenerator<int> gen = ValuesIn(array); TEST() local 301 const ParamGenerator<int> gen = ValuesIn(array); TEST() local 313 const ParamGenerator<int> gen = ValuesIn(values); TEST() local 326 const ParamGenerator<int> gen = ValuesIn(values.begin(), values.end()); TEST() local 338 const ParamGenerator<int> gen = ValuesIn(values.begin(), values.end()); TEST() local 349 const ParamGenerator<int> gen = ValuesIn(values.begin(), values.end()); TEST() local 356 const ParamGenerator<int> gen = Values(3, 5, 8); TEST() local 365 const ParamGenerator<double> gen = Values(3, 5.0f, 8.0); TEST() local 372 const ParamGenerator<int> gen = TEST() local 389 const ParamGenerator<int> gen = Values(42); TEST() local 397 const ParamGenerator<bool> gen = Bool(); TEST() local 407 const ParamGenerator<std::tuple<const char*, int>> gen = TEST() local 418 const ParamGenerator<std::tuple<int, int, int>> gen = TEST() local 432 const ParamGenerator<std::tuple<int, int>> gen = TEST() local 444 const ParamGenerator<std::tuple<int, int>> gen = TEST() local 455 const ParamGenerator<std::tuple<int, int>> gen = TEST() local 463 const ParamGenerator<std::tuple<int, int>> gen = TEST() local 475 gen = TEST() local 502 const ParamGenerator<std::tuple<int, NonDefaultConstructAssignString>> gen = TEST() local 547 const ParamGenerator<ConstructFromT<std::tuple<const char*, int>>> gen = TEST() local 559 gen = ConvertGenerator<std::tuple<int, NonDefaultConstructAssignString>>( TEST() local 589 ParamGenerator<int> gen = Values(1, 2); TEST() local [all...] |
/third_party/googletest/googletest/include/gtest/internal/ |
H A D | gtest-param-util.h | 959 ParamGeneratorConverter(ParamGenerator<From> gen) // NOLINT in ParamGeneratorConverter() argument
|
/third_party/libbpf/src/ |
H A D | gen_loader.c | 45 static int blob_fd_array_off(struct bpf_gen *gen, int index) in blob_fd_array_off() argument 50 static int realloc_insn_buf(struct bpf_gen *gen, __u32 size) in realloc_insn_buf() argument 73 realloc_data_buf(struct bpf_gen *gen, __u32 size) realloc_data_buf() argument 96 emit(struct bpf_gen *gen, struct bpf_insn insn) emit() argument 104 emit2(struct bpf_gen *gen, struct bpf_insn insn1, struct bpf_insn insn2) emit2() argument 113 bpf_gen__init(struct bpf_gen *gen, int log_level, int nr_progs, int nr_maps) bpf_gen__init() argument 156 add_data(struct bpf_gen *gen, const void *data, __u32 size) add_data() argument 178 add_map_fd(struct bpf_gen *gen) add_map_fd() argument 188 add_kfunc_btf_fd(struct bpf_gen *gen) add_kfunc_btf_fd() argument 211 emit_rel_store(struct bpf_gen *gen, int off, int data) emit_rel_store() argument 220 move_blob2blob(struct bpf_gen *gen, int off, int size, int blob_off) move_blob2blob() argument 230 move_blob2ctx(struct bpf_gen *gen, int ctx_off, int size, int blob_off) move_blob2ctx() argument 238 move_ctx2blob(struct bpf_gen *gen, int off, int size, int ctx_off, bool check_non_zero) move_ctx2blob() argument 252 move_stack2blob(struct bpf_gen *gen, int off, int size, int stack_off) move_stack2blob() argument 260 move_stack2ctx(struct bpf_gen *gen, int ctx_off, int size, int stack_off) move_stack2ctx() argument 266 emit_sys_bpf(struct bpf_gen *gen, int cmd, int attr, int attr_size) emit_sys_bpf() argument 282 emit_check_err(struct bpf_gen *gen) emit_check_err() argument 298 emit_debug(struct bpf_gen *gen, int reg1, int reg2, const char *fmt, va_list args) emit_debug() argument 326 debug_regs(struct bpf_gen *gen, int reg1, int reg2, const char *fmt, ...) debug_regs() argument 335 debug_ret(struct bpf_gen *gen, const char *fmt, ...) debug_ret() argument 344 __emit_sys_close(struct bpf_gen *gen) __emit_sys_close() argument 356 emit_sys_close_stack(struct bpf_gen *gen, int stack_off) emit_sys_close_stack() argument 362 emit_sys_close_blob(struct bpf_gen *gen, int blob_off) emit_sys_close_blob() argument 370 bpf_gen__finish(struct bpf_gen *gen, int nr_progs, int nr_maps) bpf_gen__finish() argument 408 bpf_gen__free(struct bpf_gen *gen) bpf_gen__free() argument 417 bpf_gen__load_btf(struct bpf_gen *gen, const void *btf_raw_data, __u32 btf_raw_size) bpf_gen__load_btf() argument 448 bpf_gen__map_create(struct bpf_gen *gen, enum bpf_map_type map_type, const char *map_name, __u32 key_size, __u32 value_size, __u32 max_entries, struct bpf_map_create_opts *map_attr, int map_idx) bpf_gen__map_create() argument 526 bpf_gen__record_attach_target(struct bpf_gen *gen, const char *attach_name, enum bpf_attach_type type) bpf_gen__record_attach_target() argument 540 emit_find_attach_target(struct bpf_gen *gen) emit_find_attach_target() argument 562 bpf_gen__record_extern(struct bpf_gen *gen, const char *name, bool is_weak, bool is_typeless, bool is_ld64, int kind, int insn_idx) bpf_gen__record_extern() argument 584 get_ksym_desc(struct bpf_gen *gen, struct ksym_relo_desc *relo) get_ksym_desc() argument 616 emit_bpf_find_by_name_kind(struct bpf_gen *gen, struct ksym_relo_desc *relo) emit_bpf_find_by_name_kind() argument 635 emit_bpf_kallsyms_lookup_name(struct bpf_gen *gen, struct ksym_relo_desc *relo) emit_bpf_kallsyms_lookup_name() argument 664 emit_relo_kfunc_btf(struct bpf_gen *gen, struct ksym_relo_desc *relo, int insn) emit_relo_kfunc_btf() argument 735 emit_ksym_relo_log(struct bpf_gen *gen, struct ksym_relo_desc *relo, int ref) emit_ksym_relo_log() argument 754 emit_relo_ksym_typeless(struct bpf_gen *gen, struct ksym_relo_desc *relo, int insn) emit_relo_ksym_typeless() argument 801 emit_relo_ksym_btf(struct bpf_gen *gen, struct ksym_relo_desc *relo, int insn) emit_relo_ksym_btf() argument 851 bpf_gen__record_relo_core(struct bpf_gen *gen, const struct bpf_core_relo *core_relo) bpf_gen__record_relo_core() argument 867 emit_relo(struct bpf_gen *gen, struct ksym_relo_desc *relo, int insns) emit_relo() argument 885 emit_relos(struct bpf_gen *gen, int insns) emit_relos() argument 893 cleanup_core_relo(struct bpf_gen *gen) cleanup_core_relo() argument 902 cleanup_relos(struct bpf_gen *gen, int insns) cleanup_relos() argument 934 bpf_gen__prog_load(struct bpf_gen *gen, enum bpf_prog_type prog_type, const char *prog_name, const char *license, struct bpf_insn *insns, size_t insn_cnt, struct bpf_prog_load_opts *load_attr, int prog_idx) bpf_gen__prog_load() argument 1034 bpf_gen__map_update_elem(struct bpf_gen *gen, int map_idx, void *pvalue, __u32 value_size) bpf_gen__map_update_elem() argument 1081 bpf_gen__populate_outer_map(struct bpf_gen *gen, int outer_map_idx, int slot, int inner_map_idx) bpf_gen__populate_outer_map() argument 1108 bpf_gen__map_freeze(struct bpf_gen *gen, int map_idx) bpf_gen__map_freeze() argument [all...] |
/third_party/mesa3d/src/intel/common/ |
H A D | intel_decoder.c | 402 const char *gen = NULL; in start_element() local [all...] |
/third_party/nghttp2/src/ |
H A D | shrpx_connection_handler.cc | 115 ConnectionHandler::ConnectionHandler(struct ev_loop *loop, std::mt19937 &gen) in ConnectionHandler() argument
|
/third_party/node/deps/googletest/include/gtest/internal/ |
H A D | gtest-param-util.h | 956 ParamGeneratorConverter(ParamGenerator<From> gen) // NOLINT in ParamGeneratorConverter() argument
|
/third_party/node/deps/v8/src/compiler/backend/arm/ |
H A D | code-generator-arm.cc | 33 ArmOperandConverter(CodeGenerator* gen, Instruction* instr) in ArmOperandConverter() argument 177 OutOfLineRecordWrite(CodeGenerator* gen, Register object, Operand offset, in OutOfLineRecordWrite() argument 244 OutOfLineFloatMin(CodeGenerator* gen, T result, T left, T right) in OutOfLineFloatMin() argument 260 OutOfLineFloatMax(CodeGenerator* gen, T result, T left, T right) in OutOfLineFloatMax() argument [all...] |
/third_party/node/deps/openssl/openssl/providers/implementations/keymgmt/ |
H A D | ec_kmgmt.c | 987 unsigned char *gen, *seed; member
|