Home
last modified time | relevance | path

Searched defs:args (Results 1 – 25 of 5219) sorted by relevance

12345678910>>...209

/external/tensorflow/tensorflow/compiler/xla/service/llvm_ir/
Dir_builder_mixin.h38 llvm::Value* Add(Args&&... args) { in Add()
43 llvm::LoadInst* AlignedLoad(Args&&... args) { in AlignedLoad()
48 llvm::StoreInst* AlignedStore(Args&&... args) { in AlignedStore()
53 llvm::AllocaInst* Alloca(Args&&... args) { in Alloca()
58 llvm::Value* And(Args&&... args) { in And()
63 llvm::Value* AtomicCmpXchg(Args&&... args) { in AtomicCmpXchg()
68 llvm::Value* AtomicRMW(Args&&... args) { in AtomicRMW()
73 llvm::Value* BitCast(Args&&... args) { in BitCast()
78 llvm::Value* Br(Args&&... args) { in Br()
90 llvm::BranchInst* CondBr(Args&&... args) { in CondBr()
[all …]
/external/python/cpython2/Modules/
Dpuremodule.c63 call_voidarg_function(VoidArgFunc func, PyObject *self, PyObject *args) in call_voidarg_function()
75 call_stringarg_function(StringArgFunc func, PyObject *self, PyObject *args) in call_stringarg_function()
88 call_stringorint_function(StringArgFunc func, PyObject *self, PyObject *args) in call_stringorint_function()
116 call_printfish_function(PrintfishFunc func, PyObject *self, PyObject *args) in call_printfish_function()
133 call_intasaddr_function(StringArgFunc func, PyObject *self, PyObject *args) in call_intasaddr_function()
147 PyObject *args) in call_stringandint_function()
175 pure_pure_logfile_printf(PyObject* self, PyObject* args) in pure_pure_logfile_printf()
181 pure_pure_printf(PyObject* self, PyObject* args) in pure_pure_printf()
187 pure_pure_printf_with_banner(PyObject* self, PyObject* args) in pure_pure_printf_with_banner()
236 pure_purify_all_inuse(PyObject *self, PyObject *args) in pure_purify_all_inuse()
[all …]
Dglmodule.c63 gl_qread(PyObject *self, PyObject *args) in gl_qread()
92 gl_varray(PyObject *self, PyObject *args) in gl_varray()
171 gl_nvarray(PyObject *self, PyObject *args) in gl_nvarray()
178 gl_vnarray(PyObject *self, PyObject *args) in gl_vnarray()
187 gen_nvarray(PyObject *args, int inorm) in gen_nvarray()
236 gl_nurbssurface(PyObject *self, PyObject *args) in gl_nurbssurface()
322 gl_nurbscurve(PyObject *self, PyObject *args) in gl_nurbscurve()
382 gl_pwlcurve(PyObject *self, PyObject *args) in gl_pwlcurve()
426 pick_select(PyObject *args, void (*func)()) in pick_select()
483 static PyObject *gl_pick(PyObject *self, PyObject *args) in gl_pick()
[all …]
Dflmodule.c145 generic_set_call_back(genericobject *g, PyObject *args) in generic_set_call_back()
237 generic_set_object_shortcut(genericobject *g, PyObject *args) in generic_set_object_shortcut()
406 call_forms_INf (void (*func)(FL_OBJECT *, float), FL_OBJECT *obj, PyObject *args) in call_forms_INf()
420 call_forms_INfINf (void (*func)(FL_OBJECT *, float, float), FL_OBJECT *obj, PyObject *args) in call_forms_INfINf()
434 call_forms_INi (void (*func)(FL_OBJECT *, int), FL_OBJECT *obj, PyObject *args) in call_forms_INi()
448 call_forms_INc (void (*func)(FL_OBJECT *, int), FL_OBJECT *obj, PyObject *args) in call_forms_INc()
462 call_forms_INstr (void (*func)(FL_OBJECT *, char *), FL_OBJECT *obj, PyObject *args) in call_forms_INstr()
477 call_forms_INiINstr (void (*func)(FL_OBJECT *, int, char *), FL_OBJECT *obj, PyObject *args) in call_forms_INiINstr()
493 call_forms_INiINi (void (*func)(FL_OBJECT *, int, int), FL_OBJECT *obj, PyObject *args) in call_forms_INiINi()
569 set_browser_topline(genericobject *g, PyObject *args) in set_browser_topline()
[all …]
Dalmodule.c47 va_list args; in ErrorHandler() local
246 SetConfig(alcobject *self, PyObject *args, int (*func)(ALconfig, int)) in SetConfig()
261 GetConfig(alcobject *self, PyObject *args, int (*func)(ALconfig)) in GetConfig()
278 alc_SetWidth(alcobject *self, PyObject *args) in alc_SetWidth()
288 alc_GetWidth(alcobject *self, PyObject *args) in alc_GetWidth()
299 alc_SetSampFmt(alcobject *self, PyObject *args) in alc_SetSampFmt()
310 alc_GetSampFmt(alcobject *self, PyObject *args) in alc_GetSampFmt()
320 alc_SetChannels(alcobject *self, PyObject *args) in alc_SetChannels()
330 alc_GetChannels(alcobject *self, PyObject *args) in alc_GetChannels()
340 alc_SetFloatMax(alcobject *self, PyObject *args) in alc_SetFloatMax()
[all …]
Dsvmodule.c41 svc_conversion(captureobject *self, PyObject *args, void (*function)(), float factor) in svc_conversion()
73 svc_YUVtoYUV422DC(captureobject *self, PyObject *args) in svc_YUVtoYUV422DC()
83 svc_YUVtoYUV422DC_quarter(captureobject *self, PyObject *args) in svc_YUVtoYUV422DC_quarter()
94 svc_YUVtoYUV422DC_sixteenth(captureobject *self, PyObject *args) in svc_YUVtoYUV422DC_sixteenth()
105 svc_YUVtoRGB(captureobject *self, PyObject *args) in svc_YUVtoRGB()
119 svc_RGB8toRGB32(captureobject *self, PyObject *args) in svc_RGB8toRGB32()
129 svc_InterleaveFields(captureobject *self, PyObject *args) in svc_InterleaveFields()
139 svc_GetFields(captureobject *self, PyObject *args) in svc_GetFields()
169 svc_UnlockCaptureData(captureobject *self, PyObject *args) in svc_UnlockCaptureData()
192 svc_lrectwrite(captureobject *self, PyObject *args) in svc_lrectwrite()
[all …]
D_codecsmodule.c67 PyObject *codec_lookup(PyObject *self, PyObject *args) in codec_lookup()
88 codec_encode(PyObject *self, PyObject *args) in codec_encode()
122 codec_decode(PyObject *self, PyObject *args) in codec_decode()
162 PyObject *args) in escape_decode()
177 PyObject *args) in escape_encode()
208 PyObject *args) in unicode_internal_decode()
234 PyObject *args) in utf_7_decode()
257 PyObject *args) in utf_8_decode()
280 PyObject *args) in utf_16_decode()
303 PyObject *args) in utf_16_le_decode()
[all …]
Dcdmodule.c18 CD_allowremoval(cdplayerobject *self, PyObject *args) in CD_allowremoval()
30 CD_preventremoval(cdplayerobject *self, PyObject *args) in CD_preventremoval()
42 CD_bestreadsize(cdplayerobject *self, PyObject *args) in CD_bestreadsize()
51 CD_close(cdplayerobject *self, PyObject *args) in CD_close()
67 CD_eject(cdplayerobject *self, PyObject *args) in CD_eject()
88 CD_getstatus(cdplayerobject *self, PyObject *args) in CD_getstatus()
109 CD_gettrackinfo(cdplayerobject *self, PyObject *args) in CD_gettrackinfo()
133 CD_msftoblock(cdplayerobject *self, PyObject *args) in CD_msftoblock()
145 CD_play(cdplayerobject *self, PyObject *args) in CD_play()
167 CD_playabs(cdplayerobject *self, PyObject *args) in CD_playabs()
[all …]
/external/python/cpython2/Lib/bsddb/
Ddbobj.py39 def __init__(self, *args, **kwargs):
42 def close(self, *args, **kwargs):
44 def open(self, *args, **kwargs):
46 def remove(self, *args, **kwargs):
48 def set_shm_key(self, *args, **kwargs):
50 def set_cachesize(self, *args, **kwargs):
52 def set_data_dir(self, *args, **kwargs):
54 def set_flags(self, *args, **kwargs):
56 def set_lg_bsize(self, *args, **kwargs):
58 def set_lg_dir(self, *args, **kwargs):
[all …]
/external/oj-libjdwp/src/share/back/
Dlog_messages.h44 #define _LOG(flavor,args) \ argument
50 #define LOG_JVM(args) \ argument
52 #define LOG_JNI(args) \ argument
54 #define LOG_JVMTI(args) \ argument
56 #define LOG_MISC(args) \ argument
58 #define LOG_STEP(args) \ argument
60 #define LOG_LOC(args) \ argument
62 #define LOG_CB(args) \ argument
64 #define LOG_ERROR(args) \ argument
76 #define LOG_JVM(args) LOG_NULL argument
[all …]
/external/doclava/test/doclava/
DApiCheckTest.java41 String[] args = { "test/api/medium.xml", "test/api/medium.xml" }; in testEquivalentApi() local
48 String[] args = { "test/api/return-type-changed-1.xml", "test/api/return-type-changed-2.xml" }; in testMethodReturnTypeChanged() local
56 String[] args = { "test/api/parameter-changed-1.xml", "test/api/parameter-changed-2.xml" }; in testMethodParameterChanged() local
70 String[] args = { "test/api/parameter-changed-1.xml", "test/api/parameter-changed-3.xml" }; in testConstructorParameterChanged() local
83 String[] args = { "test/api/simple.xml", "test/api/added-class.xml" }; in testAddedClass() local
91 String[] args = { "test/api/added-class.xml", "test/api/simple.xml" }; in testRemovedClass() local
99 String[] args = { "test/api/added-deprecated-class.xml", "test/api/simple.xml" }; in testRemovedDeprecatedClass() local
107 String[] args = { "test/api/simple.xml", "test/api/changed-super.xml" }; in testChangedSuper() local
115 String[] args = { in testChangedAssignableReturn() local
126 String[] args = { "test/api/inserted-super-1.xml", "test/api/inserted-super-2.xml" }; in testInsertedSuper() local
[all …]
/external/kmod/testsuite/
Dtest-modprobe.c31 const char *const args[] = { in modprobe_show_depends() local
53 const char *const args[] = { in modprobe_show_depends2() local
76 const char *const args[] = { in modprobe_show_alias_to_none() local
101 const char *const args[] = { in modprobe_show_exports() local
124 const char *const args[] = { in modprobe_builtin() local
143 const char *const args[] = { in modprobe_builtin_lookup_only() local
165 const char *const args[] = { in modprobe_softdep_loop() local
187 const char *const args[] = { in modprobe_install_cmd_loop() local
213 const char *const args[] = { in modprobe_param_kcmdline() local
237 const char *const args[] = { in modprobe_param_kcmdline2() local
[all …]
/external/webrtc/talk/media/webrtc/
Dfakewebrtccommon.h35 #define WEBRTC_STUB(method, args) \ argument
38 #define WEBRTC_STUB_CONST(method, args) \ argument
41 #define WEBRTC_BOOL_STUB(method, args) \ argument
44 #define WEBRTC_BOOL_STUB_CONST(method, args) \ argument
47 #define WEBRTC_VOID_STUB(method, args) \ argument
50 #define WEBRTC_FUNC(method, args) int method args override argument
52 #define WEBRTC_FUNC_CONST(method, args) int method args const override argument
54 #define WEBRTC_BOOL_FUNC(method, args) bool method args override argument
56 #define WEBRTC_VOID_FUNC(method, args) void method args override argument
/external/v8/src/debug/
Dinterface-types.h126 virtual void Debug(const ConsoleCallArguments& args, in Debug()
128 virtual void Error(const ConsoleCallArguments& args, in Error()
130 virtual void Info(const ConsoleCallArguments& args, in Info()
132 virtual void Log(const ConsoleCallArguments& args, in Log()
134 virtual void Warn(const ConsoleCallArguments& args, in Warn()
136 virtual void Dir(const ConsoleCallArguments& args, in Dir()
138 virtual void DirXml(const ConsoleCallArguments& args, in DirXml()
140 virtual void Table(const ConsoleCallArguments& args, in Table()
142 virtual void Trace(const ConsoleCallArguments& args, in Trace()
144 virtual void Group(const ConsoleCallArguments& args, in Group()
[all …]
/external/fonttools/Lib/fontTools/cffLib/
Dspecializer.py88 def rmoveto(args): argument
92 def hmoveto(args): argument
96 def vmoveto(args): argument
101 def rlineto(args): argument
106 def hlineto(args): argument
116 def vlineto(args): argument
126 def rrcurveto(args): argument
131 def hhcurveto(args): argument
139 def vvcurveto(args): argument
147 def hvcurveto(args): argument
[all …]
/external/squashfs-tools/squashfs-tools/
Derror.h34 #define TRACE(s, args...) \ argument
39 #define TRACE(s, args...) argument
42 #define INFO(s, args...) \ argument
48 #define ERROR(s, args...) \ argument
53 #define ERROR_START(s, args...) \ argument
59 #define ERROR_EXIT(s, args...) \ argument
76 #define BAD_ERROR(s, args...) \ argument
82 #define EXIT_UNSQUASH(s, args...) BAD_ERROR(s, ##args) argument
/external/libaom/libaom/av1/
Dav1_cx_iface.c896 va_list args) { in ctrl_get_quantizer()
904 va_list args) { in ctrl_get_quantizer64()
923 va_list args) { in ctrl_set_cpuused()
930 va_list args) { in ctrl_set_enable_auto_alt_ref()
937 va_list args) { in ctrl_set_enable_auto_bwd_ref()
944 va_list args) { in ctrl_set_noise_sensitivity()
951 va_list args) { in ctrl_set_sharpness()
958 va_list args) { in ctrl_set_static_thresh()
965 va_list args) { in ctrl_set_row_mt()
972 va_list args) { in ctrl_set_tile_columns()
[all …]
/external/linux-kselftest/tools/testing/selftests/x86/
Dmpx-debug.h8 #define dprintf_level(level, args...) do { if(level <= DEBUG_LEVEL) printf(args); } while(0) argument
9 #define dprintf1(args...) dprintf_level(1, args) argument
10 #define dprintf2(args...) dprintf_level(2, args) argument
11 #define dprintf3(args...) dprintf_level(3, args) argument
12 #define dprintf4(args...) dprintf_level(4, args) argument
13 #define dprintf5(args...) dprintf_level(5, args) argument
/external/python/cpython2/Tools/scripts/
Dtexi2html.py337 def write(self, *args):
552 def do_include(self, args): argument
892 def unknown_cmd(self, cmd, args): argument
899 def do_end(self, args): argument
926 def do_comment(self, args): pass argument
931 def bgn_ifinfo(self, args): pass argument
934 def bgn_iftex(self, args): self.skip = self.skip + 1 argument
937 def bgn_ignore(self, args): self.skip = self.skip + 1 argument
940 def bgn_tex(self, args): self.skip = self.skip + 1 argument
943 def do_set(self, args): argument
[all …]
/external/python/cpython3/Tools/scripts/
Dtexi2html.py338 def write(self, *args):
553 def do_include(self, args): argument
893 def unknown_cmd(self, cmd, args): argument
900 def do_end(self, args): argument
927 def do_comment(self, args): pass argument
932 def bgn_ifinfo(self, args): pass argument
935 def bgn_iftex(self, args): self.skip = self.skip + 1 argument
938 def bgn_ignore(self, args): self.skip = self.skip + 1 argument
941 def bgn_tex(self, args): self.skip = self.skip + 1 argument
944 def do_set(self, args): argument
[all …]
/external/clang/test/CXX/temp/temp.decls/temp.variadic/
Dext-blocks.cpp5 int f0(Args ...args) { in f0()
14 int f1(Args ...args) { in f1()
24 int f2(Args ...args) { in f2()
33 int f3(Args ...args) { in f3()
42 int PR9953(Args ...args) { in PR9953()
/external/v8/tools/
Dcallstats.py52 def start_replay_server(args, sites, discard_output=True): argument
145 def get_chrome_replay_flags(args, arg_delimiter=""): argument
161 def run_site(site, domain, args, timeout=None): argument
231 def read_sites_file(args): argument
254 def read_sites(args): argument
260 def do_run(args): argument
300 def do_run_replay_server(args): argument
352 def read_stats(path, domain, args): argument
429 def print_stats(S, args): argument
486 def do_stats(args): argument
[all …]
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_oa.py35 def c(*args):
60 def h(*args):
75 def emit_fadd(tmp_id, args): argument
80 def emit_fdiv(tmp_id, args): argument
86 def emit_fmax(tmp_id, args): argument
92 def emit_fmul(tmp_id, args): argument
96 def emit_fsub(tmp_id, args): argument
100 def emit_read(tmp_id, args): argument
105 def emit_uadd(tmp_id, args): argument
110 def emit_udiv(tmp_id, args): argument
[all …]
/external/v8/src/interpreter/
Dinterpreter-intrinsics-generator.cc70 const InterpreterAssembler::RegListNodePair& args) { in GenerateInvokeIntrinsic()
79 const InterpreterAssembler::RegListNodePair& args) { in InvokeIntrinsic()
148 const InterpreterAssembler::RegListNodePair& args, Node* context) { in IsJSReceiver()
157 const InterpreterAssembler::RegListNodePair& args, Node* context) { in IsArray()
163 const InterpreterAssembler::RegListNodePair& args, Node* context) { in IsJSProxy()
169 const InterpreterAssembler::RegListNodePair& args, Node* context) { in IsTypedArray()
175 const InterpreterAssembler::RegListNodePair& args, Node* context) { in IsSmi()
181 const InterpreterAssembler::RegListNodePair& args, Node* context, in IntrinsicAsStubCall()
196 const InterpreterAssembler::RegListNodePair& args, Node* context, in IntrinsicAsBuiltinCall()
203 const InterpreterAssembler::RegListNodePair& args, Node* context) { in CreateIterResultObject()
[all …]
/external/autotest/venv/lucifer/cmd/
Djob_reporter.py50 def _parse_args_and_configure_logging(args): argument
82 def _main(args): argument
95 def _run_autotest_job(args): argument
111 def _prepare_autotest_job_files(args, job): argument
116 def _make_handler(args, job): argument
126 def _run_lucifer_job(event_handler, args, job): argument
151 def _add_level_specific_args(command_args, args, job): argument
162 def _add_starting_args(command_args, args, job): argument

12345678910>>...209