/external/ltp/testscripts/ |
D | test_fs_bind.sh | 211 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" 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" 336 local tname="$1" 340 tst_brkm TBROK true "${tname}: stale catalog of \"${sandbox}\"" 357 local tname="$1" 360 tst_brkm TBROK true "${tname} missing saved catalog of \"${sandbox}\"" [all …]
|
/external/boringssl/src/include/openssl/ |
D | asn1t.h | 89 #define ASN1_ITEM_TEMPLATE(tname) \ argument 90 static const ASN1_TEMPLATE tname##_item_tt 92 #define ASN1_ITEM_TEMPLATE_END(tname) \ argument 94 ASN1_ITEM_start(tname) \ 97 &tname##_item_tt,\ 101 #tname \ 102 ASN1_ITEM_end(tname) 127 #define ASN1_SEQUENCE(tname) \ argument 128 static const ASN1_TEMPLATE tname##_seq_tt[] 132 #define ASN1_SEQUENCE_END_name(stname, tname) \ argument [all …]
|
/external/grpc-grpc/src/core/lib/gpr/ |
D | env_windows.cc | 42 LPTSTR tname = gpr_char_to_tchar(name); in gpr_getenv() local 45 ret = GetEnvironmentVariable(tname, NULL, 0); in gpr_getenv() 47 gpr_free(tname); in gpr_getenv() 52 ret = GetEnvironmentVariable(tname, tresult, size); in gpr_getenv() 53 gpr_free(tname); in gpr_getenv() 64 LPTSTR tname = gpr_char_to_tchar(name); in gpr_setenv() local 66 BOOL res = SetEnvironmentVariable(tname, tvalue); in gpr_setenv() 67 gpr_free(tname); in gpr_setenv()
|
/external/cn-cbor/test/ |
D | ctest.h | 44 #define __FNAME(sname, tname) __ctest_##sname##_##tname##_run argument 45 #define __TNAME(sname, tname) __ctest_##sname##_##tname argument 54 #define __CTEST_STRUCT(sname, tname, _skip, __data, __setup, __teardown) \ argument 55 struct ctest __TNAME(sname, tname) __Test_Section = { \ 57 .ttname=#tname, \ 58 .run = __FNAME(sname, tname), \ 73 #define __CTEST_INTERNAL(sname, tname, _skip) \ argument 74 void __FNAME(sname, tname)(); \ 75 __CTEST_STRUCT(sname, tname, _skip, NULL, NULL, NULL) \ 76 void __FNAME(sname, tname)() [all …]
|
/external/toybox/toys/pending/ |
D | crontab.c | 246 char tname[] = "/tmp/crontab.XXXXXX"; in do_replace() local 249 int tfd = mkstemp(tname); in do_replace() 254 fname = tname; in do_replace() 260 unlink(tname); in do_replace() 269 char tname[] = "/tmp/crontab.XXXXXX"; in do_edit() local 271 if ((destfd = mkstemp(tname)) < 0) in do_edit() 286 if (!stat(tname, &sb)) mtime = sb.st_mtime; in do_edit() 304 execlp(prog, prog, tname, (char *) NULL); in do_edit() 313 if (!stat(tname, &sb) && (mtime == sb.st_mtime)) { in do_edit() 315 unlink(tname); in do_edit() [all …]
|
/external/curl/tests/data/ |
D | test175 | 15 Authentication-Info: Passport1.4 tname=MSPAuth,tname=MSPProf,tname=MSPConsent,tname=MSPSecAuth 33 Authentication-Info: Passport1.4 tname=MSPAuth,tname=MSPProf,tname=MSPConsent,tname=MSPSecAuth
|
D | test176 | 16 Authentication-Info: Passport1.4 tname=MSPAuth,tname=MSPProf,tname=MSPConsent,tname=MSPSecAuth 34 Authentication-Info: Passport1.4 tname=MSPAuth,tname=MSPProf,tname=MSPConsent,tname=MSPSecAuth
|
D | test174 | 14 Authentication-Info: Passport1.4 tname=MSPAuth,tname=MSPProf,tname=MSPConsent,tname=MSPSecAuth
|
/external/ltp/testcases/kernel/syscalls/execve/ |
D | execve03.c | 81 char *tname; member 126 if (!tcases[i].tname) in setup() 127 tcases[i].tname = tst_get_bad_addr(NULL); in setup() 134 char *argv[2] = {tc->tname, NULL}; in verify_execve() 136 TEST(execve(tc->tname, argv, NULL)); in verify_execve()
|
/external/compiler-rt/lib/asan/ |
D | asan_report.cc | 454 char tname[128]; in DescribeAddressIfStack() local 457 ThreadNameWithParenthesis(t->tid(), tname, sizeof(tname))); in DescribeAddressIfStack() 553 char tname[128]; in DescribeHeapAddress() local 560 ThreadNameWithParenthesis(free_thread, tname, sizeof(tname)), in DescribeHeapAddress() 566 ThreadNameWithParenthesis(alloc_thread, tname, sizeof(tname)), in DescribeHeapAddress() 571 ThreadNameWithParenthesis(alloc_thread, tname, sizeof(tname)), in DescribeHeapAddress() 604 char tname[128]; in DescribeThread() local 607 ThreadNameWithParenthesis(context->tid, tname, sizeof(tname))); in DescribeThread() 615 ThreadNameWithParenthesis(context->parent_tid, tname, sizeof(tname))); in DescribeThread() 803 char tname[128]; in ReportDoubleFree() local [all …]
|
/external/ltp/testcases/network/lib6/ |
D | asapi_02.c | 93 static int ic6_send1(char *tname, unsigned char type) in ic6_send1() argument 110 tst_resm(TBROK | TERRNO, "%s: sendto failed", tname); in ic6_send1() 116 static int ic6_recv1(char *tname, int sall, int sf) in ic6_recv1() argument 149 tst_resm(TBROK | TERRNO, "%s: select failed", tname); in ic6_recv1() 155 "%s: recv(sall, ..) failed", tname); in ic6_recv1() 166 "%s: recv(sf, ..) failed", tname); in ic6_recv1() 176 tst_resm(TBROK, "%s: recv all timed out", tname); in ic6_recv1()
|
/external/python/cpython3/Lib/lib2to3/ |
D | Grammar.txt | 22 ('*' [tname] (',' tname ['=' test])* [',' ['**' tname [',']]] | '**' tname [',']) 24 tname: NAME [':' test] 25 tfpdef: tname | '(' tfplist ')'
|
/external/lua/src/ |
D | lauxlib.c | 182 static int typeerror (lua_State *L, int arg, const char *tname) { in typeerror() argument 191 msg = lua_pushfstring(L, "%s expected, got %s", tname, typearg); in typeerror() 299 LUALIB_API int luaL_newmetatable (lua_State *L, const char *tname) { in luaL_newmetatable() argument 300 if (luaL_getmetatable(L, tname) != LUA_TNIL) /* name already in use? */ in luaL_newmetatable() 304 lua_pushstring(L, tname); in luaL_newmetatable() 307 lua_setfield(L, LUA_REGISTRYINDEX, tname); /* registry.name = metatable */ in luaL_newmetatable() 312 LUALIB_API void luaL_setmetatable (lua_State *L, const char *tname) { in luaL_setmetatable() argument 313 luaL_getmetatable(L, tname); in luaL_setmetatable() 318 LUALIB_API void *luaL_testudata (lua_State *L, int ud, const char *tname) { in luaL_testudata() argument 322 luaL_getmetatable(L, tname); /* get correct metatable */ in luaL_testudata() [all …]
|
D | lauxlib.h | 62 LUALIB_API int (luaL_newmetatable) (lua_State *L, const char *tname); 63 LUALIB_API void (luaL_setmetatable) (lua_State *L, const char *tname); 64 LUALIB_API void *(luaL_testudata) (lua_State *L, int ud, const char *tname); 65 LUALIB_API void *(luaL_checkudata) (lua_State *L, int ud, const char *tname);
|
/external/iproute2/tc/ |
D | m_xt.c | 52 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);
|
D | m_xt_old.c | 49 static const char *tname = "mangle"; variable 314 fprintf(stdout, "tablename: %s hook: %s\n ", tname, ipthooks[hook]); in parse_ipt() 321 if (strlen(tname) > 16) { in parse_ipt() 325 size = 1 + strlen(tname); in parse_ipt() 327 strncpy(k, tname, size); in parse_ipt()
|
D | m_ipt.c | 37 static const char *tname = "mangle"; variable 389 fprintf(stdout, "tablename: %s hook: %s\n ", tname, ipthooks[hook]); in parse_ipt() 396 if (strlen(tname) > 16) { in parse_ipt() 400 size = 1 + strlen(tname); in parse_ipt() 402 strncpy(k, tname, size); in parse_ipt()
|
/external/python/cpython2/Lib/lib2to3/ |
D | Grammar.txt | 40 ('*' [tname] (',' tname ['=' test])* [',' '**' tname] | '**' tname) 42 tname: NAME [':' test] 43 tfpdef: tname | '(' tfplist ')'
|
/external/python/cpython2/Lib/msilib/ |
D | __init__.py | 54 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/ |
D | __init__.py | 53 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/javasqlite/src/main/java/SQLite/ |
D | Shell.java | 176 String tname; in newrow() local 262 tname = tableName; in newrow() 264 tname = destTable; in newrow() 266 pw.print("INSERT INTO " + tname + " VALUES("); in newrow() 283 tname = tableName; in newrow() 285 tname = destTable; in newrow() 287 pw.print("INSERT INTO " + tname + " VALUES("); in newrow()
|
/external/autotest/client/cros/power/ |
D | power_status.py | 176 tname = utils.read_one_line(tname_path) 178 field_key = "%s_%s" % (tname, bname) 1502 def checkblock(self, tname=''): argument 1510 self.checkpoint(tname, start_time) 1512 def checkpoint(self, tname='', tstart=None, tend=None): argument 1527 self.checkpoint_data[tname].append((tstart, tend)) 1529 tname, tstart, tend) 1545 for tname, tlist in self.checkpoint_data.iteritems(): 1546 checkpoint_dict[tname] = [(tstart - start_time, tend - start_time) 1607 for tname, tlist in json_dict.iteritems(): [all …]
|
/external/autotest/scheduler/ |
D | thread_lib.py | 90 tname = thread.getName() 91 logging.info('(Task Queue) Waiting for %s', tname)
|
/external/yapf/yapf/yapflib/ |
D | subtype_assigner.py | 281 tname = False 284 tname = True 290 tname = False 291 elif child.value == '=' and tname: 293 tname = False
|
/external/autotest/server/cros/ |
D | lockfile.py | 142 tname = "%s-" % urllib.quote(name, safe="") 145 tname, self.pid))
|