OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:default_x
(Results
1 - 3
of
3
) sorted by null
/external/clang/test/CXX/dcl.dcl/basic.namespace/namespace.udir/
p1.cpp
136
int
default_x
= 0;
member in namespace:Test5
139
int test5::inc(int x =
default_x
) {
/external/qemu/android/
user-config.c
44
#define
DEFAULT_X
100
117
uc->windowX = iniFile_getInteger(ini, KEY_WINDOW_X,
DEFAULT_X
);
132
uc->windowX =
DEFAULT_X
;
/cts/tests/tests/widget/src/android/widget/cts/
AbsoluteLayoutTest.java
44
private static final int
DEFAULT_X
= 5;
63
DEFAULT_X
, DEFAULT_Y);
Completed in 639 milliseconds