HomeSort by relevance Sort by last modified time
    Searched full:reftype (Results 1 - 25 of 27) 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());
  /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/webkit/Source/WebCore/webaudio/
AudioNode.cpp 174 void AudioNode::ref(RefType refType)
176 switch (refType) {
191 printf("%p: %d: AudioNode::ref(%d) %d %d %d\n", this, type(), refType, m_normalRefCount, m_connectionRefCount, m_disabledRefCount);
194 if (m_connectionRefCount == 1 && refType == RefTypeConnection) {
202 void AudioNode::deref(RefType refType)
219 finishDeref(refType);
226 context()->addDeferredFinishDeref(this, refType);
236 void AudioNode::finishDeref(RefType refType
    [all...]
AudioNode.h 79 enum RefType { RefTypeNormal, RefTypeConnection, RefTypeDisabled };
82 void ref(RefType refType = RefTypeNormal);
83 void deref(RefType refType = RefTypeNormal);
86 void finishDeref(RefType refType);
AudioContext.h 183 void addDeferredFinishDeref(AudioNode*, AudioNode::RefType);
242 // with an optional argument for refType. We need to use the special refType: RefTypeConnection
267 RefInfo(AudioNode* node, AudioNode::RefType refType)
269 , m_refType(refType)
273 AudioNode::RefType m_refType;
AudioContext.cpp 446 void AudioContext::addDeferredFinishDeref(AudioNode* node, AudioNode::RefType refType)
449 m_deferredFinishDerefList.append(AudioContext::RefInfo(node, refType));
501 AudioNode::RefType refType = m_deferredFinishDerefList[i].m_refType;
502 node->finishDeref(refType);
  /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...]
  /dalvik/vm/interp/
Interp.cpp     [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/clang/include/clang/AST/
CanonicalType.h 679 if (CanQual<ReferenceType> RefType = getAs<ReferenceType>())
680 return RefType->getPointeeType();
Type.h     [all...]
  /external/skia/legacy/src/core/
SkBitmap.cpp 1467 int reftype = buffer.readU8(); local
    [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/skia/src/core/
SkBitmap.cpp 1590 int reftype = buffer.readInt(); local
    [all...]
  /external/clang/test/SemaCXX/
type-traits.cpp 482 typedef T& reftype; typedef in struct:type_wrapper
517 int t35[F(__is_function(type_wrapper<void(void)>::reftype))];
    [all...]
  /dalvik/vm/analysis/
CodeVerify.cpp     [all...]
  /external/clang/lib/Sema/
SemaOverload.cpp     [all...]
SemaExpr.cpp     [all...]
  /external/clang/lib/AST/
Type.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Core/
ExprEngine.cpp 496 if (const ReferenceType *refType = varType->getAs<ReferenceType>())
497 varType = refType->getPointeeType();
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/
jdimodel.jar 
  /external/clang/lib/CodeGen/
CGExpr.cpp     [all...]
  /external/libxml2/
xmlschemas.c     [all...]
  /external/webkit/Source/JavaScriptCore/
ChangeLog-2007-10-14     [all...]
  /prebuilts/tools/common/m2/internal/com/google/code/findbugs/findbugs/2.0.1/
findbugs-2.0.1.jar 

Completed in 1221 milliseconds

1 2