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

1 2 3 4 5 6

  /cts/tools/vm-tests/src/dot/junit/opcodes/invoke_virtual_range/d/
Snippet.java 3 public class Snippet {
  /development/samples/MailSync/res/values/
ids.xml 19 <item type="id" name="snippet" />
  /packages/apps/PackageInstaller/res/layout/
app_details.xml 18 Defines the layout of the application snippet that appears on top of the
21 <!-- The snippet about the application - title, icon, description. -->
uninstall_confirm.xml 29 <!-- The snippet about the application - title, icon, description. -->
  /packages/apps/Mms/src/com/android/mms/ui/
SearchActivity.java 58 * snippet of what matches, below. The snippet is taken from the most recent part of
60 * snippet is highlighted.
73 * Subclass of TextView which displays a snippet of text which matches the full text and
74 * highlights the matches within the snippet.
98 * We have to know our width before we can compute the snippet string. Do that
261 final TextViewSnippet snippet = (TextViewSnippet)(view.findViewById(R.id.subtitle));
269 snippet.setText(cursor.getString(bodyPos), searchString);
  /packages/apps/Settings/res/layout/
running_service_details.xml 32 android:id="@+id/snippet"/>
  /external/webkit/WebKit/qt/Api/
qwebelement.h 103 // docs need example snippet
107 // docs need example snippet
111 // docs need example snippet
115 // docs need example snippet
119 // docs need example snippet
qwebview.cpp 225 QWebView. The snippet below illustrates this:
227 \snippet webkitsnippets/simple/main.cpp Using QWebView
479 \snippet webkitsnippets/qtwebkit_qwebview_snippet.cpp 0
491 \snippet webkitsnippets/qtwebkit_qwebview_snippet.cpp 1
583 \snippet webkitsnippets/qtwebkit_qwebview_snippet.cpp 2
832 \snippet webkitsnippets/qtwebkit_qwebview_snippet.cpp 3
848 \snippet webkitsnippets/qtwebkit_qwebview_snippet.cpp 4
864 \snippet webkitsnippets/qtwebkit_qwebview_snippet.cpp 5
  /packages/apps/PackageInstaller/src/com/android/packageinstaller/
PackageUtil.java 87 * Utility method to display application snippet of an installed application.
94 * @param snippetId view id of app snippet view
109 * Utility method to display application snippet of a new package.
116 * @param snippetId view id of app snippet view
152 * @param snippetId view id of app snippet view
  /packages/apps/Mms/src/com/android/mms/data/
Conversation.java 40 Threads.SNIPPET, Threads.SNIPPET_CHARSET, Threads.READ, Threads.ERROR,
59 private static final int SNIPPET = 4;
439 * Returns a snippet of text from the most recent message in the conversation.
540 // mmssms.db|2.253 ms|SELECT _id, date, message_count, recipient_ids, snippet, snippet_cs,
606 // Replace the snippet with a default value if it's empty.
607 String snippet = MessageUtils.extractEncStrFromCursor(c, SNIPPET, SNIPPET_CS); local
608 if (TextUtils.isEmpty(snippet)) {
609 snippet = context.getString(R.string.no_subject_view);
611 conv.mSnippet = snippet;
    [all...]
  /external/webkit/WebKit/qt/docs/
qtwebkit.qdoc 14 \snippet webkitsnippets/qtwebkit_build_snippet.qdoc 1
19 \snippet webkitsnippets/qtwebkit_build_snippet.qdoc 0
113 \snippet webkitsnippets/simple/main.cpp Using QWebView
  /libcore/luni/src/test/java/org/apache/harmony/xml/
ExpatParserTest.java 49 private static final String SNIPPET = "<dagny dad=\"bob\">hello</dagny>";
62 parse(SNIPPET, contentHandler);
76 parse(SNIPPET, contentHandler);
89 parse(SNIPPET, contentHandler);
98 parse(SNIPPET, handler);
103 parse(new StringReader(SNIPPET), handler);
108 parse(new ByteArrayInputStream(SNIPPET.getBytes()),
165 parser.setInput(new StringReader(SNIPPET));
169 parser.setInput(new ByteArrayInputStream(SNIPPET.getBytes()),
  /packages/apps/Tag/src/com/android/apps/tag/message/
ParsedNdefMessage.java 49 * Returns the snippet information associated with the NdefMessage
  /development/pdk/docs/porting/
source_setup_guide.jd 46 <p>This snippet includes an artificial line break to maintain a print-friendly document.</p>
72 This snippet includes an artificial line break to maintain a print-friendly document.
instrumentation_testing.jd 83 <p>The am command is a command-line interface to the ActivityManager (see <a href="http://code.google.com/android/reference/android/app/ActivityManager.html">http://code.google.com/android/reference/android/app/ActivityManager.html</a> for details). <code>am</code> is used to start and instrument activities using the adb shell command, as shown in the snippet below:</p>
127 <p> To run your tests, use the <code>am instrument</code> command with your <code>InstrumentationTestRunner</code> as its argument. Results are printed as a result of the instrumentation. For example, the following snippet displays the output after running the framework tests with one test failing (note the unusual syntax caused by how instrumentations are run via <code>am</code>):</p>
325 <p>The following snippet will prefix the <code>/android.test.InstrumentationTestRunner</code> when running tests from the command line:</p>
334 <p>Create a class that derives from this class. You must override two abstract methods; one that returns the class loader of the target package, and another that defines all of the tests within the package. For example, the snippet below displays the test runner for the framework tests.</p>
354 <p> Next, in an appropriate <code>AndroidManifest.xml</code>, define the instrumentation for the derived class with the appropriate <code>android:targetPackage</code> set. For example, the snippet below defines the instrumentation runner for the framework tests.</p>
366 <p> To create a new test case, write a class that extends <code>InstrumentationTestCase</code> in the same application as your test runner. The following snippet illustrates an example <code>ActivityTestCase</code> that tests an activity named <code>MyActivity</code>.</p>
build_system.jd 39 <p>The following snippet illustrates a typical makefile.</p>
52 <p>The snippet above includes artificial line breaks to maintain a print-friendly document.</p>
178 <p>To simplify code management, give your local branch the same name as the remote branch it is tracking (as illustrated in the snippet above). Switch between branches by executing <code>% git checkout &lt;branchname&gt;</code>.</p>
power_management.jd 68 <p>A driver can use the wakelock API by adding a wakelock variable to its state and calling <code>wake_lock_init</code>, as illustrated in the snippet below:</p>
142 <p>The snippet below illustrates this process.</p>
168 <p>To register drivers with the Android PM driver, implement call-back handlers and register them with the Android PM, as illustrated in the snippet below:</p>
  /external/stlport/doc/
README.evc8 5 with CE. You can take those from eVC4 and adapt them or write your own. This snippet
31 - The snippet below can be used to build STLport for Pocket PC 2003 (using the
README.evc9 5 with CE. You can take those from eVC4 and adapt them or write your own. This snippet
32 - The snippet below can be used to build STLport for Pocket PC 2003 (using the
  /packages/providers/TelephonyProvider/src/com/android/providers/telephony/
MmsSmsDatabaseHelper.java 89 " snippet = new." + Sms.BODY + ", " +
127 " snippet = new." + Mms.SUBJECT + ", " +
135 " UPDATE threads SET snippet = " +
136 " (SELECT snippet FROM" +
137 " (SELECT date * 1000 AS date, sub AS snippet, thread_id FROM pdu" +
138 " UNION SELECT date, body AS snippet, thread_id FROM sms)" +
261 // Update the date and the snippet (and its character set) in
272 " snippet =" +
273 " (SELECT snippet FROM" +
274 " (SELECT date * 1000 AS date, sub AS snippet, thread_id FROM pdu"
    [all...]
  /device/samsung/crespo/alsa-utils/alsaconf/
alsaconf.8 27 Alsaconf will write a module-init-tools (or modutils) snippet which can be then used by module-init-tools (or modutils)
  /external/dropbear/libtomcrypt/notes/
tech0001.txt 49 In this snippet the timer count and state of the joypad are added together into the entropy pool. The timer is important
  /external/webkit/WebKitTools/pywebsocket/mod_pywebsocket/
__init__.py 62 Example snippet of httpd.conf:
  /frameworks/base/core/java/com/android/internal/widget/
ContactHeaderWidget.java 410 * Manually set the social snippet text to display in the header.
412 public void setSocialSnippet(CharSequence snippet) {
413 if (snippet == null) {
417 mStatusView.setText(snippet);
  /frameworks/base/telephony/java/com/android/internal/telephony/
IIccPhoneBook.aidl 25 * <p>The following code snippet demonstrates a static method to

Completed in 1223 milliseconds

1 2 3 4 5 6