HomeSort by relevance Sort by last modified time
    Searched full:tstr (Results 1 - 25 of 36) sorted by null

1 2

  /external/clang/test/PCH/
chain-friend-instantiation.cpp 43 typedef TClass<std::s> TStr;
46 TStr str;
50 unconst<TStr>(p);
57 const TStr p;
  /external/yaffs2/yaffs2/
yaffs_mtdif2.c 59 T(YAFFS_TRACE_ERROR, (TSTR("No OOB space for tags" TENDSTR)));
69 T(YAFFS_TRACE_ERROR, (TSTR("No OOB space for tags" TENDSTR)));
97 T(YAFFS_TRACE_ERROR, (TSTR("No space in OOB for tags" TENDSTR)));
107 T(YAFFS_TRACE_ERROR, (TSTR("No space in OOB for tags" TENDSTR)));
136 (TSTR
195 (TSTR
256 (TSTR("nandmtd2_MarkNANDBlockBad %d" TENDSTR), blockNo));
277 (TSTR("nandmtd2_QueryNANDBlock %d" TENDSTR), blockNo));
284 T(YAFFS_TRACE_MTD, (TSTR("block is bad" TENDSTR)));
304 (TSTR("block is OK seq %d state %d" TENDSTR), *sequenceNumber
    [all...]
yaffs_checkptrw.c 28 (TSTR("checkpt blocks available = %d" TENDSTR),
45 T(YAFFS_TRACE_CHECKPOINT,(TSTR("checking blocks %d to %d"TENDSTR),
51 T(YAFFS_TRACE_CHECKPOINT,(TSTR("erasing checkpt block %d"TENDSTR),i));
84 T(YAFFS_TRACE_CHECKPOINT,(TSTR("allocating checkpt block %d"TENDSTR),i));
89 T(YAFFS_TRACE_CHECKPOINT,(TSTR("out of checkpt blocks"TENDSTR)));
112 T(YAFFS_TRACE_CHECKPOINT,(TSTR("found checkpt block %d"TENDSTR),i));
117 T(YAFFS_TRACE_CHECKPOINT,(TSTR("found no more checkpt blocks"TENDSTR)));
339 T(YAFFS_TRACE_CHECKPOINT,(TSTR("checkpoint byte count %d" TENDSTR),
357 T(YAFFS_TRACE_CHECKPOINT,(TSTR("checkpoint invalidate"TENDSTR)));
yaffs_nand.c 67 (TSTR("Writing uninitialised tags" TENDSTR)));
71 (TSTR("Writing chunk %d tags %d %d" TENDSTR), chunkInNAND,
74 T(YAFFS_TRACE_ERROR, (TSTR("Writing with no tags" TENDSTR)));
yportenv.h 81 #define TSTR(x) KERN_WARNING x
119 #define TSTR(x) x
162 #define YBUG() T(YAFFS_TRACE_BUG,(TSTR("==>> yaffs bug: " __FILE__ " %d" TENDSTR),__LINE__))
yaffs_tagscompat.c 171 (TSTR("**>> yaffs chunk %d is not valid" TENDSTR),
215 (TSTR
221 (TSTR
229 (TSTR
235 (TSTR
264 (TSTR
269 (TSTR
276 (TSTR
281 (TSTR
343 (TSTR("**>>Block %d marked for retirement" TENDSTR), blockInNAND))
    [all...]
yaffs_guts.c 203 (TSTR("Out of temp buffers at line %d, other held by lines:"),
206 T(YAFFS_TRACE_BUFFERS, (TSTR(" %d "), dev->tempBuffer[i].line));
208 T(YAFFS_TRACE_BUFFERS, (TSTR(" " TENDSTR)));
234 (TSTR("Releasing unmanaged temp buffer in line %d" TENDSTR),
264 (TSTR("yaffs: unmaged buffer detected.\n" TENDSTR)));
276 (TSTR("**>> yaffs: BlockBits block %d is not valid" TENDSTR),
380 (TSTR("Chunk %d not erased" TENDSTR), chunkInNAND));
443 (TSTR
473 (TSTR("**>> yaffs write required %d attempts" TENDSTR),
523 T(YAFFS_TRACE_ALWAYS, (TSTR("yaffs: Block struck out" TENDSTR)))
    [all...]
yaffs_packedtags2.c 49 (TSTR("packed tags obj %d chunk %d byte %d seq %d" TENDSTR),
57 (TSTR
  /external/stlport/test/eh/
test.cpp 39 // std::stringstream tstr;
  /external/iproute2/ip/
ipmonitor.c 89 char *tstr; local
92 tstr = asctime(localtime(&secs));
93 tstr[strlen(tstr)-1] = 0;
94 fprintf(fp, "Timestamp: %s %lu us\n", tstr, usecs);
  /external/tcpdump/
print-krb.c 72 static char tstr[] = " [|kerberos]"; variable
146 fputs(tstr, stdout);
167 fputs(tstr, stdout);
226 fputs(tstr, stdout);
237 fputs(tstr, stdout);
print-pptp.c 41 static char tstr[] = " [|pptp]"; variable
612 printf("%s", tstr);
642 printf("%s", tstr);
675 printf("%s", tstr);
692 printf("%s", tstr);
706 printf("%s", tstr);
725 printf("%s", tstr);
760 printf("%s", tstr);
790 printf("%s", tstr);
820 printf("%s", tstr);
    [all...]
print-tftp.c 81 static char tstr[] = " [|tftp]"; local
159 fputs(tstr, stdout);
print-atalk.c 66 static char tstr[] = "[|atalk]"; variable
265 fputs(tstr, stdout);
403 fputs(tstr, stdout);
413 fputs(tstr, stdout);
455 fputs(tstr, stdout);
467 fputs(tstr, stdout);
484 fputs(tstr, stdout);
print-bootp.c 47 static char tstr[] = " [|bootp]"; variable
140 fputs(tstr + 1, stdout);
150 fputs(tstr + 1, stdout);
174 fputs(tstr, stdout);
804 fputs(tstr, stdout);
  /external/speex/libspeex/
ltp_arm4.h 163 "\tstr %4, %11 \n"
166 "\tstr %5, %12 \n"
170 "\tstr %6, %13 \n"
171 "\tstr %7, %14 \n"
  /external/yaffs2/yaffs2/direct/
ydirectenv.h 63 #define TSTR(x) x
  /external/wpa_supplicant_6/wpa_supplicant/
config_winreg.c 50 #define TSTR "%S"
52 #define TSTR "%s"
134 wpa_printf(MSG_DEBUG, TSTR "=%d", name, (int) val);
164 wpa_printf(MSG_DEBUG, TSTR "=%s", name, (char *) val);
274 "network '" TSTR "'", netw);
278 wpa_printf(MSG_MSGDUMP, "Start of a new network '" TSTR "'", netw);
325 "configured for network '" TSTR "'.", netw);
335 "but no PSK configured for network '" TSTR "'.",
346 "cipher for network '" TSTR "'.", netw);
447 "configuration registry HKLM\\" TSTR, buf)
    [all...]
main_winsvc.c 61 #define TSTR "%S"
63 #define TSTR "%s"
265 printf("Registering service: " TSTR "\n", WPASVC_NAME);
306 printf("Unregistering service: " TSTR "\n", WPASVC_NAME);
  /external/wpa_supplicant_8/wpa_supplicant/
config_winreg.c 44 #define TSTR "%S"
46 #define TSTR "%s"
128 wpa_printf(MSG_DEBUG, TSTR "=%d", name, (int) val);
158 wpa_printf(MSG_DEBUG, TSTR "=%s", name, (char *) val);
290 "network '" TSTR "'", netw);
294 wpa_printf(MSG_MSGDUMP, "Start of a new network '" TSTR "'", netw);
341 "configured for network '" TSTR "'.", netw);
349 "but no PSK configured for network '" TSTR "'.",
360 "cipher for network '" TSTR "'.", netw);
461 "configuration registry HKLM\\" TSTR, buf)
    [all...]
main_winsvc.c 55 #define TSTR "%S"
57 #define TSTR "%s"
259 printf("Registering service: " TSTR "\n", WPASVC_NAME);
300 printf("Unregistering service: " TSTR "\n", WPASVC_NAME);
  /external/iproute2/lib/
utils.c 691 char *tstr; local
696 tstr = asctime(localtime(&tv.tv_sec));
697 tstr[strlen(tstr)-1] = 0;
698 fprintf(fp, "Timestamp: %s %lu usec\n", tstr, tv.tv_usec);
  /external/icu4c/test/intltest/
rbbiapts.cpp 264 UnicodeString tstr; local
265 tci->getText(tstr);
266 TEST_ASSERT(tstr == str1);
280 tci->getText(tstr);
281 TEST_ASSERT(tstr == str2);
283 tci->getText(tstr);
284 TEST_ASSERT(tstr == str1);
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/eap_peer/
tncc.c 28 #define TSTR "%S"
30 #define TSTR "%s"
973 wpa_printf(MSG_DEBUG, "TNC: IMC '" TSTR "'", name);
977 wpa_printf(MSG_DEBUG, "Could not open IMC key '" TSTR
986 "IMC key '" TSTR "'", name);
  /external/wpa_supplicant_8/src/eap_peer/
tncc.c 22 #define TSTR "%S"
24 #define TSTR "%s"
967 wpa_printf(MSG_DEBUG, "TNC: IMC '" TSTR "'", name);
971 wpa_printf(MSG_DEBUG, "Could not open IMC key '" TSTR
980 "IMC key '" TSTR "'", name);

Completed in 1700 milliseconds

1 2