/external/eigen/bench/btl/data/ |
mk_new_gnuplot.sh | 7 echo "set title " `grep ${WHAT} ../action_settings.txt | head -n 1 | cut -d ";" -f 2` >> $WHAT.gnuplot 37 BASE=${FILE##*/} ; BASE=${FILE##*/} ; AVANT=bench_${WHAT}_ ; REDUC=${BASE##*$AVANT} ; TITLE=${REDUC%.dat} 39 echo "'"$FILE"'" `grep $TITLE ../perlib_plot_settings.txt | head -n 1 | cut -d ";" -f 2` "\\" >> $WHAT.gnuplot
|
/frameworks/support/samples/SupportLeanbackDemos/src/main/java/com/example/android/leanback/ |
CardPresenter.java | 38 public static final String TITLE = "Title"; 141 if (key.equals(TITLE)) {
|
/hardware/interfaces/broadcastradio/1.0/ |
types.hal | 172 /** Song title - string */ 173 TITLE = 5, 233 /** Metadata: PTY, song title etc. */
|
/packages/apps/Settings/tests/robotests/src/com/android/settings/slices/ |
SlicesDatabaseHelperTest.java | 66 IndexColumns.TITLE, 128 values.put(IndexColumns.TITLE, "title");
|
SlicesIndexerTest.java | 49 private final String SCREEN_TITLE = "screen title"; 90 assertThat(cursor.getString(cursor.getColumnIndex(IndexColumns.TITLE))).isEqualTo(newTitle); 118 assertThat(cursor.getString(cursor.getColumnIndex(IndexColumns.TITLE))).isEqualTo( 138 private void insertSpecialCase(String key, String title) { 141 values.put(IndexColumns.TITLE, title);
|
SettingsSliceProviderTest.java | 78 private static final String TITLE = "title"; 80 private static final String SCREEN_TITLE = "screen title"; 143 assertThat(data.getTitle()).isEqualTo(TITLE); 177 assertThat(data.getTitle()).isEqualTo(TITLE); 466 values.put(SlicesDatabaseHelper.IndexColumns.TITLE, TITLE); 481 .setTitle(TITLE)
|
/sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/ |
LogCatMonitorDialog.java | 36 private static final String TITLE = "Auto Monitor Logcat"; 62 setTitle(TITLE);
|
/sdk/eclipse/plugins/com.android.ide.eclipse.monitor/src/com/android/ide/eclipse/monitor/ |
SdkLocationChooserDialog.java | 42 private static final String TITLE = "Android Device Monitor"; 55 getShell().setText(TITLE);
|
/tools/tradefederation/core/prod-tests/src/com/android/graphics/tests/ |
FlatlandTest.java | 77 private static final String TITLE = "Scenario"; 156 if (!lines[i].contains(FIRST_LINE) && !(lines[i].contains(TITLE))) {
|
/development/samples/MySampleRss/src/com/example/codelab/rssexample/ |
AddRssItem.java | 38 String title = ((TextView) findViewById(R.id.title_textbox)).getText().toString(); 40 if(TextUtils.isEmpty(title) || TextUtils.isEmpty(url)){ 42 "You must specify both a title and a URL value", 48 res.putExtra(RssContentProvider.TITLE, title);
|
MyRssReader5.java | 70 new String[]{RssContentProvider.TITLE}, // Columns to retrieve. 190 vals.put(RssContentProvider.TITLE, data.getStringExtra(RssContentProvider.TITLE));
|
/device/linaro/bootloader/edk2/UefiCpuPkg/CpuDxe/X64/ |
CpuAsm.S | 0 # TITLE CpuAsm.S:
|
/packages/apps/Launcher2/src/com/android/launcher2/ |
FolderInfo.java | 71 public void setTitle(CharSequence title) { 72 this.title = title; 74 listeners.get(i).onTitleChanged(title); 81 values.put(LauncherSettings.Favorites.TITLE, title.toString()); 109 public void onTitleChanged(CharSequence title);
|
/system/bt/packet/tests/avrcp/ |
get_folder_items_packet_test.cc | 111 attributes.insert(AttributeEntry(Attribute::TITLE, "Test Title")); 112 auto song = MediaElementItem(0x02, "Test Title", attributes); 121 attributes.insert(AttributeEntry(Attribute::TITLE, "Test Title")); 122 auto song = MediaElementItem(0x02, "Test Title", attributes); 221 std::vector<Attribute> attribute_list = {Attribute::TITLE}; 237 {Attribute::TITLE});
|
/packages/apps/Gallery2/src/com/android/photos/data/ |
PhotoDatabase.java | 51 { Photos.TITLE, "TEXT" }, 65 { Albums.TITLE, "TEXT NOT NULL" }, 69 createUniqueConstraint(Albums.PARENT_ID, Albums.TITLE),
|
/packages/apps/Settings/tests/robotests/src/com/android/settings/search/indexing/ |
IndexDataTest.java | 42 private static final String TITLE = "updated-title"; 50 private static final String SCREEN_TITLE = "screen title"; 79 assertThat(row.updatedTitle).isEqualTo(TITLE); 157 mBuilder.setTitle(TITLE)
|
/frameworks/base/packages/Shell/tests/src/com/android/shell/ |
BugreportReceiverTest.java | 144 private static final String TITLE = "Wimbugdom Champion 2015"; 349 detailsUi.titleField.setText(TITLE); 358 mScreenshotPath, TITLE); 359 assertActionSendMultiple(extras, BUGREPORT_CONTENT, SCREENSHOT_CONTENT, ID, PID, TITLE, 360 NEW_NAME, TITLE, mDescription, 0, RENAMED_SCREENSHOTS); 404 detailsUi.titleField.setText(TITLE); 413 plainText? mPlainTextPath : mZipPath, mScreenshotPath, TITLE); 414 assertActionSendMultiple(extras, BUGREPORT_CONTENT, SCREENSHOT_CONTENT, ID, PID, TITLE, 415 NEW_NAME, TITLE, mDescription, 0, RENAMED_SCREENSHOTS); 461 detailsUi.titleField.setText(TITLE); [all...] |
/system/bt/profile/avrcp/tests/ |
avrcp_device_test.cc | 108 AttributeEntry(Attribute::TITLE, "Test Song"), 236 AttributeEntry(Attribute::TITLE, "Test Song"), 304 AttributeEntry(Attribute::TITLE, "Test Song"), 316 compare_to_partial->AddAttributeEntry(Attribute::TITLE, "Test Song"); 324 compare_to_full->AddAttributeEntry(Attribute::TITLE, "Test Song"); 340 truncated_packet->AddAttributeEntry(Attribute::TITLE, "1234"); 354 {AttributeEntry(Attribute::TITLE, "1234truncated")}}; 470 AttributeEntry(Attribute::TITLE, "Test Song"), 653 AttributeEntry(Attribute::TITLE, "Test Song"), 667 compare_to_full->AddAttributeEntry(Attribute::TITLE, "Test Song") [all...] |
/packages/apps/Launcher3/tests/src/com/android/launcher3/model/ |
LoaderCursorTest.java | 44 import static com.android.launcher3.LauncherSettings.Favorites.TITLE; 76 ICON, ICON_PACKAGE, ICON_RESOURCE, TITLE, 93 private void initCursor(int itemType, String title) { 98 .add(TITLE, title) 146 assertEquals("my-shortcut", info.title);
|
/packages/experimental/LoaderApp/src/com/android/loaderapp/model/ |
GoogleSource.java | 185 new String[] {Groups.TITLE, Groups.SOURCE_ID, Groups.SHOULD_SYNC}, 215 newGroup.put(Groups.TITLE, GOOGLE_MY_CONTACTS_GROUP); 226 .withSelection(Groups.TITLE + "=?",
|
/cts/tests/tests/provider/src/android/provider/cts/ |
MediaStore_Audio_MediaTest.java | 104 assertEquals(Audio1.TITLE, c.getString(c.getColumnIndex(Media.TITLE))); 146 assertEquals(Audio2.TITLE, c.getString(c.getColumnIndex(Media.TITLE)));
|
MediaStore_Video_MediaTest.java | 101 values.put(Media.TITLE, "testvideo"); 135 assertEquals("testvideo", c.getString(c.getColumnIndex(Media.TITLE))); 162 values.put(Media.TITLE, "testvideo1"); 189 assertEquals("testvideo1", c.getString(c.getColumnIndex(Media.TITLE)));
|
/developers/build/prebuilts/gradle/AgendaData/Application/src/main/java/com/example/android/wearable/agendadata/ |
CalendarQueryService.java | 31 import static com.example.android.wearable.agendadata.Constants.TITLE; 78 CalendarContract.Instances.TITLE, 145 int titleIdx = cursor.getColumnIndex(CalendarContract.Instances.TITLE); 157 event.title = cursor.getString(titleIdx); 243 public String title; field in class:CalendarQueryService.Event 262 data.putString(TITLE, title);
|
/developers/samples/android/wearable/wear/AgendaData/Application/src/main/java/com/example/android/wearable/agendadata/ |
CalendarQueryService.java | 31 import static com.example.android.wearable.agendadata.Constants.TITLE; 78 CalendarContract.Instances.TITLE, 145 int titleIdx = cursor.getColumnIndex(CalendarContract.Instances.TITLE); 157 event.title = cursor.getString(titleIdx); 243 public String title; field in class:CalendarQueryService.Event 262 data.putString(TITLE, title);
|
/development/samples/browseable/AgendaData/Application/src/com.example.android.wearable.agendadata/ |
CalendarQueryService.java | 31 import static com.example.android.wearable.agendadata.Constants.TITLE; 78 CalendarContract.Instances.TITLE, 145 int titleIdx = cursor.getColumnIndex(CalendarContract.Instances.TITLE); 157 event.title = cursor.getString(titleIdx); 243 public String title; field in class:CalendarQueryService.Event 262 data.putString(TITLE, title);
|