Searched defs:Comment (Results 1 - 25 of 54) sorted by path

123

/external/aac/libMpegTPDec/include/
H A Dtp_data.h167 UCHAR Comment[PC_COMMENTLENGTH]; member in struct:__anon156
/external/aac/libMpegTPEnc/include/
H A Dtp_data.h167 UCHAR Comment[PC_COMMENTLENGTH]; member in struct:__anon173
/external/antlr/antlr-3.4/runtime/ActionScript/project/lib/
H A DFlexAntTasks.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/adobe/ com/adobe/ac/ com/adobe/ac/ant/ ...
/external/chromium_org/ppapi/generators/
H A Didl_c_header.py19 from idl_c_proto import CGen, GetNodeComments, CommentLines, Comment namespace
226 assert(fileinfo.IsA('Comment'))
324 out.Write('%s\n' % Comment(fileinfo, prefix='*\n @file'))
H A Didl_c_proto.py43 def Comment(node, prefix=None, tabs=0): function
44 # Generate a comment block from the provided Comment node.
64 for doc in node.GetListOf('Comment'):
65 comment_txt += Comment(doc, tabs=tabs)
659 # Copyright and Comment
762 instr = node.GetOneOf('Comment')
H A Didl_thunk.py19 from idl_c_proto import CGen, GetNodeComments, CommentLines, Comment namespace
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DComment.cpp23 #include "core/dom/Comment.h"
29 inline Comment::Comment(Document& document, const String& text) function in class:blink::Comment
34 PassRefPtrWillBeRawPtr<Comment> Comment::create(Document& document, const String& text)
36 return adoptRefWillBeNoop(new Comment(document, text));
39 String Comment::nodeName() const
44 Node::NodeType Comment::nodeType() const
49 PassRefPtrWillBeRawPtr<Node> Comment::cloneNode(bool /*deep*/)
/external/chromium_org/third_party/WebKit/Source/core/html/parser/
H A DCSSPreloadScanner.h53 Comment, enumerator in enum:blink::CSSPreloadScanner::State
H A DHTMLToken.h71 Comment, enumerator in enum:blink::HTMLToken::Type
139 ASSERT(m_type == Character || m_type == Comment || m_type == StartTag || m_type == EndTag);
408 /* Comment Tokens */
412 ASSERT(m_type == Comment);
419 m_type = Comment;
425 ASSERT(m_type == Comment);
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/javascript/ com/google/javascript/jscomp/ ...
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/
H A DBeautifulSoup.py471 class Comment(NavigableString): class in inherits:NavigableString
1102 <! --Comment--> (Extraneous whitespace in declaration)
1389 "Handle comments as Comment objects."
1390 self._toStringSubclass(text, Comment)
/external/chromium_org/third_party/checkstyle/
H A Dcheckstyle-5.7-all.jarMETA-INF/MANIFEST.MF META-INF/ checkstyle_packages.xml checkstylecompilation.properties checkstyletask.properties com/ ...
/external/chromium_org/third_party/closure_compiler/compiler/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...
/external/chromium_org/third_party/libaddressinput/src/java/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF AndroidManifest.xml android/ android/Manifest$permission.class ...
/external/chromium_org/third_party/markdown/
H A Dserializers.py78 Comment = util.etree.test_comment variable
80 Comment = util.etree.Comment variable
172 if tag is Comment:
291 elif tag is not None and tag is not Comment and tag is not PI:
H A Dutil.py91 from xml.etree.ElementTree import Comment namespace
92 # Serializers (including ours) test with non-c Comment
93 etree.test_comment = Comment
/external/chromium_org/third_party/mesa/src/src/mesa/program/
H A Dprog_instruction.h411 const char *Comment; member in struct:prog_instruction
/external/chromium_org/tools/gyp/pylib/gyp/
H A Dxcodeproj_file.py372 def Comment(self): member in class:XCObject
604 comment = value.Comment()
2523 def Comment(self): member in class:PBXProject
/external/chromium_org/tools/imagediff/
H A Dimage_diff_png.cc39 struct Comment { struct in namespace:image_diff_png::__anon16497
409 explicit CommentWriter(const std::vector<Comment>& comments)
437 void AddComment(size_t pos, const Comment& comment) {
451 const std::vector<Comment> comments_;
470 const std::vector<Comment>& comments) {
529 const std::vector<Comment>& comments,
604 const std::vector<Comment>& comments,
628 std::vector<Comment>(), output);
640 std::vector<Comment>(), output);
/external/chromium_org/tools/json_schema_compiler/
H A Dcode.py88 def Comment(self, comment, comment_prefix='// '): member in class:Code
/external/chromium_org/ui/gfx/codec/
H A Dpng_codec.cc510 explicit CommentWriter(const std::vector<PNGCodec::Comment>& comments)
538 void AddComment(size_t pos, const PNGCodec::Comment& comment) {
554 const std::vector<PNGCodec::Comment> comments_;
573 const std::vector<PNGCodec::Comment>& comments) {
631 const std::vector<PNGCodec::Comment>& comments,
748 std::vector<PNGCodec::Comment>(),
762 const std::vector<Comment>& comments,
803 PNGCodec::Comment::Comment(const std::string& k, const std::string& t) function in class:gfx::PNGCodec::Comment
807 PNGCodec::Comment
[all...]
H A Dpng_codec.h48 struct GFX_EXPORT Comment { struct in class:gfx::PNGCodec
49 Comment(const std::string& k, const std::string& t);
50 ~Comment();
78 const std::vector<Comment>& comments,
/external/chromium_org/v8/src/
H A Dcodegen.cc82 Comment::Comment(MacroAssembler* masm, const char* msg) function in class:v8::internal::Comment
88 Comment::~Comment() {
H A Dlithium-codegen.cc73 Comment(
84 Comment(";;; <@%d,#%d> %s",
132 void LCodeGenBase::Comment(const char* format, ...) { function in class:v8::internal::LCodeGenBase
155 Comment("%s", os.c_str());
H A Dmacro-assembler.h155 class Comment { class in namespace:v8::internal
157 Comment(MacroAssembler* masm, const char* msg);
158 ~Comment();
167 class Comment { class in namespace:v8::internal
169 Comment(MacroAssembler*, const char*) {} function in class:v8::internal::Comment

Completed in 1836 milliseconds

123