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

12 3 4 5 6 7 8 91011>>

  /external/chromium_org/v8/test/preparser/
strict-octal-use-strict-after.js 28 // Strict mode with octal escape in string/directive prologue looking like
strict-octal-use-strict-before.js 28 // Strict mode with octal escape in string/directive prologue looking like
  /external/chromium_org/v8/test/webkit/fast/js/kde/
literals.js 34 // octal (non-normative)
  /external/v8/test/mjsunit/
no-octal-constants-above-256.js 28 // Octal constants above \377 should not be allowed; instead they
  /external/v8/test/preparser/
non-use-strict-octal-escape.js 28 // A string looking like "use strict", but with an octal escape in it,
strict-octal-use-strict-after.js 28 // Strict mode with octal escape in string/directive prologue looking like
strict-octal-use-strict-before.js 28 // Strict mode with octal escape in string/directive prologue looking like
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
ar.h 41 char ar_mode[8]; /* File mode, in ASCII octal. */
cpio.h 31 of octal numbers, left padded, not NUL terminated.
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
ar.h 41 char ar_mode[8]; /* File mode, in ASCII octal. */
cpio.h 31 of octal numbers, left padded, not NUL terminated.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
ar.h 41 char ar_mode[8]; /* File mode, in ASCII octal. */
cpio.h 31 of octal numbers, left padded, not NUL terminated.
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/pgen2/
literals.py 37 raise ValueError("invalid octal string escape ('\\%s')" % tail)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/pgen2/
literals.py 37 raise ValueError("invalid octal string escape ('\\%s')" % tail)
  /external/clang/lib/Lex/
LiteralSupport.cpp 165 // Octal escapes.
169 // Octal escapes are a series of octal digits with maximum length 3.
414 /// octal-constant integer-suffix
419 /// octal-literal ud-suffix
425 /// octal-constant:
427 /// octal-constant octal-digit
444 /// octal-digit:
675 /// of the number is found to be a zero. This means it is either an octal
    [all...]
  /external/chromium_org/v8/src/
conversions-inl.h 519 // It could be an explicit octal value.
553 bool octal = leading_zero && (flags & ALLOW_IMPLICIT_OCTAL) != 0;
561 // Will later check if it's an octal in the buffer.
566 octal = octal && *current < '8';
572 octal = false;
576 if (octal && !allow_trailing_junk) return JunkStringValue();
577 if (octal) goto parsing_done;
589 // octal = false;
626 if (octal) return JunkStringValue()
    [all...]
scanner.cc 670 // Octal escapes of the forms '\0xx' and '\xxx' are not a part of
683 // Anything except '\0' is an octal escape sequence, illegal in strict mode.
684 // Remember the position of octal escape sequences so that an error
686 // We don't report the error immediately, because the octal escape can
727 enum { DECIMAL, HEX, OCTAL, IMPLICIT_OCTAL, BINARY } kind = DECIMAL;
738 int start_pos = source_pos(); // For reporting octal positions.
742 // an octal number.
755 kind = OCTAL;
758 // we must have at least one octal digit after 'o'/'O'
775 // (possible) octal numbe
    [all...]
  /external/v8/src/
conversions-inl.h 519 bool octal = leading_zero && (flags & ALLOW_OCTALS) != 0;
527 // Will later check if it's an octal in the buffer.
532 octal = octal && *current < '8';
538 octal = false;
542 if (octal && !allow_trailing_junk) return JunkStringValue();
543 if (octal) goto parsing_done;
555 // octal = false;
592 if (octal) return JunkStringValue();
648 if (octal) {
    [all...]
scanner.cc 664 // Octal escapes of the forms '\0xx' and '\xxx' are not a part of
677 // Anything except '\0' is an octal escape sequence, illegal in strict mode.
678 // Remember the position of octal escape sequences so that an error
680 // We don't report the error immediately, because the octal escape can
722 enum { DECIMAL, HEX, OCTAL } kind = DECIMAL;
733 int start_pos = source_pos(); // For reporting octal positions.
736 // either 0, 0exxx, 0Exxx, 0.xxx, an octal number, or a hex number
749 // (possible) octal number
750 kind = OCTAL;
757 // Octal literal finished
    [all...]
  /bionic/libc/include/
ar.h 60 char ar_mode[8]; /* octal file permissions */
  /external/jsilver/src/com/google/clearsilver/jsilver/functions/escape/
JsValidateUnquotedLiteral.java 56 * Must be a base-10 (or octal) number. Check that it has the form [0-9+-.eE]+
  /external/llvm/utils/TableGen/
StringToOffsetTable.h 67 "Expected 3 digit octal escape!");
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/config/platform/
linux.hpp 36 // NOTE: versions of libcomo prior to beta28 have octal version numbering,
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
intobject.h 68 If newstyle is zero, then use the pre-2.6 behavior of octal having

Completed in 863 milliseconds

12 3 4 5 6 7 8 91011>>