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

1 2

  /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/unittests/Tooling/
RewriterTestContext.h 50 FileID createInMemoryFile(StringRef Name, StringRef Content) {
52 llvm::MemoryBuffer::getMemBuffer(Content);
62 FileID createOnDiskFile(StringRef Name, StringRef Content) {
71 OutStream << Content;
RefactoringTest.cpp 86 // 'e' in the original content.
193 FileID createFile(llvm::StringRef Name, llvm::StringRef Content) {
202 OutStream << Content;
  /external/llvm/include/llvm/Object/
ELFYAML.h 72 object::yaml::BinaryRef Content;
  /development/samples/Support4Demos/src/com/example/android/supportv4/media/
TransportControllerActivity.java 25 import android.content.Context;
43 private Content mContent;
102 * This is the actual video player. It is the top-level content of
106 public static class Content extends VideoView implements
132 public Content(Context context, AttributeSet attrs) {
279 mContent = (Content) findViewById(R.id.content);
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
NetworkPanel.js 89 WebInspector.NetworkLogView._responseHeaderColumns = ["Cache-Control", "Connection", "Content-Encoding", "Content-Length", "ETag", "Keep-Alive", "Last-Modified", "Server", "Vary"];
92 "Cache-Control": false, "Connection": false, "Content-Encoding": false, "Content-Length": false, "ETag": false, "Keep-Alive": false, "Last-Modified": false, "Server": false, "Vary": false
221 titleDOMFragment: this._makeHeaderFragment(WebInspector.UIString("Size"), WebInspector.UIString("Content")),
245 if (headerName === "Content-Length")
    [all...]
Color.js 590 Content: WebInspector.Color.fromRGBA([111, 168, 220, .66]),
  /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...]
ContentBrowserNavActivity.java 23 import android.content.Context;
24 import android.content.Intent;
49 * a content browser style of UI (such as a book reader) that hides the
56 * Implementation of a view for displaying immersive content, using system UI
58 * content.
60 //BEGIN_INCLUDE(content)
61 public static class Content extends ScrollView
77 public Content(Context context, AttributeSet attrs) {
94 // state of the content browser that it will interact with.
161 //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...]
  /external/clang/lib/Rewrite/Core/
Rewriter.cpp 250 Content = SourceMgr->getSLocEntry(FID).getFile().getContentCache();
251 unsigned lineOffs = Content->SourceLineCache[lineNo];
380 Content = SourceMgr->getSLocEntry(FID).getFile().getContentCache();
383 unsigned parentLineOffs = Content->SourceLineCache[parentLineNo];
384 unsigned startLineOffs = Content->SourceLineCache[startLineNo];
409 unsigned offs = Content->SourceLineCache[lineNo];
  /external/clang/lib/AST/
CommentParser.cpp 545 SmallVector<InlineContentComment *, 8> Content;
552 assert(Content.size() != 0);
553 break; // Block content or EOF ahead, finish this parapgaph.
556 Content.push_back(S.actOnUnknownCommand(Tok.getLocation(),
566 if (Content.size() == 0)
580 Content.push_back(S.actOnUnknownCommand(Tok.getLocation(),
587 Content.push_back(parseInlineCommand());
597 if (Content.size() > 0)
598 Content.back()->addTrailingNewline();
604 Content.push_back(parseHTMLStartTag())
    [all...]
  /external/clang/lib/Format/
TokenAnnotator.cpp     [all...]
  /external/clang/include/clang/AST/
Comment.h 74 /// True if there is a newline after this inline content node.
227 /// Inline content (contained within a block).
289 /// A command with word-like arguments that is considered inline content.
363 /// treated as inline content (regardless HTML semantics); opening and closing
513 /// Block content (contains inline content).
530 /// A single paragraph that contains inline content.
532 ArrayRef<InlineContentComment *> Content;
535 ParagraphComment(ArrayRef<InlineContentComment *> Content) :
539 Content(Content)
    [all...]
  /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;
33 * This class is a command line utility for manipulating content. A client
34 * can insert, update, and remove records in a content provider. For example,
41 * adb shell content insert --uri content://settings/secure --bind name:s:new_setting
47 * adb shell content update --uri content://settings/secure --bind value:s:newer_value
52 * adb shell content delete --uri content://settings/secure --where "name=\'new_setting\'
    [all...]
  /external/chromium_org/chrome/browser/google_apis/
gdata_wapi_parser.cc 46 const char kContentNode[] = "content";
72 const char kContentField[] = "content";
414 // Content implementation
416 Content::Content() {
420 void Content::RegisterJSONConverter(
421 base::JSONValueConverter<Content>* converter) {
422 converter->RegisterCustomField(kSrcField, &Content::url_, &GetGURLFromString);
423 converter->RegisterStringField(kTypeField, &Content::mime_type_);
    [all...]
gdata_wapi_parser.h 235 // Content details of a resource: mime-type, url, and so on.
236 class Content {
238 Content();
243 base::JSONValueConverter<Content>* converter);
245 // The URL to download the file content.
440 // The URL to download a file content.
459 // File content MD5 (exists only for kinds FILE and PDF).
542 void set_content(const Content& content) {
543 content_ = content;
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/session/media/
channel_unittest.cc 85 typedef ContentT Content;
252 // Add stream information (SSRC) to the local content but not to the remote
253 // content. This means that we per default know the SSRC of what we send but
289 // Add stream information (SSRC) to the local content but not to the remote
290 // content. This means that we per default know the SSRC of what we send but
487 typename T::Content* content) {
490 void CopyContent(const typename T::Content& source,
491 typename T::Content* content) {
503 typename T::Content content; local
593 typename T::Content content; local
607 typename T::Content content; local
623 typename T::Content content; local
643 typename T::Content content; local
664 typename T::Content content; local
687 typename T::Content content; local
1589 typename T::Content content; local
1827 typename T::Content content; local
    [all...]
  /external/clang/include/clang/Basic/
SourceManager.h 132 /// \brief True if this content cache was initially created for a source
164 /// \brief Returns the memory buffer for the associated content.
178 /// \brief Returns the size of the content encapsulated by this
193 /// this content cache. This is used for performance analysis.
    [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.
106 // situation where the content cache referenced a file which no longer
387 // Delete FileEntry objects corresponding to content caches. Since the actual
388 // content cache objects are bump pointer allocated, we just have to run the
517 /// \brief As part of recovering from missing or changed content, produce a
527 /// \brief As part of recovering from missing or changed content, produce a
528 /// fake content cache.
    [all...]
  /external/clang/lib/Serialization/
ASTWriter.cpp     [all...]
  /prebuilts/tools/common/m2/internal/jdom/jdom/1.0/
jdom-1.0.jar 
  /prebuilts/tools/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 

Completed in 676 milliseconds

1 2