HomeSort by relevance Sort by last modified time
    Searched defs:title (Results 26 - 50 of 1609) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/libexif/libexif/canon/
mnote-canon-tag.c 31 const char *title; member in struct:__anon24765
165 if (table[i].tag == t) return (_(table[i].title));
  /external/parameter-framework/upstream/test/functional-tests/include/
Test.hpp 48 /** Value to test with a title.
59 * Each Test MUST specify a unique title, Ie all titles of a Tests MUST
66 std::string title; member in struct:parameterFramework::Test
79 * // ^~~~~~~~~~~~~~~~ Unique title across the tests
82 * SECTION("Testing: " + test.title) {
83 * // ^~~~~~~~~~ Section title MUST unique
  /external/proguard/src/proguard/gui/
MessageDialogRunnable.java 36 private final String title; field in class:MessageDialogRunnable
46 String title,
53 title,
69 String title,
74 this.title = title;
86 title,
  /external/python/cpython2/Lib/idlelib/
GrepDialog.py 24 title = "Find in Files Dialog" variable in class:GrepDialog
137 root.title("Test GrepDialog")
SearchDialogBase.py 27 title = "Search Dialog" # replace in subclasses variable in class:SearchDialogBase
40 title (of dialog): class attribute, override in subclasses.
79 top.wm_title(self.title)
  /external/python/cpython3/Lib/idlelib/
grep.py 25 title = "Find in Files Dialog" variable in class:GrepDialog
137 top.title("Test GrepDialog")
  /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowOverlayItem.java 15 private String title; field in class:ShadowOverlayItem
18 public void __constructor__(GeoPoint geoPoint, String title, String snippet) {
20 this.title = title;
31 return title;
49 return Strings.equals(title, that.title)
58 result = title == null ? result : 19 * result + title.hashCode();
  /external/robolectric-shadows/shadows/supportv4/src/test/java/org/robolectric/
R.java 5 public static final int title = 0x10001; field in class:R.id
  /external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue55/
Post.java 19 private String title; field in class:Post
30 public Post(String title, String text) {
31 this.title = title;
36 return title;
  /external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue73/
Post.java 20 private String title; field in class:Post
26 public Post(String title, String text) {
28 this.title = title;
33 return title;
41 return title.compareTo(o.title);
60 return "Post " + title + " " + text;
  /external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue97/
Post.java 20 private String title; field in class:Post
24 return title;
32 return title.compareTo(o.title);
  /external/webrtc/webrtc/tools/rtcbot/rtcBotReportVisualizer/
main.js 174 function drawChart(title, data) {
178 title: title,
177 var options = { property in class:drawChart.options
  /frameworks/base/packages/SettingsLib/src/com/android/settingslib/inputmethod/
InputMethodSubtypePreference.java 53 final CharSequence title,
59 setTitle(title);
89 final CharSequence title = getTitle(); local
91 final boolean emptyTitle = TextUtils.isEmpty(title);
94 return collator.compare(title.toString(), rhsTitle.toString());
  /packages/apps/Car/Dialer/src/com/android/car/dialer/
CallLogViewHolder.java 33 public final TextView title; field in class:CallLogViewHolder
46 title = v.findViewById(R.id.title);
  /packages/apps/Car/Media/src/com/android/car/media/widgets/
MetadataView.java 37 TextView title = findViewById(R.id.title); local
40 mMetadataController = new MetadataController(title, subtitle, null, seekBar, null);
  /packages/apps/Dialer/java/com/android/dialer/widget/
DialerToolbar.java 30 private final TextView title; field in class:DialerToolbar
36 title = (TextView) findViewById(R.id.title);
58 title.setText(charSequence);
  /packages/apps/Dialer/java/com/android/incallui/disconnectdialog/
VideoCallNotAvailablePrompt.java 52 CharSequence title = context.getString(R.string.video_call_not_available_title); local
56 .setTitle(title)
64 return new Pair<>(dialog, title);
  /packages/apps/Nfc/src/com/android/nfc/
TechListChooserActivity.java 43 CharSequence title = getResources().getText(com.android.internal.R.string.chooseActivity); local
44 super.onCreate(savedInstanceState, target, title, null, rList, false);
  /packages/apps/Settings/src/com/android/settings/applications/
AppDomainsPreference.java 60 final CharSequence title = getTitleAt(index); local
61 if (title != null) {
63 domainName.setText(title);
  /packages/apps/Settings/src/com/android/settings/notification/
ZenRuleInfo.java 18 if (title != null ? !title.equals(that.title) : that.title != null) return false;
33 public String title; field in class:ZenRuleInfo
  /packages/apps/Settings/src/com/android/settings/search/
SearchIndexableRaw.java 32 * Title's raw data.
34 public String title; field in class:SearchIndexableRaw
57 * Fragment's or Activity's title associated with the raw data.
  /packages/apps/Settings/src/com/android/settings/widget/
RadioButtonPreference.java 85 TextView title = (TextView) view.findViewById(android.R.id.title); local
86 if (title != null) {
87 title.setSingleLine(false);
88 title.setMaxLines(3);
  /packages/apps/SettingsIntelligence/src/com/android/settings/intelligence/search/
SearchIndexableRaw.java 32 * Title's raw data.
34 public String title; field in class:SearchIndexableRaw
57 * Fragment's or Activity's title associated with the raw data.
  /packages/apps/TV/tests/common/src/com/android/tv/testing/uihelper/
SidePanelHelper.java 50 String title = mTargetResources.getString(resId); local
51 return assertNavigateToItem(title, direction);
54 public UiObject2 assertNavigateToItem(String title) {
55 return assertNavigateToItem(title, Direction.DOWN);
58 public UiObject2 assertNavigateToItem(String title, Direction direction) {
64 mUiDevice, sidePanelList, By.hasDescendant(By.text(title)), direction);
  /prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/
GrepDialog.py 19 title = "Find in Files Dialog" variable in class:GrepDialog

Completed in 620 milliseconds

12 3 4 5 6 7 8 91011>>