/titanic_51/usr/src/cmd/dtrace/test/tst/common/java_api/src/ |
H A D | TestMultiAggPrinta.java | 47 buf.append(PrintaRecord.class.getName()); in printaRecordString() 48 buf.append("[aggregations = "); in printaRecordString() 49 buf.append(rec.getAggregations()); in printaRecordString() 50 buf.append(", formattedStrings = "); in printaRecordString() 51 buf.append(rec.getFormattedStrings()); in printaRecordString() 52 buf.append(", tuples = "); in printaRecordString() 53 buf.append(rec.getTuples()); in printaRecordString() 54 buf.append(", output = "); in printaRecordString() 55 buf.append(rec.getOutput()); in printaRecordString() 56 buf.append(']'); in printaRecordString() [all...] |
H A D | TestProbeData.java | 58 buf.append("[probe "); in getString() 59 buf.append(p.getEnabledProbeID()); in getString() 60 buf.append(' '); in getString() 62 buf.append("pid$target"); in getString() 63 buf.append(':'); in getString() 64 buf.append(d.getModule()); in getString() 65 buf.append(':'); in getString() 66 buf.append(d.getFunction()); in getString() 67 buf.append(':'); in getString() 68 buf.append( in getString() [all...] |
/titanic_51/usr/src/lib/libslp/javalib/com/sun/slp/ |
H A D | SLPV1SSrvMsg.java | 376 sbuf.append("("); in rewriteQueryJoin() 377 sbuf.append(exp); in rewriteQueryJoin() 378 sbuf.append(")"); in rewriteQueryJoin() 395 sbuf.append(")"); in rewriteQueryJoin() 564 buf.append((char)OPEN_PAREN); in parseLogicalExpression() 565 buf.append((char)logOp); in parseLogicalExpression() 587 buf.append((char)tok); in parseLogicalExpression() 661 buf.append(OPEN_PAREN); in parse() 662 buf.append(tag); in parse() 663 buf.append(EQUAL_O in parse() [all...] |
H A D | SunDATable.java | 281 buf.append("("); in getSrvReply() 282 buf.append(SCOPES_ID); in getSrvReply() 283 buf.append("="); in getSrvReply() 284 buf.append((String)scopes.elementAt(i)); in getSrvReply() 285 buf.append(")"); in getSrvReply() 292 buf.append(")"); in getSrvReply() 303 buf.append("("); in getSrvReply() 304 buf.append(VERSION_ID); in getSrvReply() 305 buf.append("="); in getSrvReply() 306 buf.append((ne in getSrvReply() [all...] |
H A D | SunServerDATable.java | 335 buf.append("("); in findDAScopes() 336 buf.append(SunDATable.SCOPES_ID); in findDAScopes() 337 buf.append("="); in findDAScopes() 338 buf.append((String)scopes.elementAt(i)); in findDAScopes() 339 buf.append(")"); in findDAScopes() 346 buf.append(")"); in findDAScopes() 357 buf.append("("); in findDAScopes() 358 buf.append(SunDATable.VERSION_ID); in findDAScopes() 359 buf.append("="); in findDAScopes() 360 buf.append((ne in findDAScopes() [all...] |
/titanic_51/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/ |
H A D | Error.java | 307 buf.append(Error.class.getName()); in toString() 308 buf.append("[probeDescription = "); in toString() 309 buf.append(probeDescription); in toString() 310 buf.append(", epid = "); in toString() 311 buf.append(epid); in toString() 312 buf.append(", cpu = "); in toString() 313 buf.append(cpu); in toString() 314 buf.append(", action = "); in toString() 315 buf.append(action); in toString() 316 buf.append(", offse in toString() [all...] |
H A D | Program.java | 181 buf.append((char)i); in getProgramString() 202 buf.append(Program.class.getName()); in toString() 203 buf.append("[contents = "); in toString() 204 buf.append(contents); in toString() 205 buf.append(", info = "); in toString() 206 buf.append(info); in toString() 207 buf.append(']'); in toString() 270 buf.append(Program.File.class.getName()); in toString() 271 buf.append("[super = "); in toString() 272 buf.append(supe in toString() [all...] |
H A D | ScalarRecord.java | 273 buf.append(' '); in spaces() 314 buf.append('\n'); in rawBytesString() 315 buf.append(leftMargin); in rawBytesString() 316 buf.append(" "); in rawBytesString() 318 buf.append(" "); in rawBytesString() 319 buf.append("0123456789abcdef".charAt(i)); in rawBytesString() 321 buf.append(" 0123456789abcdef\n"); in rawBytesString() 325 buf.append(leftMargin); in rawBytesString() 326 buf.append(hexString(i, 5)); in rawBytesString() 327 buf.append(' in rawBytesString() [all...] |
H A D | Drop.java | 263 buf.append(Drop.class.getName()); in toString() 264 buf.append("[cpu = "); in toString() 265 buf.append(cpu); in toString() 266 buf.append(", kind = "); in toString() 267 buf.append(kind); in toString() 268 buf.append(", count = "); in toString() 269 buf.append(count); in toString() 270 buf.append(", total = "); in toString() 271 buf.append(total); in toString() 272 buf.append(", defaultMessag in toString() [all...] |
H A D | ProcessState.java | 345 buf.append(ProcessState.class.getName()); in toString() 346 buf.append("[pid = "); in toString() 347 buf.append(processID); in toString() 348 buf.append(", state = "); in toString() 349 buf.append(state); in toString() 350 buf.append(", terminationSignal = "); in toString() 351 buf.append(terminationSignal); in toString() 352 buf.append(", terminationSignalName = "); in toString() 353 buf.append(terminationSignalName); in toString() 354 buf.append(", exitStatu in toString() [all...] |
H A D | AggregateSpec.java | 153 buf.append(AggregateSpec.class.getName()); in toString() 154 buf.append("[includedAggregationNames = "); in toString() 155 buf.append(Arrays.toString(getIncludedAggregationNames().toArray())); in toString() 156 buf.append(", clearedAggregationNames = "); in toString() 157 buf.append(Arrays.toString(getClearedAggregationNames().toArray())); in toString() 158 buf.append(", includeByDefault = "); in toString() 159 buf.append(isIncludeByDefault()); in toString() 160 buf.append(", clearByDefault = "); in toString() 161 buf.append(isClearByDefault()); in toString() 162 buf.append(']'); in toString() [all...] |
H A D | LinearDistribution.java | 277 buf.append(LinearDistribution.class.toString()); in toString() 278 buf.append("[base = "); in toString() 279 buf.append(getBase()); in toString() 280 buf.append(", step = "); in toString() 281 buf.append(getStep()); in toString() 282 buf.append(", buckets = "); in toString() 285 buf.append("<empty>"); in toString() 287 buf.append(Arrays.toString(getDisplayRange().toArray())); in toString() 289 buf.append(", total = "); in toString() 290 buf.append(getTota in toString() [all...] |
H A D | ProgramInfo.java | 245 buf.append(ProgramInfo.class.getName()); in toString() 246 buf.append("[minimumProbeAttributes = "); in toString() 247 buf.append(minimumProbeAttributes); in toString() 248 buf.append(", minimumStatementAttributes = "); in toString() 249 buf.append(minimumStatementAttributes); in toString() 250 buf.append(", matchingProbeCount = "); in toString() 251 buf.append(matchingProbeCount); in toString() 252 buf.append(']'); in toString()
|
H A D | DropEvent.java | 109 buf.append(DropEvent.class.getName()); in toString() 110 buf.append("[source = "); in toString() 111 buf.append(getSource()); in toString() 112 buf.append(", drop = "); in toString() 113 buf.append(drop); in toString() 114 buf.append(']'); in toString()
|
H A D | DataEvent.java | 112 buf.append(DataEvent.class.getName()); in toString() 113 buf.append("[source = "); in toString() 114 buf.append(getSource()); in toString() 115 buf.append(", probeData = "); in toString() 116 buf.append(probeData); in toString() 117 buf.append(']'); in toString()
|
H A D | ErrorEvent.java | 111 buf.append(ErrorEvent.class.getName()); in toString() 112 buf.append("[source = "); in toString() 113 buf.append(getSource()); in toString() 114 buf.append(", error = "); in toString() 115 buf.append(error); in toString() 116 buf.append(']'); in toString()
|
H A D | ProcessEvent.java | 113 buf.append(ProcessEvent.class.getName()); in toString() 114 buf.append("[source = "); in toString() 115 buf.append(getSource()); in toString() 116 buf.append(", processState = "); in toString() 117 buf.append(processState); in toString() 118 buf.append(']'); in toString()
|
H A D | Distribution.java | 514 buf.append(Bucket.class.getName()); in toString() 515 buf.append("[min = "); in toString() 516 buf.append(min); in toString() 517 buf.append(", max = "); in toString() 518 buf.append(max); in toString() 519 buf.append(", frequency = "); in toString() 520 buf.append(frequency); in toString() 521 buf.append(']'); in toString() 607 buf.append(Distribution.class.getName()); in toString() 608 buf.append("[bucket in toString() [all...] |
H A D | Aggregation.java | 349 buf.append(Aggregation.class.getName()); in toString() 350 buf.append("[name = "); in toString() 351 buf.append(name); in toString() 352 buf.append(", id = "); in toString() 353 buf.append(id); in toString() 354 buf.append(", records = "); in toString() 364 buf.append('['); in toString() 370 buf.append(", "); in toString() 372 buf.append(record); in toString() 374 buf.append(']'); in toString() [all...] |
/titanic_51/usr/src/cmd/pools/poold/com/sun/solaris/service/exception/ |
H A D | SuccinctStackTraceFormatter.java | 51 s.append("("); in formatWithDescription() 54 s.append(description); in formatWithDescription() 56 s.append(t.getClass().getName()); in formatWithDescription() 57 s.append(", "); in formatWithDescription() 63 s.append(", "); in formatWithDescription() 65 s.append(")"); in formatWithDescription() 68 s.append(" caused by "); in formatWithDescription() 69 s.append(format(t.getCause())); in formatWithDescription() 101 s.append(e.getClassName()); in appendStackTraceElement() 102 s.append(" in appendStackTraceElement() [all...] |
/titanic_51/usr/src/cmd/pools/poold/com/sun/solaris/service/logging/ |
H A D | SysloglikeFormatter.java | 127 sb.append(dateFormatter.format(date)); in format() 130 sb.append(" "); in format() 131 sb.append(record.getSourceClassName()); in format() 134 sb.append(" "); in format() 135 sb.append(record.getLoggerName()); in format() 141 sb.append(" "); in format() 146 sb.append(loggerName); in format() 151 sb.append(" "); in format() 152 sb.append(record.getSourceMethodName()); in format() 155 sb.append(lineSeparato in format() [all...] |
H A D | SyslogHandler.java | 192 message.append("("); in publish() 193 message.append(record.getLoggerName()); in publish() 194 message.append(") "); in publish() 198 message.append("("); in publish() 203 message.append(loggerName); in publish() 204 message.append(") "); in publish() 208 message.append(record.getMessage()); in publish() 219 message.append(" "); in publish() 220 message.append(SuccinctStackTraceFormatter in publish()
|
/titanic_51/usr/src/grub/grub-0.97/docs/ |
H A D | help2man | 79 my %append = (); 133 $hash = \%append; 152 for my $hash (\(%include, %append)) 359 $matched .= $& if %append; 369 $matched .= $& if %append; 382 $matched .= $& if %append; 390 $matched .= $& if %append; 398 $matched .= $& if %append; 407 $matched .= $& if %append; 415 $matched .= $& if %append; [all...] |
/titanic_51/usr/src/contrib/ast/src/cmd/INIT/ |
H A D | mamake.c | 116 #define add(b,c) (((b)->nxt >= (b)->end) ? append(b, "") : NiL, *(b)->nxt++ = (c)) 404 * append str length n to buffer and return the buffer base 428 * append str to buffer and return the buffer base 433 append(Buf_t* buf, char* str) in append() function 795 append(buf, b); in substitute() 802 append(buf, b); in substitute() 889 append(buf, b); in substitute() 935 append(tmp, path); in status() 936 append(tmp, ".exe"); in status() 995 append(bu in find() [all...] |
/titanic_51/usr/src/cmd/pools/poold/com/sun/solaris/domain/pools/ |
H A D | DecisionHistory.java | 377 sb.append(cpuid); in getKey() 378 sb.append(", "); in getKey() 379 sb.append(fromPsetName); in getKey() 380 sb.append(", "); in getKey() 381 sb.append(toPsetName); in getKey() 442 sb.append(cpuid.toString()); in toString() 443 sb.append(", "); in toString() 444 sb.append(fromPsetName.toString()); in toString() 445 sb.append(", "); in toString() 446 sb.append(toPsetNam in toString() [all...] |