HomeSort by relevance Sort by last modified time
    Searched defs:long (Results 1 - 14 of 14) sorted by null

  /external/chromium_org/v8/test/mjsunit/
string-indexof-1.js 80 // Test complex string indexOf algorithms. Only trigger for long strings.
82 // Long string that isn't a simple repeat of a shorter string.
83 var long = "A"; variable
85 long = long + String.fromCharCode(i) + long;
88 // pattern of 15 chars, repeated every 16 chars in long
90 for(var i = 0; i < long.length - pattern.length; i+= 7) {
91 var index = long.indexOf(pattern, i);
92 assertEquals((i + 15) & ~0xf, index, "Long ABACABA...-string at index " + i)
    [all...]
string-charcodeat.js 188 // Medium (>255) and long (>65535) strings.
197 var long = medium; variable
198 long += long + long + long; // 1024.
199 long += long + long + long; // 4096
    [all...]
  /external/clang/test/CXX/dcl.dcl/
p4-0x.cpp 13 constexpr operator long() const { return 0; } // expected-note {{candidate}}
  /external/v8/test/mjsunit/
string-indexof-1.js 80 // Test complex string indexOf algorithms. Only trigger for long strings.
82 // Long string that isn't a simple repeat of a shorter string.
83 var long = "A"; variable
85 long = long + String.fromCharCode(i) + long;
88 // pattern of 15 chars, repeated every 16 chars in long
90 for(var i = 0; i < long.length - pattern.length; i+= 7) {
91 var index = long.indexOf(pattern, i);
92 assertEquals((i + 15) & ~0xf, index, "Long ABACABA...-string at index " + i)
    [all...]
string-charcodeat.js 188 // Medium (>255) and long (>65535) strings.
197 var long = medium; variable
198 long += long + long + long; // 1024.
199 long += long + long + long; // 4096
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.7/share/gdb/python/gdb/
printing.py 25 # Python 3 removed basestring and long
27 long = int variable
224 v = long(self.val)
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.7/share/gdb/python/gdb/
printing.py 25 # Python 3 removed basestring and long
27 long = int variable
224 v = long(self.val)
  /external/clang/test/CXX/expr/expr.const/
p5-0x.cpp 11 constexpr operator long() const { return 43; }
34 constexpr operator long() const { return 1; } // expected-note 4{{here}}
  /external/libvorbis/doc/
01-introduction.tex 97 bitstream so long as the codec has been initialized/setup with the
296 \item decode window shape (long windows only)
341 \paragraph{Window shape decode (long windows only)} \label{vorbis:spec:window}
366 \captionof{figure}{overlap of a long and a short window}
369 In the unequal-sized window case, the window shape of the long window
373 legal for a decoder to use this method. However, in the case of a long
514 overlapped portions. When overlapping a short and long window, much of
  /external/chromium_org/third_party/icu/source/i18n/
decNumberLocal.h 67 /* not use int or long directly. */
77 #define Long int64_t
82 typedef long int LI; /* for printf arguments only */
88 #define long ?? /* .. or 'long' types are not used */ macro
    [all...]
  /external/clang/test/Preprocessor/
cxx_oper_keyword_ms_compat.cpp 51 #define long macro
136 long
  /external/icu4c/i18n/
decNumberLocal.h 67 /* not use int or long directly. */
77 #define Long int64_t
82 typedef long int LI; /* for printf arguments only */
88 #define long ?? /* .. or 'long' types are not used */ macro
    [all...]
  /external/chromium_org/third_party/pymock/
mock.py 76 long
79 long = int variable
    [all...]
  /build/core/
definitions.mk 690 # Given a list of installed modules (short or long names)
    [all...]

Completed in 1746 milliseconds