/prebuilts/python/linux-x86/2.7.5/lib/python2.7/encodings/ |
cp850.py | 86 0x00a6: 0x00aa, # FEMININE ORDINAL INDICATOR 87 0x00a7: 0x00ba, # MASCULINE ORDINAL INDICATOR 347 u'\xaa' # 0x00a6 -> FEMININE ORDINAL INDICATOR 348 u'\xba' # 0x00a7 -> MASCULINE ORDINAL INDICATOR 580 0x00aa: 0x00a6, # FEMININE ORDINAL INDICATOR 596 0x00ba: 0x00a7, # MASCULINE ORDINAL INDICATOR [all...] |
cp857.py | 128 0x00d0: 0x00ba, # MASCULINE ORDINAL INDICATOR 129 0x00d1: 0x00aa, # FEMININE ORDINAL INDICATOR 388 u'\xba' # 0x00d0 -> MASCULINE ORDINAL INDICATOR 389 u'\xaa' # 0x00d1 -> FEMININE ORDINAL INDICATOR 579 0x00aa: 0x00d1, # FEMININE ORDINAL INDICATOR 595 0x00ba: 0x00d0, # MASCULINE ORDINAL INDICATOR [all...] |
cp858.py | 86 0x00a6: 0x00aa, # FEMININE ORDINAL INDICATOR 87 0x00a7: 0x00ba, # MASCULINE ORDINAL INDICATOR 347 u'\xaa' # 0x00a6 -> FEMININE ORDINAL INDICATOR 348 u'\xba' # 0x00a7 -> MASCULINE ORDINAL INDICATOR 580 0x00aa: 0x00a6, # FEMININE ORDINAL INDICATOR 596 0x00ba: 0x00a7, # MASCULINE ORDINAL INDICATOR [all...] |
cp860.py | 86 0x00a6: 0x00aa, # FEMININE ORDINAL INDICATOR 87 0x00a7: 0x00ba, # MASCULINE ORDINAL INDICATOR 347 u'\xaa' # 0x00a6 -> FEMININE ORDINAL INDICATOR 348 u'\xba' # 0x00a7 -> MASCULINE ORDINAL INDICATOR 574 0x00aa: 0x00a6, # FEMININE ORDINAL INDICATOR 582 0x00ba: 0x00a7, # MASCULINE ORDINAL INDICATOR [all...] |
cp862.py | 86 0x00a6: 0x00aa, # FEMININE ORDINAL INDICATOR 87 0x00a7: 0x00ba, # MASCULINE ORDINAL INDICATOR 347 u'\xaa' # 0x00a6 -> FEMININE ORDINAL INDICATOR 348 u'\xba' # 0x00a7 -> MASCULINE ORDINAL INDICATOR 575 0x00aa: 0x00a6, # FEMININE ORDINAL INDICATOR 583 0x00ba: 0x00a7, # MASCULINE ORDINAL INDICATOR [all...] |
cp865.py | 86 0x00a6: 0x00aa, # FEMININE ORDINAL INDICATOR 87 0x00a7: 0x00ba, # MASCULINE ORDINAL INDICATOR 347 u'\xaa' # 0x00a6 -> FEMININE ORDINAL INDICATOR 348 u'\xba' # 0x00a7 -> MASCULINE ORDINAL INDICATOR 574 0x00aa: 0x00a6, # FEMININE ORDINAL INDICATOR 582 0x00ba: 0x00a7, # MASCULINE ORDINAL INDICATOR [all...] |
/development/samples/ApiDemos/src/com/example/android/apis/view/ |
_index.html | 325 <dd>Demonstrates an Activity screen with a progress indicator loaded by setting the WindowPolicy's progress indicator feature. </dd>
|
/external/chromium_org/chrome/browser/ui/cocoa/tabs/ |
tab_controller.mm | 359 // Tab is pinned: Position the media indicator in the center. 373 // Media indicator is centered vertically, with respect to closeButton_.
|
/external/chromium_org/third_party/WebKit/Tools/TestResultServer/static-dashboards/ |
timeline_explorer.js | 198 var indicatorNode = $('indicator'); 203 indicatorNode.id = 'indicator';
|
/external/chromium_org/ui/views/color_chooser/ |
color_chooser_view.cc | 116 // the indicator for the currently selected hue. 226 // a square area and the indicator for the currently selected saturation and
|
/external/chromium_org/ui/views/controls/menu/ |
submenu_view.cc | 22 // Height of the drop indicator. This should be an even number. 25 // Color of the drop indicator.
|
/external/chromium_org/ui/views/controls/textfield/ |
textfield.cc | 489 // Border typically draws focus indicator. 497 // Border typically draws focus indicator.
|
/external/tcpdump/ |
decnet.h | 116 #define RMF_CTLMSG 01 /* control message indicator */ 266 #define MFS_ILS 020 /* data or I/LS indicator */
|
/external/wpa_supplicant_8/src/common/ |
wpa_ctrl.h | 138 /* parameters: <freq> <src addr> <dialog token> <update indicator> <TLVs> */ 140 /* parameters: <src addr> <update indicator> <TLVs> */
|
/external/zlib/src/contrib/delphi/ |
ZLib.pas | 79 indicator when you are writing a large chunk of data to the compression 113 This is useful for updating a progress indicator when you are reading a
|
/frameworks/av/media/libstagefright/codecs/amrnb/common/include/ |
d_plsf.h | 151 Word16 bfi, /* i : bad frame indicator (set to 1 if a bad 172 Word16 bfi, /* i : bad frame indicator (set to 1 if a */
|
/frameworks/av/media/libstagefright/codecs/amrnb/enc/src/ |
qgain475.h | 129 Flag *pOverflow /* o : overflow indicator */ 174 Flag *pOverflow /* o : overflow indicator */
|
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/ |
qpisf_2s.c | 231 Word16 bfi, /* input : Bad frame indicator */ 324 Word16 bfi, /* input : Bad frame indicator */
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/ |
CdmaServiceStateTracker.java | 614 int roamingIndicator = -1; //[10] Roaming indicator 616 int defaultRoamingIndicator = 0; //[12] Is default roaming indicator from PRL 673 // roaming indicator is not in the carrier-specified [all...] |
/frameworks/support/v4/java/android/support/v4/view/ |
PagerTitleStrip.java | 34 * PagerTitleStrip is a non-interactive indicator of the current, next, 43 * <p>For an interactive indicator, see {@link PagerTabStrip}.</p>
|
/hardware/qcom/display/msm8974/libhwcomposer/ |
hwc_utils.h | 378 //Securing in progress indicator 380 //Display in secure mode indicator
|
/hardware/samsung_slsi/exynos5/libcamera2/ |
ExynosCameraHWInterface2.h | 241 // UI flash mode indicator 253 // torch indicator. this will be replaced by flashMode meta
|
/packages/apps/Camera/src/com/android/camera/ |
ActivityBase.java | 93 // indicator bar, focus indicator and etc.
|
/packages/apps/Launcher3/src/com/android/launcher3/ |
Cling.java | 199 // Get the page indicator bounds 464 // Get the page indicator bounds
|
/packages/apps/UnifiedEmail/src/com/android/mail/adapter/ |
DrawerItem.java | 219 * @return a drawer item with an indeterminate progress indicator. 396 * Return a view for the 'Waiting for sync' item with the indeterminate progress indicator.
|