Searched
full:pure (Results
426 -
450 of
1743) sorted by null
<<11121314151617181920>>
/external/clang/test/CodeGen/ |
builtin-assume.c | 6 int ispure(void) __attribute__((pure));
|
/external/google-breakpad/src/client/windows/tests/crash_generation_app/ |
abstract_class.h | 35 // Dummy classes to help generate a pure call violation.
|
crash_generation_app.rc | 56 MENUITEM "&Pure Call", ID_CLIENT_PURECALL
|
/external/icu/icu4c/source/common/ |
ulistformatter.cpp | 77 // NULL destination for pure preflighting: empty dummy string
|
/external/icu/icu4c/source/i18n/ |
udateintervalformat.cpp | 83 // NULL destination for pure preflighting: empty dummy string
|
winnmfmt.h | 51 * these pure virtual methods. 65 * these pure virtual methods. 134 * Returns a unique class ID POLYMORPHICALLY. Pure virtual override. This
|
/external/icu/icu4c/source/samples/props/ |
props.cpp | 48 /* Note: In ICU 2.0, the Unicode class is deprecated - it is a pure wrapper around the C APIs above. */
|
/external/jpeg/ |
maktjpeg.st | 3 ; This project file is for Atari ST/STE/TT systems using Pure C or Turbo C.
|
/external/libnl/lib/route/ |
pktloc_syntax.y | 11 %define api.pure
|
/external/llvm/test/CodeGen/ARM/ |
swift-atomics.ll | 40 ; Also, pure acquire operations should definitely not have an ishst barrier.
|
/external/llvm/test/CodeGen/SystemZ/ |
fp-abs-01.ll | 25 ; Test f128. With the loads and stores, a pure absolute would probably
|
fp-abs-02.ll | 27 ; Test f128. With the loads and stores, a pure negative-absolute would
|
/external/mesa3d/src/gallium/auxiliary/util/ |
u_format_table.py | 117 print " {%s, %s, %s, %u}%s\t/* %s = %s */" % (type_map[channel.type], bool_map(channel.norm), bool_map(channel.pure), channel.size, sep, "xyzw"[i], channel.name) 135 if format.colorspace != ZS and format.channels[0].pure == False: 168 if format.colorspace != ZS and format.channels[0].pure == True and format.channels[0].type == UNSIGNED: 175 elif format.colorspace != ZS and format.channels[0].pure == True and format.channels[0].type == SIGNED:
|
/external/v8/src/compiler/ |
js-generic-lowering.h | 52 void ReplaceWithCompareIC(Node* node, Token::Value token, bool pure);
|
/external/valgrind/none/tests/x86/ |
yield.c | 3 progress against a pure spinner.
|
/external/webrtc/src/system_wrappers/interface/ |
data_log_c.h | 12 * This is a pure C wrapper of the DataLog class. The functions are directly
|
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/parser/ |
viddec_intr.c | 17 * are pure SW modules.
|
/ndk/sources/cxx-stl/stlport/ |
README.original | 22 that aren't pure template code
|
/prebuilts/misc/common/swig/include/2.0.11/d/ |
dkw.swg | 86 DKEYWORD(pure);
|
/prebuilts/ndk/5/sources/cxx-stl/stlport/ |
README.original | 22 that aren't pure template code
|
/prebuilts/ndk/6/sources/cxx-stl/stlport/ |
README.original | 22 that aren't pure template code
|
/prebuilts/ndk/7/sources/cxx-stl/stlport/ |
README.original | 22 that aren't pure template code
|
/prebuilts/ndk/8/sources/cxx-stl/stlport/ |
README.original | 22 that aren't pure template code
|
/prebuilts/ndk/9/sources/cxx-stl/EH/stlport/ |
README.original | 22 that aren't pure template code
|
/art/runtime/ |
mapping_table.h | 31 uint32_t TotalSize() const PURE { 40 uint32_t DexToPcSize() const PURE { 123 uint32_t PcToDexSize() const PURE {
|
Completed in 1035 milliseconds
<<11121314151617181920>>