Searched refs:MAX_PAGE_SIZE (Results 1 – 12 of 12) sorted by relevance
37 MAX_PAGE_SIZE = 50 variable58 rows_to_obtain = MAX_PAGE_SIZE87 if start_index + MAX_PAGE_SIZE > ROW_LIMIT:
30 MAX_PAGE_SIZE = 50 variable41 request = service.adclients().list(maxResults=MAX_PAGE_SIZE)
31 MAX_PAGE_SIZE = 50 variable42 request = service.reports().saved().list(maxResults=MAX_PAGE_SIZE)
33 MAX_PAGE_SIZE = 50 variable52 maxResults=MAX_PAGE_SIZE)
38 MAX_PAGE_SIZE = 50 variable52 maxResults=MAX_PAGE_SIZE)
40 MAX_PAGE_SIZE = 50 variable57 maxResults=MAX_PAGE_SIZE)
43 MAX_PAGE_SIZE = 50 variable60 maxResults=MAX_PAGE_SIZE)
33 public static final int MAX_PAGE_SIZE = EMPTY_PAGE_HEADER_SIZE + MAX_SEGMENT_COUNT field in OggPageHeader
99 long lastPageSearchPosition = payloadEndPosition - OggPageHeader.MAX_PAGE_SIZE; in read()
49 private static final int MAX_PAGE_SIZE = 1; field in ChannelzServiceTest52 private ChannelzService service = new ChannelzService(channelz, MAX_PAGE_SIZE);
38 MAX_PAGE_SIZE = 8096, /*!< Maximum size for a memory page. */ enumerator470 …int newPageCapacity = deMax32(deMin32(2*curPage->capacity, MAX_PAGE_SIZE), ((int)numBytes)+maxAl… in deMemPool_allocInternal()