Home
last modified time | relevance | path

Searched refs:at_least (Results 1 – 6 of 6) sorted by relevance

/external/icu/icu4c/source/config/
Dgmakever.mk10 at_least=3.80
12 at_least=3.79.1
15 at_least=3.79.1
18 at_least=3.77
21 latest_a=$(firstword $(sort $(MAKE_VERSION) $(at_least)))
23 ifneq ($(at_least),$(latest_a))
/external/grpc-grpc/src/python/grpcio_tests/tests/unit/_cython/
D_cancel_many_calls_test.py133 def events(self, at_least): argument
135 while len(self._events) < at_least:
/external/antlr/runtime/Ruby/lib/antlr3/
Dutil.rb112 def at_least( x ) method in Integer
Dstreams.rb512 start = ( @position + k ).at_least( 0 ) # start cannot be negative or index will wrap around
1082 start = start.to_i.at_least( 0 )
/external/libxkbcommon/xkbcommon/src/xkbcomp/
Dkeymap-dump.c64 do_realloc(struct buf *buf, size_t at_least) in do_realloc() argument
69 if (at_least >= BUF_CHUNK_SIZE) in do_realloc()
70 buf->alloc += at_least; in do_realloc()
/external/antlr/runtime/Ruby/lib/antlr3/streams/
Drewrite.rb339 first = first.at_least( 0 )