Home
last modified time | relevance | path

Searched defs:source (Results 1 – 25 of 104) sorted by relevance

12345

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dcodeop.py68 def _maybe_compile(compiler, source, filename, symbol): argument
101 def _compile(source, filename, symbol): argument
104 def compile_command(source, filename="<input>", symbol="single"): argument
132 def __call__(self, source, filename, symbol): argument
149 def __call__(self, source, filename="<input>", symbol="single"): argument
Dsre_parse.py225 def _class_escape(source, escape): argument
257 def _escape(source, escape, state): argument
301 def _parse_sub(source, state, nested=1): argument
360 def _parse_sub_cond(source, state, condgroup): argument
379 def _parse(source, state): argument
691 def parse_template(source, pattern): argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/iobench/
Diobench.py137 def write_bytewise(f, source): argument
144 def write_small_chunks(f, source): argument
151 def write_medium_chunks(f, source): argument
158 def write_large_chunks(f, source): argument
166 def modify_bytewise(f, source): argument
174 def modify_small_chunks(f, source): argument
182 def modify_medium_chunks(f, source): argument
190 def modify_seek_forward_bytewise(f, source): argument
199 def modify_seek_forward_blockwise(f, source): argument
209 def read_modify_bytewise(f, source): argument
[all …]
/device/linaro/bootloader/arm-trusted-firmware/plat/hisilicon/hikey960/drivers/ipc/
Dhisi_ipc.c78 hisi_ipc_clear_ack(enum src_id source, enum lpm3_mbox_id mbox) in hisi_ipc_clear_ack()
92 hisi_ipc_send_cmd_with_ack(enum src_id source, enum lpm3_mbox_id mbox, in hisi_ipc_send_cmd_with_ack()
136 enum src_id source = SRC_IDLE; in hisi_ipc_pm_on_off() local
150 enum src_id source = SRC_IDLE; in hisi_ipc_pm_suspend() local
167 enum src_id source = SRC_IDLE; in hisi_ipc_psci_system_off() local
181 enum src_id source = SRC_IDLE; in hisi_ipc_psci_system_reset() local
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/
Dcompress.c22 int ZEXPORT compress2 (dest, destLen, source, sourceLen, level) in compress2() argument
62 int ZEXPORT compress (dest, destLen, source, sourceLen) in compress() argument
Duncompr.c24 int ZEXPORT uncompress (dest, destLen, source, sourceLen) in uncompress() argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/
Dcompress.c22 int ZEXPORT compress2 (dest, destLen, source, sourceLen, level) in compress2() argument
62 int ZEXPORT compress (dest, destLen, source, sourceLen) in compress() argument
Duncompr.c26 int ZEXPORT uncompress (dest, destLen, source, sourceLen) in uncompress() argument
/device/linaro/bootloader/edk2/BaseTools/Scripts/
DConvertUni.py37 def __init__(self, utf8, source): argument
59 def convert_one_file(self, source): argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
Dsre_parse.py236 def _class_escape(source, escape): argument
268 def _escape(source, escape, state): argument
317 def _parse_sub(source, state, nested=1): argument
376 def _parse_sub_cond(source, state, condgroup): argument
395 def _parse(source, state): argument
734 def parse_template(source, pattern): argument
/device/google/cuttlefish/host/frontend/gcastv2/webrtc/
DPacketizer.cpp23 std::shared_ptr<StreamingSource> source) in Packetizer()
54 auto source = weak_source.lock(); in addSender() local
/device/google/cuttlefish/host/libs/config/
Dfetcher_config.cpp40 FileSource SourceStringToEnum(std::string source) { in SourceStringToEnum()
59 std::string SourceEnumToString(const FileSource& source) { in SourceEnumToString()
80 CvdFile::CvdFile(const FileSource& source, const std::string& build_id, in CvdFile()
Dfetcher_config.h43 FileSource source; member
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_htmlparser.py75 def _run_check(self, source, expected_events, collector=EventCollector): argument
86 def _run_check_extra(self, source, events): argument
89 def _parse_error(self, source): argument
90 def parse(source=source): argument
Dscript_helper.py100 def make_script(script_dir, script_basename, source): argument
136 source, depth=1, compiled=False): argument
Dtest_runpy.py116 def _make_pkg(self, source, depth, mod_base="runpy_test"): argument
204 def _add_relative_modules(self, base_dir, source, depth): argument
306 def _make_test_script(self, script_dir, script_basename, source=None): argument
Dtest_cmd_line_script.py39 def _make_test_script(script_dir, script_basename, source=test_source): argument
43 source=test_source, depth=1): argument
Dtest_sgmllib.py103 def get_events(self, source): argument
114 def check_events(self, source, expected_events): argument
126 def check_parse_error(self, source): argument
Dtest_zlib.py207 def test_decompinc(self, flush=False, source=None, cx=256, dcx=64): argument
245 def test_decompimax(self, source=None, cx=256, dcx=64): argument
489 def choose_lines(source, number, seed=None, generator=random): argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/
Ddep_util.py12 def newer(source, target): argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/
Dtexcheck.py74 def checkit(source, opts, morecmds=[]): argument
Dpindent.py399 def complete_string(source, stepsize = STEPSIZE, tabsize = TABSIZE, expandtabs = EXPANDTABS): argument
407 def delete_string(source, stepsize = STEPSIZE, tabsize = TABSIZE, expandtabs = EXPANDTABS): argument
415 def reformat_string(source, stepsize = STEPSIZE, tabsize = TABSIZE, expandtabs = EXPANDTABS): argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/xml/sax/
D__init__.py29 def parse(source, handler, errorHandler=ErrorHandler()): argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/xml/sax/
D__init__.py29 def parse(source, handler, errorHandler=ErrorHandler()): argument
/device/google/contexthub/util/nanotool/
Dnanomessage.cpp38 const VersionInfo *source = reinterpret_cast<const VersionInfo *>(data); in Populate() local
78 const Response *source = reinterpret_cast<const Response *>(data); in Populate() local

12345