HomeSort by relevance Sort by last modified time
    Searched refs:at_least (Results 1 - 5 of 5) sorted by null

  /external/icu/icu4c/source/config/
gmakever.mk 10 at_least=3.80 macro
12 at_least=3.79.1 macro
15 at_least=3.79.1 macro
18 at_least=3.77 macro
21 latest_a=$(firstword $(sort $(MAKE_VERSION) $(at_least)))
23 ifneq ($(at_least),$(latest_a))
25 @echo "ERROR: $(MAKE_VERSION) - too old, please upgrade to at least $(at_least)"
29 @echo "$(MAKE_VERSION) (we wanted at least $(at_least))"
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
util.rb 107 # 4.at_least(5) #=> 5
108 # 6.at_least(5) #=> 6
112 def at_least( x ) method in class:Integer
streams.rb 512 start = ( @position + k ).at_least( 0 ) # start cannot be negative or index will wrap around
    [all...]
  /external/libxkbcommon/xkbcommon/src/xkbcomp/
keymap-dump.c 64 do_realloc(struct buf *buf, size_t at_least)
69 if (at_least >= BUF_CHUNK_SIZE)
70 buf->alloc += at_least;
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/streams/
rewrite.rb 339 first = first.at_least( 0 )

Completed in 117 milliseconds