| /third_party/node/deps/npm/node_modules/postcss-selector-parser/dist/selectors/ |
| H A D | comment.js | 10 var Comment = /*#__PURE__*/function (_Node) { function
|
| /third_party/python/Doc/tools/extensions/ |
| H A D | peg_highlight.py | 2 from pygments.token import Comment, Generic, Keyword, Name, Operator, Punctuation, Text namespace
|
| H A D | asdl_highlight.py | 9 from pygments.token import (Comment, Generic, Keyword, Name, Operator, namespace
|
| /third_party/PyYAML/examples/pygments-lexer/ |
| H A D | yaml.py | 16 Text, Comment, Punctuation, Name, Literal namespace
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | DwarfDebug.cpp | 172 void DebugLocDwarfExpression::emitOp(uint8_t Op, const char *Comment) { in emitOp() argument [all...] |
| H A D | DwarfExpression.h | 111 const char *Comment; member
|
| H A D | DwarfExpression.cpp | 42 void DwarfExpression::addReg(int DwarfReg, const char *Comment) { in addReg() argument
|
| /third_party/node/deps/v8/src/snapshot/embedded/ |
| H A D | platform-embedded-file-writer-aix.cc | 88 void PlatformEmbeddedFileWriterAIX::Comment(const char* string) { in Comment() function in v8::internal::PlatformEmbeddedFileWriterAIX
|
| H A D | platform-embedded-file-writer-generic.cc | 101 void PlatformEmbeddedFileWriterGeneric::Comment(const char* string) { in Comment() function in v8::internal::PlatformEmbeddedFileWriterGeneric
|
| H A D | platform-embedded-file-writer-mac.cc | 96 void PlatformEmbeddedFileWriterMac::Comment(const char* string) { in Comment() function in v8::internal::PlatformEmbeddedFileWriterMac
|
| H A D | platform-embedded-file-writer-win.cc | 489 void PlatformEmbeddedFileWriterWin::Comment(cons function in v8::internal::PlatformEmbeddedFileWriterWin 663 void PlatformEmbeddedFileWriterWin::Comment(const char* string) { Comment() function in v8::internal::PlatformEmbeddedFileWriterWin [all...] |
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/ |
| H A D | CodeViewRecordIO.cpp | 127 Error CodeViewRecordIO::mapInteger(TypeIndex &TypeInd, const Twine &Comment) { in mapInteger() argument 152 emitEncodedUnsignedInteger(static_cast<uint64_t>(Value), Comment); in mapEncodedInteger() local 100 mapByteVectorTail(ArrayRef<uint8_t> &Bytes, const Twine &Comment) mapByteVectorTail() argument 116 mapByteVectorTail(std::vector<uint8_t> &Bytes, const Twine &Comment) mapByteVectorTail() argument 148 mapEncodedInteger(int64_t &Value, const Twine &Comment) mapEncodedInteger() argument 173 mapEncodedInteger(uint64_t &Value, const Twine &Comment) mapEncodedInteger() argument 189 mapEncodedInteger(APSInt &Value, const Twine &Comment) mapEncodedInteger() argument 204 mapStringZ(StringRef &Value, const Twine &Comment) mapStringZ() argument 222 mapGuid(GUID &Guid, const Twine &Comment) mapGuid() argument 249 mapStringZVectorZ(std::vector<StringRef> &Value, const Twine &Comment) mapStringZVectorZ() argument 274 emitEncodedSignedInteger(const int64_t &Value, const Twine &Comment) emitEncodedSignedInteger() argument 300 emitEncodedUnsignedInteger(const uint64_t &Value, const Twine &Comment) emitEncodedUnsignedInteger() argument [all...] |
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/ |
| H A D | CodeViewRecordIO.h | 235 emitComment(const Twine &Comment) emitComment() argument [all...] |
| /third_party/lzma/CPP/7zip/UI/Common/ |
| H A D | UpdateCallback.h | 165 const UString *Comment;
member in Z7_final
|
| H A D | OpenArchive.cpp | 127 UString Comment;
member
|
| /third_party/python/Lib/ |
| H A D | tokenize.py | 66 Comment = r'#[^\r\n]*' variable
|
| /third_party/python/Lib/lib2to3/pgen2/ |
| H A D | tokenize.py | 57 Comment = r'#[^\r\n]*' variable
|
| /third_party/gn/src/gn/ |
| H A D | xcode_object.cc | 351 std::string PBXObject::Comment() const { in Comment() function in PBXObject 531 std::string PBXFileReference::Comment() const { in Comment() function in PBXFileReference 906 std::string PBXProject::Comment() const { in Comment() function in PBXProject
|
| /third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/model/ |
| H A D | NumberingScheme.java | 653 public abstract static class Comment { global() class in NumberingScheme 752 Comment() {} Comment() method in NumberingScheme.Comment [all...] |
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/ |
| H A D | MCELFStreamer.cpp | 366 MCSection *Comment = getAssembler().getContext().getELFSection( in EmitIdent() local
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/ |
| H A D | MCAsmMacro.h | 39 Comment, enumerator
|
| /third_party/node/tools/gyp/pylib/gyp/ |
| H A D | xcodeproj_file.py | 377 def Comment(self): member in XCObject 2784 def Comment(self): member in PBXProject
|
| /third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/ |
| H A D | xcodeproj_file.py | 377 def Comment(self): member in XCObject 2785 def Comment(self): member in PBXProject
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUAsmPrinter.cpp | 555 std::string Comment = "\n"; in runOnMachineFunction() local
|
| /third_party/python/Lib/xml/etree/ |
| H A D | ElementTree.py | 444 def Comment(text=None): function
|