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

  /external/nist-sip/java/gov/nist/javax/sip/message/
Content.java 6 public interface Content {
8 public abstract void setContent(Object content);
17 * The default packing method. This packs the content to be appended to the
  /external/chromium/chrome/browser/resources/picasaweb_uploader/js/
picasa_client.js 186 var content = 'accountType=HOSTED_OR_GOOGLE&Email=' + login + variable
189 content += '&logintoken=' + this.captchaToken_;
190 content += '&logincaptcha=' + opt_captcha;
193 {'Content-type': 'application/x-www-form-urlencoded'},
194 content,
355 var headers = {'Content-Type': 'application/atom+xml'};
369 'Content-Type': file.mimeType,
  /external/clang/lib/Rewrite/
Rewriter.cpp 245 Content = SourceMgr->getSLocEntry(FID).getFile().getContentCache();
246 unsigned lineOffs = Content->SourceLineCache[lineNo];
375 Content = SourceMgr->getSLocEntry(FID).getFile().getContentCache();
378 unsigned parentLineOffs = Content->SourceLineCache[parentLineNo];
379 unsigned startLineOffs = Content->SourceLineCache[startLineNo];
404 unsigned offs = Content->SourceLineCache[lineNo];
  /development/samples/ApiDemos/src/com/example/android/apis/view/
ContentBrowserActivity.java 23 import android.content.Context;
24 import android.content.Intent;
49 * a content browser style of UI (such as a book reader).
55 * Implementation of a view for displaying immersive content, using system UI
57 * content.
59 //BEGIN_INCLUDE(content)
60 public static class Content extends ScrollView
76 public Content(Context context, AttributeSet attrs) {
93 // state of the content browser that it will interact with.
159 //END_INCLUDE(content)
    [all...]
VideoPlayerActivity.java 23 import android.content.Context;
24 import android.content.Intent;
58 * screen can be filled with content (at the expense of no user interaction).
60 //BEGIN_INCLUDE(content)
61 public static class Content extends ImageView implements
80 public Content(Context context, AttributeSet attrs) {
182 //END_INCLUDE(content)
184 Content mContent;
196 mContent = (Content)findViewById(R.id.content);
    [all...]
  /frameworks/base/media/libdrm/mobile1/include/xml/
xml_tinyParser.h 113 uint8_t *Content;
  /frameworks/base/cmds/content/src/com/android/commands/content/
Content.java 17 package com.android.commands.content;
22 import android.content.ContentValues;
23 import android.content.IContentProvider;
31 * This class is a command line utility for manipulating content. A client
32 * can insert, update, and remove records in a content provider. For example,
39 * adb shell content insert --uri content://settings/secure --bind name:s:new_setting
45 * adb shell content update --uri content://settings/secure --bind value:s:newer_value
50 * adb shell content delete --uri content://settings/secure --where "name=\'new_setting\'
    [all...]
  /external/clang/include/clang/Basic/
SourceManager.h 139 /// getBuffer - Returns the memory buffer for the associated content.
153 /// getSize - Returns the size of the content encapsulated by this
165 /// this content cache. This is used for performance analysis.
762 const SrcMgr::ContentCache *Content = Entry.getFile().getContentCache();
763 if (!Content)
765 return Content->OrigEntry;
771 const SrcMgr::ContentCache *Content = sloc.getFile().getContentCache();
772 if (!Content)
774 return Content->OrigEntry;
    [all...]
  /external/clang/lib/Basic/
SourceManager.cpp 51 /// this content cache. This is used for performance analysis.
63 /// getSize - Returns the size of the content encapsulated by this ContentCache.
103 // situation where the content cache referenced a file which no longer
382 // Delete FileEntry objects corresponding to content caches. Since the actual
383 // content cache objects are bump pointer allocated, we just have to run the
505 /// \brief As part of recovering from missing or changed content, produce a
515 /// \brief As part of recovering from missing or changed content, produce a
516 /// fake content cache.
    [all...]
  /external/clang/lib/Serialization/
ASTWriter.cpp     [all...]
  /prebuilt/common/netbeans-visual/
org-openide-util.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.mortbay.jetty.server_6.1.23.v201004211559.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant.jar 
  /prebuilts/tools/common/ant/
ant.jar 

Completed in 611 milliseconds