OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:addIntermediate
(Results
1 - 5
of
5
) sorted by null
/cts/tests/app/app/src/android/app/stubs/
ActivityTestsBase.java
70
public void
addIntermediate
(String name) {
72
mIntermediates.
addIntermediate
(name);
76
public void
addIntermediate
(String name, long timeInNS) {
78
mIntermediates.
addIntermediate
(name, timeInNS);
LaunchpadActivity.java
72
void
addIntermediate
(String name);
74
void
addIntermediate
(String name, long timeInNS);
308
sCallingTest.
addIntermediate
("after-register");
325
sCallingTest.
addIntermediate
("after-register");
338
sCallingTest.
addIntermediate
("after-register");
355
sCallingTest.
addIntermediate
("after-register");
365
sCallingTest.
addIntermediate
("after-register");
376
sCallingTest.
addIntermediate
("after-register");
583
sCallingTest.
addIntermediate
(mNextReceiver + "-" + name);
628
sCallingTest.
addIntermediate
("before-unregister")
[
all
...]
/cts/tests/tests/os/src/android/os/cts/
ActivityTestsBase.java
69
public void
addIntermediate
(String name) {
71
mIntermediates.
addIntermediate
(name);
75
public void
addIntermediate
(String name, long timeInNS) {
77
mIntermediates.
addIntermediate
(name, timeInNS);
LaunchpadActivity.java
70
public void
addIntermediate
(String name);
72
public void
addIntermediate
(String name, long timeInNS);
301
sCallingTest.
addIntermediate
("after-register");
318
sCallingTest.
addIntermediate
("after-register");
331
sCallingTest.
addIntermediate
("after-register");
348
sCallingTest.
addIntermediate
("after-register");
358
sCallingTest.
addIntermediate
("after-register");
369
sCallingTest.
addIntermediate
("after-register");
555
sCallingTest.
addIntermediate
(mNextReceiver + "-" + name);
600
sCallingTest.
addIntermediate
("before-unregister")
[
all
...]
/device/generic/goldfish/ril/
atchannel.c
122
static void
addIntermediate
(const char *line)
261
addIntermediate
(line);
272
addIntermediate
(line);
280
addIntermediate
(line);
Completed in 136 milliseconds