/frameworks/base/docs/html/guide/topics/resources/ |
string-resource.jd | 77 <p class="caps">attributes:</p> 172 <p class="caps">attributes:</p> 272 <p class="caps">attributes:</p> 285 <p class="caps">attributes:</p>
|
layout-resource.jd | 74 <p class="caps">attributes:</p> 107 <p class="caps">attributes:</p>
|
/hardware/broadcom/wlan/bcm4329/src/bcmsdio/sys/ |
bcmsdstd.c | [all...] |
/hardware/broadcom/wlan/bcm4329/src/include/ |
bcmsdspi.h | 59 uint32 caps; /* cached value of capabilities reg */ member in struct:sdioh_info
|
bcmsdstd.h | 93 uint32 caps; /* cached value of capabilities reg */ member in struct:sdioh_info
|
/frameworks/base/awt/java/awt/ |
Component.java | 306 * The caps. 308 protected BufferCapabilities caps; field in class:Component.BltBufferStrategy 330 * @param caps 335 protected BltBufferStrategy(int numBuffers, BufferCapabilities caps) 395 return (BufferCapabilities)caps.clone(); 444 protected BufferCapabilities caps; field in class:Component.FlipBufferStrategy 472 * @param caps 478 protected FlipBufferStrategy(int numBuffers, BufferCapabilities caps) throws AWTException { 488 this.caps = (BufferCapabilities)caps.clone() [all...] |
/external/freetype/include/freetype/ |
ftstroke.h | 505 * the `border' outlines with caps. The `left' border receives all 551 * the `border' outlines with caps. The `left' border receives all
|
/external/webkit/WebCore/css/ |
CSSFontSelector.cpp | 326 familyName += "-webkit-svg-small-caps"; 478 family += "-webkit-svg-small-caps";
|
/hardware/ti/omap3/liboverlay/ |
v4l2_utils.c | 577 int v4l2_overlay_get_caps(int fd, struct v4l2_capability *caps) 579 return v4l2_overlay_ioctl(fd, VIDIOC_QUERYCAP, caps, "query cap");
|
/external/qemu/distrib/sdl-1.2.12/src/video/photon/ |
SDL_ph_modes.c | 285 /* save old video mode caps */
|
/external/webkit/WebCore/platform/graphics/ |
WidthIterator.cpp | 141 // glyphDataForCharacter() returned whether it chose to use a small caps font.
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/ |
AutoDictionary.java | 146 // Remove caps before adding
|
/development/pdk/docs/porting/ |
keymaps_keyboard_input.jd | 77 <li>CAPS: While pressed, the caps lock key modifier is set</li> 233 # keycode base caps fn caps_fn number display_label
|
/development/samples/SoftKeyboard/src/com/example/android/softkeyboard/ |
SoftKeyboard.java | 436 int caps = 0; local 439 caps = getCurrentInputConnection().getCursorCapsMode(attr.inputType); 441 mInputView.setShifted(mCapsLock || caps != 0);
|
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/ |
OpenWnnEN.java | 103 /** Auto caps mode */ 314 /* auto caps mode */ 619 /* handling auto caps for a alphabet character */ [all...] |
/external/wpa_supplicant/ |
driver_wext.c | 1205 if ((wa->caps & IEEE80211_CAP_PRIVACY) == 0 && 1206 (wb->caps & IEEE80211_CAP_PRIVACY)) 1208 if ((wa->caps & IEEE80211_CAP_PRIVACY) && 1209 (wb->caps & IEEE80211_CAP_PRIVACY) == 0) [all...] |
/build/tools/droiddoc/templates/assets/ |
android-developer-docs.css | 575 .caps { 576 font-variant:small-caps; 767 font-variant:small-caps;
|
/dalvik/vm/native/ |
dalvik_system_Zygote.c | 365 /* keep caps across UID change, unless we're staying root */
|
/external/icu4c/i18n/unicode/ |
dcfmtsym.h | 18 * Constants changed from CAPS to kCaps
|
/external/webkit/WebCore/platform/graphics/gtk/ |
FontGtk.cpp | 172 // Pango does not yet support synthesising small caps
|
/external/webkit/WebKit/chromium/public/ |
WebInputEvent.h | 138 // Caps on string lengths so we can make them static arrays and keep
|
/external/wpa_supplicant_6/wpa_supplicant/src/drivers/ |
driver.h | 44 * @caps: capability information field in host byte order 73 u16 caps; member in struct:wpa_scan_result 89 * @caps: capability information field in host byte order 109 u16 caps; member in struct:wpa_scan_res [all...] |
driver_iphone.m | 185 res->caps = val;
|
driver_osx.m | 189 res->caps = info->capability;
|
driver_ralink.c | 703 USHORT caps; member in struct:PACKED 728 wpa_s->scan_results[0].caps = pApInfo->caps; 1129 os_memcpy(&results[ap_num].caps, pos, 2); [all...] |