Searched refs:uconfig (Results 1 - 7 of 7) sorted by relevance

/external/qemu/android/
H A Duser-config.h34 uint64_t auserConfig_getUUID( AUserConfig* uconfig );
37 void auserConfig_getWindowPos( AUserConfig* uconfig, int *pX, int *pY );
40 void auserConfig_setWindowPos( AUserConfig* uconfig, int x, int y );
47 void auserConfig_save( AUserConfig* uconfig );
H A Duser-config.c154 auserConfig_getUUID( AUserConfig* uconfig )
156 return uconfig->uuid;
160 auserConfig_getWindowPos( AUserConfig* uconfig, int *pX, int *pY ) argument
162 *pX = uconfig->windowX;
163 *pY = uconfig->windowY;
168 auserConfig_setWindowPos( AUserConfig* uconfig, int x, int y ) argument
170 if (x != uconfig->windowX || y != uconfig->windowY) {
171 uconfig->windowX = x;
172 uconfig
[all...]
/external/icu4c/common/unicode/
H A Duconfig.h6 * file name: uconfig.h
40 * prior to determining default settings for uconfig variables.
71 # error Contradictory collation switches in uconfig.h.
153 # error Contradictory collation switches in uconfig.h.
/external/webkit/Source/JavaScriptCore/icu/unicode/
H A Duconfig.h6 * file name: uconfig.h
52 # error Contradictory collation switches in uconfig.h.
108 # error Contradictory collation switches in uconfig.h.
/external/webkit/Source/JavaScriptGlue/icu/unicode/
H A Duconfig.h6 * file name: uconfig.h
52 # error Contradictory collation switches in uconfig.h.
108 # error Contradictory collation switches in uconfig.h.
/external/webkit/Source/WebCore/icu/unicode/
H A Duconfig.h6 * file name: uconfig.h
52 # error Contradictory collation switches in uconfig.h.
108 # error Contradictory collation switches in uconfig.h.
/external/webkit/Source/WebKit/mac/icu/unicode/
H A Duconfig.h6 * file name: uconfig.h
52 # error Contradictory collation switches in uconfig.h.
108 # error Contradictory collation switches in uconfig.h.

Completed in 89 milliseconds