/external/autotest/client/site_tests/firmware_TouchMTB/ |
test_conf.py | 286 VAL.MIDDLE: 0.7, 381 segments=VAL.MIDDLE)), 386 slots=0, segments=VAL.MIDDLE)), 437 segments=VAL.MIDDLE), 440 segments=VAL.MIDDLE), 464 segments=VAL.MIDDLE), 493 segments=VAL.MIDDLE), 495 segments=VAL.MIDDLE), 708 prompt='Place your one stationary finger in the middle of the ' 733 finger=1, segments=VAL.MIDDLE), [all...] |
firmware_constants.py | 251 VAL.MIDDLE = 'Middle'
|
validators.py | 167 segment: Middle 168 derived_name: Linearity(Middle)Validator 400 in the middle segment of the line. This exclude the points at 405 # Compute the simple linear regression line for the middle segment 407 mid_segment = self.packets.get_segments_x_and_y(ax, ay, VAL.MIDDLE, 565 list_t, list_y, VAL.MIDDLE, END_PERCENTAGE) [all...] |
mtb.py | [all...] |
/external/v8/test/mjsunit/ |
cyrillic.js | 37 MIDDLE: "\u0427", // CHE 38 middle: "\u0447", // che 52 MIDDLE: SIGMA, // SIGMA 53 middle: sigma, // sigma 70 var middle = lc ? chars.middle : chars.MIDDLE; 73 var middle_other_case = lc ? chars.MIDDLE : chars.middle; 77 assertTrue(Range(first, last).test(middle), 2) [all...] |
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/ |
RoundRectangle.java | 48 MIDDLE, 203 return Zone.MIDDLE; 234 if (x0class == Zone.MIDDLE || x1class == Zone.MIDDLE || y0class == Zone.MIDDLE || y1class == Zone.MIDDLE) {
|
/packages/apps/UnifiedEmail/src/com/android/mail/text/ |
FolderSpan.java | 83 TextUtils.TruncateAt.MIDDLE).toString();
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/ |
SectionHelper.java | 246 label.setLayoutData(new TableWrapData(TableWrapData.LEFT, TableWrapData.MIDDLE)); 248 text.setLayoutData(new TableWrapData(TableWrapData.FILL_GRAB, TableWrapData.MIDDLE));
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/uimodel/ |
UiListAttributeNode.java | 71 label.setLayoutData(new TableWrapData(TableWrapData.LEFT, TableWrapData.MIDDLE)); 76 TableWrapData twd = new TableWrapData(TableWrapData.FILL_GRAB, TableWrapData.MIDDLE);
|
UiFlagAttributeNode.java | 88 label.setLayoutData(new TableWrapData(TableWrapData.LEFT, TableWrapData.MIDDLE)); 92 composite.setLayoutData(new TableWrapData(TableWrapData.FILL_GRAB, TableWrapData.MIDDLE));
|
UiResourceAttributeNode.java | 114 label.setLayoutData(new TableWrapData(TableWrapData.LEFT, TableWrapData.MIDDLE)); 118 composite.setLayoutData(new TableWrapData(TableWrapData.FILL_GRAB, TableWrapData.MIDDLE));
|
/external/autotest/client/site_tests/firmware_TouchMTB/tests/ |
firmware_summary_unittest.py | 19 VAL.MIDDLE: 0.7, 120 validator = 'LinearityNormalFinger(Middle)Validator' 186 'LinearityNormalFinger(Middle)Validator': 0.54910331999999995, 197 'LinearityNormalFinger(Middle)Validator': 0.66679957999999995,
|
mtb_unittest.py | 57 """Get the middle range of the criteria.""" 639 VAL.MIDDLE: (list_t[8:17], list_coord[8:17]), 657 VAL.MIDDLE: (list_t[1:9], list_c[1:9]),
|
/packages/apps/ContactsCommon/src/com/android/contacts/common/util/ |
AccountsListAdapter.java | 107 text2.setEllipsize(TruncateAt.MIDDLE);
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/model/ |
UiManifestPkgAttrNode.java | 110 formText.setLayoutData(new TableWrapData(TableWrapData.LEFT, TableWrapData.MIDDLE)); 114 composite.setLayoutData(new TableWrapData(TableWrapData.FILL_GRAB, TableWrapData.MIDDLE));
|
UiPackageAttributeNode.java | 110 formText.setLayoutData(new TableWrapData(TableWrapData.LEFT, TableWrapData.MIDDLE)); 114 composite.setLayoutData(new TableWrapData(TableWrapData.FILL_GRAB, TableWrapData.MIDDLE));
|
UiClassAttributeNode.java | 263 formText.setLayoutData(new TableWrapData(TableWrapData.LEFT, TableWrapData.MIDDLE)); 267 composite.setLayoutData(new TableWrapData(TableWrapData.FILL_GRAB, TableWrapData.MIDDLE));
|
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ui/ |
DefaultSuggestionView.java | 105 mText1.setEllipsize(TextUtils.TruncateAt.MIDDLE);
|
/cts/tests/tests/text/src/android/text/cts/ |
StaticLayoutTest.java | 89 TextUtils.TruncateAt.MIDDLE, ELLIPSIZE_WIDTH); 398 TextUtils.TruncateAt.MIDDLE, 420 // Multilines (6 lines) and TruncateAt.MIDDLE so no ellipsis at all 422 TextUtils.TruncateAt.MIDDLE, 509 // Single line case and TruncateAt.MIDDLE so that we have some ellipsis 511 TextUtils.TruncateAt.MIDDLE, 1); 548 SPACE_MULTI, SPACE_ADD, false, TextUtils.TruncateAt.MIDDLE, halfWidth, 1); [all...] |
TextUtilsTest.java | 341 TextUtils.ellipsize(text, p, textWidth, TruncateAt.MIDDLE).toString()); 344 // In the code it looks like this does the same as MIDDLE. 357 assertEquals("", TextUtils.ellipsize(text, p, textWidth, TruncateAt.MIDDLE).toString()); 360 TextUtils.ellipsize(text, null, textWidth, TruncateAt.MIDDLE); 367 TextUtils.ellipsize(null, p, textWidth, TruncateAt.MIDDLE); 417 // TruncateAt.MIDDLE, specify preserveLength 422 TextUtils.ellipsize(text, p, textWidth, TruncateAt.MIDDLE, true, 427 // TruncateAt.MIDDLE, specify preserveLength, but does not specify callback. 430 TextUtils.ellipsize(text, p, textWidth, TruncateAt.MIDDLE, true, 437 // In the code it looks like this does the same as MIDDLE [all...] |
/external/guice/core/src/com/google/inject/spi/ |
InjectionPoint.java | 536 MIDDLE, 669 overrideIndex.position = Position.MIDDLE;
|
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/ |
RecentsCreateFragment.java | 269 title.setEllipsize(TruncateAt.MIDDLE);
|
/external/fonttools/Lib/fontTools/ |
agl.py | 200 013F;Ldot;LATIN CAPITAL LETTER L WITH MIDDLE DOT 511 0140;ldot;LATIN SMALL LETTER L WITH MIDDLE DOT 579 00B7;periodcentered;MIDDLE DOT
|
/frameworks/base/core/tests/coretests/src/android/text/ |
TextUtilsTest.java | 293 kind = TextUtils.TruncateAt.MIDDLE; 339 // In middle, both without, before & after a false match.
|
/external/libvncserver/webclients/novnc/include/ |
keysym.js | 300 XK_periodcentered = 0x00b7, /* U+00B7 MIDDLE DOT */
|