OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:resIdx
(Results
1 - 3
of
3
) sorted by null
/external/jdiff/src/jdiff/
API.java
320
int
resIdx
= 0;
332
res.setCharAt(
resIdx
,'<');
344
res.setCharAt(
resIdx
,'"');
354
res.setCharAt(
resIdx
,'&');
357
res.setCharAt(
resIdx
, c);
360
resIdx
++;
362
res.setLength(
resIdx
);
/device/generic/goldfish/camera/
EmulatedFakeCamera2.cpp
403
unsigned int
resIdx
= 0;
404
for (;
resIdx
< availableSizeCount;
resIdx
++) {
405
if (availableSizes[
resIdx
* 2] == width &&
406
availableSizes[
resIdx
* 2 + 1] == height) break;
408
if (
resIdx
== availableSizeCount) {
[
all
...]
/external/guava/guava/lib/
jdiff.jar
Completed in 67 milliseconds