Searched refs:clname (Results 1 - 5 of 5) sorted by relevance

/external/chromium-trace/catapult/telemetry/third_party/web-page-replay/rules/
H A Dlog_url.py68 clname = obj.__class__.__name__
71 return '%s%s(%s)' % (pkg, clname, ', '.join(args))
/external/regex-re2/lib/codereview/
H A Dcodereview.py1228 clname = p[1:]
1229 if clname == "default":
1232 if not GoodCLName(clname):
1233 raise hg_util.Abort("invalid CL name " + clname)
1234 cl, err = LoadCL(match_repo.ui, match_repo, clname, web=False)
1236 raise hg_util.Abort("loading CL " + clname + ": " + err)
1238 raise hg_util.Abort("no files in CL " + clname)
1403 def clpatch(ui, repo, clname, **opts):
1415 return clpatch_or_undo(ui, repo, clname, opts, mode="clpatch")
1418 def undo(ui, repo, clname, **opt
[all...]
/external/iproute2/tc/
H A Dtc_util.c148 char clname[IDNAME_MAX] = {}; local
150 if (id_to_name(cls_names, h, clname))
151 snprintf(buf, blen, "%s#%s", clname, handle);
/external/valgrind/coregrind/m_syswrap/
H A Dsyswrap-solaris.c5159 const HChar *clname,
5167 A caller of this function is responsible for checking that clname and
5170 if (VG_STREQ(clname, "RT")) {
5181 else if (VG_STREQ(clname, "TS")) {
5190 else if (VG_STREQ(clname, "IA")) {
5200 else if (VG_STREQ(clname, "FSS")) {
5209 else if (VG_STREQ(clname, "FX")) {
5222 VG_(unimplemented)("Syswrap of the priocntlsys call where clname=%s.",
5223 clname);
5228 VG_(unimplemented)("Syswrap of the priocntlsys call where clname
5158 mem_priocntlsys_parm(ThreadId tid, Bool pre, Bool reade, const HChar *clname, vki_pc_vaparm_t *parm) argument
5409 post_mem_write_priocntlsys_clinfo(ThreadId tid, const HChar *clname, Addr clinfo) argument
[all...]
/external/valgrind/memcheck/tests/solaris/
H A Dscalar.stderr.exp1834 Syscall param priocntlsys(clname) points to uninitialised byte(s)
1986 Syscall param priocntlsys(clname) points to unaddressable byte(s)
2016 Syscall param priocntlsys(clname) points to unaddressable byte(s)
2042 Syscall param priocntlsys(clname) points to unaddressable byte(s)
2064 Syscall param priocntlsys(clname) points to unaddressable byte(s)

Completed in 170 milliseconds