Home
last modified time | relevance | path

Searched refs:_in (Results 1 – 25 of 29) sorted by relevance

12

/AOO42X/main/jurt/java/jurt/src/main/java/com/sun/star/comp/connections/
H A DPipedConnection.java91 protected int _in, field in PipedConnection
125 while(_out == (_in - 1) || (_in == 0 && _out == _buffer.length - 1)) { in receive()
140 if(_out < _in) { in receive()
141 bytes = Math.min(aData.length - bytesWritten, _in - _out - 1); in receive()
146 if(_in > 0){ in receive()
174 … if(DEBUG) System.err.println("##### PipedConnection.read - bytes:" + nBytesToRead + " at:" + _in); in read()
177 while(nBytesToRead > 0 && (_in != _out || !_closed)) { in read()
178 while(_in == _out && !_closed) { in read()
189 if(_in < _out) { in read()
190 int bytes = Math.min(nBytesToRead, _out - _in); in read()
[all …]
/AOO42X/main/solenv/inc/
H A Dextension_post.mk26 …AME)/registry/data $(MISC)/$(COMPONENT_SHARED_CONFIG)_in/merge $(MISC)/$(COMPONENT_SHARED_CONFIG)_…
/AOO42X/main/libtextcat/data/new_fingerprints/lm/
H A Denglish.lm76 _in 389
H A Dportuguese.lm224 _in 228
H A Ditalian.lm155 _in 249
H A Dafrikaans.lm146 _in 210
H A Ddanish.lm234 _in 142
H A Dbasque.lm380 _in 60
H A Dmalay.lm248 _in 597
H A Dspanish.lm214 _in 172
H A Dfrisian.lm103 _in 570
H A Dswedish.lm193 _in 279
H A Dscots.lm273 _in 50
H A Dzulu.lm377 _in
H A Dnorwegian.lm393 _in 69
H A Dcatalan.lm252 _in 96
H A Dromansh.lm94 _in 146
H A Ddutch.lm120 _in 270
H A Dirish_gaelic.lm191 _in 51
H A Dslovak_ascii.lm351 _in 79
H A Dmiddle_frisian.lm162 _in 395
H A Dfrench.lm385 _in 77
H A Dgerman.lm162 _in 322
H A Dindonesian.lm325 _in 99
H A Desperanto.lm353 _in 216

12