HomeSort by relevance Sort by last modified time
    Searched defs:Content (Results 1 - 20 of 20) 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/unittests/Tooling/
RewriterTestContext.h 53 FileID createInMemoryFile(StringRef Name, StringRef Content) {
55 llvm::MemoryBuffer::getMemBuffer(Content);
63 FileID createOnDiskFile(StringRef Name, StringRef Content) {
79 OutStream << Content;
RefactoringTest.cpp 86 // 'e' in the original content.
168 FileID createFile(llvm::StringRef Name, llvm::StringRef Content) {
175 OutStream << Content;
  /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...]
  /external/clang/lib/Rewrite/Core/
Rewriter.cpp 248 Content = SourceMgr->getSLocEntry(FID).getFile().getContentCache();
249 unsigned lineOffs = Content->SourceLineCache[lineNo];
378 Content = SourceMgr->getSLocEntry(FID).getFile().getContentCache();
381 unsigned parentLineOffs = Content->SourceLineCache[parentLineNo];
382 unsigned startLineOffs = Content->SourceLineCache[startLineNo];
407 unsigned offs = Content->SourceLineCache[lineNo];
  /frameworks/base/media/libdrm/mobile1/include/xml/
xml_tinyParser.h 113 uint8_t *Content;
  /external/clang/lib/AST/
CommentParser.cpp 533 SmallVector<InlineContentComment *, 8> Content;
540 assert(Content.size() != 0);
541 break; // Block content or EOF ahead, finish this parapgaph.
544 Content.push_back(S.actOnUnknownCommand(Tok.getLocation(),
553 if (Content.size() == 0)
558 Content.push_back(parseInlineCommand());
568 if (Content.size() > 0)
569 Content.back()->addTrailingNewline();
575 Content.push_back(parseHTMLStartTag());
579 Content.push_back(parseHTMLEndTag())
    [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;
32 * This class is a command line utility for manipulating content. A client
33 * can insert, update, and remove records in a content provider. For example,
40 * adb shell content insert --uri content://settings/secure --bind name:s:new_setting
46 * adb shell content update --uri content://settings/secure --bind value:s:newer_value
51 * adb shell content delete --uri content://settings/secure --where "name=\'new_setting\'
    [all...]
  /external/clang/include/clang/AST/
Comment.h 53 /// True if there is a newline after this inline content node.
203 /// Inline content (contained within a block).
269 /// A command with word-like arguments that is considered inline content.
345 /// treated as inline content (regardless HTML semantics); opening and closing
501 /// Block content (contains inline content).
520 /// A single paragraph that contains inline content.
522 llvm::ArrayRef<InlineContentComment *> Content;
525 ParagraphComment(llvm::ArrayRef<InlineContentComment *> Content) :
529 Content(Content)
    [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/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.
854 const SrcMgr::ContentCache *Content = Entry.getFile().getContentCache();
855 if (!Content)
857 return Content->OrigEntry;
    [all...]
  /external/clang/lib/Serialization/
ASTWriter.cpp     [all...]
  /tools/motodev/src/plugins/videos/libs/gdata/java/lib/
gdata-core-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 
  /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 
  /prebuilts/tools/common/freemarker/
freemarker-2.3.19.jar 

Completed in 326 milliseconds