HomeSort by relevance Sort by last modified time
    Searched refs:vbase (Results 1 - 7 of 7) sorted by null

  /ndk/tests/device/test-stlport_shared-exception/jni/
synth2.cpp 4 struct vbase {}; struct
6 struct foo : virtual vbase
  /ndk/tests/device/test-stlport_static-exception/jni/
synth2.cpp 4 struct vbase {}; struct
6 struct foo : virtual vbase
  /external/clang/test/CXX/class/class.union/
p1.cpp 40 VirtualBase vbase; // expected-error {{union member 'vbase' has a non-trivial copy constructor}} member in union:U1
55 VirtualBase vbase; // expected-note {{because the function selected to copy field of type 'VirtualBase' is not trivial}} member in struct:U2::__anon8408
127 Either<int,VirtualBase> vbase(0); // expected-note {{in instantiation of template}}
  /frameworks/native/services/sensorservice/
vec.h 40 struct vbase;
134 // "a.xyz + b" is a mixed-operation between a vbase<> and a vec<>, requiring
135 // a conversion of vbase<> to vec<>. The template gunk below avoids this,
258 struct vbase { struct in namespace:android
263 template<> struct vbase<float, 2> { struct in namespace:android
272 template<> struct vbase<float, 3> { struct in namespace:android
277 vbase<float, 2> xy;
278 vbase<float, 2> st;
283 template<> struct vbase<float, 4> { struct in namespace:android
288 vbase<float, 3> xyz
    [all...]
  /external/libevent/include/event2/
rpc.h 485 * @param vbase a pointer to either struct evrpc_base or struct evrpc_pool
492 void *evrpc_add_hook(void *vbase,
499 * @param vbase a pointer to either struct evrpc_base or struct evrpc_pool
505 int evrpc_remove_hook(void *vbase,
511 * @param vbase a pointer to either struct evrpc_base or struct evrpc_pool
515 evrpc_resume_request(void *vbase, void *ctx, enum EVRPC_HOOK_RESULT res);
  /external/libevent/
evrpc.c 119 evrpc_add_hook(void *vbase,
124 struct _evrpc_hooks *base = vbase;
168 evrpc_remove_hook(void *vbase, enum EVRPC_HOOK_TYPE hook_type, void *handle)
170 struct _evrpc_hooks *base = vbase;
279 static int evrpc_pause_request(void *vbase, void *ctx,
765 evrpc_pause_request(void *vbase, void *ctx,
768 struct _evrpc_hooks *base = vbase;
781 evrpc_resume_request(void *vbase, void *ctx, enum EVRPC_HOOK_RESULT res)
783 struct _evrpc_hooks *base = vbase;
  /frameworks/rs/
rsAllocation.cpp     [all...]

Completed in 448 milliseconds