HomeSort by relevance Sort by last modified time
    Searched defs:Content (Results 1 - 8 of 8) 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 247 Content = SourceMgr->getSLocEntry(FID).getFile().getContentCache();
248 unsigned lineOffs = Content->SourceLineCache[lineNo];
379 Content = SourceMgr->getSLocEntry(FID).getFile().getContentCache();
382 unsigned parentLineOffs = Content->SourceLineCache[parentLineNo];
383 unsigned startLineOffs = Content->SourceLineCache[startLineNo];
408 unsigned offs = Content->SourceLineCache[lineNo];
  /frameworks/base/media/libdrm/mobile1/include/xml/
xml_tinyParser.h 113 uint8_t *Content;
  /external/clang/lib/Basic/
SourceManager.cpp 50 /// this content cache. This is used for performance analysis.
62 /// getSize - Returns the size of the content encapsulated by this ContentCache.
98 // situation where the content cache referenced a file which no longer
376 // Delete FileEntry objects corresponding to content caches. Since the actual
377 // content cache objects are bump pointer allocated, we just have to run the
472 /// \brief As part of recovering from missing or changed content, produce a
    [all...]
  /external/clang/lib/Serialization/
ASTWriter.cpp     [all...]
  /prebuilt/common/netbeans-visual/
org-openide-util.jar 
  /prebuilt/common/ant/
ant.jar 

Completed in 8755 milliseconds