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

1 2 34 5 6 7 8 91011>>

  /development/samples/ShortcutDemo/launcher/src/com/example/android/pm/shortcutlauncherdemo/
ShortcutListFragment.java 205 return R.id.line1;
  /external/deqp/execserver/tools/
xsTest.cpp 601 const char line1[] = "Bar\n"; local
610 XS_CHECK(deFile_write(file, line1, sizeof(line1)-1, &numWritten) == DE_FILERESULT_SUCCESS);
611 XS_CHECK(numWritten == sizeof(line1)-1);
  /packages/apps/Music/src/com/android/music/
AlbumBrowserActivity.java 497 TextView line1; field in class:AlbumBrowserActivity.AlbumListAdapter.ViewHolder
565 vh.line1 = (TextView) v.findViewById(R.id.line1);
585 vh.line1.setText(displayname);
PlaylistBrowserActivity.java 376 Intent.EXTRA_SHORTCUT_NAME, ((TextView) v.findViewById(R.id.line1)).getText());
578 TextView tv = (TextView) view.findViewById(R.id.line1);
MediaPickerActivity.java 241 TextView tv = (TextView) view.findViewById(R.id.line1);
  /prebuilts/go/darwin-x86/src/debug/dwarf/
line_test.go 14 file1C = &LineFile{Name: "/home/austin/go.dev/src/debug/dwarf/testdata/line1.c"}
15 file1H = &LineFile{Name: "/home/austin/go.dev/src/debug/dwarf/testdata/line1.h"}
  /prebuilts/go/linux-x86/src/debug/dwarf/
line_test.go 14 file1C = &LineFile{Name: "/home/austin/go.dev/src/debug/dwarf/testdata/line1.c"}
15 file1H = &LineFile{Name: "/home/austin/go.dev/src/debug/dwarf/testdata/line1.h"}
  /system/media/camera/docs/
metadata_helpers.py 961 assertEquals("bar\nline1\nline2", dedent("bar\n line1\n line2"))
962 assertEquals("bar\nline1\nline2", dedent(" bar\n line1\n line2"))
963 assertEquals("bar\n line1\nline2", dedent(" bar\n line1\n line2"))
    [all...]
  /external/guava/guava/lib/
jdiff.jar 
  /external/guice/lib/build/jdiff/
jdiff.jar 
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
difflib.py     [all...]
  /external/python/cpython2/Lib/
difflib.py     [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
difflib.py     [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
difflib.py     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
difflib.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
difflib.py     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/
refactor.py 654 for type, value, (line0, col0), (line1, col1), line_text in tokens:
656 line1 += lineno - 1
662 yield type, value, (line0, col0), (line1, col1), line_text
  /external/libmojo/base/android/jni_generator/
jni_generator.py 541 for line1, line2 in zip(unmatched_lines, unmatched_lines[1:]):
542 if '@CalledByNative' in line1:
544 line1, line2)
    [all...]
  /external/python/cpython2/Lib/lib2to3/
refactor.py 660 for type, value, (line0, col0), (line1, col1), line_text in tokens:
662 line1 += lineno - 1
668 yield type, value, (line0, col0), (line1, col1), line_text
  /prebuilts/gdb/darwin-x86/lib/python2.7/lib2to3/
refactor.py 660 for type, value, (line0, col0), (line1, col1), line_text in tokens:
662 line1 += lineno - 1
668 yield type, value, (line0, col0), (line1, col1), line_text
  /prebuilts/gdb/linux-x86/lib/python2.7/lib2to3/
refactor.py 660 for type, value, (line0, col0), (line1, col1), line_text in tokens:
662 line1 += lineno - 1
668 yield type, value, (line0, col0), (line1, col1), line_text
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/
refactor.py 660 for type, value, (line0, col0), (line1, col1), line_text in tokens:
662 line1 += lineno - 1
668 yield type, value, (line0, col0), (line1, col1), line_text
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/
refactor.py 660 for type, value, (line0, col0), (line1, col1), line_text in tokens:
662 line1 += lineno - 1
668 yield type, value, (line0, col0), (line1, col1), line_text
  /external/deqp/framework/common/
tcuTexLookupVerifier.cpp 227 static bool isInColorBounds (const LookupPrecision& prec, const ColorLine& line0, const ColorLine& line1, const Vec4& result)
229 const tcu::Vec4 minVal = min(min(line0), min(line1)) - prec.colorThreshold;
230 const tcu::Vec4 maxVal = max(max(line0), max(line1)) + prec.colorThreshold;
354 const ColorLine& line1,
368 if (!isInColorBounds(prec, line0, line1, result))
379 const Vec4 c1 = line1.p0*(1.0f-a1) + line1.p1*a1;
999 ColorLine line1; local
    [all...]
  /packages/apps/Messaging/src/com/android/messaging/datamodel/
BugleNotifications.java 1197 final CharSequence line1 = MessageNotificationState.applyWarningTextColor(context, local
    [all...]

Completed in 1456 milliseconds

1 2 34 5 6 7 8 91011>>