HomeSort by relevance Sort by last modified time
    Searched full:pure (Results 476 - 500 of 1743) sorted by null

<<11121314151617181920>>

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/pulse/
gccmacro.h 65 #define PA_GCC_PURE __attribute__ ((pure))
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/pulse/
gccmacro.h 65 #define PA_GCC_PURE __attribute__ ((pure))
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/lib/
libstdc++.so 
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/lib/
libstdc++.so 
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/lib/
libstdc++.so 
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/lib/
libstdc++.so 
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/lib/
libstdc++.so 
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/lib/
libstdc++.so 
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/lib/
libstdc++.so 
  /prebuilts/ndk/6/platforms/android-3/arch-arm/usr/lib/
libstdc++.so 
  /external/clang/test/Sema/
unused-expr.c 84 int fn2() __attribute__ ((pure));
92 fn2(92, 21); // expected-warning {{ignoring return value of function declared with pure attribute}}
  /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'}}
  /external/deqp/modules/gles31/functional/
es31fSamplerStateQueryTests.cpp 140 { "set_pure_int", "Set state with pure int", QUERY_SAMPLER_PARAM_PURE_INTEGER },
141 { "set_pure_uint", "Set state with pure unsigned int", QUERY_SAMPLER_PARAM_PURE_UNSIGNED_INTEGER },
  /external/jemalloc/include/jemalloc/
jemalloc.h 150 JEMALLOC_ATTR(pure); variable
154 JEMALLOC_ATTR(pure); variable
  /external/llvm/include/llvm/Support/
SpecialCaseList.h 23 // "functional": used in DFSan to list functions with pure functional
37 // # Functions with pure functional semantics:
  /external/wpa_supplicant_8/src/drivers/
drivers.mak 90 ##### PURE AP DRIVERS
112 ##### PURE CLIENT DRIVERS
  /frameworks/native/include/ui/
mat4.h 29 #define PURE __attribute__((pure))
342 typename tmat44<U>::col_type PURE operator *(const tmat44<T>& lv, const tvec4<U>& rv) {
351 typename tmat44<U>::row_type PURE operator *(const tvec4<U>& rv, const tmat44<T>& lv) {
360 tmat44<T> PURE operator *(const tmat44<T>& lv, U rv) {
369 tmat44<T> PURE operator *(U rv, const tmat44<T>& lv) {
382 typename tmat44<T>::col_type PURE diag(const tmat44<T>& m) {
393 #undef PURE
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/iterator/detail/
facade_iterator_category.hpp 132 // A composite iterator_category tag convertible to Category (a pure
133 // old-style category) and Traversal (a pure traversal tag).
  /packages/apps/ExactCalculator/src/com/android/calculator2/
KeyMaps.java 35 * All functions are either pure, or are assumed to be called only from a single UI thread.
40 * Pure function.
122 * Pure function.
170 * Pure function.
187 * Pure function.
208 * Pure function.
242 * Pure function.
273 * Pure function.
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
tnef.h 57 MAPI_IUNKNOWN_METHODS(PURE)
58 MAPI_ITNEF_METHODS(PURE)
  /external/icu/icu4c/source/i18n/
unum.cpp 185 // NULL destination for pure preflighting: empty dummy string
218 // NULL destination for pure preflighting: empty dummy string
295 // NULL destination for pure preflighting: empty dummy string
543 // NULL destination for pure preflighting: empty dummy string
666 // NULL destination for pure preflighting: empty dummy string
  /external/antlr/antlr-3.4/tool/src/main/antlr3/org/antlr/grammar/v3/
AssignTokenTypesWalker.g 41 * CASE 1 : pure parser grammar
45 * CASE 2 : pure lexer grammar
70 * no token rules implies pure parser.
  /external/icu/icu4c/source/i18n/unicode/
format.h 144 * Format an object to produce a string. This is a pure virtual method which
185 * Parse a string to produce an object. This is a pure virtual
229 * which calls the pure virtual parseObject() method, and returns a
  /external/selinux/libselinux/src/
Makefile 67 -Wsuggest-attribute=noreturn -Wsuggest-attribute=pure -Wtrampolines \
72 -fipa-pure-const -Wno-suggest-attribute=pure -Wno-suggest-attribute=const \
  /external/v8/src/heap/
gc-tracer.h 221 // Cumulative pure duration of incremental marking steps since creation of
225 // Duration of pure incremental marking steps since
372 // Cumulative duration of pure incremental marking steps since creation of

Completed in 358 milliseconds

<<11121314151617181920>>