/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
H A D | GraphWriter.h | 40 namespace DOT { // Private functions... namespace 48 } // end namespace DOT 53 DOT, enumerator 63 GraphProgram::Name program = GraphProgram::DOT); 100 O << "<s" << i << ">" << DOT::EscapeString(label); in getEdgeSourceLabels() 132 O << "digraph \"" << DOT::EscapeString(Title) << "\" {\n"; in writeHeader() 134 O << "digraph \"" << DOT::EscapeString(GraphName) << "\" {\n"; in writeHeader() 142 O << "\tlabel=\"" << DOT::EscapeString(Title) << "\";\n"; in writeHeader() 144 O << "\tlabel=\"" << DOT::EscapeString(GraphName) << "\";\n"; in writeHeader() 173 O << DOT in writeNode() [all...] |
/third_party/icu/tools/multi/c/ |
H A D | Makefile | 17 DOT=$(shell pwd) macro 18 MULTICU_ROOT=$(DOT)/.. 60 ([ -f $(DOT)/patch/$* ] && patch -d $(BLD)/r$* -p1 < $(DOT)/patch/$*) || true 68 ([ -f $(DOT)/patch/$* ] && patch -d $(BLD)/$* -p1 < $(DOT)/patch/$*) || true
|
/third_party/python/Lib/ |
H A D | token.py | 29 DOT = 23 variable 98 '.': DOT,
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/ |
H A D | VPlan.cpp | 535 OS << "\\n" << DOT::EscapeString(Plan.getName()); in dump() 542 OS << DOT::EscapeString(" := "); in dump() 600 OS << Indent << "\"" << DOT::EscapeString(BasicBlock->getName()) << ":\\n\""; in dumpBasicBlock() 609 OS << " (" << DOT::EscapeString(PredI->getParent()->getName()) in dumpBasicBlock() 624 OS << " (" << DOT::EscapeString(CBI->getParent()->getName()) << ")\\l\""; in dumpBasicBlock() 641 << DOT::EscapeString(Region->isReplicator() ? "<xVFxUF> " : "<x1> ") in dumpRegion() 642 << DOT::EscapeString(Region->getName()) << "\"\n"; in dumpRegion() 670 O << DOT::EscapeString(IngredientString); in printAsIngredient()
|
/third_party/gn/src/gn/ |
H A D | tokenizer.cc | 65 return Token::DOT; in GetSpecificOperatorType() 229 return Token::DOT; 319 case Token::DOT:
|
H A D | token.h | 36 DOT, enumerator
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
H A D | GraphWriter.cpp | 35 std::string llvm::DOT::EscapeString(const std::string &Label) { in EscapeString() 70 StringRef llvm::DOT::getColorString(unsigned ColorNumber) { in getColorString() 134 case GraphProgram::DOT: in getProgramName()
|
/third_party/ffmpeg/libavfilter/ |
H A D | avf_avectorscope.c | 45 DOT, enumerator 99 { "draw", "set draw mode", OFFSET(draw), AV_OPT_TYPE_INT, {.i64=DOT}, 0, DRAW_NB-1, TFLAGS, "draw" }, 100 { "dot", "", 0, AV_OPT_TYPE_CONST, {.i64=DOT} , 0, 0, TFLAGS, "draw" }, 382 if (s->draw == DOT) { in filter_frame()
|
/third_party/mesa3d/src/intel/tools/ |
H A D | i965_gram.y | 362 %token DOT 480 %nonassoc DOT 1788 DOT exp { $$ = $2; } 2126 | DOT writemask_x writemask_y writemask_z writemask_w 2157 | DOT chansel 2161 | DOT chansel chansel chansel chansel 2200 | DOT X { $$ = BRW_PREDICATE_ALIGN16_REPLICATE_X; } 2201 | DOT Y { $$ = BRW_PREDICATE_ALIGN16_REPLICATE_Y; } 2202 | DOT Z { $$ = BRW_PREDICATE_ALIGN16_REPLICATE_Z; } 2203 | DOT [all...] |
/third_party/python/Lib/test/ |
H A D | test_tokenize.py | 1408 self.assertExactTypeEqual('.', token.DOT) 2154 DOT '.' (2, 7) (2, 8) 2159 DOT '.' (2, 23) (2, 24) 2248 DOT '.' (1, 3) (1, 4) 2274 DOT '.' (1, 5) (1, 6) 2304 DOT '.' (1, 3) (1, 4)
|
/third_party/python/Include/ |
H A D | token.h | 36 #define DOT 23 macro
|
/third_party/python/Parser/ |
H A D | token.c | 32 "DOT", 90 case '.': return DOT; in PyToken_OneChar()
|
/third_party/python/Lib/lib2to3/pgen2/ |
H A D | token.py | 32 DOT = 23 variable
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
H A D | LocaleIDParser.java | 56 private static final char DOT = '.'; field in LocaleIDParser 151 // always terminate at DOT, even if not handling POSIX. It's an error... in isTerminator() 152 return c == KEYWORD_SEPARATOR || c == DONE || c == DOT; in isTerminator() 402 if (c == DOT) { in parseVariant()
|
/third_party/icu/tools/multi/proj/provider/ |
H A D | Makefile | 13 DOT=../../c macro 306 ([ -f $(DOT)/patch/$* ] && patch -d $(SRC)/$* -p1 < $(DOT)/patch/$*) || true
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
H A D | LocaleIDParser.java | 58 private static final char DOT = '.'; field in LocaleIDParser 153 // always terminate at DOT, even if not handling POSIX. It's an error... in isTerminator() 154 return c == KEYWORD_SEPARATOR || c == DONE || c == DOT; in isTerminator() 404 if (c == DOT) { in parseVariant()
|
/third_party/ffmpeg/libavcodec/arm/ |
H A D | videodsp_armv5te.S | 3 @ Copyright (c) 2004 AGAWA Koji <i (AT) atty (DOT) jp>
|
/third_party/icu/icu4c/source/i18n/ |
H A D | selfmtimpl.h | 30 #define DOT ((UChar)0x002E) macro
|
/third_party/node/deps/icu-small/source/i18n/ |
H A D | selfmtimpl.h | 30 #define DOT ((char16_t)0x002E) macro
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/ |
H A D | glslang_tab.h | 162 DOT = 365, enumerator
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | selfmtimpl.h | 30 #define DOT ((UChar)0x002E) macro
|
/third_party/vk-gl-cts/framework/randomshaders/ |
H A D | rsgToken.hpp | 60 DOT, enumerator
|
/third_party/python/Lib/email/ |
H A D | _header_value_parser.py | 613 res = [DOT] 614 last = DOT 616 for tok in self[0] + [DOT]: 950 DOT = ValueTerminal('.', 'dot') variable 1340 dot_atom_text.append(DOT) 1342 if dot_atom_text[-1] is DOT: 1427 phrase.append(DOT) 1493 obs_local_part.append(DOT) 1630 domain.append(DOT)
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
H A D | glslang_tab_autogen.h | 218 DOT = 419, enumerator
|
/third_party/python/Lib/lib2to3/ |
H A D | fixer_util.py | 50 return Leaf(token.DOT, ".") 253 if prev is not None and prev.type == token.DOT:
|