/toolchain/binutils/binutils-2.25/bfd/doc/ |
fdl.texi | 68 The ``Invariant Sections'' are certain Secondary Sections whose titles 260 unaltered in their text and in their titles. Section numbers 261 or the equivalent are not considered part of the section titles. 278 of these sections as invariant. To do this, add their titles to the 280 These titles must be distinct from any other section titles. 318 Make the same adjustment to the section titles in the list of 488 with the Invariant Sections being @var{list their titles}, with
|
/toolchain/binutils/binutils-2.25/binutils/doc/ |
fdl.texi | 68 The ``Invariant Sections'' are certain Secondary Sections whose titles 260 unaltered in their text and in their titles. Section numbers 261 or the equivalent are not considered part of the section titles. 278 of these sections as invariant. To do this, add their titles to the 280 These titles must be distinct from any other section titles. 318 Make the same adjustment to the section titles in the list of 488 with the Invariant Sections being @var{list their titles}, with
|
/toolchain/binutils/binutils-2.25/gas/doc/ |
fdl.texi | 68 The ``Invariant Sections'' are certain Secondary Sections whose titles 260 unaltered in their text and in their titles. Section numbers 261 or the equivalent are not considered part of the section titles. 278 of these sections as invariant. To do this, add their titles to the 280 These titles must be distinct from any other section titles. 318 Make the same adjustment to the section titles in the list of 488 with the Invariant Sections being @var{list their titles}, with
|
/toolchain/binutils/binutils-2.25/gprof/ |
fdl.texi | 68 The ``Invariant Sections'' are certain Secondary Sections whose titles 260 unaltered in their text and in their titles. Section numbers 261 or the equivalent are not considered part of the section titles. 278 of these sections as invariant. To do this, add their titles to the 280 These titles must be distinct from any other section titles. 318 Make the same adjustment to the section titles in the list of 488 with the Invariant Sections being @var{list their titles}, with
|
/toolchain/binutils/binutils-2.25/ld/ |
fdl.texi | 68 The ``Invariant Sections'' are certain Secondary Sections whose titles 260 unaltered in their text and in their titles. Section numbers 261 or the equivalent are not considered part of the section titles. 278 of these sections as invariant. To do this, add their titles to the 280 These titles must be distinct from any other section titles. 318 Make the same adjustment to the section titles in the list of 488 with the Invariant Sections being @var{list their titles}, with
|
/packages/services/Car/car-ui-provider/src/android/car/ui/provider/ |
DrawerController.java | 56 private static final String KEY_TITLES = "android.support.car.ui.drawer.sdk.TITLES"; 270 // Restore drawer titles if there are any 271 String[] titles = in.getStringArray(KEY_TITLES); local 273 if (titles != null) { 274 mTitles.addAll(Arrays.asList(titles));
|
/external/autotest/frontend/tko/ |
graphing_utils.py | 257 titles = ['%s - %s: %f' % (label, x_label, y_val) 270 in zip(icoords, titles, params)] 374 titles = ['%s - %s: %f' % (plot['label'], label, y) 384 in zip(upper_left_coords, bottom_right_coords, titles, 735 titles = ['%d%% - <%d%%: %d machines' % (bucket[0], bucket[1], y_val) 737 titles.append('0%%: %d machines' % len(no_pass)) 738 titles.append('100%%: %d machines' % len(perfect)) 739 titles.append('N/A: %d machines' % len(no_tests)) 770 in zip(upper_left_coords, bottom_right_coords, titles, params)]
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/share/man/man7/ |
gfdl.7 | 56 .\" titles (.TH), headers (.SH), subsections (.Sh), items (.Ip), and index 208 The \*(L"Invariant Sections\*(R" are certain Secondary Sections whose titles 400 unaltered in their text and in their titles. Section numbers 401 or the equivalent are not considered part of the section titles. 419 of these sections as invariant. To do this, add their titles to the 421 These titles must be distinct from any other section titles. 460 Make the same adjustment to the section titles in the list of 623 \& with the Invariant Sections being <list their titles>, with
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/ |
BaseViewRule.java | [all...] |
/packages/apps/Settings/src/com/android/settings/ |
TrustedCredentialsDialogBuilder.java | 274 final ArrayList<String> titles = new ArrayList<String>(); local 280 titles.add(sslCert.getIssuedTo().getCName()); 286 titles);
|
/development/samples/training/AnimationsDemo/res/values/ |
strings.xml | 19 <!-- Titles -->
|
/external/autotest/client/cros/ |
semiauto_framework.py | 62 @param buttons: the titles of some number of buttons to add to the
|
/external/chromium-trace/catapult/tracing/docs/ |
extending-and-customizing-trace-viewer.md | 17 One way this is used is to customize the display title of a slice. In the trace files and the model, slices with the "net" category are traced with titles that correspond to their probe point. And, the URL of a request is just one of many events in the trace that is discovered quite late in the overall sequence of events. But, when viewing a network trace, the most interesting thing to see is the URL for which a traces corresponds. This transformation is accomplished by registering a custom net async slice, which overrides the `displayTitle` property: this leaves the model in-tact [e.g. exactly as it was traced] but improves on the display.
|
/external/chromium-trace/catapult/tracing/tracing/extras/importer/linux_perf/ |
gesture_parser.html | 56 message: 'Titles do not match. Title is ' +
|
/external/chromium-trace/catapult/tracing/tracing/model/ |
async_slice_group.html | 106 * Gets the sub-groups in this A-S-G defined by the group titles.
|
/external/libjpeg-turbo/ |
wrjpgcom.1 | 29 annotations, titles, index terms, etc to your JPEG files, and later retrieve
|
/frameworks/base/core/java/android/widget/ |
SectionIndexer.java | 41 * array of objects whose toString() methods return their section titles.
|
/frameworks/base/core/res/res/values-land/ |
dimens.xml | 34 <!-- Text size for action bar titles -->
|
/frameworks/base/docs/html/design/tv/ |
index.jd | 69 areas, Apps and Games titles are ordered to reflect the user?s recent usage.</p>
|
/frameworks/support/samples/Support4Demos/src/com/example/android/supportv4/view/ |
ViewPagerActivity.java | 52 mTitles = (PagerTitleStrip) findViewById(R.id.titles);
|
/frameworks/support/samples/Support4Demos/src/com/example/android/supportv4/widget/ |
BaseSwipeRefreshLayoutActivity.java | 39 public static final String[] TITLES = {
|
/packages/apps/DeskClock/src/com/android/deskclock/data/ |
AlarmModel.java | 116 // Titles such as "Default ringtone (Oxygen)" are wrong after default ringtone changes.
|
/packages/apps/TV/res/values/ |
arrays.xml | 73 <!-- Titles in the onboarding page. -->
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/layout/ |
LinearLayoutRuleTest.java | 160 List<String> titles = choices.getTitles(); local 162 assertEquals("Wrap Content", titles.get(0)); 164 assertEquals("Match Parent", titles.get(1)); 166 assertEquals("42dip", titles.get(2));
|
/frameworks/support/core-ui/tests/java/android/support/v4/view/ |
BaseViewPagerTest.java | 522 onView(withId(R.id.titles)).check(isLeftAlignedWith(withId(R.id.pager))); 523 onView(withId(R.id.titles)).check(isRightAlignedWith(withId(R.id.pager))); 524 onView(withId(R.id.titles)).check(isTopAlignedWith(withId(R.id.pager))); 530 onView(withId(selectedPageId)).check(isBelow(withId(R.id.titles))); 536 // Check that the title strip shows the expected number of children (tab titles) 538 onView(withId(R.id.titles)).check(hasDisplayedChildren(nonNullTitles)); 543 onView(withId(R.id.titles)).check(matches(hasDescendant( 548 onView(withId(R.id.titles)).check(matches(hasDescendant( 553 onView(withId(R.id.titles)).check(matches(hasDescendant( 570 onView(withId(R.id.pager)).check(matches(hasDescendant(withId(R.id.titles)))); [all...] |