HomeSort by relevance Sort by last modified time
    Searched full:pure (Results 676 - 700 of 1743) sorted by null

<<21222324252627282930>>

  /external/antlr/antlr-3.4/gunit/src/main/antlr3/org/antlr/gunit/swingui/parsers/
ANTLRv3.g 96 ( 'lexer' {gtype=LEXER_GRAMMAR;} // pure lexer
97 | 'parser' {gtype=PARSER_GRAMMAR;} // pure parser
  /external/antlr/antlr-3.4/tool/src/main/antlr3/org/antlr/grammar/v3/
ANTLRv3.g 94 ( 'lexer' {gtype=LEXER_GRAMMAR;} // pure lexer
95 | 'parser' {gtype=PARSER_GRAMMAR;} // pure parser
  /external/bison/tests/
actions.at 134 AT_TEST([yacc.c], [%define api.pure full])
135 AT_TEST([yacc.c], [%define api.pure %parse-param { int x }])
137 AT_TEST([yacc.c], [%define api.push-pull both %define api.pure full])
139 AT_TEST([glr.c], [%define api.pure])
150 AT_TEST([yacc.c], [%define api.pure full],
161 AT_TEST([yacc.c], [%define api.pure full],
    [all...]
  /external/clang/test/Parser/
MicrosoftExtensions.cpp 261 virtual int f() = 0 { return 0; }// expected-warning {{function definition with pure-specifier is a Microsoft extension}}
271 virtual ~pure_virtual_dtor_inline() = 0 { }// expected-warning {{function definition with pure-specifier is a Microsoft extension}}
  /external/icu/icu4c/source/test/perf/normperf/
normperf.cpp 77 /* pure pre-flight */
95 /* pure pre-flight */
  /external/llvm/include/llvm/Support/
Compiler.h 162 #if __has_attribute(pure) || defined(__GNUC__)
163 // aka 'PURE' but following LLVM Conventions.
  /external/lz4/programs/
lz4cli.c 227 DISPLAY( "%s can be used in 'pure pipe mode', for example :\n", programName);
477 /* No warning message in pure pipe mode (stdin + stdout) */
  /frameworks/base/libs/hwui/
Matrix.cpp 103 // rectangles. For instance, a rectangle transformed by a pure
228 // A "pure translate" matrix can be identity or translation
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
IIntStream.cs 59 /// not pure input indexes. Same for tree node streams. */
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRDFA.m 63 // this state is special in that it has some code associated with it. we cannot do this in a pure DFA so
  /external/chromium-trace/trace-viewer/third_party/Paste/docs/
paste-httpserver-threadpool.txt 80 work in all cases. I've tried it in pure Python code and with a hung
  /external/chromium-trace/trace-viewer/tracing/third_party/tvcm/third_party/rcssmin/_setup/py2/
commands.py 214 The extension to build. If it's a pure
  /external/chromium-trace/trace-viewer/tracing/third_party/tvcm/third_party/rcssmin/_setup/py3/
commands.py 213 The extension to build. If it's a pure
  /external/chromium-trace/trace-viewer/tracing/third_party/tvcm/third_party/rcssmin/bench/
cssmin.py 28 from StringIO import StringIO # The pure-Python StringIO supports unicode. namespace
  /external/chromium-trace/trace-viewer/tracing/third_party/tvcm/third_party/rjsmin/_setup/py2/
commands.py 214 The extension to build. If it's a pure
  /external/chromium-trace/trace-viewer/tracing/third_party/tvcm/third_party/rjsmin/_setup/py3/
commands.py 213 The extension to build. If it's a pure
  /external/chromium-trace/trace-viewer/tracing/tracing/ui/extras/chrome/cc/
layer_picker.html 65 'When checked, pure transform layers are shown';
  /external/eigen/doc/
TopicLinearAlgebraDecompositions.dox 229 <li><a name="note1">\b 1: </a>There exist two variants of the LDLT algorithm. Eigen's one produces a pure diagonal D matrix, and therefore it cannot handle indefinite matrices, unlike Lapack's one which produces a block diagonal D matrix.</li>
  /external/guava/guava/src/com/google/common/base/
Utf8.java 54 // This loop optimizes for pure ASCII.
  /external/icu/icu4c/source/i18n/
coptccal.h 194 * Override Calendar Returns a unique class ID POLYMORPHICALLY. Pure virtual
ethpccal.h 221 * Override Calendar Returns a unique class ID POLYMORPHICALLY. Pure virtual
  /external/icu/icu4c/source/i18n/unicode/
dtrule.h 232 * Returns a unique class ID POLYMORPHICALLY. Pure virtual override. This
measfmt.h 246 * Returns a unique class ID POLYMORPHICALLY. Pure virtual override. This
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
Grego.java 27 * class occur in the pure proleptic GregorianCalendar.
  /external/jpeg/
makljpeg.st 3 ; This project file is for Atari ST/STE/TT systems using Pure C or Turbo C.

Completed in 506 milliseconds

<<21222324252627282930>>