HomeSort by relevance Sort by last modified time
    Searched refs:DOT (Results 101 - 125 of 493) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/one-true-awk/
b.c 46 #define LEAF case CCL: case NCCL: case CHAR: case DOT: case FINAL: case ALL:
51 leaf (CCL, NCCL, CHAR, DOT, FINAL, ALL, EMPTYRE):
643 case DOT:
645 return (unary(op2(DOT, NIL, NIL)));
682 case CHAR: case DOT: case ALL: case EMPTYRE: case CCL: case NCCL: case '$': case '(':
784 case '.': return DOT;
874 || (k == DOT && c != 0 && c != HAT)
  /external/turbine/java/com/google/turbine/parse/
Parser.java 546 case DOT:
561 if (token == Token.DOT) {
794 while (token == Token.DOT) {
795 eat(Token.DOT);
907 } while (maybe(Token.DOT));
1102 while (maybe(Token.DOT)) {
1128 while (maybe(Token.DOT)) {
    [all...]
ConstExpressionParser.java 431 while (token == Token.DOT) {
458 if (token != Token.DOT) {
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/metag/
metadsp21.d 74 .*: 000861a2 DOT ADD D0Re0,D0Re0,AC0\.0 T0,\[A0FrP\+A0FrP\+\+\]
76 .*: 0009c122 DOT ADD D0Re0,D0Re0,D0Re0 \[A0FrP\+A0\.7\+\+\],T0
91 .*: 000a21a2 DOT ADD D0Re0,D0Re0,AC0\.0 T0,\[A0FrP\+A0\.8\+\+\]
93 .*: 000c0122 DOT ADD D0Re0,D0Re0,D0Re0 \[A0FrP\],T0
108 .*: 000c61a2 DOT ADD D0Re0,D0Re0,AC0\.0 T0,\[A0FrP\+\+\]
110 .*: 000cc122 DOT ADD D0Re0,D0Re0,D0Re0 \[A0FrP--\],T0
142 .*: 003861a2 DOT ADD D0Re0,D0Re0,AC0\.0 T0,\[A0\.7\+A0FrP\+\+\]
169 .*: 003a21a2 DOT ADD D0Re0,D0Re0,AC0\.0 T0,\[A0\.7\+A0\.8\+\+\]
199 .*: 003c6122 DOT ADD D0Re0,D0Re0,D0Re0 T0,\[A0\.7\+\+\]
355 .*: 00884122 DOT ADD D0Re0,D0Re0,D0Re0 \[A1LbP\+A1LbP\+\+\],T
    [all...]
metadsp21.s 66 DOT ADD D0Re0,D0Re0,AC0.0 T0,[A0FrP+A0FrP++]
68 DOT ADD D0Re0,D0Re0,D0Re0 [A0FrP+A0.7++],T0
83 DOT ADD D0Re0,D0Re0,AC0.0 T0,[A0FrP+A0.8++]
85 DOT ADD D0Re0,D0Re0,D0Re0 [A0FrP],T0
100 DOT ADD D0Re0,D0Re0,AC0.0 T0,[A0FrP++]
102 DOT ADD D0Re0,D0Re0,D0Re0 [A0FrP--],T0
134 DOT ADD D0Re0,D0Re0,AC0.0 T0,[A0.7+A0FrP++]
161 DOT ADD D0Re0,D0Re0,AC0.0 T0,[A0.7+A0.8++]
191 DOT ADD D0Re0,D0Re0,D0Re0 T0,[A0.7++]
347 DOT ADD D0Re0,D0Re0,D0Re0 [A1LbP+A1LbP++],T
    [all...]
  /external/libxkbcommon/xkbcommon/src/xkbcomp/
parser.y 135 DOT 51
677 | FieldSpec DOT FieldSpec
681 | FieldSpec DOT FieldSpec OBRACKET Expr CBRACKET
scanner.c 138 if (chr(s, '.')) return DOT;
  /external/antlr/antlr-3.4/runtime/Ruby/lib/
antlr3.rb 92 antlr3/dot.rb::
93 extra utilities to generate DOT map specifications for graphical.
191 autoload :DOT, 'antlr3/dot'
  /external/antlr/antlr-3.4/tool/src/main/antlr3/org/antlr/grammar/v3/
LeftRecursiveRuleWalker.g 278 | ^(DOT ID atom) // scope override on rule
ANTLRTreePrinter.g 452 | ^(DOT ID {out($ID.text+".");} atom) // scope override on rule
AssignTokenTypesWalker.g 396 | ^(DOT ID atom) // scope override on rule
  /external/javaparser/javaparser-core/src/main/java/com/github/javaparser/
JavaToken.java 351 DOT(100),
488 return DOT;
  /prebuilts/go/darwin-x86/test/
nilptr.go 154 // ADDR(DOT(IND(p))) needs a check also
  /prebuilts/go/linux-x86/test/
nilptr.go 154 // ADDR(DOT(IND(p))) needs a check also
  /cts/tools/dasm/src/java_cup/
lexer.java 23 * . DOT : COLON
131 char_symbols.put(new Integer('.'), new Integer(sym.DOT));
  /external/mesa3d/src/mesa/program/
program_lexer.l 58 return DOT; \
161 dot "."[ \t]*
238 {dot}ambient { return AMBIENT; }
239 {dot}attenuation { return ATTENUATION; }
240 {dot}back { return BACK; }
241 {dot}clip { return_token_or_DOT(require_ARB_vp, CLIP); }
242 {dot}color { return COLOR; }
243 {dot}depth { return_token_or_DOT(require_ARB_fp, DEPTH); }
244 {dot}diffuse { return DIFFUSE; }
245 {dot}direction { return DIRECTION;
    [all...]
  /external/pdfium/xfa/fxfa/fm2js/
cxfa_fmsimpleexpression.h 36 DOT,
  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/glslang/glslang/MachineIndependent/
glslang_tab.cpp.h 316 DOT = 526,
  /tools/external/fat32lib/src/main/java/de/waldheinz/fs/fat/
AbstractDirectory.java 225 /* TODO: the label could be placed directly the dot entries */
321 final FatDirectoryEntry dot = FatDirectoryEntry.create(true); local
322 dot.setShortName(ShortName.DOT);
323 dot.setStartCluster(dir.getStorageCluster());
324 copyDateTimeFields(entry, dot);
325 dir.addEntry(dot);
FatLfnDirectoryEntry.java 207 if (this.realEntry.getShortName().equals(ShortName.DOT) ||
210 /* the dot entries must not have a LFN */
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/
fixer_util.py 44 return [obj, Node(syms.trailer, [Dot(), attr])]
50 def Dot():
52 return Leaf(token.DOT, u".")
232 if prev is not None and prev.type == token.DOT:
  /external/nist-sip/java/gov/nist/core/
GenericObject.java 62 protected static final String DOT = Separators.DOT;
  /external/python/cpython2/Lib/lib2to3/
fixer_util.py 44 return [obj, Node(syms.trailer, [Dot(), attr])]
50 def Dot():
52 return Leaf(token.DOT, u".")
232 if prev is not None and prev.type == token.DOT:
  /external/python/cpython3/Lib/lib2to3/
fixer_util.py 42 return [obj, Node(syms.trailer, [Dot(), attr])]
48 def Dot():
50 return Leaf(token.DOT, ".")
253 if prev is not None and prev.type == token.DOT:
  /frameworks/base/packages/SystemUI/src/com/android/keyguard/
PasswordTextView.java 62 * The overlap between the text disappearing and the dot appearing animation
67 * The duration the text needs to stay there at least before it can morph into a dot
78 * animation of the dot should start
82 private static char DOT = '\u2022';
270 // If the dot is disappearing, the character is disappearing entirely. Consider
275 stringBuilder.append(charState.isCharVisibleForA11y() ? charState.whichChar : DOT);
543 * Posts a runnable which ensures that the text will be replaced by a dot after {@link

Completed in 880 milliseconds

1 2 3 45 6 7 8 91011>>