OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:fc2
(Results
1 - 3
of
3
) sorted by null
/bionic/tests/headers/posix/
tgmath_h.c
37
#define TGMATH2C(f_) f_(f1, f2); f_(d1, d2); f_(ld1, ld2); f_(fc1,
fc2
); f_(dc1, dc2); f_(ldc1, ldc2);
43
float complex fc1,
fc2
, fc3;
local
44
fc1 =
fc2
= fc3 = 0;
/cts/tests/fragment/src/android/fragment/cts/
FragmentAnimatorTest.java
428
final FragmentController
fc2
= FragmentTestUtil.createController(mActivityRule);
local
429
FragmentTestUtil.resume(mActivityRule,
fc2
, state);
431
final FragmentManager fm2 =
fc2
.getFragmentManager();
PostponedTransitionTest.java
705
final FragmentController
fc2
= FragmentTestUtil.createController(mActivityRule);
local
706
FragmentTestUtil.resume(mActivityRule,
fc2
, state);
708
final FragmentManager fm2 =
fc2
.getFragmentManager();
[
all
...]
Completed in 318 milliseconds