/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/ |
timevar.def | 86 DEFTIMEVAR (TV_IPA_PURE_CONST , "ipa pure const")
|
builtins.def | 168 "const" but if flag_rounding_math is set they are instead "pure". 178 `errno'. If !flag_errno_math, we can possibly use "pure" or 186 or "pure". Use of this macro is mainly for documentation and [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
mfapi.h | 85 STDMETHOD(QueryInterface)(THIS_ REFIID riid, void **ppvObject) PURE; 86 STDMETHOD_(ULONG, AddRef)(THIS) PURE; 87 STDMETHOD_(ULONG, Release)(THIS) PURE; 90 STDMETHOD_(HRESULT,RegisterMFTs)(THIS_ MFT_REGISTRATION_INFO *pMFTs,DWORD cMFTs) PURE; [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_xrange.py | 12 # pure Python implementations (3 args only), for comparison
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/sepolgen/ |
objectmodel.py | 63 # permission to not flow information (meaning that the result is pure
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setoolsgui/sepolgen/ |
objectmodel.py | 63 # permission to not flow information (meaning that the result is pure
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_xrange.py | 12 # pure Python implementations (3 args only), for comparison
|
/prebuilts/tools/common/proguard/proguard4.7/docs/ |
testimonials.html | 49 ProGuard is pure quality - powerful and trouble-free.
|
/external/bison/lib/ |
quotearg.c | 22 attribute 'pure' */ 24 # pragma GCC diagnostic ignored "-Wsuggest-attribute=pure" 178 static struct quoting_options /* NOT PURE!! */
|
/external/bison/src/ |
parse-gram.c | 52 /* Pure parsers. */ 727 "\"%parse-param\"", "\"%pure-parser\"", "\"%require\"", "\"%skeleton\"", [all...] |
/external/icu/icu4c/source/common/unicode/ |
unorm.h | 360 * @param dest The output buffer; can be NULL if destCapacity==0 for pure preflighting. 393 * @param dest The output buffer; can be NULL if destCapacity==0 for pure preflighting. 442 * @param dest The output buffer; can be NULL if destCapacity==0 for pure preflighting.
|
/external/mesa3d/src/gallium/auxiliary/util/ |
u_format_pack.py | 134 if channel.type == UNSIGNED and channel.pure == False: 145 if channel.type == SIGNED and channel.pure == False: 318 src_pure = src_channel.pure
|
/external/mesa3d/src/gallium/state_trackers/d3d1x/d3d1xstutil/include/ |
d3d1xstutil.h | 142 * (pure interface) 146 * (pure interface) 150 * (pure interface)
|
/external/valgrind/VEX/priv/ |
guest_amd64_defs.h | 195 accesses of memory, is a pure function. 244 accesses of memory, is a pure function. 268 accesses of memory, is a pure function.
|
/external/lldb/test/pexpect-2.4/doc/ |
index.html | 4 <title>Pexpect - a Pure Python Expect-like module</title> 11 content="Pexpect is a pure Python Expect-like module. Pexpect makes Python a better tool for controlling other applications."> 16 a Pure Python Expect-like module 22 <p>Pexpect is a pure Python module for spawning child applications; 31 the spirit of Don Libes' Expect, but Pexpect is pure Python. Unlike 383 compile C. I wanted something that was pure Python and preferably a 385 was easy to use. This pure Python expect only recently became possible [all...] |
index.template.html | 4 <title>Pexpect - a Pure Python Expect-like module</title> 11 content="Pexpect is a pure Python Expect-like module. Pexpect makes Python a better tool for controlling other applications."> 16 a Pure Python Expect-like module 22 <p>Pexpect is a pure Python module for spawning child applications; 31 the spirit of Don Libes' Expect, but Pexpect is pure Python. Unlike 383 compile C. I wanted something that was pure Python and preferably a 385 was easy to use. This pure Python expect only recently became possible [all...] |
/external/bison/data/ |
yacc.c | 64 ## Pure/impure interfaces. ## 67 b4_percent_define_default([[api.pure]], [[false]]) 68 b4_percent_define_check_values([[[[api.pure]], 72 m4_case(b4_percent_define_get([[api.pure]]), 83 [m4_fatal([invalid api.pure value: ]$1)])]) 180 # pure-parser. [all...] |
c.m4 | 63 # b4_pull_flag if they use the values of the %define variables api.pure or 75 /* Pure parsers. */ 110 ## Pure/impure interfaces. ##
|
/external/icu/icu4c/source/i18n/unicode/ |
tzrule.h | 356 * Returns a unique class ID POLYMORPHICALLY. Pure virtual override. This 597 * Returns a unique class ID POLYMORPHICALLY. Pure virtual override. This [all...] |
/art/runtime/base/ |
macros.h | 175 #define PURE __attribute__ ((__pure__))
|
/external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/ |
ANTLRStringStream.js | 148 * not pure input indexes. Same for tree node streams.
|
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/codegen/ |
Target.java | 62 /** For pure strings of Java 16-bit unicode char, how can we display
|
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/ |
DTMTreeWalker.java | 347 // warning("Can not output entity to a pure SAX ContentHandler");
|
/external/apache-xml/src/main/java/org/apache/xml/utils/ |
TreeWalker.java | 437 // warning("Can not output entity to a pure SAX ContentHandler");
|
/external/clang/include/clang/Basic/ |
ObjCRuntime.h | 242 /// without it, abort() must be used in pure ObjC files.
|