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

1 2 34 5 6 7 8 91011>>

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
stringold.py 18 octdigits -- a string containing all characters considered octal digits
216 is chosen from the leading characters of s, 0 for octal, 0x or
244 octal, 0x or 0X for hexadecimal. If base is 16, a preceding
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
stringold.py 18 octdigits -- a string containing all characters considered octal digits
216 is chosen from the leading characters of s, 0 for octal, 0x or
244 octal, 0x or 0X for hexadecimal. If base is 16, a preceding
  /external/chromium_org/v8/test/mjsunit/
strict-mode.js 149 // Octal literal
152 CheckStrictMode("'Hello octal\\032'");
153 CheckStrictMode("function octal() { return 012; }");
154 CheckStrictMode("function octal() { return '\\032'; }");
162 // Octal before "use strict"
165 "octal\\032directive";\
    [all...]
  /external/chromium_org/v8/test/webkit/fast/js/
basic-strict-mode-expected.txt 118 PASS 'use strict'; 007; threw exception SyntaxError: Octal literals are not allowed in strict mode..
119 PASS (function(){'use strict'; 007;}) threw exception SyntaxError: Octal literals are not allowed in strict mode..
120 PASS 'use strict'; '\007'; threw exception SyntaxError: Octal literals are not allowed in strict mode..
121 PASS (function(){'use strict'; '\007';}) threw exception SyntaxError: Octal literals are not allowed in strict mode..
122 PASS '\007'; 'use strict'; threw exception SyntaxError: Octal literals are not allowed in strict mode..
123 PASS (function(){'\007'; 'use strict';}) threw exception SyntaxError: Octal literals are not allowed in strict mode..
regexp-no-extensions-expected.txt 42 Octal escape sequences are in Annex B of the standard.
  /external/v8/test/mjsunit/
strict-mode.js 149 // Octal literal
152 CheckStrictMode("'Hello octal\\032'");
153 CheckStrictMode("function octal() { return 012; }");
154 CheckStrictMode("function octal() { return '\\032'; }");
162 // Octal before "use strict"
165 "octal\\032directive";\
    [all...]
  /bionic/libc/upstream-netbsd/libc/inet/
inet_pton.c 90 * when last arg is 0: inet_aton(). with hexadecimal, octal and shorthand.
117 * 0x=hex, 0=octal, isdigit=decimal.
  /dalvik/dexgen/src/com/android/dexgen/rop/cst/
CstUtf8.java 262 * Represent the character as an octal escape.
263 * If the next character is a valid octal
  /dalvik/dx/src/com/android/dx/rop/cst/
CstString.java 262 * Represent the character as an octal escape.
263 * If the next character is a valid octal
  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
intnum.h 59 /** Create a new intnum from an octal string.
60 * \param str octal string
  /external/dexmaker/src/dx/java/com/android/dx/rop/cst/
CstString.java 262 * Represent the character as an octal escape.
263 * If the next character is a valid octal
  /external/ppp/pppd/
md4.c 49 #define C2 013240474631 /* round 2 constant = sqrt(2) in octal */
50 #define C3 015666365641 /* round 3 constant = sqrt(3) in octal */
  /external/protobuf/java/src/main/java/com/google/protobuf/
TextFormat.java     [all...]
  /ndk/sources/host-tools/sed-4.2.1/lib/
stdlib.in.h 339 it may be decimal or octal (with prefix "0") or hexadecimal (with prefix
360 it may be decimal or octal (with prefix "0") or hexadecimal (with prefix
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/share/man/man1/
arm-eabi-size.1 212 section is given in decimal (\fB\-d\fR, or \fB\-\-radix=10\fR); octal
217 octal and hexadecimal if you're using \fB\-o\fR.
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/share/man/man1/
arm-linux-androideabi-size.1 212 section is given in decimal (\fB\-d\fR, or \fB\-\-radix=10\fR); octal
217 octal and hexadecimal if you're using \fB\-o\fR.
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/share/man/man1/
arm-eabi-size.1 212 section is given in decimal (\fB\-d\fR, or \fB\-\-radix=10\fR); octal
217 octal and hexadecimal if you're using \fB\-o\fR.
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/share/man/man1/
arm-linux-androideabi-size.1 212 section is given in decimal (\fB\-d\fR, or \fB\-\-radix=10\fR); octal
217 octal and hexadecimal if you're using \fB\-o\fR.
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
inttypes.h 91 /* Octal notation. */
224 /* Octal notation. */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
inttypes.h 91 /* Octal notation. */
224 /* Octal notation. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
inttypes.h 91 /* Octal notation. */
224 /* Octal notation. */
  /bionic/libc/stdlib/
strtoimax.c 52 * If base is 0, allow 0x for hex and 0 for octal, else
strtol.c 53 * If base is 0, allow 0x for hex and 0 for octal, else
  /external/chromium_org/third_party/npapi/npspy/extern/nspr/
prprf.h 44 ** %o - unsigned octal
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/preprocs/nasm/
nasmlib.c 49 * ends in Q, it's octal. if it ends in B, it's binary.

Completed in 1796 milliseconds

1 2 34 5 6 7 8 91011>>