Home
last modified time | relevance | path

Searched defs:mod (Results 1 – 25 of 2003) sorted by relevance

12345678910>>...81

/aosp_15_r20/external/bcc/src/cc/
H A Dbcc_common.cc22 auto mod = new ebpf::BPFModule(flags, nullptr, true, "", allow_rlimit, dev_name); in bpf_module_create_c() local
32 auto mod = new ebpf::BPFModule(flags, nullptr, true, "", allow_rlimit, dev_name); in bpf_module_create_c_from_string() local
45 auto mod = static_cast<ebpf::BPFModule *>(program); in bpf_module_destroy() local
51 auto mod = static_cast<ebpf::BPFModule *>(program); in bpf_num_functions() local
57 auto mod = static_cast<ebpf::BPFModule *>(program); in bpf_function_name() local
63 auto mod = static_cast<ebpf::BPFModule *>(program); in bpf_function_start() local
69 auto mod = static_cast<ebpf::BPFModule *>(program); in bpf_function_start_id() local
75 auto mod = static_cast<ebpf::BPFModule *>(program); in bpf_function_size() local
81 auto mod = static_cast<ebpf::BPFModule *>(program); in bpf_function_size_id() local
87 auto mod = static_cast<ebpf::BPFModule *>(program); in bpf_module_license() local
[all …]
/aosp_15_r20/external/javassist/src/main/javassist/
H A DModifier.java52 public static boolean isPublic(int mod) { in isPublic()
60 public static boolean isPrivate(int mod) { in isPrivate()
68 public static boolean isProtected(int mod) { in isProtected()
76 public static boolean isPackage(int mod) { in isPackage()
84 public static boolean isStatic(int mod) { in isStatic()
92 public static boolean isFinal(int mod) { in isFinal()
100 public static boolean isSynchronized(int mod) { in isSynchronized()
108 public static boolean isVolatile(int mod) { in isVolatile()
116 public static boolean isTransient(int mod) { in isTransient()
124 public static boolean isNative(int mod) { in isNative()
[all …]
/aosp_15_r20/external/kmod/libkmod/
H A Dlibkmod-module.c126 static inline bool module_is_inkernel(struct kmod_module *mod) in module_is_inkernel()
137 int kmod_module_parse_depline(struct kmod_module *mod, char *line) in kmod_module_parse_depline()
214 void kmod_module_set_visited(struct kmod_module *mod, bool visited) in kmod_module_set_visited()
219 void kmod_module_set_builtin(struct kmod_module *mod, bool builtin) in kmod_module_set_builtin()
225 void kmod_module_set_required(struct kmod_module *mod, bool required) in kmod_module_set_required()
230 bool kmod_module_is_builtin(struct kmod_module *mod) in kmod_module_is_builtin()
265 struct kmod_module **mod) in kmod_module_new()
331 struct kmod_module **mod) in kmod_module_new_from_name()
345 const char *name, struct kmod_module **mod) in kmod_module_new_from_alias()
389 struct kmod_module **mod) in kmod_module_new_from_path()
[all …]
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/lang/reflect/
DModifier.java68 public static boolean isPublic(int mod) { in isPublic()
80 public static boolean isPrivate(int mod) { in isPrivate()
92 public static boolean isProtected(int mod) { in isProtected()
104 public static boolean isStatic(int mod) { in isStatic()
116 public static boolean isFinal(int mod) { in isFinal()
128 public static boolean isSynchronized(int mod) { in isSynchronized()
140 public static boolean isVolatile(int mod) { in isVolatile()
161 public static boolean isTransient(int mod) { in isTransient()
173 public static boolean isNative(int mod) { in isNative()
185 public static boolean isInterface(int mod) { in isInterface()
[all …]
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/3/libcore/ojluni/src/main/java/java/lang/reflect/
DModifier.java68 public static boolean isPublic(int mod) { in isPublic()
80 public static boolean isPrivate(int mod) { in isPrivate()
92 public static boolean isProtected(int mod) { in isProtected()
104 public static boolean isStatic(int mod) { in isStatic()
116 public static boolean isFinal(int mod) { in isFinal()
128 public static boolean isSynchronized(int mod) { in isSynchronized()
140 public static boolean isVolatile(int mod) { in isVolatile()
161 public static boolean isTransient(int mod) { in isTransient()
173 public static boolean isNative(int mod) { in isNative()
185 public static boolean isInterface(int mod) { in isInterface()
[all …]
/aosp_15_r20/libcore/ojluni/src/main/java/java/lang/reflect/
H A DModifier.java68 public static boolean isPublic(int mod) { in isPublic()
80 public static boolean isPrivate(int mod) { in isPrivate()
92 public static boolean isProtected(int mod) { in isProtected()
104 public static boolean isStatic(int mod) { in isStatic()
116 public static boolean isFinal(int mod) { in isFinal()
128 public static boolean isSynchronized(int mod) { in isSynchronized()
140 public static boolean isVolatile(int mod) { in isVolatile()
161 public static boolean isTransient(int mod) { in isTransient()
173 public static boolean isNative(int mod) { in isNative()
185 public static boolean isInterface(int mod) { in isInterface()
[all …]
/aosp_15_r20/external/mesa3d/src/compiler/nir/tests/
H A Dmod_analysis_tests.cpp28 nir_mod_analysis_comp0(nir_def *val, nir_alu_type val_type, unsigned div, unsigned *mod) in nir_mod_analysis_comp0()
72 unsigned mod = INT32_MAX; in TEST_F() local
84 unsigned mod = INT32_MAX; in TEST_F() local
101 unsigned mod = INT32_MAX; in TEST_F() local
117 unsigned mod = INT32_MAX; in TEST_F() local
137 unsigned mod = INT32_MAX; in TEST_F() local
153 unsigned mod = INT32_MAX; in TEST_F() local
173 unsigned mod = INT32_MAX; in TEST_F() local
194 unsigned mod = INT32_MAX; in TEST_F() local
213 unsigned mod = INT32_MAX; in TEST_F() local
[all …]
/aosp_15_r20/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
H A DEventBuilder.java44 EventMod mod = new EventMod(EventMod.ModKind.Count); in setCount() local
57 EventMod mod = new EventMod(EventMod.ModKind.ThreadOnly); in setThreadOnly() local
70 EventMod mod = new EventMod(EventMod.ModKind.ClassOnly); in setClassOnly() local
83 EventMod mod = new EventMod(EventMod.ModKind.ClassMatch); in setClassMatch() local
96 EventMod mod = new EventMod(EventMod.ModKind.ClassExclude); in setClassExclude() local
109 EventMod mod = new EventMod(EventMod.ModKind.LocationOnly); in setLocationOnly() local
125 EventMod mod = new EventMod(EventMod.ModKind.ExceptionOnly); in setExceptionOnly() local
141 EventMod mod = new EventMod(EventMod.ModKind.FieldOnly); in setFieldOnly() local
157 EventMod mod = new EventMod(EventMod.ModKind.Step); in setStep() local
172 EventMod mod = new EventMod(EventMod.ModKind.InstanceOnly); in setInstanceOnly() local
[all …]
/aosp_15_r20/external/kmod/testsuite/
H A Ddelete_module.c37 struct mod { struct
38 struct mod *next; argument
44 static struct mod *modules; argument
55 struct mod *mod; in parse_retcodes() local
104 struct mod *mod; in find_module() local
117 struct mod *mod; in init_retcodes() local
148 struct mod *mod; in delete_module() local
164 struct mod *mod = modules->next; in free_resources() local
H A Dinit_module.c52 struct mod { struct
53 struct mod *next; argument
59 static struct mod *modules; argument
71 struct mod *mod; in parse_retcodes() local
168 struct mod *mod; in find_module() local
199 struct kmod_module *mod; in module_is_inkernel() local
240 struct mod *mod; in init_module() local
396 struct mod *mod = modules->next; in free_resources() local
/aosp_15_r20/external/coreboot/src/device/oprom/x86emu/
H A Dops2.c70 int mod, rl, rh; in x86emuOp2_opc_01() local
370 int mod, rl, rh; in x86emuOp2_set_byte() local
508 int mod, rl, rh; in x86emuOp2_bt_R() local
571 int mod, rl, rh; in x86emuOp2_shld_IMM() local
642 int mod, rl, rh; in x86emuOp2_shld_CL() local
732 int mod, rl, rh; in x86emuOp2_bts_R() local
805 int mod, rl, rh; in x86emuOp2_shrd_IMM() local
876 int mod, rl, rh; in x86emuOp2_shrd_CL() local
937 int mod, rl, rh; in x86emuOp2_imul_R_RM() local
1029 int mod, rh, rl; in x86emuOp2_lss_R_IMM() local
[all …]
H A Dops.c203 int mod, rl, rh; in x86emuOp_genop_byte_RM_R() local
244 int mod, rl, rh; in x86emuOp_genop_word_RM_R() local
312 int mod, rl, rh; in x86emuOp_genop_byte_R_RM() local
348 int mod, rl, rh; in x86emuOp_genop_word_R_RM() local
951 int mod, rl, rh; in x86emuOp_imul_word_IMM() local
1079 int mod, rl, rh; in x86emuOp_imul_byte_IMM() local
1275 int mod, rl, rh; in x86emuOp_opc80_byte_RM_IMM() local
1354 int mod, rl, rh; in x86emuOp_opc81_word_RM_IMM() local
1460 int mod, rl, rh; in x86emuOp_opc82_byte_RM_IMM() local
1537 int mod, rl, rh; in x86emuOp_opc83_word_RM_IMM() local
[all …]
H A Dfpu.c103 int mod, rl, rh; in x86emuOp_esc_coprocess_d9() local
330 int mod, rl, rh; in x86emuOp_esc_coprocess_da() local
411 int mod, rl, rh; in x86emuOp_esc_coprocess_db() local
538 int mod, rl, rh; in x86emuOp_esc_coprocess_dc() local
648 int mod, rl, rh; in x86emuOp_esc_coprocess_dd() local
755 int mod, rl, rh; in x86emuOp_esc_coprocess_de() local
874 int mod, rl, rh; in x86emuOp_esc_coprocess_df() local
/aosp_15_r20/external/kmod/tools/
H A Ddepmod.c911 struct mod { struct
912 struct kmod_module *kmod; argument
916 struct kmod_list *info_list; argument
917 struct kmod_list *dep_sym_list; argument
920 size_t modnamesz; argument
921 int sort_idx; /* sort index using modules.order */ argument
923 uint16_t idx; /* index in depmod->modules.array */ argument
924 uint16_t users; /* how many modules depend on this one */ argument
927 char modname[]; argument
931 struct mod *owner; argument
[all …]
/aosp_15_r20/external/elfutils/libdwfl/
H A Ddwfl_module_getdwarf.c76 open_elf (Dwfl_Module *mod, struct dwfl_file *file) in open_elf()
172 mod_verify_build_id (Dwfl_Module *mod) in mod_verify_build_id()
210 __libdwfl_getelf (Dwfl_Module *mod) in __libdwfl_getelf()
273 find_prelink_address_sync (Dwfl_Module *mod, struct dwfl_file *file) in find_prelink_address_sync()
528 find_debuginfo (Dwfl_Module *mod) in find_debuginfo()
554 find_debug_altlink (Dwfl_Module *mod, const char *filename) in find_debug_altlink()
703 Dwfl_Module *mod, size_t phnum, in translate_offs()
824 find_dynsym (Dwfl_Module *mod) in find_dynsym()
906 find_aux_address_sync (Dwfl_Module *mod) in find_aux_address_sync()
933 find_aux_sym (Dwfl_Module *mod __attribute__ ((unused)), in find_aux_sym()
[all …]
H A Dcu.c40 dwar (Dwfl_Module *mod, unsigned int idx) in dwar()
47 addrarange (Dwfl_Module *mod, Dwarf_Addr addr, struct dwfl_arange **arange) in addrarange()
148 less_lazy (Dwfl_Module *mod) in less_lazy()
174 intern_cu (Dwfl_Module *mod, Dwarf_Off cuoff, struct dwfl_cu **result) in intern_cu()
245 __libdwfl_nextcu (Dwfl_Module *mod, struct dwfl_cu *lastcu, in __libdwfl_nextcu()
295 arangecu (Dwfl_Module *mod, struct dwfl_arange *arange, struct dwfl_cu **cu) in arangecu()
313 __libdwfl_addrcu (Dwfl_Module *mod, Dwarf_Addr addr, struct dwfl_cu **cu) in __libdwfl_addrcu()
H A Dderelocate.c80 cache_sections (Dwfl_Module *mod) in cache_sections()
237 dwfl_module_relocations (Dwfl_Module *mod) in dwfl_module_relocations()
259 dwfl_module_relocation_info (Dwfl_Module *mod, unsigned int idx, in dwfl_module_relocation_info()
297 check_module (Dwfl_Module *mod) in check_module()
331 find_section (Dwfl_Module *mod, Dwarf_Addr *addr) in find_section()
368 __libdwfl_find_section_ndx (Dwfl_Module *mod, Dwarf_Addr *addr) in __libdwfl_find_section_ndx()
378 dwfl_module_relocate_address (Dwfl_Module *mod, Dwarf_Addr *addr) in dwfl_module_relocate_address()
/aosp_15_r20/external/pytorch/test/inductor/
H A Dtest_inductor_freezing.py209 def foo(mod): argument
230 def foo(mod): argument
245 def foo(mod, inp): argument
310 def foo(mod, inp): argument
351 def foo(mod, x): argument
421 def foo(mod, x): argument
456 def foo(mod, x): argument
501 def foo(mod, x): argument
537 def foo(mod, x): argument
572 def foo(mod, x): argument
[all …]
/aosp_15_r20/external/pytorch/torch/ao/nn/quantized/modules/
H A Dactivation.py55 def from_float(mod, use_precomputed_fake_quant=False): argument
80 def from_float(mod, use_precomputed_fake_quant=False): argument
85 def from_reference(cls, mod, scale, zero_point): argument
112 def from_float(mod, use_precomputed_fake_quant=False): argument
117 def from_reference(cls, mod, scale, zero_point): argument
153 def from_float(cls, mod, use_precomputed_fake_quant=False): argument
158 def from_reference(cls, mod, scale, zero_point): argument
181 def from_float(cls, mod, use_precomputed_fake_quant=False): argument
219 def from_float(mod, use_precomputed_fake_quant=False): argument
224 def from_reference(cls, mod, scale, zero_point): argument
[all …]
H A Dnormalization.py62 def from_float(cls, mod, use_precomputed_fake_quant=False): argument
76 def from_reference(cls, mod, scale, zero_point): argument
133 def from_float(cls, mod, use_precomputed_fake_quant=False): argument
189 def from_float(cls, mod, use_precomputed_fake_quant=False): argument
203 def from_reference(cls, mod, scale, zero_point): argument
256 def from_float(cls, mod, use_precomputed_fake_quant=False): argument
270 def from_reference(cls, mod, scale, zero_point): argument
323 def from_float(cls, mod, use_precomputed_fake_quant=False): argument
337 def from_reference(cls, mod, scale, zero_point): argument
/aosp_15_r20/external/minigbm/cros_gralloc/gralloc0/
H A Dgralloc0.cc76 auto mod = (struct gralloc0_module const *)dev->common.module; in gralloc0_alloc() local
108 auto mod = (struct gralloc0_module const *)dev->common.module; in gralloc0_free() local
132 static int gralloc0_init(struct gralloc0_module *mod, bool initialize_alloc) in gralloc0_init()
157 static int gralloc0_open(const struct hw_module_t *mod, const char *name, struct hw_device_t **dev) in gralloc0_open()
187 auto mod = const_cast<struct gralloc0_module *>(const_module); in gralloc0_register_buffer() local
204 auto mod = (struct gralloc0_module const *)module; in gralloc0_unregister_buffer() local
228 auto mod = (struct gralloc0_module const *)module; in gralloc0_unlock() local
253 auto mod = const_cast<struct gralloc0_module *>(const_module); in gralloc0_perform() local
371 auto mod = const_cast<struct gralloc0_module *>(const_module); in gralloc0_lock_async() local
412 auto mod = (struct gralloc0_module const *)module; in gralloc0_unlock_async() local
[all …]
/aosp_15_r20/external/mesa3d/src/microsoft/compiler/
H A Ddxil_signature.c423 fill_SV_param_nodes(struct dxil_module *mod, unsigned record_id, in fill_SV_param_nodes()
494 struct semantic_info *semantic, struct dxil_module *mod) in fill_psv_signature_element()
532 fill_io_signature(struct dxil_module *mod, int id, in fill_io_signature()
547 get_input_signature_group(struct dxil_module *mod, in get_input_signature_group()
602 process_input_signature(struct dxil_module *mod, nir_shader *s, unsigned input_clip_size) in process_input_signature()
639 process_output_signature(struct dxil_module *mod, nir_shader *s) in process_output_signature()
736 process_patch_const_signature(struct dxil_module *mod, nir_shader *s) in process_patch_const_signature()
783 prepare_dependency_tables(struct dxil_module *mod, nir_shader *s) in prepare_dependency_tables()
838 preprocess_signatures(struct dxil_module *mod, nir_shader *s, unsigned input_clip_size) in preprocess_signatures()
852 get_signature_metadata(struct dxil_module *mod, in get_signature_metadata()
[all …]
/aosp_15_r20/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/module/
H A DSimpleModuleArgCheckTest.java21 SimpleModule mod = new SimpleModule("test", Version.unknownVersion(), in testInvalidForDeserializers() local
47 SimpleModule mod = new SimpleModule("test", Version.unknownVersion(), in testInvalidForSerializers() local
83 SimpleModule mod = new SimpleModule("test", Version.unknownVersion(), in testInvalidAbstractTypeMapping() local
102 SimpleModule mod = new SimpleModule("test", Version.unknownVersion(), in testInvalidSubtypeMappings() local
121 SimpleModule mod = new SimpleModule("test", Version.unknownVersion()); in testInvalidValueInstantiator() local
139 SimpleModule mod = new SimpleModule("test", Version.unknownVersion()); in testInvalidMixIn() local
/aosp_15_r20/external/python/cpython3/Python/
Dimport.c339 import_ensure_initialized(PyInterpreterState *interp, PyObject *mod, PyObject *name) in import_ensure_initialized()
412 _PyImport_FixupExtensionObject(PyObject *mod, PyObject *name, in _PyImport_FixupExtensionObject()
477 _PyImport_FixupBuiltin(PyObject *mod, const char *name, PyObject *modules) in _PyImport_FixupBuiltin()
507 PyObject *mod, *mdict; in import_find_extension() local
602 PyObject *mod = import_add_module(tstate, name); in PyImport_AddModuleObject() local
642 PyObject *mod = _PyDict_Pop(modules, name, Py_None); in remove_module() local
971 PyObject *mod = import_find_extension(tstate, name, name); in create_builtin() local
1035 PyObject *mod = create_builtin(tstate, name, spec); in _imp_create_builtin() local
1696 PyObject *mod = NULL; in import_find_and_load() local
1762 PyObject *mod; in PyImport_GetModule() local
[all …]
/aosp_15_r20/external/pytorch/torch/_dynamo/repro/
H A Dafter_aot.py465 def repro_common(options, mod, load_args): argument
521 def repro_minifier_query(options, mod, load_args): argument
532 def repro_minify(options, mod, load_args): argument
569 def repro_analyze(options, mod, load_args): argument
631 def __init__(self, mod, subdir) -> None: argument
705 def repro_get_args(options, mod, load_args): argument
710 def repro_run(options, mod, load_args): argument
744 mod, argument

12345678910>>...81