HomeSort by relevance Sort by last modified time
    Searched refs:shorter (Results 26 - 50 of 125) sorted by null

12 3 4 5

  /external/v8/test/mjsunit/es6/
array-copywithin.js 172 // test with target range being shorter than end - start
  /ndk/sources/host-tools/nawk-20071023/
FIXES 247 which are not exactly shorter than [0-9] and perhaps no more
    [all...]
  /prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/compile/internal/big/
decimal.go 147 x.mant = x.mant[:w] // the number may be shorter (e.g. 1024 >> 10)
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/big/
decimal.go 144 x.mant = x.mant[:w] // the number may be shorter (e.g. 1024 >> 10)
  /prebuilts/go/darwin-x86/src/go/types/
stdlib_test.go 248 // necessarily be shorter or clearer after adding the code to
  /prebuilts/go/darwin-x86/src/math/big/
decimal.go 144 x.mant = x.mant[:w] // the number may be shorter (e.g. 1024 >> 10)
  /prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/compile/internal/big/
decimal.go 147 x.mant = x.mant[:w] // the number may be shorter (e.g. 1024 >> 10)
  /prebuilts/go/linux-x86/src/cmd/compile/internal/big/
decimal.go 144 x.mant = x.mant[:w] // the number may be shorter (e.g. 1024 >> 10)
  /prebuilts/go/linux-x86/src/go/types/
stdlib_test.go 248 // necessarily be shorter or clearer after adding the code to
  /prebuilts/go/linux-x86/src/math/big/
decimal.go 144 x.mant = x.mant[:w] // the number may be shorter (e.g. 1024 >> 10)
  /prebuilts/go/darwin-x86/src/text/template/
funcs.go 437 htmlQuot = []byte(""") // shorter than """
438 htmlApos = []byte("'") // shorter than "'" and apos was not in HTML until HTML5
  /prebuilts/go/linux-x86/src/text/template/
funcs.go 437 htmlQuot = []byte(""") // shorter than """
438 htmlApos = []byte("'") // shorter than "'" and apos was not in HTML until HTML5
  /prebuilts/go/darwin-x86/src/compress/flate/
huffman_bit_writer.go 213 // This is fine because the output is always shorter than the input used
huffman_code.go 276 // If freq[] is shorter than codeBits[], fill rest of codeBits[] with zeros
  /prebuilts/go/darwin-x86/src/encoding/xml/
typeinfo.go 266 // It is okay for field paths to share a common, shorter prefix.
  /prebuilts/go/darwin-x86/src/time/
sleep_test.go 21 // shorter then 100ms when measured as difference between time.Now before and
  /prebuilts/go/darwin-x86/src/unicode/
letter.go 78 type d [MaxCase]rune // to make the CaseRanges text shorter
  /prebuilts/go/linux-x86/src/compress/flate/
huffman_bit_writer.go 213 // This is fine because the output is always shorter than the input used
huffman_code.go 276 // If freq[] is shorter than codeBits[], fill rest of codeBits[] with zeros
  /prebuilts/go/linux-x86/src/encoding/xml/
typeinfo.go 266 // It is okay for field paths to share a common, shorter prefix.
  /prebuilts/go/linux-x86/src/time/
sleep_test.go 21 // shorter then 100ms when measured as difference between time.Now before and
  /prebuilts/go/linux-x86/src/unicode/
letter.go 78 type d [MaxCase]rune // to make the CaseRanges text shorter
  /external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/experimental/javascript/closure/string/
string.js 393 // If one string is a substring of the other, the shorter string sorts first.
599 // happens to be shorter, it will still work as innerHTML will return the
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/pack/
pack.go 34 the name, and if shorter, space padded on the right.
  /prebuilts/go/darwin-x86/src/regexp/syntax/
parse_test.go 555 // but "{" is a shorter equivalent in some contexts.

Completed in 1024 milliseconds

12 3 4 5