Home
last modified time | relevance | path

Searched refs:Star (Results 1 - 17 of 17) sorted by relevance

/third_party/python/Lib/turtledemo/
H A Dplanet_and_moon.py38 class Star(Turtle): class
95 sun = Star(1000000, Vec(0,0), Vec(0,-2.5), gs, "circle")
99 earth = Star(12500, Vec(210,0), Vec(0,195), gs, "planet")
102 moon = Star(1, Vec(220,0), Vec(0,295), gs, "planet")
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
H A DMCAsmMacro.h49 Star, Dot, Comma, Dollar, Equal, EqualEqual, enumerator
/third_party/gn/src/gn/
H A Dfunction_forward_variables_from_unittest.cc192 TEST_F(FunctionForwardVariablesFromTest, Star) { in TEST_F()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/MCParser/
H A DMCAsmLexer.cpp97 case AsmToken::Star: OS << "Star"; break; in dump()
H A DAsmLexer.cpp639 case '*': return AsmToken(AsmToken::Star, StringRef(TokStart, 1)); in LexToken()
H A DAsmParser.cpp1551 case AsmToken::Star: in getDarwinBinOpPrecedence()
1621 case AsmToken::Star: in getGNUBinOpPrecedence()
1736 } else if (Lexer.is(AsmToken::Star) && in parseStatement()
2528 case AsmToken::Star: in isOperator()
/third_party/rust/crates/syn/src/
H A Dtoken.rs835 "*" pub struct Star/1 /// multiplication, dereference, raw pointers, macro Kleene matcher, use wildcards
1010 [*] => { $crate::token::Star };
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/AsmParser/
H A DBPFAsmParser.cpp367 case AsmToken::Star: in parseOperandAsOperator()
/third_party/skia/modules/skplaintexteditor/app/
H A Deditor_application.cpp30 M(2); M(3); M(4); M(5); M(6); M(7); M(8); M(9); M(Star); M(Hash); M(Up); M(Down); M(Left); in key_name()
/third_party/node/deps/cjs-module-lexer/
H A Dlexer.js136 if (source.startsWith('Star', pos))
/third_party/node/deps/v8/src/interpreter/
H A Dbytecodes.h23 // The list of single-byte Star variants, in the format of BYTECODE_LIST.
90 V(Star, ImplicitRegisterUse::kReadAccumulator, OperandType::kRegOut) \
445 /* Special-case Star for common register numbers, to save space */ \
674 // e.g. Mov, Star.
765 // Returns true if the bytecode is Ldar or Star.
945 // dispatch to a Star bytecode.
H A Dbytecode-array-builder.cc202 : BytecodeNode::Star(BytecodeSourceInfo(), operand); in OutputStarRaw()
H A Dinterpreter-generator.cc139 // Star <dst>
142 IGNITION_HANDLER(Star, InterpreterAssembler) { in IGNITION_HANDLER()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Lanai/AsmParser/
H A DLanaiAsmParser.cpp834 } else if (Lexer.is(AsmToken::Star)) { in parsePrePost()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp1619 case AsmToken::Star: SM.onStar(); break; in ParseIntelExpression()
2692 if (getLexer().is(AsmToken::Star)) in ParseInstruction()
/third_party/rust/crates/syn/tests/debug/
H A Dgen.rs5063 impl Debug for Lite<syn::token::Star> {
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp6292 case AsmToken::Star: in parseMemOperand()

Completed in 51 milliseconds