/external/webkit/WebCore/manual-tests/wml/ |
input-format.wml | 14 Numeric+symbols(nnn):<input name="numeric+" format="nnn"/><br/>
|
/external/v8/test/cctest/ |
test-log-utils.cc | 212 const Vector<const char> string_5 = CStrVector("nnn,mmm,lll,kkk,jjj"); 216 const Vector<const char> string_6 = CStrVector("nnn,mmmmmm,lll,kkk,jjj"); 222 CheckCompression(&comp, "nnn,mmm#1:4"); 226 CheckCompression(&comp, "nnn,#1:7"); 230 CheckCompression(&comp, "nnn#1"); 257 const Vector<const char> string_4 = CStrVector("nnn,hhh,ggg,fff,aaa"); 262 CheckCompression(&comp, "nnn#2:3"); 286 const Vector<const char> string_4 = CStrVector("nnn,hhh,ggg,fff,aaa");
|
/system/core/debuggerd/ |
pr-support.c | 182 /* Pop r4-r[4+nnn], [lr]. */ 252 /* Pop VFP D[8]-D[8+nnn] with fldmx. */ 287 /* Pop iWMMXt wR[10]-wR[10+nnn]. */ 333 /* Pop VFP D[8]-D[8+nnn] with fldmd. */
|
/external/bzip2/ |
decompress.c | 43 #define GET_BITS(lll,vvv,nnn) \ 46 if (s->bsLive >= nnn) { \ 49 (s->bsLive-nnn)) & ((1 << nnn)-1); \ 50 s->bsLive -= nnn; \
|
bzlib_private.h | 102 #define BZALLOC(nnn) (strm->bzalloc)(strm->opaque,(nnn),1)
|
/external/icu4c/test/threadtest/ |
threadtest.cpp | 288 fprintf(stderr, "usage: threadtest [-threads nnn] [-time nnn] [-quiet] [-verbose] test-name\n" 291 " -threads nnn Number of threads. Default is 2. \n" 292 " -time nnn Total time to run, in seconds. Default is forever.\n" 293 " -ctime nnn Time between extra consistency checks, in seconds. Default 10\n"
|
/frameworks/base/services/java/com/android/server/ |
NativeDaemonConnector.java | 244 * "NNN <errmsg>"
|
NetworkManagementService.java | 173 * Format: "NNN Iface added <name>" 174 * "NNN Iface removed <name>" 175 * "NNN Iface changed <name> <up/down>"
|
MountService.java | 495 * Format: "NNN Volume <label> <path> state changed 502 // FMT: NNN Share method <method> now <available|unavailable> 511 // FMT: NNN Volume <label> <mountpoint> disk inserted (<major>:<minor>) 512 // FMT: NNN Volume <label> <mountpoint> disk removed (<major>:<minor>) 513 // FMT: NNN Volume <label> <mountpoint> bad removal (<major>:<minor>) [all...] |
/external/stlport/src/ |
num_put_float.cpp | 559 int nnn = decpt; local 561 buf += (nnn <= 0 || *bp == 0) ? '0' : *bp++; 562 } while ( --nnn > 0 ); [all...] |
/dalvik/libcore/regex/src/main/java/java/util/regex/ |
package.html | 323 \0n, \0nn, \0nnn 326 Match the character with the octal value n, nn, or nnn. Maximum
|
/dalvik/libcore/security/src/test/java/tests/java/security/ |
IdentityTest.java | 358 String name = "nnn";
|
/external/jpeg/ |
rdjpgcom.c | 237 * Nonprintables are converted to \nnn form,
|
djpeg.c | 392 * Nonprintables are converted to \nnn form,
|
/external/webkit/WebKitLibraries/WebCoreSQLite3/ |
sqlite3.h | [all...] |
/external/sqlite/dist/ |
sqlite3.h | 463 ** mean that writes of blocks that are nnn bytes in size and 465 ** nnn are atomic. The SQLITE_IOCAP_SAFE_APPEND value means 603 ** mean that writes of blocks that are nnn bytes in size and 605 ** nnn are atomic. The SQLITE_IOCAP_SAFE_APPEND value means [all...] |
sqlite3.h.orig | 463 ** mean that writes of blocks that are nnn bytes in size and 465 ** nnn are atomic. The SQLITE_IOCAP_SAFE_APPEND value means 603 ** mean that writes of blocks that are nnn bytes in size and 605 ** nnn are atomic. The SQLITE_IOCAP_SAFE_APPEND value means [all...] |
sqlite3.c | 204 ** The maximum value of a ?nnn wildcard that the parser will accept. [all...] |
sqlite3.c.orig | 204 ** The maximum value of a ?nnn wildcard that the parser will accept. [all...] |
/bionic/libc/netbsd/nameser/ |
ns_print.c | 775 /* XXX need to handle \nnn form. */
|
/external/icu4c/i18n/ |
digitlst.cpp | 477 char rep[MAX_DIGITS + 8]; // Extra space for '+', '.', e+NNN, and '\0' (actually +8 is enough)
|
/frameworks/base/telephony/java/android/telephony/ |
PhoneNumberUtils.java | [all...] |
/external/icu4c/common/unicode/ |
utypes.h | 736 U_BRK_MALFORMED_RULE_TAG, /**< The {nnn} tag on a rule is mal formed */ [all...] |
/external/webkit/JavaScriptCore/icu/unicode/ |
utypes.h | 660 U_BRK_MALFORMED_RULE_TAG, /**< The {nnn} tag on a rule is mal formed */
|
/external/webkit/JavaScriptGlue/icu/unicode/ |
utypes.h | 660 U_BRK_MALFORMED_RULE_TAG, /**< The {nnn} tag on a rule is mal formed */
|