Home
last modified time | relevance | path

Searched refs:Star (Results 1 – 25 of 43) sorted by relevance

12

/third_party/libphonenumber/resources/carrier/en/
D886.txt28 8869020|T Star
29 8869021|T Star
30 8869022|T Star
31 8869023|T Star
32 8869024|T Star
33 8869025|T Star
34 8869026|T Star
42 886908|T Star
135 8869686|T Star
136 8869687|T Star
[all …]
/third_party/typescript/tests/ts_extra_tests/test_ts_cases/5.0/all_enums_are_union_enums/
Dall_enums_are_union_enums_6.ts28 Star
41 interface Star { interface
42 kind: ShapeKind.Star;
53 Assert.isFalse(getStringValue(ShapeKind.Star));
/third_party/python/Lib/turtledemo/
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/node/deps/npm/lib/commands/
Dunstar.js1 const Star = require('./star.js') constant
3 class Unstar extends Star {
Dstar.js7 class Star extends BaseCommand { class
71 module.exports = Star
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCAsmMacro.h49 Star, Dot, Comma, Dollar, Equal, EqualEqual, enumerator
/third_party/node/deps/npm/docs/content/commands/
Dnpm-unstar.md24 #### Star subsubsection
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/MCParser/
DMCAsmLexer.cpp97 case AsmToken::Star: OS << "Star"; break; in dump()
DAsmLexer.cpp639 case '*': return AsmToken(AsmToken::Star, StringRef(TokStart, 1)); in LexToken()
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/gn/src/gn/
Dfunction_forward_variables_from_unittest.cc192 TEST_F(FunctionForwardVariablesFromTest, Star) { in TEST_F() argument
/third_party/mesa3d/docs/relnotes/
D20.1.10.rst34 - \[RADV/ACO\] Star Citizen Lighting/Shadow Issue
D20.2.2.rst43 - [RADV/ACO] Star Citizen Lighting/Shadow Issue
/third_party/rust/crates/syn/src/
Dtoken.rs835 …"*" pub struct Star/1 /// multiplication, dereference, raw pointers, macro Kleene …
1010 [*] => { $crate::token::Star };
/third_party/css-what/src/
Dparse.ts29 Star = 42, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/AsmParser/
DBPFAsmParser.cpp367 case AsmToken::Star: in parseOperandAsOperator()
/third_party/skia/modules/skplaintexteditor/app/
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/python/Doc/howto/
Ddescriptor.rst897 ('Star Wars', 'George Lucas', 1977),
915 >>> Movie('Star Wars').director
924 >>> Movie('Star Wars').director = 'J.J. Abrams'
925 >>> Movie('Star Wars').director
/third_party/tzdata/
Dnorthamerica881 # Indianapolis Star. 2018-11-27 14:58 -05.
1383 # also documented in the Saturday October 26/1918 edition of the Toronto Star.
1615 # [According to the Toronto Star] Orillia, Ontario, adopted DST
1629 # time became a comic failure in Orillia. Toronto Star 2017-07-08.
1651 # time instead of midnight.... Toronto Daily Star - ...
1726 # Toronto Star, which said that DST was ending 1971-10-31 as usual.
1797 # level. As the [Toronto] Star put it (1912-06-07), "While people
1987 # Whitehorse Star - Thursday April 22, 1965 - page 1
1994 # Whitehorse Star - Monday October 25, 1965 - page 15 ...
2000 # Whitehorse Star - Thursday Feb 24,1966 - page 2
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Lanai/AsmParser/
DLanaiAsmParser.cpp834 } else if (Lexer.is(AsmToken::Star)) { in parsePrePost()
/third_party/python/Misc/NEWS.d/
D3.10.0a2.rst165 Star-unpacking is now allowed for with item's targets in the PEG parser.
/third_party/node/deps/v8/src/interpreter/
Dbytecodes.h90 V(Star, ImplicitRegisterUse::kReadAccumulator, OperandType::kRegOut) \
Dbytecode-array-builder.cc202 : BytecodeNode::Star(BytecodeSourceInfo(), operand); in OutputStarRaw()
/third_party/skia/site/docs/user/modules/
Dcanvaskit.md104 Star JSFiddle</a>
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/AsmParser/
DX86AsmParser.cpp1619 case AsmToken::Star: SM.onStar(); break; in ParseIntelExpression()
2692 if (getLexer().is(AsmToken::Star)) in ParseInstruction()

12