OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:totalChannels
(Results
1 - 10
of
10
) sorted by null
/libcore/ojluni/src/main/java/sun/nio/ch/
AbstractPollSelectorImpl.java
56
protected int
totalChannels
;
66
this.
totalChannels
= channels;
91
for(int i=channelOffset; i<
totalChannels
; i++) {
105
totalChannels
= 0;
119
for (int i=channelOffset; i<
totalChannels
; i++) {
146
if (channelArray.length ==
totalChannels
) {
148
int newSize = pollWrapper.
totalChannels
* 2;
151
for (int i=channelOffset; i<
totalChannels
; i++)
157
channelArray[
totalChannels
] = ski;
158
ski.setIndex(
totalChannels
);
[
all
...]
PollArrayWrapper.java
55
totalChannels
= 1;
77
putDescriptor(
totalChannels
, IOUtil.fdVal(sc.getFD()));
78
putEventOps(
totalChannels
, 0);
79
putReventOps(
totalChannels
, 0);
80
totalChannels
++;
107
for (int i=0; i<
totalChannels
; i++)
AbstractPollArrayWrapper.java
58
protected int
totalChannels
= 0;
PollSelectorImpl.java
73
pollWrapper.poll(
totalChannels
, 0, timeout);
/external/aac/libAACenc/src/
psy_main.h
168
INT
totalChannels
psy_main.cpp
449
INT
totalChannels
519
totalChannels
);
555
totalChannels
);
654
&pInput[ (2*psyConf->granuleLength-blockSwitchingOffset)*
totalChannels
+ chIdx[ch] ],
656
totalChannels
);
[
all
...]
/external/okhttp/benchmarks/src/main/java/com/squareup/okhttp/benchmarks/
NettyHttpClient.java
58
private int
totalChannels
= 0;
96
} else if (
totalChannels
< concurrencyLevel) {
97
totalChannels
++; // Create a new channel. (outside of the synchronized block).
116
int activeChannels =
totalChannels
- freeChannels.size();
/external/opencv3/modules/imgproc/test/ocl/
test_histogram.cpp
101
int
totalChannels
= 0;
115
channels.push_back(randomInt(0, cn) +
totalChannels
);
116
totalChannels
+= cn;
/external/opencv3/modules/imgproc/src/
histogram.cpp
[
all
...]
/external/opencv3/modules/core/src/
convert.cpp
[
all
...]
Completed in 277 milliseconds