HomeSort by relevance Sort by last modified time
    Searched refs:Content (Results 26 - 50 of 168) sorted by null

12 3 4 5 6 7

  /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...]
  /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-trace/catapult/third_party/WebOb/docs/wiki-example-code/
example.py 18 <div>{{page.content|html}}</div>
41 Content: <input type="submit" value="Save">
44 <textarea name="content" style="width: 100%; height: 75%" rows="40">{{page.content}}</textarea>
112 content=req.params['content'])
138 content = self.full_content
139 match = re.search(r'<title>(.*?)</title>', content, re.I|re.S)
151 def content(self): member in class:Page
154 content = self.full_conten
    [all...]
  /external/opencv3/samples/winrt/ImageManipulations/
MainPage.xaml.cpp 154 item->Content = (i + 1).ToString() + ") " + s.Title;
179 Page^ hiddenPage = safe_cast<Page^>(HiddenFrame->Content);
209 // Get rid of the content that is currently in the intput and output sections.
216 // Populate the input and output sections with the newly loaded content.
217 InputSection->Content = input;
218 OutputSection->Content = output;
277 /// Populates the page with content passed during navigation. Any saved state is also
  /external/chromium-trace/catapult/third_party/gsutil/gslib/commands/
setmeta.py 56 For example, the following command would set the Content-Type and
57 Cache-Control and remove the Content-Disposition on the specified objects:
59 gsutil setmeta -h "Content-Type:text/html" \\
61 -h "Content-Disposition" gs://bucket/*.html
67 gsutil -m setmeta -h "Content-Type:text/html" \\
69 -h "Content-Disposition" gs://bucket/*.html
86 gsutil setmeta -h "Content-Type:text/html" \\
107 SETTABLE_FIELDS = ['cache-control', 'content-disposition',
108 'content-encoding', 'content-language'
    [all...]
cors.py 66 "responseHeader": ["Content-Type"],
73 http://origin1.example.com and may include the Content-Type response header.
  /external/clang/lib/Rewrite/
Rewriter.cpp 250 Content = SourceMgr->getSLocEntry(FID).getFile().getContentCache();
251 unsigned lineOffs = Content->SourceLineCache[lineNo];
354 Content = SourceMgr->getSLocEntry(FID).getFile().getContentCache();
357 unsigned parentLineOffs = Content->SourceLineCache[parentLineNo];
358 unsigned startLineOffs = Content->SourceLineCache[startLineNo];
383 unsigned offs = Content->SourceLineCache[lineNo];
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
ITreeAdaptor.cs 235 #region Content
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/SlimParsing/Tree/
ITreeAdaptor`1.cs 223 #region Content
  /external/wpa_supplicant_8/hs20/server/www/
spp.php 6 error_log("spp.php - Unexpected Content-Type " . $_SERVER["CONTENT_TYPE"]);
7 die("Unexpected Content-Type");
123 header("Content-Type: application/soap+xml");
  /external/clang/lib/AST/
CommentParser.cpp 554 SmallVector<InlineContentComment *, 8> Content;
561 assert(Content.size() != 0);
562 break; // Block content or EOF ahead, finish this parapgaph.
565 Content.push_back(S.actOnUnknownCommand(Tok.getLocation(),
575 if (Content.size() == 0)
589 Content.push_back(S.actOnUnknownCommand(Tok.getLocation(),
596 Content.push_back(parseInlineCommand());
618 if (Content.size() > 0)
619 Content.back()->addTrailingNewline();
625 Content.push_back(parseHTMLStartTag())
    [all...]
  /external/clang/include/clang/AST/
Comment.h 74 /// True if there is a newline after this inline content node.
240 /// Inline content (contained within a block).
302 /// A command with word-like arguments that is considered inline content.
376 /// treated as inline content (regardless HTML semantics).
534 /// Block content (contains inline content).
551 /// A single paragraph that contains inline content.
553 ArrayRef<InlineContentComment *> Content;
556 ParagraphComment(ArrayRef<InlineContentComment *> Content) :
560 Content(Content)
    [all...]
  /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.
102 // situation where the content cache referenced a file which no longer
374 // Delete FileEntry objects corresponding to content caches. Since the actual
375 // content cache objects are bump pointer allocated, we just have to run the
493 /// \brief As part of recovering from missing or changed content, produce a
503 /// \brief As part of recovering from missing or changed content, produce a
504 /// fake content cache.
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
ITreeAdaptor.cs 255 #region Content
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRTreeAdaptor.h 111 #pragma mark Content
  /external/clang/include/clang/Tooling/
Tooling.h 156 /// file-content.
244 /// \param FilePath The path at which the content will be mapped.
245 /// \param Content A null terminated buffer of the file's content.
247 void mapVirtualFile(StringRef FilePath, StringRef Content);
267 // Maps <file name> -> <file content>.
303 /// \param FilePath The path at which the content will be mapped.
304 /// \param Content A null terminated buffer of the file's content.
305 void mapVirtualFile(StringRef FilePath, StringRef Content);
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
IssueHash.cpp 162 static llvm::SmallString<32> GetHashOfContent(StringRef Content) {
167 Hash.update(Content);
  /external/webrtc/talk/session/media/
channel_unittest.cc 87 typedef ContentT Content;
189 // Add stream information (SSRC) to the local content but not to the remote
190 // content. This means that we per default know the SSRC of what we send but
404 typename T::Content* content) {
407 void CopyContent(const typename T::Content& source,
408 typename T::Content* content) {
416 typename T::Content content; local
497 typename T::Content content; local
511 typename T::Content content; local
527 typename T::Content content; local
547 typename T::Content content; local
567 typename T::Content content; local
1770 typename T::Content content; local
    [all...]
  /external/clang/lib/Tooling/
Tooling.cpp 223 void ToolInvocation::mapVirtualFile(StringRef FilePath, StringRef Content) {
226 MappedFileContents[PathStorage] = Content;
324 void ClangTool::mapVirtualFile(StringRef FilePath, StringRef Content) {
325 MappedFileContents.push_back(std::make_pair(FilePath, Content));
  /external/pdfium/core/include/fxcrt/
fx_xml.h 36 void Set(FX_BOOL bCDATA, const CFX_WideStringC& content) {
38 m_Content = content;
134 enum ChildType { Invalid, Element, Content };
  /frameworks/av/media/libstagefright/codecs/aacenc/src/asm/ARMV5E/
CalcWindowEnergy_v5.s 20 @ Content: CalcWindowEnergy function armv5 assemble
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
ANTLRTreeAdaptor.h 114 #pragma mark Content
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
ANTLRTreeAdaptor.h 114 #pragma mark Content

Completed in 6997 milliseconds

12 3 4 5 6 7