OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:lineIndex
(Results
1 - 25
of
274
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/bidi/
BiDiConformanceTest.java
45
lineIndex
= 0;
54
if (line.charAt(
lineIndex
) == '@') {
55
++
lineIndex
;
56
if (line.startsWith("Levels:",
lineIndex
)) {
57
lineIndex
+= 7;
58
if (!parseLevels(line.substring(
lineIndex
))) {
61
} else if (line.startsWith("Reorder:",
lineIndex
)) {
62
lineIndex
+= 8;
63
if (!parseOrdering(line.substring(
lineIndex
))) {
70
if (!skipWhitespace() || line.charAt(
lineIndex
++) != ';')
[
all
...]
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/bidi/
BiDiConformanceTest.java
41
lineIndex
= 0;
50
if (line.charAt(
lineIndex
) == '@') {
51
++
lineIndex
;
52
if (line.startsWith("Levels:",
lineIndex
)) {
53
lineIndex
+= 7;
54
if (!parseLevels(line.substring(
lineIndex
))) {
57
} else if (line.startsWith("Reorder:",
lineIndex
)) {
58
lineIndex
+= 8;
59
if (!parseOrdering(line.substring(
lineIndex
))) {
66
if (!skipWhitespace() || line.charAt(
lineIndex
++) != ';')
[
all
...]
/external/google-tv-pairing-protocol/java/src/com/google/polo/pairing/
HexDump.java
33
int
lineIndex
= 0;
40
if (
lineIndex
== 16)
58
lineIndex
= 0;
66
line[
lineIndex
++] = b;
69
if (
lineIndex
!= 16)
71
int count = (16 -
lineIndex
) * 3;
78
for (int i = 0 ; i <
lineIndex
; i++)
/frameworks/base/core/java/com/android/internal/util/
HexDump.java
34
int
lineIndex
= 0;
41
if (
lineIndex
== 16)
59
lineIndex
= 0;
67
line[
lineIndex
++] = b;
70
if (
lineIndex
!= 16)
72
int count = (16 -
lineIndex
) * 3;
79
for (int i = 0 ; i <
lineIndex
; i++)
/external/icu/icu4c/source/tools/toolutil/
ppucd.cpp
58
defaultLineIndex(-1), blockLineIndex(-1),
lineIndex
(0),
106
while(!isLineBufferAvailable(
lineIndex
)) {
107
++
lineIndex
;
108
if (
lineIndex
== kNumLineBuffers) {
109
lineIndex
= 0;
112
char *line=lines[
lineIndex
];
169
char *field=lines[
lineIndex
];
221
defaultLineIndex=
lineIndex
;
226
blockLineIndex=
lineIndex
;
ppucd.h
159
int32_t defaultLineIndex, blockLineIndex,
lineIndex
;
/frameworks/base/core/java/com/android/internal/alsa/
AlsaCardsParser.java
52
public boolean parse(String line, int
lineIndex
) {
56
if (
lineIndex
== 0) {
65
Slog.e(TAG, "Failed to parse line " +
lineIndex
+ " of " + kCardsFilePath
80
} else if (
lineIndex
== 1) {
/packages/apps/Messaging/src/com/android/messaging/ui/
LineWrapLayout.java
138
int
lineIndex
= 0;
156
lineIndex
++;
161
if (majorGravity != Gravity.TOP && lineHeights.size() >
lineIndex
) {
162
final int lineHeight = lineHeights.get(
lineIndex
);
/external/proguard/src/proguard/retrace/
ReTrace.java
248
int
lineIndex
= 0;
262
outLine.append(line.substring(
lineIndex
, startIndex));
314
lineIndex
= endIndex;
319
outLine.append(line.substring(
lineIndex
));
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/ui/
ComponentResultsView.java
325
int
lineIndex
= tabIndex<0 ? -1 : this.tabs[tabIndex].table.getSelectionIndex();
364
lineIndex
= 0;
368
if (tabIndex >= 0 &&
lineIndex
>= 0) {
371
table.setSelection(
lineIndex
);
/external/autotest/client/deps/webgl_mpd/src/resources/
J3DI.js
391
for (var
lineIndex
in lines) {
392
var line = lines[
lineIndex
].replace(/[ \t]+/g, " ").replace(/\s\s*$/, "");
/external/replicaisland/tools/
ExtractPoints.js
216
var
lineIndex
= 0;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar
/prebuilts/gradle-plugin/com/android/tools/build/builder/0.5.7/
builder-0.5.7.jar
/prebuilts/gradle-plugin/com/android/tools/build/builder/0.7.0/
builder-0.7.0.jar
/prebuilts/gradle-plugin/com/android/tools/build/builder/0.7.4/
builder-0.7.4.jar
/prebuilts/gradle-plugin/com/android/tools/build/builder/0.8.0/
builder-0.8.0.jar
/prebuilts/gradle-plugin/com/android/tools/build/builder/0.8.1/
builder-0.8.1.jar
/prebuilts/gradle-plugin/com/android/tools/build/builder/0.8.3/
builder-0.8.3.jar
/prebuilts/gradle-plugin/com/android/tools/build/builder/0.9.0/
builder-0.9.0.jar
/prebuilts/gradle-plugin/com/android/tools/build/builder/0.10.0/
builder-0.10.0.jar
/prebuilts/gradle-plugin/com/android/tools/build/builder/0.11.2/
builder-0.11.2.jar
/prebuilts/gradle-plugin/com/android/tools/build/builder/0.12.1/
builder-0.12.1.jar
/prebuilts/gradle-plugin/com/android/tools/build/builder/0.12.2/
builder-0.12.2.jar
Completed in 482 milliseconds
1
2
3
4
5
6
7
8
9
10
11