HomeSort by relevance Sort by last modified time
    Searched full:pure (Results 301 - 325 of 1798) sorted by null

<<11121314151617181920>>

  /frameworks/native/services/sensorservice/
mat.h 43 mat<TYPE, C, R> PURE doMul(
61 vec<TYPE, R> PURE doMul(
77 mat<TYPE, C, R> PURE doMul(
91 mat<TYPE, C, R> PURE doMul(
105 mat<TYPE, C, R> PURE doMul(
172 friend inline mat PURE operator + (const mat& lhs, const mat& rhs) {
177 friend inline mat PURE operator - (const mat& lhs, const mat& rhs) {
185 friend mat PURE operator * (
192 friend vec<TYPE, R> PURE operator * (
198 friend mat PURE operator *
    [all...]
vec.h 29 #define PURE __attribute__((pure))
67 VLHS<TYPE, SIZE> PURE doAdd(
82 VLHS<TYPE, SIZE> PURE doSub(
96 VEC<TYPE, SIZE> PURE doMulScalar(
110 VEC<TYPE, SIZE> PURE doScalarMul(
145 inline VLHS<TYPE, SIZE> PURE operator + (
157 inline VLHS<TYPE, SIZE> PURE operator - (
168 inline VEC<TYPE, SIZE> PURE operator * (
179 inline VEC<TYPE, SIZE> PURE operator *
    [all...]
  /external/chromium_org/third_party/pexpect/
README 1 Pexpect is a Pure Python Expect-like module
5 Pexpect is a pure Python module for spawning child applications; controlling
14 Pexpect is pure Python. Unlike other Expect-like modules for Python, Pexpect
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/
pepper_interface_dummy.h 21 // // FooPepperInterface is not abstract -- all pure virtual functions have
  /external/chromium_org/third_party/icu/source/test/intltest/
itspoof.h 26 // The pure C part of the API, which is most of it, is tested in cintltst
  /external/chromium_org/third_party/tlslite/tlslite/
__init__.py 5 certificates. TLS Lite is pure python, however it can access OpenSSL,
  /external/clang/test/CXX/except/except.handle/
p16.cpp 33 virtual void f() = 0; // expected-note{{pure virtual}}
  /external/clang/test/CodeGenCXX/
2009-05-04-PureConstNounwind.cpp 3 int p(void) __attribute__((pure));
  /external/clang/test/SemaObjCXX/
abstract-class-type-ivar.mm 8 virtual void testB() = 0; // expected-note {{unimplemented pure virtual method 'testB' in 'CppConcreteSub}}
  /external/compiler-rt/BlocksRuntime/tests/
nestedimport.c 13 // pure C nothing more needed
  /external/ganymed-ssh2/
overview.html 2 Ganymed SSH2 for Java is a library which implements the SSH-2 protocol in pure Java.
  /external/icu4c/test/intltest/
itspoof.h 26 // The pure C part of the API, which is most of it, is tested in cintltst
  /external/jpeg/
jconfig.st 1 /* jconfig.st --- jconfig.h for Atari ST/STE/TT using Pure C or Turbo C. */
  /external/kernel-headers/original/linux/
compiler-gcc.h 31 #define __attribute_pure__ __attribute__((pure))
  /external/llvm/lib/Target/Mips/MCTargetDesc/
MipsFixupKinds.h 29 // Pure 32 bit data fixup resulting in - R_MIPS_32.
38 // Pure upper 16 bit fixup resulting in - R_MIPS_HI16.
41 // Pure lower 16 bit fixup resulting in - R_MIPS_LO16.
71 // Pure 64 bit data fixup resulting in - R_MIPS_64.
  /external/lzma/CPP/Common/
MyWindows.h 88 #define PURE = 0
98 STDMETHOD(QueryInterface) (REFIID iid, void **outObject) PURE;
99 STDMETHOD_(ULONG, AddRef)() PURE;
100 STDMETHOD_(ULONG, Release)() PURE;
  /external/qemu/distrib/jpeg-6b/
jconfig.st 1 /* jconfig.st --- jconfig.h for Atari ST/STE/TT using Pure C or Turbo C. */
  /external/chromium_org/content/app/
startup_helper_win.cc 19 // Handlers for invalid parameter and pure call. They generate a breakpoint to
50 // Register the invalid param handler and pure call handler to be able to
  /external/chromium_org/tools/clang/plugins/tests/
overridden_methods.h 24 // Should not warn about pure virtual methods.
62 // Should warn even if overridden method isn't pure.
  /external/webrtc/src/modules/interface/
module.h 41 // TODO(perkj): Make this pure virtual when Chromium have implemented
52 // TODO(perkj): Make this pure virtual when Chromium have implemented
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/pulse/
cdecl.h 46 #define PA_GCC_PURE __attribute__ ((pure))
55 #define PA_GCC_CONST __attribute__ ((pure))
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/pulse/
cdecl.h 46 #define PA_GCC_PURE __attribute__ ((pure))
55 #define PA_GCC_CONST __attribute__ ((pure))
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/pulse/
cdecl.h 46 #define PA_GCC_PURE __attribute__ ((pure))
55 #define PA_GCC_CONST __attribute__ ((pure))
  /external/bison/tests/
cxx-type.at 407 AT_SETUP([GLR: Resolve ambiguity, pure, no locations])
408 _AT_TEST_GLR_CXXTYPES([%define api.pure],
414 AT_SETUP([GLR: Resolve ambiguity, pure, locations])
415 _AT_TEST_GLR_CXXTYPES([%define api.pure %locations],
435 AT_SETUP([GLR: Merge conflicting parses, pure, no locations])
436 _AT_TEST_GLR_CXXTYPES([%define api.pure],
441 AT_SETUP([GLR: Merge conflicting parses, pure, locations])
442 _AT_TEST_GLR_CXXTYPES([%define api.pure %locations],
  /external/chromium/chrome/browser/ui/gtk/infobars/
translate_infobar_base_gtk.h 74 // background. When 0, the infobar background should be pure PAGE_ACTION_TYPE.
75 // When 1, the infobar background should be pure WARNING_TYPE.

Completed in 645 milliseconds

<<11121314151617181920>>