/external/freetype/src/cff/ |
cffobjs.c | 563 /* rewind to start of file; we are going to load a pure-CFF font */ 592 /* Note that this is only necessary for pure CFF and CEF fonts; */ [all...] |
/external/google-breakpad/src/client/windows/handler/ |
exception_handler.h | 332 // This function will be called by the CRT when a pure virtual 435 // The CRT allows you to override the default handler for pure
|
/external/llvm/include/llvm/Analysis/ |
AliasAnalysis.h | 277 /// This property corresponds to the GCC 'pure' attribute. 331 /// This property corresponds to the GCC 'pure' attribute.
|
/external/mesa3d/src/gallium/auxiliary/util/ |
u_format.h | 365 * Only defined for unsigned (pure) integer formats. 375 * Only defined for signed (pure) integer formats.
|
/external/pdfium/third_party/freetype/src/cff/ |
cffobjs.c | 563 /* rewind to start of file; we are going to load a pure-CFF font */ 592 /* Note that this is only necessary for pure CFF and CEF fonts; */ [all...] |
/external/tinyxml/docs/ |
classTiXmlNode-members.html | 10 <tr class="memlist"><td><a class="el" href="classTiXmlNode.html#a72">Clone</a>() const =0</td><td><a class="el" href="classTiXmlNode.html">TiXmlNode</a></td><td><code> [pure virtual]</code></td></tr> 53 <tr class="memlist"><td><a class="el" href="classTiXmlBase.html#a2">Print</a>(FILE *cfile, int depth) const =0</td><td><a class="el" href="classTiXmlBase.html">TiXmlBase</a></td><td><code> [pure virtual]</code></td></tr>
|
/external/v8/src/compiler/ |
js-typed-lowering.cc | 85 // to the pure operator {op}, possibly inserting a boolean inversion. 240 // c) Our current StringAddStub is actually non-pure and requires context.
|
/hardware/intel/img/psb_video/src/ |
pnw_jpeg.c | 92 /* No pure limitation on an image's width or height seperately, 95 attrib_list[i].value = 0; /* No pure limitation */
|
/prebuilts/ndk/9/platforms/android-21/arch-arm/usr/include/sys/ |
cdefs.h | 172 * pure (no side effects) functions using "volatile" and "const"; 334 #define __purefunc __attribute__((pure))
|
/prebuilts/ndk/9/platforms/android-21/arch-arm64/usr/include/sys/ |
cdefs.h | 172 * pure (no side effects) functions using "volatile" and "const"; 334 #define __purefunc __attribute__((pure))
|
/prebuilts/ndk/9/platforms/android-21/arch-mips/usr/include/sys/ |
cdefs.h | 172 * pure (no side effects) functions using "volatile" and "const"; 334 #define __purefunc __attribute__((pure))
|
/prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/sys/ |
cdefs.h | 172 * pure (no side effects) functions using "volatile" and "const"; 334 #define __purefunc __attribute__((pure))
|
/prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/sys/ |
cdefs.h | 172 * pure (no side effects) functions using "volatile" and "const"; 334 #define __purefunc __attribute__((pure))
|
/prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/sys/ |
cdefs.h | 172 * pure (no side effects) functions using "volatile" and "const"; 334 #define __purefunc __attribute__((pure))
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/config/ |
Setup | 146 # Pure module. Cannot be linked dynamically. 151 #pure puremodule.c $(WHICH_PURE_PRODUCTS) $(PURE_INCLS) $(PURE_STUBLIBS)
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/ |
sysconfig.py | 111 platform-specific modules, i.e. any module from a non-pure-Python 454 everything needed to build extensions and install both pure modules and
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/config/ |
Setup | 146 # Pure module. Cannot be linked dynamically. 151 #pure puremodule.c $(WHICH_PURE_PRODUCTS) $(PURE_INCLS) $(PURE_STUBLIBS)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/ |
sysconfig.py | 111 platform-specific modules, i.e. any module from a non-pure-Python 454 everything needed to build extensions and install both pure modules and
|
/external/bison/ |
ChangeLog | 359 Remove a duplicate entry for api.pure. 363 doc: introduce api.pure full, rearrange some examples 367 (Pure Calling): Remove parse-param examples. 372 yacc.c: support "%define api.pure full" 373 This makes the interface for yyerror() pure without the need for a spurious 379 * tests/actions.at (%define api.pure): Modernize. 805 When generating a pure push parser, the initialization of yylval and 931 * src/parse-gram.y (%pure-parser, %name-prefix): Replace with... 932 (%define api.pure, %define api.prefix) 981 yacc.c: initialize yylval in pure-parser mod [all...] |
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/ |
DFA.java | 530 // must be predicates or pure EOT transition; just zero out min, max 793 // if pure pred not gated, it must target stop state; don't count [all...] |
/external/icu/icu4c/source/test/cintltst/ |
cstrcase.c | 187 log_err("error in u_strToUpper(turkish locale pure preflighting)=%ld error=%s\n", 291 log_err("error in u_strToTitle(UBRK_CHARACTERS pure preflighting)=%ld error=%s\n", 559 log_err("error in u_strFoldCase(default pure preflighting)=%ld error=%s\n", [all...] |
/external/bison/tests/ |
testsuite | 622 30;input.at:1257;Unused %define api.pure;; 738 146;actions.at:134;Initial location: yacc.c %define api.pure full;; 739 147;actions.at:135;Initial location: yacc.c %define api.pure %parse-param { int x };; 741 149;actions.at:137;Initial location: yacc.c %define api.push-pull both %define api.pure full;; 743 151;actions.at:139;Initial location: glr.c %define api.pure;; 746 154;actions.at:150;Initial location: yacc.c %define api.pure full;; 747 155;actions.at:161;Initial location: yacc.c %define api.pure full;; 799 207;calc.at:607;Calculator %define api.pure full %locations;; 800 208;calc.at:608;Calculator %define api.push-pull both %define api.pure full %locations;; 807 215;calc.at:618;Calculator %define api.pure full %verbose %debug %locations %defines %name-prefix \"calc\" %verbose %yacc; [all...] |
/art/compiler/dex/quick/ |
local_optimizations.cc | 362 /* Similar as above, but just check for pure register dependency */
|
/development/ndk/platforms/android-3/arch-arm/lib/ |
libstdc++.a | 255 _lb ?? #D ? ?= #L ?? #P = ? g ? = g ~ = ? 8 g ? = = W g W = ]
l > ( x i ( ? i i ?? n ( ? ? ?? ? ? ?
bionic/libstdc++/src bionic/libc/kernel/arch-arm/asm bionic/libc/include/sys bionic/libc/include pure_virtual.cpp posix_types.h types.h stdio.h 0,""K Pure virtual function called. Are you calling virtual methods from a destructor?
|
/development/ndk/platforms/android-9/arch-mips/lib/ |
libstdc++.a | 347 _lb ?? #D ? ?E #L - ?? #P E } E / } ? E ? N } ? E 5 E m } m E s
? T 0 ? 0 ? B ?? M H ? ? ?? ? ? ?
bionic/libstdc++/src bionic/libc/kernel/arch-mips/asm bionic/libc/include/sys bionic/libc/include pure_virtual.cpp posix_types.h types.h stdio.h u$ Pure virtual function called. Are you calling virtual methods from a destructor?
|