HomeSort by relevance Sort by last modified time
    Searched full:pure (Results 651 - 675 of 1798) sorted by null

<<21222324252627282930>>

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_tuple.py 60 # For a pure random hash and N=50, the expected number of occupied
  /system/core/adb/
Android.mk 40 # Pure cygwin case
  /external/chromium_org/third_party/icu/source/i18n/unicode/
numfmt.h 315 * pure virtual format() methods with the default FieldPosition.
328 * pure virtual format() methods with the default FieldPosition.
341 * pure virtual format() methods with the default FieldPosition.
354 * these pure virtual methods.
387 * these pure virtual methods.
544 * This is a pure virtual which concrete subclasses must implement.
    [all...]
  /external/icu4c/i18n/unicode/
numfmt.h 312 * pure virtual format() methods with the default FieldPosition.
325 * pure virtual format() methods with the default FieldPosition.
338 * pure virtual format() methods with the default FieldPosition.
351 * these pure virtual methods.
402 * these pure virtual methods.
595 * This is a pure virtual which concrete subclasses must implement.
    [all...]
  /external/bison/
NEWS 56 ** New value for %define variable: api.pure full
58 The %define variable api.pure requests a pure (reentrant) parser. However,
61 parameter. With this new value, the user may request a better pure parser,
65 The use of "%define api.pure true" is deprecated in favor of this new
66 "%define api.pure full".
132 pure interface have been fixed for GCC 4.0 up to 4.8, and Clang 2.9 to
175 The compilation of pure parsers (%define api.pure) can trigger GCC
    [all...]
  /bionic/libc/include/sys/
cdefs.h 154 * pure (no side effects) functions using "volatile" and "const";
316 #define __purefunc __attribute__((pure))
  /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/chromium_org/third_party/WebKit/Source/platform/fonts/
GlyphPageTreeNode.cpp 150 // Children of the root hold pure pages. These will cover only one
276 // Get the pure page for the fallback font (at level 1 with no
  /external/chromium_org/third_party/icu/source/test/perf/normperf/
normperf.cpp 78 /* pure pre-flight */
96 /* pure pre-flight */
  /external/chromium_org/third_party/openssl/openssl/crypto/bio/
bss_file.c 130 * pure ASCII string; b) actual UTF-8 encoded string and
133 * If filename is pure ASCII or real UTF-8 encoded string,
  /external/chromium_org/third_party/openssl/openssl/crypto/bn/asm/
armv4-gf2m.pl 14 # C for the time being... Except that it has two code paths: pure
16 # suitable for ARMv7. Pure integer 1x1 multiplication subroutine runs
  /external/chromium_org/ui/views/controls/
styled_label_unittest.cc 214 // Calculate the bold text width if it were a pure label view, both with bold
302 // Obtain the text color if it were a pure label.
  /external/icu4c/test/perf/normperf/
normperf.cpp 78 /* pure pre-flight */
96 /* pure pre-flight */
  /external/openssl/crypto/bio/
bss_file.c 130 * pure ASCII string; b) actual UTF-8 encoded string and
133 * If filename is pure ASCII or real UTF-8 encoded string,
  /external/openssl/crypto/bn/asm/
armv4-gf2m.pl 14 # C for the time being... Except that it has two code paths: pure
16 # suitable for ARMv7. Pure integer 1x1 multiplication subroutine runs
  /external/qemu/tcg/
tcg.h 193 /* A pure function only reads its arguments and TCG global variables
194 and cannot raise exceptions. Hence a call to a pure function can be
  /frameworks/base/docs/html/distribute/googleplay/edu/
guidelines.jd 169 href="{@docRoot}design/patterns/pure-android.html">Pure Android</a>.</li>
  /art/runtime/base/
macros.h 145 #define PURE __attribute__ ((__pure__))
  /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/chrome/browser/policy/
device_policy_cache_unittest.cc 36 // This test doesn't need these methods, but since they're pure virtual in
  /external/chromium/third_party/libjingle/source/talk/base/
taskrunner.cc 131 // while being destroyed since it calls a pure virtual function).
  /external/chromium_org/base/third_party/dynamic_annotations/
dynamic_annotations.c 32 # error "This file should be built as pure C to avoid name mangling"

Completed in 1462 milliseconds

<<21222324252627282930>>