HomeSort by relevance Sort by last modified time
    Searched full:sprint (Results 1 - 14 of 14) sorted by null

  /system/extras/tests/sdcard/
testcase.cpp 102 testTimer()->sprint(&str, &size_left);
103 if(openTimer()->used()) openTimer()->sprint(&str, &size_left);
104 if(readTimer()->used()) readTimer()->sprint(&str, &size_left);
105 if(writeTimer()->used()) writeTimer()->sprint(&str, &size_left);
106 if(syncTimer()->used()) syncTimer()->sprint(&str, &size_left);
107 if(truncateTimer()->used()) truncateTimer()->sprint(&str, &size_left);
stopwatch.h 43 // On completion, use 'sprint' to retrieve the data.
72 // watch.sprint(&str, &size);
100 // interval whose duration will be reported in sprint.
115 void sprint(char **str, size_t *size);
stopwatch.cpp 106 void StopWatch::sprint(char **str, size_t *size) function in class:android_test::StopWatch
  /external/quake/quake/src/QW/progs/
items.qc 302 sprint(other, PRINT_LOW, "You receive ");
304 sprint(other, PRINT_LOW, s);
305 sprint(other, PRINT_LOW, " health\n");
415 sprint(other, PRINT_LOW, "You got armor\n");
625 sprint (other, PRINT_LOW, "You got the ");
626 sprint (other, PRINT_LOW, self.netname);
627 sprint (other, PRINT_LOW, "\n");
840 sprint (other, PRINT_LOW, "You got the ");
841 sprint (other, PRINT_LOW, self.netname);
842 sprint (other, PRINT_LOW, "\n");
    [all...]
client.qc 969 sprint (self, PRINT_HIGH, "Ring of Shadows magic is fading\n");
1004 sprint (self, PRINT_HIGH, "Protection is almost burned out\n");
1046 sprint (self, PRINT_HIGH, "OctaPower is wearing off\n");
1048 sprint (self, PRINT_HIGH, "Quad Damage is wearing off\n");
1096 sprint (self, PRINT_HIGH, "Air supply in Biosuit expiring\n");
    [all...]
defs.qc 632 void(entity client, float level, string s) sprint = #24;
686 void(entity client, string s) centerprint = #73; // sprint, but in middle
weapons.qc 1126 sprint (self, PRINT_HIGH, "no weapon.\n");
1132 sprint (self, PRINT_HIGH, "not enough ammo.\n");
  /external/quake/quake/src/QW/server/
pr_cmds.c 222 sprint(clientent, value)
239 Con_Printf ("tried to sprint to a non-client\n");
269 Con_Printf ("tried to sprint to a non-client\n");
1649 PF_sprint, // void(entity client, string s) sprint = #24;
  /external/quake/quake/src/WinQuake/
pr_cmds.cpp 287 sprint(clientent, value)
301 Con_Printf ("tried to sprint to a non-client\n");
332 Con_Printf ("tried to sprint to a non-client\n");
    [all...]
  /dalvik/libcore/security/src/test/java/org/bouncycastle/jce/provider/
PKIXCertPathValidatorSpiTest.java 28 * A chain of 3 ASN1-encoded certificates for https://service.sprint.com.
29 * The certificate subjects are "service.sprint.com", "Entrust Certification
  /bionic/libc/regex/
engine.c 52 #define print sprint
  /hardware/broadcom/wlan/bcm4329/src/dhd/exe/
dhdu.c 654 printf("%sprint every %d ticks", str, (pktgen.freq * pktgen.print));
    [all...]
  /packages/providers/DownloadProvider/docs/
index.html     [all...]
  /external/libpng/
CHANGES     [all...]

Completed in 1431 milliseconds