OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:statline
(Results
1 - 20
of
20
) sorted by null
/external/apache-http/src/org/apache/http/message/
BasicLineFormatter.java
221
* @param
statline
the status line to format
228
public final static String formatStatusLine(final StatusLine
statline
,
232
return formatter.formatStatusLine(null,
statline
).toString();
238
final StatusLine
statline
) {
239
if (
statline
== null) {
245
doFormatStatusLine(result,
statline
);
257
* @param
statline
the status line to format, never <code>null</code>
260
final StatusLine
statline
) {
262
int len = estimateProtocolVersionLen(
statline
.getProtocolVersion())
264
final String reason =
statline
.getReasonPhrase()
[
all
...]
LineFormatter.java
119
* @param
statline
the status line to format
126
StatusLine
statline
)
/system/core/toolbox/
ps.c
36
char
statline
[1024];
local
49
sprintf(
statline
, "/proc/%d", pid);
50
stat(
statline
, &stats);
53
sprintf(
statline
, "/proc/%d/task/%d/stat", pid, tid);
57
sprintf(
statline
, "/proc/%d/stat", pid);
71
fd = open(
statline
, O_RDONLY);
73
r = read(fd,
statline
, 1023);
76
statline
[r] = 0;
78
ptr =
statline
;
/external/chromium_org/third_party/sqlite/src/tool/
spaceanal.tcl
168
proc
statline
{title value {extra {}}} {
procedure
274
statline
{Percentage of total database} $total_pages_percent
275
statline
{Number of entries} $nleaf
276
statline
{Bytes of storage consumed} $storage
277
statline
{Bytes of payload} $payload $payload_percent
278
statline
{Average payload per entry} $avg_payload
279
statline
{Average unused bytes per entry} $avg_unused
281
statline
{Average fanout} $avg_fanout
285
statline
{Fragmentation} $fragmentation
287
statline
{Maximum payload per entry} $mx_payloa
[
all
...]
/system/core/libcutils/
sched_policy.c
273
char
statline
[1024];
local
282
int rc = read(fd,
statline
, 1023);
284
statline
[rc] = 0;
285
char *p =
statline
;
288
for (p =
statline
; *p != '('; p++);
/external/eigen/bench/spbench/
spbenchsolver.h
244
inline void printHtmlStatLine(Stats *stat, int best_time_id, string&
statline
)
279
statline
= "<TH>Compute Time " + compute.str() + "\n"
512
string
statline
;
local
513
printHtmlStatLine(&stat[0], best_time_id,
statline
);
516
<< it.matrix().rows() << " <TD rowspan=\"4\"> " << it.matrix().nonZeros()<< " "<<
statline
;
/external/robolectric/lib/main/
httpcore-4.0.1.jar
/external/smack/asmack-master/lib/
httpcore-4.1.4.jar
/prebuilts/devtools/tools/lib/
httpcore-4.1.jar
/prebuilts/tools/common/http-client/
httpcore-4.1.jar
/prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpcore/4.1/
httpcore-4.1.jar
/prebuilts/sdk/10/
android.jar
/prebuilts/sdk/12/
android.jar
/prebuilts/sdk/13/
android.jar
/prebuilts/sdk/15/
android.jar
/prebuilts/sdk/16/
android.jar
/prebuilts/sdk/17/
android.jar
/prebuilts/sdk/4/
android.jar
/prebuilts/sdk/7/
android.jar
/prebuilts/sdk/8/
android.jar
Completed in 644 milliseconds