OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ZeroSized
(Results
1 - 3
of
3
) sorted by null
/external/clang/test/CodeGen/
x86_32-fpcc-struct-return.c
14
typedef struct { }
ZeroSized
;
34
ZeroSized
returnZero(
ZeroSized
x) { return x; }
/frameworks/base/core/tests/coretests/src/android/view/
ZeroSized.java
28
public class
ZeroSized
extends Activity {
ZeroSizedTest.java
19
import android.view.
ZeroSized
;
32
public class ZeroSizedTest extends ActivityInstrumentationTestCase<
ZeroSized
> {
39
super("com.android.frameworks.coretests",
ZeroSized
.class);
46
final
ZeroSized
activity = getActivity();
Completed in 825 milliseconds