HomeSort by relevance Sort by last modified time
    Searched full:titles (Results 1 - 25 of 419) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/webkit/Source/JavaScriptCore/tests/mozilla/js1_5/Regress/
regress-111557.js 57 top.titles = new Array();
62 top.titles[i] = "NDS Libraries for C";
66 top.titles[i] = "NDS Backup Services";
70 top.titles[i] = "Functions";
74 top.titles[i] = "NDSBackupServerData";
78 top.titles[i] = "NDSFreeNameList";
82 top.titles[i] = "NDSGetReplicaPartitionNames";
86 top.titles[i] = "NDSIsOnlyServerInTree";
90 top.titles[i] = "NDSSYSVolumeRecovery";
94 top.titles[i] = "NDSVerifyServerInfo"
    [all...]
  /external/webkit/Source/WebKit/mac/History/
WebURLsWithTitles.h 33 // Convenience class for getting URLs and associated titles on and off an NSPasteboard
37 // Writes parallel arrays of URLs and titles to the pasteboard. These items can be retrieved by
39 // titles must consist of NSStrings, or be nil. If titles is nil, or if titles is a different
40 // length than URLs, empty strings will be used for all titles. If URLs is nil, this method
43 + (void)writeURLs:(NSArray *)URLs andTitles:(NSArray *)titles toPasteboard:(NSPasteboard *)pasteboard;
47 // the titles returned from titlesFromPasteboard.
51 // data of type WebURLsWithTitlesPboardType. This array consists of the titles that correspond to
WebURLsWithTitles.m 48 +(void)writeURLs:(NSArray *)URLs andTitles:(NSArray *)titles toPasteboard:(NSPasteboard *)pasteboard
63 if (count != [titles count]) {
64 titles = nil;
71 [titlesOrEmptyStrings addObject:(titles == nil) ? @"" : [[titles objectAtIndex:index] _webkit_stringByTrimmingWhitespace]];
  /external/chromium/chrome/browser/ui/cocoa/
table_model_array_controller_unittest.mm 104 NSArray* titles = [[controller_.get() arrangedObjects] valueForKey:@"title"];
112 [titles description]);
119 NSArray* titles = [[controller arrangedObjects] valueForKey:@"title"];
125 [titles description]);
129 titles = [[controller arrangedObjects] valueForKey:@"title"];
134 [titles description]);
152 NSArray* titles = [[controller arrangedObjects] valueForKey:@"title"];
162 [titles description]);
167 titles = [[controller arrangedObjects] valueForKey:@"title"];
173 [titles description])
    [all...]
url_drop_target.mm 73 NSArray* titles; // discarded
74 [pboard getURLs:&urls andTitles:&titles convertingFilenames:YES];
ui_localizer.h 26 // - Titles and altTitles (for menus, buttons, windows, menuitems, -tabViewItem)
  /development/samples/ApiDemos/res/layout/
fragment_layout.xml 18 for display when not in landscape: we can only fit the list of titles. -->
24 android:id="@+id/titles"
  /development/samples/Support4Demos/res/layout/
fragment_layout_support.xml 18 for display when not in landscape: we can only fit the list of titles. -->
24 android:id="@+id/titles"
  /development/samples/Support4Demos/res/layout-land/
fragment_layout_support.xml 18 for display when in landscape: we can fit both titles and dialog. -->
26 android:id="@+id/titles" android:layout_weight="1"
  /external/libxml2/include/libxml/
xlink.h 100 * @nbTitles: the number of titles detected on the link
101 * @title: array of titles detected on the link
102 * @langs: array of xml:lang values for the titles
118 const xlinkTitle *titles,
128 * @nbTitles: the number of titles detected on the link
129 * @title: array of titles detected on the link
130 * @langs: array of xml:lang values for the titles
141 const xlinkTitle *titles,
  /external/marisa-trie/
README 24 * Source: enwiki-20110115-all-titles-in-ns0.gz
25 * Contents: all page titles of English Wikipedia (Jan. 2011)
  /sdk/templates/activities/BlankActivity/root/res/layout/
activity_pager.xml.ftl 10 titles for adjacent pages.
  /external/chromium/chrome/browser/bookmarks/
bookmark_index_unittest.cc 28 void AddBookmarksWithTitles(const char** titles, size_t count) {
31 title_vector.push_back(titles[i]);
35 void AddBookmarksWithTitles(const std::vector<std::string>& titles) {
37 for (size_t i = 0; i < titles.size(); ++i)
39 ASCIIToUTF16(titles[i]), url);
138 std::vector<std::string> titles; local
139 base::SplitString(data[i].input, ';', &titles);
140 AddBookmarksWithTitles(titles);
165 std::vector<std::string> titles; local
166 titles.push_back(data[i].title)
    [all...]
  /development/samples/ApiDemos/res/layout-land/
fragment_layout.xml 18 for display when in landscape: we can fit both titles and dialog. -->
26 android:id="@+id/titles" android:layout_weight="1"
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
FastScrollingIndexCache.java 143 static String buildCacheValue(String[] titles, int[] counts) {
146 for (int i = 0; i < titles.length; i++) {
150 appendIfNotNull(sb, titles[i]);
161 public static final Bundle buildExtraBundle(String[] titles, int[] counts) {
163 bundle.putStringArray(ContactCounts.EXTRA_ADDRESS_BOOK_INDEX_TITLES, titles);
183 final String[] titles = new String[numTitles]; local
187 titles[i] = values[i * 2];
191 return buildExtraBundle(titles, counts);
  /development/samples/ApiDemos/src/com/example/android/apis/view/
List4.java 62 return Shakespeare.TITLES.length;
95 sv = new SpeechView(mContext, Shakespeare.TITLES[position],
99 sv.setTitle(Shakespeare.TITLES[position]);
  /development/samples/HoneycombGallery/res/values/
strings.xml 32 <string name="toggle_titles">Toggle Titles</string>
  /development/samples/training/EffectiveNavigation/res/layout/
activity_collection_demo.xml 24 titles for adjacent pages.
  /external/chromium/chrome/browser/autofill/
credit_card_field.h 37 // than for ordinary names, and because cardholder names never have titles,
  /external/chromium/chrome/browser/resources/options/
certificate_import_error_overlay.js 39 * Show an alert overlay with the given message, button titles, and
  /external/jpeg/
rdjpgcom.1 22 annotations, titles, index terms, etc to your JPEG files, and later retrieve
  /external/qemu/distrib/jpeg-6b/
rdjpgcom.1 22 annotations, titles, index terms, etc to your JPEG files, and later retrieve
  /frameworks/support/v7/appcompat/res/values-land/
dimens.xml 22 <!-- Text size for action bar titles -->
  /packages/apps/Settings/res/values/
donottranslate.xml 26 <!-- values for input method selector should be corresponding to the array index of titles -->
  /development/samples/HoneycombGallery/src/com/example/android/hcgallery/
MainActivity.java 57 private String[] mToggleLabels = {"Show Titles", "Hide Titles"};
104 // If not showing both fragments, remove the "toggle titles" menu item
152 /** Respond to the "toogle titles" item in the action bar */
160 // Determine if we're in portrait, and whether we're showing or hiding the titles
167 // Cancel the current titles animation if there is one.
172 // titles view, as well as its alpha for a fade effect.

Completed in 716 milliseconds

1 2 3 4 5 6 7 8 91011>>