Home
last modified time | relevance | path

Searched refs:hasretval (Results 1 – 7 of 7) sorted by relevance

/dports/lang/spidermonkey78/firefox-78.9.0/xpcom/idl-parser/xpidl/
H A Djsonxpt.py130 def mk_method(method, params, getter=0, setter=0, optargc=0, hasretval=0, symbol=0): argument
145 ('hasretval', hasretval),
197 hasretval = len(m.params) > 0 and m.params[-1].retval
199 hasretval = True
203 hasretval=hasretval))
212 methods.append(mk_method(a, getter_params, getter=1, hasretval=1))
/dports/mail/thunderbird/thunderbird-91.8.0/xpcom/idl-parser/xpidl/
H A Djsonxpt.py128 def mk_method(method, params, getter=0, setter=0, optargc=0, hasretval=0, symbol=0): argument
143 ("hasretval", hasretval),
205 hasretval = len(m.params) > 0 and m.params[-1].retval
207 hasretval = True
211 mk_method(m, params, optargc=m.optional_argc, hasretval=hasretval)
221 methods.append(mk_method(a, getter_params, getter=1, hasretval=1))
/dports/www/firefox/firefox-99.0/xpcom/idl-parser/xpidl/
H A Djsonxpt.py128 def mk_method(method, params, getter=0, setter=0, optargc=0, hasretval=0, symbol=0): argument
143 ("hasretval", hasretval),
205 hasretval = len(m.params) > 0 and m.params[-1].retval
207 hasretval = True
211 mk_method(m, params, optargc=m.optional_argc, hasretval=hasretval)
221 methods.append(mk_method(a, getter_params, getter=1, hasretval=1))
/dports/www/firefox-esr/firefox-91.8.0/xpcom/idl-parser/xpidl/
H A Djsonxpt.py128 def mk_method(method, params, getter=0, setter=0, optargc=0, hasretval=0, symbol=0): argument
143 ("hasretval", hasretval),
205 hasretval = len(m.params) > 0 and m.params[-1].retval
207 hasretval = True
211 mk_method(m, params, optargc=m.optional_argc, hasretval=hasretval)
221 methods.append(mk_method(a, getter_params, getter=1, hasretval=1))
/dports/devel/mercurial/mercurial-6.0/mercurial/
H A Dworker.py140 ui, costperarg, func, staticargs, args, hasretval=False, threadsafe=True argument
172 return _platformworker(ui, func, staticargs, args, hasretval)
176 def _posixworker(ui, func, staticargs, args, hasretval): argument
296 if hasretval and res[0]:
317 if hasretval:
332 def _windowsworker(ui, func, staticargs, args, hasretval): argument
408 if hasretval and res[0]:
423 if hasretval and res[0]:
427 if hasretval:
H A Dmerge.py1567 hasretval=True,
/dports/science/liggghts/LIGGGHTS-PUBLIC-3.8.0-26-g6e873439/lib/hotint/HotInt_V1/Parser/
H A Dscript_parser.cpp1631 int nparam, hasretval, c_option; in ExecuteCommand() local
1632 …ode = edcParser->GetCommand( edcParser->GetCommandType(commandname, nparam, hasretval, c_option) ); in ExecuteCommand()
1688 …ent = edcParser->GetCommand( edcParser->GetCommandType(commandname, nparam, hasretval, c_option) ); in ExecuteCommand()
1815 int nparam, hasretval, c_option; in ExecuteCommand() local
1816 …ode = edcParser->GetCommand( edcParser->GetCommandType(commandname, nparam, hasretval, c_option) ); in ExecuteCommand()
1883 …ent = edcParser->GetCommand( edcParser->GetCommandType(commandname, nparam, hasretval, c_option) ); in ExecuteCommand()
2091 int nparam, hasretval, c_option; in ExecuteCommand() local
2092 …int = edcParser->GetCommand( edcParser->GetCommandType(commandname, nparam, hasretval, c_option) ); in ExecuteCommand()