Home
last modified time | relevance | path

Searched refs:asterisk (Results 1 - 14 of 14) sorted by relevance

/third_party/skia/docs/examples/
H A DPath_Iter.cpp11 SkPath asterisk, path; in REG_FIDDLE() local
12 paint.getTextPath("*", 1, 50, 192, &asterisk); in REG_FIDDLE()
13 SkPath::Iter iter(asterisk, true); in REG_FIDDLE()
/third_party/node/deps/npm/node_modules/postcss-selector-parser/dist/
H A DtokenTypes.js4 exports.word = exports.tilde = exports.tab = exports.str = exports.space = exports.slash = exports.singleQuote = exports.semicolon = exports.plus = exports.pipe = exports.openSquare = exports.openParenthesis = exports.newline = exports.greaterThan = exports.feed = exports.equals = exports.doubleQuote = exports.dollar = exports.cr = exports.comment = exports.comma = exports.combinator = exports.colon = exports.closeSquare = exports.closeParenthesis = exports.caret = exports.bang = exports.backslash = exports.at = exports.asterisk = exports.ampersand = void 0;
7 var asterisk = 42; // `*`.charCodeAt(0); variable
8 exports.asterisk = asterisk;
H A Dtokenize.js11 var wordDelimiters = (_wordDelimiters = {}, _wordDelimiters[t.space] = true, _wordDelimiters[t.tab] = true, _wordDelimiters[t.newline] = true, _wordDelimiters[t.cr] = true, _wordDelimiters[t.feed] = true, _wordDelimiters[t.ampersand] = true, _wordDelimiters[t.asterisk] = true, _wordDelimiters[t.bang] = true, _wordDelimiters[t.comma] = true, _wordDelimiters[t.colon] = true, _wordDelimiters[t.semicolon] = true, _wordDelimiters[t.openParenthesis] = true, _wordDelimiters[t.closeParenthesis] = true, _wordDelimiters[t.openSquare] = true, _wordDelimiters[t.closeSquare] = true, _wordDelimiters[t.singleQuote] = true, _wordDelimiters[t.doubleQuote] = true, _wordDelimiters[t.plus] = true, _wordDelimiters[t.pipe] = true, _wordDelimiters[t.tilde] = true, _wordDelimiters[t.greaterThan] = true, _wordDelimiters[t.equals] = true, _wordDelimiters[t.dollar] = true, _wordDelimiters[t.caret] = true, _wordDelimiters[t.slash] = true, _wordDelimiters);
139 case t.asterisk:
180 if (code === t.slash && css.charCodeAt(start + 1) === t.asterisk) {
H A Dparser.js188 case tokens.asterisk:
620 } else if (this.nextToken[_tokenize.FIELDS.TYPE] === tokens.asterisk) {
889 case tokens.asterisk:
/third_party/node/deps/openssl/openssl/crypto/perlasm/
H A Dx86_64-xlate.pl292 $self->{asterisk} = $1;
349 $self->{asterisk},$self->{label},
354 sprintf "%s%s(%%%s)%s", $self->{asterisk},$self->{label},
363 ($self->{asterisk}) && ($sz="q") ||
396 $self->{asterisk} = $1;
422 if ($gas) { sprintf "%s%%%s%s", $self->{asterisk},
/third_party/openssl/crypto/perlasm/
H A Dx86_64-xlate.pl287 $self->{asterisk} = $1;
344 $self->{asterisk},$self->{label},
349 sprintf "%s%s(%%%s)%s", $self->{asterisk},$self->{label},
358 ($self->{asterisk}) && ($sz="q") ||
391 $self->{asterisk} = $1;
417 if ($gas) { sprintf "%s%%%s%s", $self->{asterisk},
/third_party/selinux/checkpolicy/
H A Dpolicy_parse.y831 asterisk : '*' label
837 | asterisk
852 asterisk_push : asterisk
/third_party/typescript/lib/
H A DtypingsInstaller.js5701 CharacterCodes[CharacterCodes["asterisk"] = 42] = "asterisk";
10644 if (text.charCodeAt(pos + 1) === 42 /* CharacterCodes.asterisk */) {
10647 if (text.charCodeAt(pos) === 42 /* CharacterCodes.asterisk */ && text.charCodeAt(pos + 1) === 47 /* CharacterCodes.slash */) {
10674 case 42 /* CharacterCodes.asterisk */:
10756 * line break. Multi-line comment ranges include the leading slash-asterisk and trailing
10757 * asterisk-slash characters.
10814 if (nextChar === 47 /* CharacterCodes.slash */ || nextChar === 42 /* CharacterCodes.asterisk */) {
10829 if (text.charCodeAt(pos) === 42 /* CharacterCodes.asterisk */ && text.charCodeAt(pos + 1) === 47 /* CharacterCodes.slash */) {
11672 case 42 /* CharacterCodes.asterisk */
[all...]
H A Dtsc.js[all...]
H A Dtsserverlibrary.js5720 CharacterCodes[CharacterCodes["asterisk"] = 42] = "asterisk";
10663 if (text.charCodeAt(pos + 1) === 42 /* CharacterCodes.asterisk */) {
10666 if (text.charCodeAt(pos) === 42 /* CharacterCodes.asterisk */ && text.charCodeAt(pos + 1) === 47 /* CharacterCodes.slash */) {
10693 case 42 /* CharacterCodes.asterisk */:
10775 * line break. Multi-line comment ranges include the leading slash-asterisk and trailing
10776 * asterisk-slash characters.
10833 if (nextChar === 47 /* CharacterCodes.slash */ || nextChar === 42 /* CharacterCodes.asterisk */) {
10848 if (text.charCodeAt(pos) === 42 /* CharacterCodes.asterisk */ && text.charCodeAt(pos + 1) === 47 /* CharacterCodes.slash */) {
11691 case 42 /* CharacterCodes.asterisk */
[all...]
H A Dtypescript.js5711 CharacterCodes[CharacterCodes["asterisk"] = 42] = "asterisk";
10654 if (text.charCodeAt(pos + 1) === 42 /* CharacterCodes.asterisk */) {
10657 if (text.charCodeAt(pos) === 42 /* CharacterCodes.asterisk */ && text.charCodeAt(pos + 1) === 47 /* CharacterCodes.slash */) {
10684 case 42 /* CharacterCodes.asterisk */:
10766 * line break. Multi-line comment ranges include the leading slash-asterisk and trailing
10767 * asterisk-slash characters.
10824 if (nextChar === 47 /* CharacterCodes.slash */ || nextChar === 42 /* CharacterCodes.asterisk */) {
10839 if (text.charCodeAt(pos) === 42 /* CharacterCodes.asterisk */ && text.charCodeAt(pos + 1) === 47 /* CharacterCodes.slash */) {
11682 case 42 /* CharacterCodes.asterisk */
[all...]
H A DtypescriptServices.js5711 CharacterCodes[CharacterCodes["asterisk"] = 42] = "asterisk";
10654 if (text.charCodeAt(pos + 1) === 42 /* CharacterCodes.asterisk */) {
10657 if (text.charCodeAt(pos) === 42 /* CharacterCodes.asterisk */ && text.charCodeAt(pos + 1) === 47 /* CharacterCodes.slash */) {
10684 case 42 /* CharacterCodes.asterisk */:
10766 * line break. Multi-line comment ranges include the leading slash-asterisk and trailing
10767 * asterisk-slash characters.
10824 if (nextChar === 47 /* CharacterCodes.slash */ || nextChar === 42 /* CharacterCodes.asterisk */) {
10839 if (text.charCodeAt(pos) === 42 /* CharacterCodes.asterisk */ && text.charCodeAt(pos + 1) === 47 /* CharacterCodes.slash */) {
11682 case 42 /* CharacterCodes.asterisk */
[all...]
H A Dtsserver.js5721 CharacterCodes[CharacterCodes["asterisk"] = 42] = "asterisk";
10664 if (text.charCodeAt(pos + 1) === 42 /* CharacterCodes.asterisk */) {
10667 if (text.charCodeAt(pos) === 42 /* CharacterCodes.asterisk */ && text.charCodeAt(pos + 1) === 47 /* CharacterCodes.slash */) {
10694 case 42 /* CharacterCodes.asterisk */:
10776 * line break. Multi-line comment ranges include the leading slash-asterisk and trailing
10777 * asterisk-slash characters.
10834 if (nextChar === 47 /* CharacterCodes.slash */ || nextChar === 42 /* CharacterCodes.asterisk */) {
10849 if (text.charCodeAt(pos) === 42 /* CharacterCodes.asterisk */ && text.charCodeAt(pos + 1) === 47 /* CharacterCodes.slash */) {
11692 case 42 /* CharacterCodes.asterisk */
[all...]
/third_party/node/test/fixtures/snapshot/
H A Dtypescript.js5691 CharacterCodes[CharacterCodes["asterisk"] = 42] = "asterisk";
10511 if (text.charCodeAt(pos + 1) === 42 /* CharacterCodes.asterisk */) {
10514 if (text.charCodeAt(pos) === 42 /* CharacterCodes.asterisk */ && text.charCodeAt(pos + 1) === 47 /* CharacterCodes.slash */) {
10541 case 42 /* CharacterCodes.asterisk */:
10623 * line break. Multi-line comment ranges include the leading slash-asterisk and trailing
10624 * asterisk-slash characters.
10681 if (nextChar === 47 /* CharacterCodes.slash */ || nextChar === 42 /* CharacterCodes.asterisk */) {
10696 if (text.charCodeAt(pos) === 42 /* CharacterCodes.asterisk */ && text.charCodeAt(pos + 1) === 47 /* CharacterCodes.slash */) {
11530 case 42 /* CharacterCodes.asterisk */
[all...]

Completed in 199 milliseconds