/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_format.py | 156 big = 012345670123456701234567012345670L # 32 octal digits
|
test_types.py | 337 # octal 494 # octal
|
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/ |
LongTest.java | 239 assertTrue("Returned incorrect value from octal string: " 466 assertTrue("Returned incorrect value from octal string: " [all...] |
/external/bison/darwin-lib/ |
stdlib.h | [all...] |
/external/bison/linux-lib/ |
stdlib.h | [all...] |
/external/chromium_org/third_party/icu/source/test/iotest/ |
strtst.c | 69 u_sprintf(uStringBuf, "Unsigned octal integer o: %o", *n); 71 u_sscanf(uStringBuf, "Unsigned octal integer o: %o", newValuePtr);
|
/external/icu4c/test/iotest/ |
strtst.c | 69 u_sprintf(uStringBuf, "Unsigned octal integer o: %o", *n); 71 u_sscanf(uStringBuf, "Unsigned octal integer o: %o", newValuePtr);
|
/external/stlport/test/unit/ |
num_put_get_test.cpp | 627 //octal outputs 893 //octal input [all...] |
/ndk/sources/host-tools/sed-4.2.1/ |
NEWS | 412 \oNNN a character with the octal value NNN 418 of the conflict with the existing "word boundary" meaning. \ooo octal
|
/ndk/tests/device/test-gnustl-full/unit/ |
num_put_get_test.cpp | 627 //octal outputs 893 //octal input [all...] |
/ndk/tests/device/test-stlport/unit/ |
num_put_get_test.cpp | 627 //octal outputs 895 //octal input [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_types.py | 337 # octal 494 # octal
|
/external/chromium_org/v8/src/ |
parser.cc | 4588 Scanner::Location octal = scanner()->octal_position(); local 5037 uc32 octal = ParseOctalLiteral(); local [all...] |
/external/v8/src/ |
parser.cc | 4865 Scanner::Location octal = scanner().octal_position(); local 5311 uc32 octal = ParseOctalLiteral(); local [all...] |
/packages/apps/UnifiedEmail/src/com/android/mail/lib/base/ |
StringUtil.java | [all...] |
/packages/apps/UnifiedEmail/src/com/google/android/mail/common/base/ |
StringUtil.java | [all...] |
/external/chromium_org/third_party/protobuf/src/google/protobuf/stubs/ |
strutil.cc | 334 case '0': case '1': case '2': case '3': // octal digit: 1 to 3 digits 460 // hexadecimal rather than octal sequences. 521 // hexadecimal rather than octal sequences. [all...] |
/external/protobuf/src/google/protobuf/stubs/ |
strutil.cc | 296 case '0': case '1': case '2': case '3': // octal digit: 1 to 3 digits 422 // hexadecimal rather than octal sequences. 483 // hexadecimal rather than octal sequences. [all...] |
/external/chromium_org/third_party/icu/source/io/unicode/ |
ustdio.h | 135 <tr><td>%o</td><td>int32_t</td><td>int32_t</td><td>ustdio special octal radix formatting</td></tr> 170 <tr><td>%#</td><td>%d, %i, %o, %x, %e, %f, %g, %E, %G</td><td>N/A</td><td>Precede octal value with 0, hex with 0x and show the [all...] |
/external/chromium_org/third_party/icu/source/tools/genrb/ |
parse.c | [all...] |
/external/chromium_org/third_party/re2/re2/testing/ |
re2_test.cc | 54 VLOG(1) << "octal tests"; 59 CHECK(RE2::FullMatch(#value, "([0-7]+)[uUlL]*", RE2::Octal(&v))); \ [all...] |
/external/chromium_org/v8/test/cctest/ |
test-parsing.cc | [all...] |
/external/icu4c/io/unicode/ |
ustdio.h | 136 <tr><td>%o</td><td>int32_t</td><td>int32_t</td><td>ustdio special octal radix formatting</td></tr> 171 <tr><td>%#</td><td>%d, %i, %o, %x, %e, %f, %g, %E, %G</td><td>N/A</td><td>Precede octal value with 0, hex with 0x and show the [all...] |
/external/icu4c/tools/genrb/ |
parse.cpp | [all...] |
/external/mksh/src/ |
mksh.1 | 1043 octal sequences must have the none up to three octal digits 1051 both octal and hexadecimal sequences convert to raw octets; 1055 Backslash expansion in the C style mode slightly differs: octal sequences 1057 must have no digit zero prefixing the one up to three octal digits [all...] |