OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:switchCount
(Results
1 - 9
of
9
) sorted by null
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
LatinImeStressTests.java
29
final int
switchCount
= 50;
35
for (int i = 0; i <
switchCount
; ++i) {
46
final int
switchCount
= 50;
52
for (int i = 0; i <
switchCount
; ++i) {
/external/chromium_org/third_party/codesighs/
nm2tsv.c
286
const int
switchCount
= sizeof(gSwitches) / sizeof(gSwitches[0]);
313
for(switchLoop = 0; switchLoop <
switchCount
&& 0 == retval; switchLoop++)
457
const int
switchCount
= sizeof(gSwitches) / sizeof(gSwitches[0]);
464
for(loop = 0; loop <
switchCount
; loop++)
codesighs.c
610
const int
switchCount
= sizeof(gSwitches) / sizeof(gSwitches[0]);
638
for(switchLoop = 0; switchLoop <
switchCount
&& 0 == retval; switchLoop++)
[
all
...]
msdump2symdb.c
873
const int
switchCount
= sizeof(gSwitches) / sizeof(gSwitches[0]);
900
for(switchLoop = 0; switchLoop <
switchCount
&& 0 == retval; switchLoop++)
[
all
...]
maptsvdifftool.c
[
all
...]
msmap2tsv.c
[
all
...]
/dalvik/vm/analysis/
DexVerify.cpp
609
u4
switchCount
, tableSize;
637
switchCount
= switchInsns[1];
647
offsetToTargets = 2 + 2*
switchCount
;
650
tableSize = offsetToTargets +
switchCount
*2;
668
if (offsetToKeys > 0 &&
switchCount
> 1) {
673
for (targ = 1; targ <
switchCount
; targ++) {
687
for (targ = 0; targ <
switchCount
; targ++) {
[
all
...]
VfyBasicBlock.cpp
201
u2
switchCount
= dataPtr[1];
212
dataPtr += 2 + 2 *
switchCount
;
216
for (switchIdx = 0; switchIdx <
switchCount
; switchIdx++) {
CodeVerify.cpp
[
all
...]
Completed in 608 milliseconds