OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:skipped
(Results
176 - 200
of
1855
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/hardware/invensense/65xx/libsensors_iio/software/core/mllite/
data_builder.h
33
/** Set if the data is contiguous. Typically not set if a sample was
skipped
*/
94
*
skipped
due to power savings turning off this sensor.
109
*
skipped
due to power savings turning off this sensor.
/libcore/luni/src/test/java/libcore/java/io/
OldLineNumberInputStreamTest.java
150
long
skipped
= lnis.skip(4);
local
151
assertEquals("Test 1: Incorrect number of characters
skipped
;",
152
4,
skipped
);
OldLineNumberReaderTest.java
164
long
skipped
= lnr.skip(80);
local
165
assertEquals("Test 1: Incorrect number of characters
skipped
;",
166
80,
skipped
);
/packages/apps/Camera2/src/com/android/camera/util/
QuickActivity.java
68
* True if onResume tasks have been
skipped
, and made false again once they
135
// b. onPauseTasks() is
skipped
, mSkippedFirstOnResume remains true
162
// Only run onPauseTasks if we have not
skipped
onResumeTasks in a
/art/runtime/native/
java_lang_Runtime.cc
43
LOG(INFO) << "Explicit GC
skipped
.";
/external/clang/lib/Tooling/
Refactoring.cpp
49
llvm::errs() << "
Skipped
some replacements.\n";
/external/compiler-rt/test/builtins/Unit/
adddf3vfp_test.c
45
printf("
skipped
\n");
addsf3vfp_test.c
45
printf("
skipped
\n");
divdf3vfp_test.c
45
printf("
skipped
\n");
divsf3vfp_test.c
45
printf("
skipped
\n");
eqdf2vfp_test.c
52
printf("
skipped
\n");
eqsf2vfp_test.c
48
printf("
skipped
\n");
extenddftf2_test.c
78
printf("
skipped
\n");
extendsftf2_test.c
79
printf("
skipped
\n");
fixtfsi_test.c
61
printf("
skipped
\n");
fixunstfsi_test.c
60
printf("
skipped
\n");
floatsitf_test.c
54
printf("
skipped
\n");
floatunsitf_test.c
51
printf("
skipped
\n");
gedf2vfp_test.c
50
printf("
skipped
\n");
gesf2vfp_test.c
50
printf("
skipped
\n");
gtdf2vfp_test.c
50
printf("
skipped
\n");
gtsf2vfp_test.c
50
printf("
skipped
\n");
ledf2vfp_test.c
50
printf("
skipped
\n");
lesf2vfp_test.c
50
printf("
skipped
\n");
ltdf2vfp_test.c
48
printf("
skipped
\n");
Completed in 241 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>