HomeSort by relevance Sort by last modified time
    Searched full:reftype (Results 1 - 25 of 39) 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/llvm/test/MC/MachO/ARM/
aliased-symbols.s 31 // CHECK-NEXT: RefType: UndefinedNonLazy (0x0)
42 // CHECK-NEXT: RefType: UndefinedNonLazy (0x0)
53 // CHECK-NEXT: RefType: UndefinedNonLazy (0x0)
64 // CHECK-NEXT: RefType: UndefinedNonLazy (0x0)
76 // CHECK-NEXT: RefType: UndefinedNonLazy (0x0)
88 // CHECK-NEXT: RefType: UndefinedNonLazy (0x0)
99 // CHECK-NEXT: RefType: UndefinedNonLazy (0x0)
111 // CHECK-NEXT: RefType: UndefinedNonLazy (0x0)
  /external/chromium_org/mojo/public/cpp/bindings/
array.h 28 typedef typename Traits::RefType RefType;
76 RefType at(size_t offset) { return Traits::at(&vec_, offset); }
77 RefType operator[](size_t offset) { return at(offset); }
  /external/chromium_org/third_party/WebKit/Source/modules/webaudio/
AudioNode.cpp 472 void AudioNode::ref(RefType refType)
477 switch (refType) {
489 fprintf(stderr, "%p: %d: AudioNode::ref(%d) %d %d\n", this, nodeType(), refType, m_normalRefCount, m_connectionRefCount);
495 if (refType == RefTypeConnection)
499 void AudioNode::deref(RefType refType)
516 finishDeref(refType);
523 ASSERT(refType == RefTypeConnection);
534 void AudioNode::finishDeref(RefType refType
    [all...]
AudioNode.h 100 enum RefType { RefTypeNormal, RefTypeConnection };
103 void ref(RefType refType = RefTypeNormal);
104 void deref(RefType refType = RefTypeNormal);
107 void finishDeref(RefType refType);
AudioContext.h 272 // with an optional argument for refType. We need to use the special refType: RefTypeConnection
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ClassType/
JDWPClassTypeTestCase.java 112 * @param refType - ReferenceTypeID, defining class.
115 protected FieldInfo[] jdwpGetFields(long refType) {
119 packet.setNextValueAsReferenceTypeID(refType);
  /external/chromium_org/base/threading/
platform_thread.h 44 typedef DWORD RefType;
46 typedef pthread_t RefType;
52 explicit PlatformThreadRef(RefType id)
64 RefType id_;
  /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/mojo/public/cpp/bindings/lib/
array_internal.h 308 typedef typename std::vector<T>::reference RefType;
318 static inline RefType at(std::vector<T>* vec, size_t offset) {
333 typedef T& RefType;
348 static inline RefType at(std::vector<StorageType>* vec, size_t offset) {
359 static inline void PushBack(std::vector<StorageType>* vec, RefType value) {
  /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) {
  /external/chromium_org/third_party/webrtc/base/
systeminfo.cc 431 CFTypeID refType = CFGetTypeID(ref);
432 if (CFNumberGetTypeID() == refType) {
435 } else if (CFDataGetTypeID() == refType) {
450 CFTypeID refType = CFGetTypeID(ref);
451 if (CFStringGetTypeID() == refType) {
454 } else if (CFDataGetTypeID() == refType) {
  /external/llvm/test/tools/llvm-readobj/
sections-ext.test 195 MACHO-I386-NEXT: RefType: UndefinedNonLazy (0x0)
238 MACHO-X86-64-NEXT: RefType: UndefinedNonLazy (0x0)
271 MACHO-X86-64-NEXT: RefType: UndefinedNonLazy (0x0)
314 MACHO-PPC-NEXT: RefType: UndefinedNonLazy (0x0)
380 MACHO-PPC-NEXT: RefType: UndefinedNonLazy (0x0)
471 MACHO-PPC64-NEXT: RefType: UndefinedNonLazy (0x0)
537 MACHO-PPC64-NEXT: RefType: UndefinedNonLazy (0x0)
703 MACHO-ARM-NEXT: RefType: UndefinedNonLazy (0x0)
713 MACHO-ARM-NEXT: RefType: UndefinedNonLazy (0x0)
839 MACHO-ARM-NEXT: RefType: UndefinedNonLazy (0x0
    [all...]
  /external/protobuf/java/src/main/java/com/google/protobuf/nano/
MessageNanoPrinter.java 93 // - we're about to print a primitive, but "reftype" optional style is enabled, and
  /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 1328 int reftype = buffer.readInt(); local
    [all...]
  /external/llvm/tools/llvm-readobj/
MachODumper.cpp 403 W.printEnum("RefType", static_cast<uint16_t>(MOSymbol.Flags & 0xF),
  /external/skia/src/core/
SkBitmap.cpp 1313 int reftype = buffer.readInt(); local
    [all...]
  /external/clang/include/clang/AST/
CanonicalType.h 675 if (CanQual<ReferenceType> RefType = getAs<ReferenceType>())
676 return RefType->getPointeeType();
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
VmMirror.java     [all...]
  /external/valgrind/main/callgrind/
sim.c 130 typedef enum { Read = 0, Write = CACHELINE_DIRTY } RefType;
354 CacheResult cachesim_setref_wb(cache_t2* c, RefType ref, UInt set_no, UWord tag)
393 CacheResult cachesim_ref_wb(cache_t2* c, RefType ref, Addr a, UChar size)
    [all...]
  /external/clang/test/SemaCXX/
type-traits.cpp 547 typedef T& reftype; typedef in struct:type_wrapper
582 int t35[F(__is_function(type_wrapper<void(void)>::reftype))];
    [all...]

Completed in 1193 milliseconds

1 2