HomeSort by relevance Sort by last modified time
    Searched full:octal (Results 51 - 75 of 542) sorted by null

1 23 4 5 6 7 8 91011>>

  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
intobject.h 68 If newstyle is zero, then use the pre-2.6 behavior of octal having
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/
IntegerTest.java 481 assertEquals("Returned incorrect octal string", "17777777777", Integer.toOctalString(
483 assertEquals("Returned incorrect octal string", "20000000000", Integer.toOctalString(
506 assertEquals("Returned incorrect octal string", "2147483647", Integer.toString(
508 assertEquals("Returned incorrect octal string", "-2147483647", Integer.toString(
510 assertEquals("Returned incorrect octal string", "-2147483648", Integer.toString(
514 assertEquals("Returned incorrect octal String", "-1000", Integer.toString(-1000));
515 assertEquals("Returned incorrect octal String", "1000", Integer.toString(1000));
516 assertEquals("Returned incorrect octal String", "0", Integer.toString(0));
517 assertEquals("Returned incorrect octal String", "708", Integer.toString(708));
518 assertEquals("Returned incorrect octal String", "-100", Integer.toString(-100))
    [all...]
  /external/clang/test/Preprocessor/
line-directive.c 85 #line 010 // expected-warning {{#line directive interprets number as decimal, not octal}}
88 # 020 // expected-warning {{GNU line marker directive interprets number as decimal, not octal}}
  /external/grub/stage2/
terminfo.c 52 given as three octal digits after a \. */
82 // octal number
  /external/chromium_org/third_party/re2/re2/
re2.h 167 // PARSING HEX/OCTAL/C-RADIX NUMBERS
172 // Octal(), or CRadix() to interpret the text in another base. The
179 // RE2::Octal(&a), RE2::Hex(&b), RE2::CRadix(&c), RE2::CRadix(&d));
672 static inline Arg Octal(short* x);
673 static inline Arg Octal(unsigned short* x);
674 static inline Arg Octal(int* x);
675 static inline Arg Octal(unsigned int* x);
676 static inline Arg Octal(long* x);
677 static inline Arg Octal(unsigned long* x);
678 static inline Arg Octal(long long* x)
    [all...]
  /external/regex-re2/re2/
re2.h 167 // PARSING HEX/OCTAL/C-RADIX NUMBERS
172 // Octal(), or CRadix() to interpret the text in another base. The
179 // RE2::Octal(&a), RE2::Hex(&b), RE2::CRadix(&c), RE2::CRadix(&d));
684 static inline Arg Octal(short* x);
685 static inline Arg Octal(unsigned short* x);
686 static inline Arg Octal(int* x);
687 static inline Arg Octal(unsigned int* x);
688 static inline Arg Octal(long* x);
689 static inline Arg Octal(unsigned long* x);
690 static inline Arg Octal(long long* x)
    [all...]
  /build/tools/fs_config/
fs_config.c 33 // filename along with its desired uid, gid, and mode (in octal).
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/codegen/
JavaScriptTarget.java 34 * The current JavaScript spec (ECMA-262) doesn't provide for octal
  /external/chromium_org/third_party/WebKit/Source/wtf/text/
TextCodec.h 48 // would be "۞" (0x6DE = 1758 in octal).
  /external/chromium_org/v8/test/webkit/fast/js/kde/
GlobalObject.js 73 shouldBe('parseInt("015")', "15"); // ES5 prohibits parseInt from handling octal, see annex E.
  /external/chromium_org/v8/test/webkit/fast/js/
regexp-no-extensions.js 44 debug('Octal escape sequences are in Annex B of the standard.');
  /external/openssh/openbsd-compat/
vis.h 49 #define VIS_OCTAL 0x01 /* use octal \ddd format */
  /external/oprofile/libutil++/
string_manip.h 101 // specialization accepting hexadecimal and octal number in input. Note that
  /libcore/luni/src/main/native/
java_util_regex_Pattern.cpp 54 case U_REGEX_OCTAL_TOO_BIG: return "Octal character constants must be <= 0377.";
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
tar.h 32 representations of octal numbers, with leading zeros as needed.
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
tar.h 32 representations of octal numbers, with leading zeros as needed.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
tar.h 32 representations of octal numbers, with leading zeros as needed.
  /system/core/sh/bltin/
echo.1 101 The octal character escape mechanism
  /external/protobuf/src/google/protobuf/io/
tokenizer.cc 346 // Possibly followed by two more octal digits, but these will
381 // An octal number (had a leading zero).
384 AddError("Numbers starting with leading zero must be in octal.");
420 AddError("Hex and octal numbers must be integers.");
579 // This is octal.
648 // An octal escape. May one, two, or three digits.
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
sre_parse.py 245 # octal escape (up to three digits)
276 # octal escape
281 # octal escape *or* decimal group reference (sigh)
286 # got three octal digits; this is an octal escape
289 # not an octal escape, so this is a group reference
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
sre_parse.py 245 # octal escape (up to three digits)
276 # octal escape
281 # octal escape *or* decimal group reference (sigh)
286 # got three octal digits; this is an octal escape
289 # not an octal escape, so this is a group reference
  /external/chromium_org/third_party/protobuf/java/src/main/java/com/google/protobuf/
TextFormat.java 252 /** Whether to escape non ASCII characters with backslash and octal. */
    [all...]
  /external/chromium_org/third_party/re2/doc/
syntax.txt 106 \123 octal character code (up to three digits)
136 \%o123 octal character 123 NOT SUPPORTED vim
322 \o octal digits (== [0-7]) NOT SUPPORTED vim
  /external/regex-re2/doc/
syntax.txt 106 \123 octal character code (up to three digits)
136 \%o123 octal character 123 NOT SUPPORTED vim
322 \o octal digits (== [0-7]) NOT SUPPORTED vim
  /external/v8/src/
json-parser.h 121 // Hexadecimal and octal numbers are not allowed.
399 NO_FLAGS, // Hex, octal or trailing junk.
409 NO_FLAGS, // Hex, octal or trailing junk.

Completed in 1105 milliseconds

1 23 4 5 6 7 8 91011>>