HomeSort by relevance Sort by last modified time
    Searched defs:CONTENT (Results 1 - 16 of 16) sorted by null

  /development/samples/training/threadsample/src/com/example/android/threadsample/
RSSPullParser.java 24 import android.content.ContentValues;
39 // An attribute value indicating that the element contains media content
40 private static final String CONTENT = "media:content";
147 // If it's CONTENT
148 if (eventName.equalsIgnoreCase(CONTENT)) {
  /development/samples/MySampleRss/src/com/example/codelab/rssexample/
RssContentProvider.java 19 import android.content.ContentProvider;
20 import android.content.ContentProviderDatabaseHelper;
21 import android.content.UriMatcher;
22 import android.content.Context;
28 import android.content.ContentValues;
33 // Content Provider for RSS feed information. Each row describes a single
56 public static final Uri CONTENT_URI = Uri.parse( "content://my_rss_item/rssitem");
63 public static final String CONTENT = "rawcontent";
79 CONTENT + " TEXT," +
  /external/emma/core/java12/com/vladium/emma/report/html/doc/
Attribute.java 28 public static final Attribute CONTENT = new AttributeImpl ("CONTENT");
  /external/chromium_org/chrome/browser/bookmarks/
bookmark_html_writer.cc 25 #include "content/public/browser/browser_thread.h"
26 #include "content/public/browser/notification_source.h"
33 using content::BrowserThread;
45 "<META HTTP-EQUIV=\"Content-Type\""
46 " CONTENT=\"text/html; charset=UTF-8\">\r\n"
164 // Actual content, eg foo in <h1>foo</h2>.
165 CONTENT
219 case CONTENT:
285 !Write(title, CONTENT) ||
322 if (!Write(title, CONTENT) ||
    [all...]
  /cts/tests/tests/text/src/android/text/method/cts/
LinkMovementMethodTest.java 46 private static final String CONTENT = "clickable\nunclickable\nclickable";
67 // Set the content view with a text view which contains 3 lines,
69 mView.setText(CONTENT, BufferType.SPANNABLE);
79 mClickable0 = markClickable(0, CONTENT.indexOf('\n'));
81 mClickable1 = markClickable(CONTENT.lastIndexOf('\n'), CONTENT.length());
  /external/jsilver/src/com/google/clearsilver/jsilver/syntax/lexer/
Lexer.java 12 protected State state = State.CONTENT;
169 case 0: state = State.CONTENT; break;
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/x86/
assyntax.h 338 #define CONTENT(a) CHOICE(a, a, (a)) /* take contents of variable */
    [all...]
  /external/mesa3d/src/mesa/x86/
assyntax.h 338 #define CONTENT(a) CHOICE(a, a, (a)) /* take contents of variable */
    [all...]
  /external/owasp/sanitizer/lib/htmlparser-1.3/
htmlparser-1.3-with-transitions.jar 
htmlparser-1.3.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.debug.core_3.6.0.v20100519.jar 
org.eclipse.team.core_3.5.100.R36x_v20100825-0800.jar 
org.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jar 
org.eclipse.pde.core_3.6.1.v20100902_r361.jar 
  /external/emma/lib/
emma.jar 
  /external/owasp/sanitizer/tools/emma/lib/
emma.jar 

Completed in 214 milliseconds