/external/kernel-headers/original/asm-x86/ |
dwarf2_32.h | 5 #warning "asm/dwarf2.h should be only included in pure assembly files"
|
/external/liblzf/ |
README | 2 LZF is an extremely fast (not that much slower than a pure memcpy)
|
/external/llvm/test/CodeGen/SystemZ/ |
fp-abs-01.ll | 25 ; Test f128. With the loads and stores, a pure absolute would probably
|
fp-neg-01.ll | 23 ; Test f128. With the loads and stores, a pure negation would probably
|
/external/llvm/tools/ |
CMakeLists.txt | 7 # on pure Win32.
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
lp_tex_sample.h | 39 * Pure-LLVM texture sampling code generator.
|
/external/valgrind/main/helgrind/ |
README_YARD.txt | 28 * Pure happens before operation, so as not to give any false
|
/prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/asm/ |
dwarf2_32.h | 22 #warning "asm/dwarf2.h should be only included in pure assembly files"
|
/prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/asm/ |
dwarf2_32.h | 22 #warning "asm/dwarf2.h should be only included in pure assembly files"
|
/prebuilts/ndk/9/platforms/android-14/arch-x86/usr/include/asm/ |
dwarf2_32.h | 22 #warning "asm/dwarf2.h should be only included in pure assembly files"
|
/prebuilts/ndk/9/platforms/android-18/arch-x86/usr/include/asm/ |
dwarf2_32.h | 22 #warning "asm/dwarf2.h should be only included in pure assembly files"
|
/prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/asm/ |
dwarf2_32.h | 22 #warning "asm/dwarf2.h should be only included in pure assembly files"
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_xml_etree_c.py | 41 # Patch the __name__, to prevent confusion with the pure Python test
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_xml_etree_c.py | 41 # Patch the __name__, to prevent confusion with the pure Python test
|
/prebuilts/tools/common/m2/repository/org/python/jython/2.5.3/ |
jython-2.5.3.pom | 15 language Python written in 100% Pure Java, and seamlessly integrated with
|
/prebuilts/tools/common/m2/repository/org/python/jython-standalone/2.5.3/ |
jython-standalone-2.5.3.pom | 15 language Python written in 100% Pure Java, and seamlessly integrated with
|
/external/chromium_org/base/i18n/ |
rtl_unittest.cc | 47 // Test pure LTR string. 115 // Test pure LTR string. 119 // Test pure LTR with strong directionality characters of type LRE. 123 // Test pure LTR with strong directionality characters of type LRO. 127 // Test pure LTR with various types of strong directionality characters. 131 // Test pure RTL with strong directionality characters of type R. 135 // Test pure RTL with strong directionality characters of type RLE. 139 // Test pure RTL with strong directionality characters of type RLO. 143 // Test pure RTL with strong directionality characters of type AL. 147 // Test pure RTL with various types of strong directionality characters [all...] |
/external/chromium/third_party/libjingle/source/talk/session/phone/ |
filemediaengine.h | 79 // Implement pure virtual methods of MediaEngine. 130 // Implement pure virtual methods of VoiceMediaChannel. 146 // Implement pure virtual methods of MediaChannel. 165 // Implement pure virtual methods of VideoMediaChannel. 181 // Implement pure virtual methods of MediaChannel.
|
/frameworks/rs/scriptc/ |
rs_cl.rsh | 155 _RS_RUNTIME float2 __attribute__((pure, overloadable)) \ 157 _RS_RUNTIME float3 __attribute__((pure, overloadable)) \ 159 _RS_RUNTIME float4 __attribute__((pure, overloadable)) \ 163 _RS_RUNTIME float2 __attribute__((pure, overloadable)) fnc(float2 v1, int2 *v2); \ 164 _RS_RUNTIME float3 __attribute__((pure, overloadable)) fnc(float3 v1, int3 *v2); \ 165 _RS_RUNTIME float4 __attribute__((pure, overloadable)) fnc(float4 v1, int4 *v2); 192 _RS_RUNTIME float2 __attribute__((pure, overloadable)) \ 194 _RS_RUNTIME float3 __attribute__((pure, overloadable)) \ 196 _RS_RUNTIME float4 __attribute__((pure, overloadable)) \ 477 _RS_RUNTIME float __attribute__((pure, overloadable)) fract(float v, float *iptr) [all...] |
/prebuilts/sdk/renderscript/include/ |
rs_cl.rsh | 155 _RS_RUNTIME float2 __attribute__((pure, overloadable)) \ 157 _RS_RUNTIME float3 __attribute__((pure, overloadable)) \ 159 _RS_RUNTIME float4 __attribute__((pure, overloadable)) \ 163 _RS_RUNTIME float2 __attribute__((pure, overloadable)) fnc(float2 v1, int2 *v2); \ 164 _RS_RUNTIME float3 __attribute__((pure, overloadable)) fnc(float3 v1, int3 *v2); \ 165 _RS_RUNTIME float4 __attribute__((pure, overloadable)) fnc(float4 v1, int4 *v2); 192 _RS_RUNTIME float2 __attribute__((pure, overloadable)) \ 194 _RS_RUNTIME float3 __attribute__((pure, overloadable)) \ 196 _RS_RUNTIME float4 __attribute__((pure, overloadable)) \ 477 _RS_RUNTIME float __attribute__((pure, overloadable)) fract(float v, float *iptr) [all...] |
/external/bison/src/ |
parse-gram.y | 98 %define api.pure 174 PERCENT_PURE_PARSER "%pure-parser" 296 | "%pure-parser" 298 /* %pure-parser is deprecated in favor of `%define api.pure', so use 299 `%define api.pure' in a backward-compatible manner here. First, don't 300 complain if %pure-parser is specified multiple times. */ 301 if (!muscle_find_const ("percent_define(api.pure)")) 302 muscle_percent_define_insert ("api.pure", @1, "", 304 /* In all cases, use api.pure now so that the backend doesn't complain i [all...] |
/external/chromium_org/third_party/freetype/src/cff/ |
cffgload.h | 187 FT_Byte** glyph_names; /* for pure CFF fonts only */ 212 #if 0 /* unused until we support pure CFF fonts */
|
/external/chromium_org/third_party/icu/source/common/unicode/ |
unifilt.h | 41 * <p>Note: UnicodeFilter currently stubs out two pure virtual methods 109 * Since this class has pure virtual functions,
|
/external/chromium_org/v8/test/mjsunit/compiler/ |
delete.js | 35 // In a pure test context, expression is always true. 37 // In a pure test context, expression is always false.
|
/external/clang/test/SemaCXX/ |
exceptions.cpp | 5 struct Abstract { virtual void f() = 0; }; // expected-note {{unimplemented pure virtual method 'f'}} 108 virtual void test () = 0; // expected-note{{unimplemented pure virtual method 'test'}}
|