Searched refs:tname (Results 1 - 25 of 37) sorted by relevance

12

/external/ltp/testscripts/
H A Dtest_fs_bind.sh211 local tname="$1"
214 tst_brkm TBROK true "${tname}: Could not find pre-test proc mount list"
226 tst_resm TWARN "${tname}: did not properly clean up its proc mounts"
235 #local tname="$1"
248 # tst_brkm TBROK true "${tname}: failed to restore mounts"
291 local tname="$1"
294 tst_brkm TBROK true "${tname}: Could not find pre-test mtab mount list"
306 tst_resm TWARN "${tname}: did not properly clean up its mtab mounts"
315 #local tname="$1"
328 # tst_brkm TBROK true "${tname}
[all...]
/external/boringssl/include/openssl/
H A Dasn1t.h89 #define ASN1_ITEM_TEMPLATE(tname) \
90 static const ASN1_TEMPLATE tname##_item_tt
92 #define ASN1_ITEM_TEMPLATE_END(tname) \
94 ASN1_ITEM_start(tname) \
97 &tname##_item_tt,\
101 #tname \
102 ASN1_ITEM_end(tname)
127 #define ASN1_SEQUENCE(tname) \
128 static const ASN1_TEMPLATE tname##_seq_tt[]
132 #define ASN1_SEQUENCE_END_name(stname, tname) \
[all...]
/external/boringssl/src/include/openssl/
H A Dasn1t.h89 #define ASN1_ITEM_TEMPLATE(tname) \
90 static const ASN1_TEMPLATE tname##_item_tt
92 #define ASN1_ITEM_TEMPLATE_END(tname) \
94 ASN1_ITEM_start(tname) \
97 &tname##_item_tt,\
101 #tname \
102 ASN1_ITEM_end(tname)
127 #define ASN1_SEQUENCE(tname) \
128 static const ASN1_TEMPLATE tname##_seq_tt[]
132 #define ASN1_SEQUENCE_END_name(stname, tname) \
[all...]
/external/cn-cbor/test/
H A Dctest.h44 #define __FNAME(sname, tname) __ctest_##sname##_##tname##_run
45 #define __TNAME(sname, tname) __ctest_##sname##_##tname
54 #define __CTEST_STRUCT(sname, tname, _skip, __data, __setup, __teardown) \
55 struct ctest __TNAME(sname, tname) __Test_Section = { \
57 .ttname=#tname, \
58 .run = __FNAME(sname, tname), \
73 #define __CTEST_INTERNAL(sname, tname, _skip) \
74 void __FNAME(sname, tname)(); \
[all...]
/external/toybox/toys/pending/
H A Dcrontab.c246 char tname[] = "/tmp/crontab.XXXXXX"; local
249 int tfd = mkstemp(tname);
254 fname = tname;
260 unlink(tname);
269 char tname[] = "/tmp/crontab.XXXXXX"; local
271 if ((destfd = mkstemp(tname)) < 0)
286 if (!stat(tname, &sb)) mtime = sb.st_mtime;
304 execlp(prog, prog, tname, (char *) NULL);
313 if (!stat(tname, &sb) && (mtime == sb.st_mtime)) {
315 unlink(tname);
[all...]
/external/ltp/testcases/network/lib6/
H A Dasapi_02.c93 static int ic6_send1(char *tname, unsigned char type) argument
110 tst_resm(TBROK | TERRNO, "%s: sendto failed", tname);
116 static int ic6_recv1(char *tname, int sall, int sf) argument
149 tst_resm(TBROK | TERRNO, "%s: select failed", tname);
155 "%s: recv(sall, ..) failed", tname);
166 "%s: recv(sf, ..) failed", tname);
176 tst_resm(TBROK, "%s: recv all timed out", tname);
/external/ltp/testcases/kernel/syscalls/execve/
H A Dexecve03.c100 char *tname; /* the command name to pass to execve() */ member in struct:test_case_t
142 TEST(execve(TC[i].tname, av, NULL));
199 TC[3].tname = bad_addr;
/external/compiler-rt/lib/asan/
H A Dasan_report.cc454 char tname[128]; local
457 ThreadNameWithParenthesis(t->tid(), tname, sizeof(tname)));
553 char tname[128];
560 ThreadNameWithParenthesis(free_thread, tname, sizeof(tname)),
566 ThreadNameWithParenthesis(alloc_thread, tname, sizeof(tname)),
571 ThreadNameWithParenthesis(alloc_thread, tname, sizeof(tname)),
604 char tname[128]; local
803 char tname[128]; local
823 char tname[128]; local
847 char tname[128]; local
1182 char tname[128]; local
[all...]
/external/autotest/scheduler/
H A Dthread_lib.py90 tname = thread.getName()
91 logging.info('(Task Queue) Waiting for %s', tname)
/external/syslinux/com32/lua/src/
H A Dlauxlib.h54 LUALIB_API int (luaL_newmetatable) (lua_State *L, const char *tname);
55 LUALIB_API void (luaL_setmetatable) (lua_State *L, const char *tname);
56 LUALIB_API void *(luaL_testudata) (lua_State *L, int ud, const char *tname);
57 LUALIB_API void *(luaL_checkudata) (lua_State *L, int ud, const char *tname);
H A Dlauxlib.c171 static int typeerror (lua_State *L, int narg, const char *tname) { argument
173 tname, luaL_typename(L, narg));
272 LUALIB_API int luaL_newmetatable (lua_State *L, const char *tname) { argument
273 luaL_getmetatable(L, tname); /* try to get metatable */
279 lua_setfield(L, LUA_REGISTRYINDEX, tname); /* registry.name = metatable */
284 LUALIB_API void luaL_setmetatable (lua_State *L, const char *tname) { argument
285 luaL_getmetatable(L, tname);
290 LUALIB_API void *luaL_testudata (lua_State *L, int ud, const char *tname) { argument
294 luaL_getmetatable(L, tname); /* get correct metatable */
305 LUALIB_API void *luaL_checkudata (lua_State *L, int ud, const char *tname) { argument
[all...]
/external/iproute2/tc/
H A Dm_xt.c52 static const char *tname = "mangle"; variable
270 fprintf(stdout, "tablename: %s hook: %s\n ", tname, ipthooks[hook]);
281 if (strlen(tname) >= 16) {
285 size = 1 + strlen(tname);
287 strncpy(k, tname, size);
H A Dm_xt_old.c49 static const char *tname = "mangle"; variable
314 fprintf(stdout, "tablename: %s hook: %s\n ", tname, ipthooks[hook]);
321 if (strlen(tname) > 16) {
325 size = 1 + strlen(tname);
327 strncpy(k, tname, size);
H A Dm_ipt.c37 static const char *tname = "mangle"; variable
389 fprintf(stdout, "tablename: %s hook: %s\n ", tname, ipthooks[hook]);
396 if (strlen(tname) > 16) {
400 size = 1 + strlen(tname);
402 strncpy(k, tname, size);
/external/valgrind/coregrind/m_demangle/
H A Dcplus-dem.c1510 string tname; local
1637 success = do_type (work, mangled, &tname);
1638 string_delete (&tname);
1646 string_init(&tname);
1651 success = demangle_template (work, mangled, &tname,
1657 string_append (&tname, SCOPE_STRING (work));
1659 string_prepends(declp, &tname);
1672 string_delete(&tname);
1815 const char **mangled, string *tname)
1823 string_append (tname, "templat
1814 demangle_template_template_parm(struct work_stuff *work, const char **mangled, string *tname) argument
2181 demangle_template(struct work_stuff *work, const char **mangled, string *tname, string *trawname, int is_type, int remember) argument
[all...]
/external/autotest/client/cros/power/
H A Dpower_rapl.py32 def get_rapl_measurement(tname, exe_function=time.sleep, exe_args=(10,),
48 with power_logger.checkblock(tname):
H A Dpower_status.py130 int <tname>_temp<num>_input: Current temperature in millidegrees Celsius
132 <tname> : name of hwmon device in sysfs
150 tname = utils.read_one_line(tname_path)
152 field_key = "%s_%s" % (tname, bname)
1365 tname: String of testname associated with this time interval
1417 def checkblock(self, tname=''):
1418 """Check point for the following block with test tname.
1421 tname: String of testname associated with this time interval
1425 self.checkpoint(tname, start_time)
1427 def checkpoint(self, tname
[all...]
/external/autotest/server/cros/
H A Dlockfile.py142 tname = "%s-" % urllib.quote(name, safe="")
145 tname, self.pid))
/external/mesa3d/src/mesa/main/
H A Dget_hash_generator.py103 tname = table_name(table["apis"][0])
106 dense_tables[i] = "&%s" % (tname)
/external/python/cpython2/Lib/msilib/
H A D__init__.py54 tname="CHAR(%d)" % size
56 tname="CHAR"
59 tname = "SHORT"
62 tname="LONG"
65 tname="OBJECT"
67 tname="unknown"
75 fields[index] = "`%s` %s%s" % (name, tname, flags)
/external/python/cpython3/Lib/msilib/
H A D__init__.py53 tname="CHAR(%d)" % size
55 tname="CHAR"
58 tname = "SHORT"
61 tname="LONG"
64 tname="OBJECT"
66 tname="unknown"
74 fields[index] = "`%s` %s%s" % (name, tname, flags)
/external/python/cpython2/Tools/msi/
H A Dmsilib.py103 tname="CHAR(%d)" % size
105 tname="CHAR"
108 tname = "SHORT"
111 tname="LONG"
114 tname="OBJECT"
116 tname="unknown"
124 fields[index] = "`%s` %s%s" % (name, tname, flags)
/external/elfutils/libdwfl/
H A Drelocate.c490 const char *tname = elf_strptr (relocated, shstrndx, tshdr->sh_name); local
491 if (tname == NULL)
494 if (debugscn && ! ebl_debugscn_p (mod->ebl, tname))
499 if (strncmp (tname, ".zdebug", strlen ("zdebug")) == 0)
/external/kernel-headers/original/uapi/linux/
H A Dcoda.h471 int tname; /* Place holder for data. */ member in struct:coda_link_in
524 int tname; member in struct:coda_symlink_in
/external/boringssl/src/crypto/x509v3/
H A Dv3_utl.c95 char *tname = NULL, *tvalue = NULL; local
96 if (name && !(tname = BUF_strdup(name)))
105 vtmp->name = tname;
114 if (tname)
115 OPENSSL_free(tname);

Completed in 766 milliseconds

12