Home
last modified time | relevance | path

Searched defs:gen (Results 401 - 425 of 611) sorted by relevance

1...<<11121314151617181920>>...25

/third_party/googletest/googletest/test/
H A Dgoogletest-param-test-test.cc138 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 Dgtest-param-util.h959 ParamGeneratorConverter(ParamGenerator<From> gen) // NOLINT in ParamGeneratorConverter() argument
/third_party/libbpf/src/
H A Dgen_loader.c45 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 Dintel_decoder.c402 const char *gen = NULL; in start_element() local
[all...]
/third_party/nghttp2/src/
H A Dshrpx_connection_handler.cc115 ConnectionHandler::ConnectionHandler(struct ev_loop *loop, std::mt19937 &gen) in ConnectionHandler() argument
/third_party/node/deps/googletest/include/gtest/internal/
H A Dgtest-param-util.h956 ParamGeneratorConverter(ParamGenerator<From> gen) // NOLINT in ParamGeneratorConverter() argument
/third_party/node/deps/v8/src/compiler/backend/arm/
H A Dcode-generator-arm.cc33 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 Dec_kmgmt.c987 unsigned char *gen, *seed; member
/third_party/node/deps/openssl/openssl/crypto/x509/
H A Dv3_utl.c505 GENERAL_NAME *gen; in STACK_OF() local
915 GENERAL_NAME *gen; in do_x509_check() local
[all...]
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A DOutputGLSLBase.cpp69 Stream &operator<<(Stream &out, CommaSeparatedListItemPrefixGenerator &gen) in operator <<() argument
/third_party/skia/src/image/
H A DSkImage_Gpu.cpp679 auto gen = GrBackendTextureImageGenerator::Make(std::move(texture), view.origin(), in MakeCrossContextFromPixmap() local
690 auto gen = GrAHardwareBufferImageGenerator::Make(graphicBuffer, at, cs, surfaceOrigin); in MakeFromAHardwareBuffer() local
/third_party/openssl/providers/implementations/keymgmt/
H A Dec_kmgmt.c987 unsigned char *gen, *seed; member
/third_party/openssl/crypto/x509/
H A Dv3_utl.c505 GENERAL_NAME *gen; in STACK_OF() local
915 GENERAL_NAME *gen; in do_x509_check() local
[all...]
/third_party/python/Lib/test/
H A Dtest_random.py441 gen = random.SystemRandom() global() variable in SystemRandom_TestBasicOps
598 gen = random.Random() global() variable in MersenneTwister_TestBasicOps
[all...]
H A Dtest_asyncgen.py180 async def gen(): function
192 async def gen(): function
221 async def gen() function
231 async def gen(): global() function
252 async def gen(): global() function
261 async def gen(): global() function
343 async def gen(): global() function
381 async def gen(): global() function
511 async def gen(): global() function
538 async def gen(): global() function
545 async def gen(): global() function
747 async def gen(): global() function
769 async def gen(): global() function
781 async def gen(): global() function
896 async def gen(): global() function
1034 async def gen(): global() function
1071 async def gen(): global() function
1106 async def gen(): global() function
1166 async def gen(): global() function
1202 async def gen(): global() function
1236 async def gen(): global() function
1282 async def gen(): global() function
1326 async def gen(): global() function
1376 async def gen(): global() function
1396 async def gen(): global() function
1414 async def gen(): global() function
[all...]
H A Dtest_iter.py1068 def gen(): function
1109 def gen(): function
/third_party/python/Objects/
H A Dframeobject.c600 PyGenObject *gen = _PyFrame_GetGenerator(frame->f_frame); in _PyFrame_GetState() local
916 PyGenObject *gen = _PyFrame_GetGenerator(f->f_frame); in frame_clear() local
1377 PyGenObject *gen = _PyFrame_GetGenerator(frame->f_frame); in PyFrame_GetGenerator() local
/third_party/skia/third_party/externals/abseil-cpp/absl/algorithm/
H A Dcontainer.h690 void c_generate(C& c, Generator&& gen) { in c_generate() argument
813 void c_shuffle(RandomAccessContainer& c, UniformRandomBitGenerator&& gen) { in c_shuffle() argument
702 c_generate_n(C& c, Size n, Generator&& gen) c_generate_n() argument
/third_party/vk-gl-cts/modules/glshared/
H A DglsLifetimeTests.hpp190 GLuint gen (void) { return glCreateProgram(); } in gen() function in deqp::gls::LifetimeTests::details::ProgramType
203 GLuint gen (void) { return glCreateShader(GL_FRAGMENT_SHADER); } in gen() function in deqp::gls::LifetimeTests::details::ShaderType
/kernel/linux/linux-5.10/drivers/gpio/
H A Dgpio-omap.c1166 u32 l = 0, gen, gen0, gen1; in omap_gpio_unidle() local
/kernel/linux/linux-5.10/arch/loongarch/include/asm/
H A Dkvm_host.h348 static inline void kvm_arch_memslots_updated(struct kvm *kvm, u64 gen) {} in kvm_arch_memslots_updated() argument
/kernel/linux/linux-5.10/drivers/char/agp/
H A Dintel-gtt.c43 unsigned int gen : 8; member
[all...]
/kernel/linux/linux-6.6/arch/arm64/kvm/
H A Dmmu.c2072 void kvm_arch_memslots_updated(struct kvm *kvm, u64 gen) in kvm_arch_memslots_updated() argument
/kernel/linux/linux-5.10/drivers/md/
H A Ddm-zoned-metadata.c49 __le64 gen; /* 16 */ member
1000 u64 gen, sb_block; in dmz_check_sb() local
[all...]
/kernel/linux/linux-5.10/drivers/input/mouse/
H A Dcyapa.h358 u8 gen; member

Completed in 40 milliseconds

1...<<11121314151617181920>>...25