HomeSort by relevance Sort by last modified time
    Searched refs:line1 (Results 51 - 75 of 350) sorted by null

1 23 4 5 6 7 8 91011>>

  /frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
ZenFooter.java 144 final String line1 = local
149 Util.setText(mSummaryLine1, line1);
ZenModePanel.java 674 if (tag.line1 == null) {
675 tag.line1 = (TextView) row.findViewById(android.R.id.text1);
676 mConfigurableTexts.add(tag.line1);
682 final String line1 = !TextUtils.isEmpty(condition.line1) ? condition.line1 local
685 tag.line1.setText(line1);
765 tag.line1.getText()));
877 TextView line1; field in class:ZenModePanel.ConditionTag
    [all...]
  /external/elfutils/libdw/
dwarf_getsrclines.c 65 Dwarf_Line *line1 = &list1->line; local
68 if (line1->addr != line2->addr)
69 return (line1->addr < line2->addr) ? -1 : 1;
72 if (line1->end_sequence != line2->end_sequence)
73 return line2->end_sequence - line1->end_sequence;
  /hardware/ril/reference-ril/
atchannel.c 442 char *line1; local
448 line1 = strdup(line);
452 free(line1);
457 s_unsolHandler (line1, line2);
459 free(line1);
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
GeometryMathUtils.java 102 public static float[] lineIntersect(float[] line1, float[] line2) {
103 float a0 = line1[0];
104 float a1 = line1[1];
105 float b0 = line1[2];
106 float b1 = line1[3];
  /prebuilts/go/darwin-x86/src/text/tabwriter/
tabwriter.go 274 func (b *Writer) writeLines(pos0 int, line0, line1 int) (pos int) {
276 for i := line0; i < line1; i++ {
325 // Format the text between line0 and line1 (excluding line1); pos
328 // line1 and an error, if any.
330 func (b *Writer) format(pos0 int, line0, line1 int) (pos int) {
333 for this := line0; this < line1; this++ {
351 for ; this < line1; this++ {
385 return b.writeLines(pos, line0, line1)
  /prebuilts/go/linux-x86/src/text/tabwriter/
tabwriter.go 274 func (b *Writer) writeLines(pos0 int, line0, line1 int) (pos int) {
276 for i := line0; i < line1; i++ {
325 // Format the text between line0 and line1 (excluding line1); pos
328 // line1 and an error, if any.
330 func (b *Writer) format(pos0 int, line0, line1 int) (pos int) {
333 for this := line0; this < line1; this++ {
351 for ; this < line1; this++ {
385 return b.writeLines(pos, line0, line1)
  /packages/apps/Music/src/com/android/music/
ArtistAlbumBrowserActivity.java 561 TextView line1; field in class:ArtistAlbumBrowserActivity.ArtistAlbumListAdapter.ViewHolder
635 vh.line1 = (TextView) v.findViewById(R.id.line1);
649 vh.line1 = (TextView) v.findViewById(R.id.line1);
669 vh.line1.setText(displayartist);
698 vh.line1.setText(displayname);
    [all...]
MusicPicker.java 171 TextView line1; field in class:MusicPicker.TrackListAdapter.ViewHolder
210 vh.line1 = (TextView) v.findViewById(R.id.line1);
226 vh.line1.setText(vh.buffer1.data, 0, vh.buffer1.sizeCopied);
  /external/autotest/client/tests/iozone/
postprocessing.py 77 for line1, line2 in zip(matrix1, matrix2):
79 for element1, element2 in zip(line1, line2):
89 if line1.index(element1) == 0:
  /external/jdiff/src/jdiff/
Diff.java 136 int first1 = hunk.line1; // Index of first inserted word
141 first1 == lasthunk.line1 + lasthunk.inserted + 1) {
193 int first1 = hunk.line1; // Index of first inserted word
195 int last1 = hunk.line1 + hunk.inserted - 1;
    [all...]
  /external/libcxx/test/support/
rapid-cxx-test.hpp 440 test_case(const char* file1, const char* func1, std::size_t line1,
442 : file(file1), func(func1), line(line1), invoke(invoke1)
477 std::size_t line1, const char* expression1,
479 : type(type1), file(file1), func(func1), line(line1),
    [all...]
  /frameworks/base/core/java/android/service/notification/
ZenModeConfig.java 107 private static final String CONDITION_ATT_LINE1 = "line1";
535 final String line1 = parser.getAttributeValue(null, CONDITION_ATT_LINE1); local
541 return new Condition(id, summary, line1, line2, icon, state, flags);
551 out.attribute(null, CONDITION_ATT_LINE1, c.line1);
714 String summary, line1, line2; local
726 line1 = res.getQuantityString(line1ResId, num, num, formattedTime);
736 line1 = res.getQuantityString(line1ResId, num, num, formattedTime);
740 summary = line1 = line2 = res.getString(R.string.zen_mode_until, formattedTime);
743 return new Condition(id, summary, line1, line2, 0, Condition.STATE_TRUE,
755 final String line1 = res.getString(R.string.zen_mode_until, formattedTime); local
    [all...]
  /external/protobuf/src/google/protobuf/stubs/
common_unittest.cc 143 int line1 = __LINE__; GOOGLE_LOG(INFO) << "Visible1"; local
157 "0 " __FILE__ ":" + SimpleItoa(line1) + ": Visible1",
  /frameworks/base/core/java/android/text/
Selection.java 426 int line1 = layout.getLineForOffset(off1); local
429 if (line1 == line2) {
  /frameworks/base/core/tests/coretests/src/android/provider/
SearchRecentSuggestionsProviderTest.java 276 final String line1 = line1Base + i; local
278 mSearchHelper.saveRecentQuery(line1, line2);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
QSDetailItems.java 199 title.setText(item.line1);
264 public CharSequence line1; field in class:QSDetailItems.Item
  /prebuilts/go/darwin-x86/src/net/textproto/
reader_test.go 56 r := reader("line1\nline2\n")
58 if s != "line1" || err != nil {
72 r := reader("line1\nline\n 2\nline3\n")
74 if s != "line1" || err != nil {
  /prebuilts/go/linux-x86/src/net/textproto/
reader_test.go 56 r := reader("line1\nline2\n")
58 if s != "line1" || err != nil {
72 r := reader("line1\nline\n 2\nline3\n")
74 if s != "line1" || err != nil {
  /external/iproute2/lib/
utils.c 945 char *line1 = NULL; local
949 if ((cc1 = getline(&line1, &len1, in)) < 0) {
957 cp = strchr(line1, '#');
961 *lenp = strlen(*linep) + strlen(line1) + 1;
969 strcat(*linep, line1);
970 free(line1);
  /packages/apps/Messaging/src/com/android/messaging/datamodel/
MessageNotificationState.java 1234 CharSequence line1; local
    [all...]
  /external/opencv/cvaux/src/
cvscanlines.cpp 128 icvCrossLines( float *line1, float *line2, float *cross_point )
132 if( line1 == 0 && line2 == 0 && cross_point == 0 )
135 delta = line1[0] * line2[1] - line1[1] * line2[0];
140 cross_point[0] = (-line1[2] * line2[1] + line1[1] * line2[2]) / delta;
141 cross_point[1] = (-line1[0] * line2[2] + line1[2] * line2[0]) / delta;
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
CastTile.java 284 item.line1 = getDeviceName(device);
304 item.line1 = getDeviceName(device);
  /frameworks/base/services/core/java/com/android/server/notification/
EventConditionProvider.java 289 final String line1 = NOT_SHOWN; local
291 return new Condition(id, summary, line1, line2, 0, state, Condition.FLAG_RELEVANT_ALWAYS);
ScheduleConditionProvider.java 263 final String line1 = NOT_SHOWN; local
265 return new Condition(id, summary, line1, line2, 0, state, Condition.FLAG_RELEVANT_ALWAYS);

Completed in 1782 milliseconds

1 23 4 5 6 7 8 91011>>