HomeSort by relevance Sort by last modified time
    Searched full:reftype (Results 1 - 25 of 36) sorted by null

1 2

  /external/eigen/unsupported/test/
alignedvector3.cpp 18 typedef Matrix<Scalar,3,1> RefType;
21 RefType r1(RefType::Random()), r2(RefType::Random()), r3(RefType::Random()),
22 r4(RefType::Random()), r5(RefType::Random()), r6(RefType::Random());
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/
foreach.hpp 184 template<class RefType,typename C>
185 inline RefType
186 deref( static_any_t cur, C&, ::boost::type<RefType>, mpl::false_ )
193 template<class RefType,typename C>
194 inline RefType
195 deref( static_any_t cur, C const&, ::boost::type<RefType>, mpl::true_ )
239 #define BOOST_TEST_FE_DEREF( COL, RefType ) \
243 ::boost::type<RefType >(), \
257 #define BOOST_TEST_FOREACH( RefType, var, COL ) \
265 for( RefType var = BOOST_TEST_FE_DEREF( COL, RefType );
    [all...]
named_params.hpp 40 template<typename T, typename unique_id,typename RefType> struct named_parameter;
  /external/qemu/distrib/sdl-1.2.15/src/joystick/darwin/
SDL_sysjoystick.c 237 CFTypeRef refType;
239 refType = CFDictionaryGetValue (refElement, CFSTR(kIOHIDElementCookieKey));
240 if (refType && CFNumberGetValue (refType, kCFNumberLongType, &number))
242 refType = CFDictionaryGetValue (refElement, CFSTR(kIOHIDElementMinKey));
243 if (refType && CFNumberGetValue (refType, kCFNumberLongType, &number))
245 refType = CFDictionaryGetValue (refElement, CFSTR(kIOHIDElementMaxKey));
246 if (refType && CFNumberGetValue (refType, kCFNumberLongType, &number)
    [all...]
  /external/chromium/base/
tuple.h 42 // RefType: the ref version of a type (same as the type for refs).
48 typedef P& RefType;
55 typedef P& RefType;
284 typedef Tuple1<typename TupleTraits<A>::RefType> RefTuple;
292 typedef Tuple2<typename TupleTraits<A>::RefType,
293 typename TupleTraits<B>::RefType> RefTuple;
303 typedef Tuple3<typename TupleTraits<A>::RefType,
304 typename TupleTraits<B>::RefType,
305 typename TupleTraits<C>::RefType> RefTuple;
317 typedef Tuple4<typename TupleTraits<A>::RefType,
    [all...]
  /external/chromium_org/third_party/WebKit/Source/modules/webaudio/
AudioNode.cpp 479 void AudioNode::ref(RefType refType)
481 switch (refType) {
493 fprintf(stderr, "%p: %d: AudioNode::ref(%d) %d %d\n", this, nodeType(), refType, m_normalRefCount, m_connectionRefCount);
499 if (refType == RefTypeConnection)
503 void AudioNode::deref(RefType refType)
520 finishDeref(refType);
527 ASSERT(refType == RefTypeConnection);
538 void AudioNode::finishDeref(RefType refType
    [all...]
AudioNode.h 98 enum RefType { RefTypeNormal, RefTypeConnection };
101 void ref(RefType refType = RefTypeNormal);
102 void deref(RefType refType = RefTypeNormal);
105 void finishDeref(RefType refType);
AudioContext.h 289 // with an optional argument for refType. We need to use the special refType: RefTypeConnection
  /external/chromium_org/base/
tuple.h 39 // RefType: the ref version of a type (same as the type for refs).
45 typedef P& RefType;
52 typedef P& RefType;
281 typedef Tuple1<typename TupleTraits<A>::RefType> RefTuple;
289 typedef Tuple2<typename TupleTraits<A>::RefType,
290 typename TupleTraits<B>::RefType> RefTuple;
300 typedef Tuple3<typename TupleTraits<A>::RefType,
301 typename TupleTraits<B>::RefType,
302 typename TupleTraits<C>::RefType> RefTuple;
314 typedef Tuple4<typename TupleTraits<A>::RefType,
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/base/
systeminfo.cc 448 CFTypeID refType = CFGetTypeID(ref);
449 if (CFNumberGetTypeID() == refType) {
452 } else if (CFDataGetTypeID() == refType) {
467 CFTypeID refType = CFGetTypeID(ref);
468 if (CFStringGetTypeID() == refType) {
471 } else if (CFDataGetTypeID() == refType) {
  /dalvik/vm/interp/
Interp.cpp     [all...]
  /external/llvm/test/tools/llvm-readobj/
sections-ext.test 194 MACHO-I386-NEXT: RefType: UndefinedNonLazy (0x0)
236 MACHO-X86-64-NEXT: RefType: UndefinedNonLazy (0x0)
269 MACHO-X86-64-NEXT: RefType: UndefinedNonLazy (0x0)
311 MACHO-PPC-NEXT: RefType: UndefinedNonLazy (0x0)
376 MACHO-PPC-NEXT: RefType: UndefinedNonLazy (0x0)
466 MACHO-PPC64-NEXT: RefType: UndefinedNonLazy (0x0)
531 MACHO-PPC64-NEXT: RefType: UndefinedNonLazy (0x0)
696 MACHO-ARM-NEXT: RefType: UndefinedNonLazy (0x0)
705 MACHO-ARM-NEXT: RefType: UndefinedNonLazy (0x0)
830 MACHO-ARM-NEXT: RefType: UndefinedNonLazy (0x0
    [all...]
  /external/sonivox/arm-wt-22k/lib_src/
eas_xmf.c 556 EAS_I32 refType;
592 if ((result = XMF_ReadVLQ(hwInstData, pXMFData->fileHandle, &refType)) != EAS_SUCCESS)
604 if (refType == 2)
614 else if (refType != 1)
616 { /* dpp: EAS_ReportEx(_EAS_SEVERITY_ERROR, "Unexpected reference type %d\n", refType); */ }
  /external/chromium_org/third_party/skia/src/core/
SkBitmap.cpp 1620 int reftype = buffer.readInt(); local
    [all...]
  /external/llvm/tools/llvm-readobj/
MachODumper.cpp 424 W.printEnum ("RefType", static_cast<uint16_t>(Symbol.Flags & 0xF),
  /external/skia/src/core/
SkBitmap.cpp 1620 int reftype = buffer.readInt(); local
    [all...]
  /external/clang/include/clang/AST/
CanonicalType.h 676 if (CanQual<ReferenceType> RefType = getAs<ReferenceType>())
677 return RefType->getPointeeType();
  /external/chromium_org/third_party/JSON/JSON-2.59/blib/lib/JSON/
backportPP.pm 491 my $reftype = reftype($_[1]) || '';
492 if ($reftype eq 'HASH') {
495 elsif ($reftype eq 'ARRAY') {
    [all...]
  /external/chromium_org/third_party/JSON/JSON-2.59/lib/JSON/
backportPP.pm 491 my $reftype = reftype($_[1]) || '';
492 if ($reftype eq 'HASH') {
495 elsif ($reftype eq 'ARRAY') {
    [all...]
  /external/chromium_org/third_party/JSON/out/lib/perl5/JSON/
backportPP.pm 491 my $reftype = reftype($_[1]) || '';
492 if ($reftype eq 'HASH') {
495 elsif ($reftype eq 'ARRAY') {
    [all...]
  /external/valgrind/main/callgrind/
sim.c 130 typedef enum { Read = 0, Write = CACHELINE_DIRTY } RefType;
342 CacheResult cachesim_setref_wb(cache_t2* c, RefType ref, UInt set_no, UWord tag)
381 CacheResult cachesim_ref_wb(cache_t2* c, RefType ref, Addr a, UChar size)
    [all...]
  /external/clang/test/SemaCXX/
type-traits.cpp 508 typedef T& reftype; typedef in struct:type_wrapper
543 int t35[F(__is_function(type_wrapper<void(void)>::reftype))];
    [all...]
  /dalvik/vm/analysis/
CodeVerify.cpp     [all...]
  /external/clang/lib/Sema/
SemaOverload.cpp     [all...]
  /external/clang/lib/AST/
Type.cpp     [all...]

Completed in 3047 milliseconds

1 2