/external/parameter-framework/upstream/test/functional-tests/include/ |
Test.hpp | 59 * Each Test MUST specify a unique title, Ie all titles of a Tests MUST
|
/frameworks/base/core/res/res/values-sw600dp/ |
dimens.xml | 29 <!-- Text size for action bar titles -->
|
/frameworks/base/core/res/res/values-sw720dp/ |
dimens.xml | 70 This helps in aligning titles when some items have icons and some don't. When space is
|
/packages/apps/ContactsCommon/res/values/ |
styles.xml | 96 <!-- No backgrounds, titles or window float -->
|
/packages/apps/Music/src/com/android/music/ |
MediaAppWidgetProvider.java | 145 // No error, so show normal titles
|
/packages/apps/Settings/src/com/android/settings/widget/ |
SlidingTabLayout.java | 58 * (number of tabs and tab titles) does not change after this call has been made.
|
/packages/apps/Terminal/src/com/android/terminal/ |
TerminalActivity.java | 152 mTitles = (PagerTitleStrip) findViewById(R.id.titles);
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
DynamicContextMenu.java | 589 List<String> titles = mParentAction.getTitles(); local 592 assert titles.size() == ids.size(); 596 for (int i = 0, n = Math.min(titles.size(), ids.size()); i < n; i++) { 624 String title = titles.get(i);
|
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/system/development/ |
DevelopmentFragment.java | 1255 String[] titles = getResources().getStringArray(R.array.select_logd_size_titles); local 1299 String[] titles = getResources().getStringArray(R.array.usb_configuration_titles); local [all...] |
/external/chromium-trace/catapult/tracing/tracing/core/ |
test_utils.html | 258 TestUtils.newStackTrace = function(model, titles) { 260 titles.forEach(function(title) {
|
/external/chromium-trace/catapult/tracing/tracing/ui/tracks/ |
rect_track_test.html | 244 // Small titles on big slices are not elided. 275 // Big titles are elided immediately.
|
/development/samples/Wiktionary/src/com/example/android/wiktionary/ |
SimpleWikiHelper.java | 55 "http://en.wiktionary.org/w/api.php?action=query&prop=revisions&titles=%s&" +
|
/development/samples/WiktionarySimple/src/com/example/android/simplewiktionary/ |
SimpleWikiHelper.java | 62 "http://en.wiktionary.org/w/api.php?action=query&prop=revisions&titles=%s&" +
|
/development/samples/training/multiscreen/newsreader/src/com/example/android/newsreader/ |
NewsReaderActivity.java | 70 // List of category titles
|
/external/chromium-trace/catapult/telemetry/third_party/altgraph/doc/ |
conf.py | 87 # unit titles (such as .. function::).
|
/external/libexif/ |
NEWS | 137 * Improved tag names, titles, and descriptions.
|
/external/markdown/docs/ |
CHANGE_LOG | 105 May 18, 2006: Stopped catching unquoted titles in reference links.
|
/external/mesa3d/src/gallium/docs/source/ |
conf.py | 76 # unit titles (such as .. function::).
|
/external/tpm2/generator/ |
extract_structures.py | 49 characters (like long dashes), which appear only in comments/table titles
|
/frameworks/base/docs/html/distribute/stories/games/ |
tapps.jd | 34 fun for everyone</em>, Tapps has a portfolio of over 200 titles on the Google
|
/frameworks/support/v7/appcompat/src/android/support/v7/view/ |
ActionMode.java | 146 * as optional. Optional titles may not be displayed to the user.
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/share/man/man7/ |
fsf-funding.7 | 56 .\" titles (.TH), headers (.SH), subsections (.Sh), items (.Ip), and index
|
/external/v8/test/cctest/ |
test-profile-generator.cc | 549 CpuProfilesCollection::kMaxSimultaneousProfiles> titles; local 554 titles[i] = title.start(); 558 i::DeleteArray(titles[i]);
|
/frameworks/base/core/res/res/values/ |
dimens.xml | 107 This helps in aligning titles when some items have icons and some don't. When space is 222 <!-- Text size for action bar titles --> 289 <!-- Size of notification text titles (see TextAppearance.StatusBar.EventContent.Title) -->
|
/frameworks/base/docs/html/guide/topics/ui/ |
settings.jd | 254 <img src="{@docRoot}images/ui/settings/settings-titles.png" alt="" /> 256 with titles. <br/><b>1.</b> The category is specified by the {@link 262 <p>When your list of settings exceeds about 10 items, you might want to add titles to 275 <li><a href="#Titles">Using titles</a></li> 284 <h4 id="Titles">Using titles</h4> [all...] |