HomeSort by relevance Sort by last modified time
    Searched refs:Content (Results 226 - 250 of 496) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Parser/
InfSectionParser.py 246 # A List for store define section content.
255 # File Header content parser
257 def InfHeaderParser(self, Content, InfHeaderObject2, FileName, IsBinaryHeader = False):
259 (Abstract, Description, Copyright, License) = ParseHeaderCommentSection(Content, FileName, True)
266 (Abstract, Description, Copyright, License) = ParseHeaderCommentSection(Content, FileName)
290 # @param String A string contained the content need to be parsed.
  /external/llvm/tools/yaml2obj/
yaml2elf.cpp 251 // SHT_NOBITS section does not have content
345 assert(Section.Size >= Section.Content.binary_size() &&
346 "Section size and section content are inconsistent");
349 Section.Content.writeAsBinary(OS);
350 for (auto i = Section.Content.binary_size(); i < Section.Size; ++i)
  /external/skia/gm/
multipicturedraw.cpp 371 // Draw the content into a single canvas
386 // Draw the content into multiple canvases/tiles
434 * single vs. multiple pictures (e.g., normal vs. picture-pile-style content)
438 enum Content {
461 MultiPictureDraw(Content content, Layout layout) : fContent(content), fLayout(layout) {
477 Content fContent;
  /external/skqp/gm/
multipicturedraw.cpp 371 // Draw the content into a single canvas
386 // Draw the content into multiple canvases/tiles
434 * single vs. multiple pictures (e.g., normal vs. picture-pile-style content)
438 enum Content {
461 MultiPictureDraw(Content content, Layout layout) : fContent(content), fLayout(layout) {
477 Content fContent;
  /prebuilts/go/darwin-x86/src/net/http/cgi/
host.go 170 if ctype := req.Header.Get("Content-Type"); ctype != "" {
307 if statusCode == 0 && headers.Get("Content-Type") == "" {
309 h.printf("cgi: missing required Content-Type in headers")
  /prebuilts/go/linux-x86/src/net/http/cgi/
host.go 170 if ctype := req.Header.Get("Content-Type"); ctype != "" {
307 if statusCode == 0 && headers.Get("Content-Type") == "" {
309 h.printf("cgi: missing required Content-Type in headers")
  /build/make/tools/droiddoc/templates-pdk/
customizations.cs 3 <div class="g-section g-tpl-240" id="body-content">
12 <div class="g-section g-tpl-240" id="body-content">
26 <div class="g-section g-tpl-240" id="body-content">
45 <div class="g-section g-tpl-240" id="body-content">
127 Except as noted, this content is
130 restrictions, see the <a href="<?cs var:toroot ?>license.html">Content
136 Except as noted, this content is licensed under <a
139 Content License</a>.<?cs
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/CommonDataClass/
CommonClass.py 466 # @var Content: To store value for Content
472 self.Content = ''
  /external/clang/include/clang/AST/
CommentSema.h 88 ArrayRef<InlineContentComment *> Content);
  /frameworks/native/libs/binder/include/binder/
Value.h 176 template<typename T> class Content;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
CommentSema.h 88 ArrayRef<InlineContentComment *> Content);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Object/
Wasm.h 55 ArrayRef<uint8_t> Content; // Section content
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/AST/
CommentSema.h 88 ArrayRef<InlineContentComment *> Content);
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Object/
Wasm.h 61 ArrayRef<uint8_t> Content; // Section content
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/AST/
CommentSema.h 88 ArrayRef<InlineContentComment *> Content);
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Object/
Wasm.h 61 ArrayRef<uint8_t> Content; // Section content
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/AST/
CommentSema.h 88 ArrayRef<InlineContentComment *> Content);
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/AST/
CommentSema.h 88 ArrayRef<InlineContentComment *> Content);
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/AST/
CommentSema.h 88 ArrayRef<InlineContentComment *> Content);
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/AST/
CommentSema.h 88 ArrayRef<InlineContentComment *> Content);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
CommentSema.h 88 ArrayRef<InlineContentComment *> Content);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Object/
Wasm.h 55 ArrayRef<uint8_t> Content; // Section content
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/AST/
CommentSema.h 88 ArrayRef<InlineContentComment *> Content);
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Object/
Wasm.h 61 ArrayRef<uint8_t> Content; // Section content
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/AST/
CommentSema.h 88 ArrayRef<InlineContentComment *> Content);

Completed in 513 milliseconds

1 2 3 4 5 6 7 8 91011>>