Searched refs:MAX_SIZE (Results 1 – 5 of 5) sorted by relevance
64 internal const val MAX_SIZE = 1f constant110 if (workspace.scaleX != MAX_SIZE) {125 MAX_SIZE,132 MAX_SIZE,
54 private static final int MAX_SIZE = 4096; field in PingTest113 ByteBuffer responseBuffer = ByteBuffer.allocate(MAX_SIZE); in checkResponse()161 byte[] packet = pingPacket((int) (Math.random() * (MAX_SIZE - ICMP_HEADER_SIZE))); in testLoopbackPing()
633 constexpr uint16_t MAX_SIZE = 8192; in readResponse() local636 std::vector<uint8_t> response(std::min(responseSize, MAX_SIZE)); in readResponse()
311 setLauncherScale(ScalingWorkspaceRevealAnim.MAX_SIZE); in onCancelFinished()
513 const MAX_SIZE: u64 = 50_000; in monitor_vm_exit() constant514 match failure_pipe_read.take(MAX_SIZE).read_to_string(&mut failure_reason) { in monitor_vm_exit()