Home
last modified time | relevance | path

Searched full:self (Results 1 – 16 of 16) sorted by relevance

/sof-3.4.0/tools/coredumper/
Dsof-coredump-reader.py104 def raise_error(self, filepath, reason): argument
110 def is_readable_file(self, filepath): argument
112 self.raise_error(filepath, "is not a valid path")
116 self.raise_error(filepath, "is not a readable file")
118 def __call__(self, parser, namespace, values, option_string=None): argument
120 if (self.is_readable_file(filepath)):
121 setattr(namespace, self.dest, filepath)
124 def raise_error(self, filepath, reason): argument
130 def is_writeable_file(self, filepath): argument
136 self.raise_error(filepath, "is not a valid path")
[all …]
/sof-3.4.0/scripts/kconfig/
Dkconfiglib.py779 def __init__(self, filename="Kconfig", warn=True, warn_to_stderr=True, argument
841 self.srctree = os.environ.get("srctree", "")
842 self.config_prefix = os.environ.get("CONFIG_", "CONFIG_")
845 self._set_match = _re_match(self.config_prefix + r"([^=]+)=(.*)")
846 self._unset_match = \
847 _re_match(r"# {}([^ ]+) is not set".format(self.config_prefix))
850 self.warnings = []
852 self._warnings_enabled = warn
853 self._warn_to_stderr = warn_to_stderr
854 self._warn_for_undef_assign = \
[all …]
/sof-3.4.0/tools/sof_ri_info/
Dsof_ri_info.py916 def __init__(self, path, verbose): argument
917 self.verbose = verbose
918 self.cur_offset = 0
919 self.ext_mft_length = 0
920 self.info(f'Reading SOF ri image {path}', show_offset=False)
921 self.file_name = path
923 self.data = open(path, 'rb').read()
924 self.file_size = len(self.data)
925 self.info('File size ' + uint_to_string(self.file_size, True),
928 def get_offset(self): argument
[all …]
/sof-3.4.0/src/audio/module_adapter/module/
Dcadence.c189 cd->self = rballoc(0, SOF_MEM_CAPS_RAM, obj_size); in cadence_codec_post_init()
190 if (!cd->self) { in cadence_codec_post_init()
201 rfree(cd->self); in cadence_codec_post_init()
227 cd->self = NULL; in cadence_codec_init()
695 rfree(cd->self); in cadence_codec_reset()
696 cd->self = NULL; in cadence_codec_reset()
707 rfree(cd->self); in cadence_codec_free()
/sof-3.4.0/tools/oss-fuzz/
Dfuzz_ipc.c45 /* init self-registered modules */ in LLVMFuzzerInitialize()
/sof-3.4.0/
Dwest.yml62 self:
/sof-3.4.0/tools/tune/eq/
Dmls_freq_resp.m50 % Just some simulated speaker response to use as self test case
215 title('Observed Error in self test');
217 fprintf('Passed self test. ');
219 fprintf('Failed self test. ');
/sof-3.4.0/src/include/sof/audio/module_adapter/module/
Dcadence.h44 void *self; member
Dgeneric.h30 ret = (cd)->api((cd)->self, \
148 void *private; /**< self object, memory tables etc here */
/sof-3.4.0/src/schedule/
Dtask.c99 /* init self-registered modules */ in task_main_start()
Ddma_single_chan_domain.c497 * \param[in,out] arg Pointer to self.
/sof-3.4.0/scripts/
Dxtensa-build-zephyr.py129 def __call__(self, parser, namespace, values, option_string=None): argument
133 raise argparse.ArgumentError(self, f"Unsupported platform: {value}")
Dcheckpatch.pl4380 # check for self assignments used to avoid compiler warnings
4387 "Do not use self-assignments to avoid compiler warnings\n" . $herecurr);
/sof-3.4.0/installer/
DGNUmakefile303 ### Self-Testing ###
/sof-3.4.0/src/arch/xtensa/include/xtensa/
Dcore-macros.h130 * or self-modifying code. Therefore, this macro always produces
Dcacheasm.h297 * or self-modifying code. Therefore, this macro always produces