HomeSort by relevance Sort by last modified time
    Searched refs:reinterpret_cast (Results 51 - 75 of 2553) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/webkit/Source/WebCore/platform/mac/
KURLMac.mm 40 CFIndex bytesLength = CFURLGetBytes(reinterpret_cast<CFURLRef>(url), 0, 0);
43 CFURLGetBytes(reinterpret_cast<CFURLRef>(url), reinterpret_cast<UInt8*>(bytes), bytesLength);
  /external/webkit/Source/WebKit/mac/WebCoreSupport/
WebSecurityOrigin.mm 49 _private = reinterpret_cast<WebSecurityOriginPrivate *>(origin.get());
56 return reinterpret_cast<SecurityOrigin*>(_private)->protocol();
61 return reinterpret_cast<SecurityOrigin*>(_private)->host();
66 return reinterpret_cast<SecurityOrigin*>(_private)->databaseIdentifier();
77 return reinterpret_cast<SecurityOrigin*>(_private)->port();
92 reinterpret_cast<SecurityOrigin*>(_private)->deref();
103 reinterpret_cast<SecurityOrigin*>(_private)->deref();
119 _private = reinterpret_cast<WebSecurityOriginPrivate *>(origin);
126 return reinterpret_cast<SecurityOrigin*>(_private);
166 return DatabaseTracker::tracker().usageForOrigin(reinterpret_cast<SecurityOrigin*>(_private))
    [all...]
  /external/webkit/Source/WebCore/platform/text/
TextBreakIteratorICU.cpp 42 iterator = reinterpret_cast<TextBreakIterator*>(ubrk_open(type, currentTextBreakLocaleID(), 0, 0, &openStatus));
50 ubrk_setText(reinterpret_cast<UBreakIterator*>(iterator), string, length, &setTextStatus);
100 ubrk_close(reinterpret_cast<UBreakIterator*>(iterator));
113 return ubrk_first(reinterpret_cast<UBreakIterator*>(iterator));
118 return ubrk_last(reinterpret_cast<UBreakIterator*>(iterator));
123 return ubrk_next(reinterpret_cast<UBreakIterator*>(iterator));
128 return ubrk_previous(reinterpret_cast<UBreakIterator*>(iterator));
133 return ubrk_preceding(reinterpret_cast<UBreakIterator*>(iterator), pos);
138 return ubrk_following(reinterpret_cast<UBreakIterator*>(iterator), pos);
143 return ubrk_current(reinterpret_cast<UBreakIterator*>(iterator))
    [all...]
  /cts/suite/audio_quality/lib/src/
BuiltinProcessing.cpp 50 android::sp<Buffer>& data(*reinterpret_cast<android::sp<Buffer>*>(inputs[0]));
52 int64_t passMin = (reinterpret_cast<TaskCase::Value*>(inputs[1]))->getInt64();
53 int64_t passMax = (reinterpret_cast<TaskCase::Value*>(inputs[2]))->getInt64();
57 int16_t* rawData = reinterpret_cast<int16_t*>(data->getData());
79 TaskCase::Value* rmsVal = reinterpret_cast<TaskCase::Value*>(outputs[0]);
  /external/compiler-rt/lib/ubsan/lit_tests/TypeCheck/
vptr.cpp 56 p = reinterpret_cast<T*>(Buffer);
59 p = reinterpret_cast<T*>(new S);
68 p = reinterpret_cast<T*>(new U);
106 return reinterpret_cast<U*>(p)->v() - 2;
114 static_cast<T*>(reinterpret_cast<S*>(p));
  /external/qemu/distrib/sdl-1.2.15/src/main/symbian/EKA2/
vectorbuffer.cpp 26 return reinterpret_cast<const TUint8*>(iSucc) - Ptr();
31 return reinterpret_cast<const TUint8*>(this) + sizeof(TNode);
36 TNode* node = reinterpret_cast<TNode*>(aBuffer);
46 TUint8* start = reinterpret_cast<TUint8*>(node) + sizeof(TNode);
47 node->iSucc = reinterpret_cast<TNode*>(start + aData.Size());
  /external/webkit/Tools/DumpRenderTree/TestNetscapePlugIn/win/
WindowedPluginTest.cpp 41 HWND newWindow = reinterpret_cast<HWND>(window->window);
47 ::SetWindowLongPtr(m_window, GWLP_WNDPROC, reinterpret_cast<LONG_PTR>(m_originalWndProc));
55 m_originalWndProc = reinterpret_cast<WNDPROC>(::SetWindowLongPtrW(m_window, GWLP_WNDPROC, reinterpret_cast<LONG_PTR>(staticWndProc)));
63 WindowedPluginTest* instance = reinterpret_cast<WindowedPluginTest*>(::GetPropW(hwnd, instancePointerProperty));
  /external/qemu/elff/
dwarf_cu.cc 41 if (*reinterpret_cast<const Elf_Word*>(hdr) == 0xFFFFFFFF) {
43 (elf, reinterpret_cast<const Dwarf64_CUHdr*>(hdr));
46 (elf, reinterpret_cast<const Dwarf32_CUHdr*>(hdr));
84 elf_file_->pull_val(reinterpret_cast<const Elf_Half*>(prop));
96 elf_file_->pull_val(reinterpret_cast<const Elf_Word*>(prop));
106 reinterpret_cast<const Dwarf_Leb128*>(prop)->process_unsigned(&leb128);
129 elf_file_->pull_val(reinterpret_cast<const Elf_Half*>(prop));
138 elf_file_->pull_val(reinterpret_cast<const Elf_Word*>(prop));
148 elf_file_->pull_val(reinterpret_cast<const Elf_Xword*>(prop));
154 reinterpret_cast<const Dwarf_Leb128*>(prop)->process_signed(attr_value);
    [all...]
  /ndk/sources/host-tools/ndk-stack/elff/
dwarf_cu.cc 41 if (*reinterpret_cast<const Elf_Word*>(hdr) == 0xFFFFFFFF) {
43 (elf, reinterpret_cast<const Dwarf64_CUHdr*>(hdr));
46 (elf, reinterpret_cast<const Dwarf32_CUHdr*>(hdr));
84 elf_file_->pull_val(reinterpret_cast<const Elf_Half*>(prop));
96 elf_file_->pull_val(reinterpret_cast<const Elf_Word*>(prop));
106 reinterpret_cast<const Dwarf_Leb128*>(prop)->process_unsigned(&leb128);
129 elf_file_->pull_val(reinterpret_cast<const Elf_Half*>(prop));
138 elf_file_->pull_val(reinterpret_cast<const Elf_Word*>(prop));
148 elf_file_->pull_val(reinterpret_cast<const Elf_Xword*>(prop));
154 reinterpret_cast<const Dwarf_Leb128*>(prop)->process_signed(attr_value)
    [all...]
  /external/v8/test/cctest/
test-circular-queue.cc 25 Record* rec = reinterpret_cast<Record*>(scq.Enqueue());
34 Record* rec = reinterpret_cast<Record*>(scq.Enqueue());
40 Record* rec = reinterpret_cast<Record*>(scq.Enqueue());
49 Record* rec = reinterpret_cast<Record*>(scq.StartDequeue());
52 CHECK_EQ(rec, reinterpret_cast<Record*>(scq.StartDequeue()));
54 CHECK_NE(rec, reinterpret_cast<Record*>(scq.StartDequeue()));
66 Record* rec = reinterpret_cast<Record*>(scq.StartDequeue());
69 CHECK_EQ(rec, reinterpret_cast<Record*>(scq.StartDequeue()));
71 CHECK_NE(rec, reinterpret_cast<Record*>(scq.StartDequeue()));
97 Record* rec = reinterpret_cast<Record*>(scq_->Enqueue())
    [all...]
  /bionic/libc/private/
KernelArgumentBlock.h 33 uint32_t* args = reinterpret_cast<uint32_t*>(raw_args);
35 argv = reinterpret_cast<char**>(args + 1);
46 auxv = reinterpret_cast<Elf32_auxv_t*>(p);
  /external/v8/src/mips/
cpu-mips.cc 81 char *end = reinterpret_cast<char *>(start) + size;
83 reinterpret_cast<intptr_t>(start), reinterpret_cast<intptr_t>(end), 0);
  /external/v8/src/
regexp-macro-assembler-irregexp-inl.h 50 *reinterpret_cast<uint32_t*>(buffer_.start() + pc_) = word;
60 *reinterpret_cast<uint16_t*>(buffer_.start() + pc_) = word;
70 *reinterpret_cast<uint32_t*>(buffer_.start() + pc_) = word;
  /external/webkit/Tools/DumpRenderTree/win/
MD5.cpp 46 static initPtr ptr = reinterpret_cast<initPtr>(GetProcAddress(cryptDLL(), "MD5Init"));
52 static updatePtr ptr = reinterpret_cast<updatePtr>(GetProcAddress(cryptDLL(), "MD5Update"));
58 static finalPtr ptr = reinterpret_cast<finalPtr>(GetProcAddress(cryptDLL(), "MD5Final"));
  /external/chromium/net/base/
network_change_notifier_netlink_linux.cc 31 reinterpret_cast<struct ifaddrmsg*>(NLMSG_DATA(netlink_message_header));
38 reinterpret_cast<struct ifaddrmsg*>(NLMSG_DATA(netlink_message_header));
41 reinterpret_cast<struct rtattr*>(IFA_RTA(address_message));
49 reinterpret_cast<struct ifa_cacheinfo*>(RTA_DATA(route_attribute));
80 int ret = bind(sock, reinterpret_cast<struct sockaddr*>(&local_addr),
94 reinterpret_cast<struct nlmsghdr*>(buf);
  /external/webkit/Source/WebCore/bindings/objc/
DOMAbstractView.mm 39 #define IMPL reinterpret_cast<WebCore::Frame*>(_internal)
75 return reinterpret_cast<WebCore::Frame*>(wrapper->_internal)->domWindow();
90 wrapper->_internal = reinterpret_cast<DOMObjectInternal*>(frame);
DOMXPath.mm 43 #define IMPL reinterpret_cast<WebCore::XPathNSResolver*>(_internal)
68 return wrapper ? reinterpret_cast<WebCore::XPathNSResolver*>(wrapper->_internal) : 0;
80 wrapper->_internal = reinterpret_cast<DOMObjectInternal*>(impl);
  /external/webkit/Source/WebCore/bindings/scripts/test/ObjC/
DOMTestInterface.mm 50 #define IMPL reinterpret_cast<WebCore::TestInterface*>(_internal)
75 return wrapper ? reinterpret_cast<WebCore::TestInterface*>(wrapper->_internal) : 0;
86 wrapper->_internal = reinterpret_cast<DOMObjectInternal*>(value);
DOMTestMediaQueryListListener.mm 49 #define IMPL reinterpret_cast<WebCore::TestMediaQueryListListener*>(_internal)
80 return wrapper ? reinterpret_cast<WebCore::TestMediaQueryListListener*>(wrapper->_internal) : 0;
91 wrapper->_internal = reinterpret_cast<DOMObjectInternal*>(value);
DOMTestSerializedScriptValueInterface.mm 51 #define IMPL reinterpret_cast<WebCore::TestSerializedScriptValueInterface*>(_internal)
82 return wrapper ? reinterpret_cast<WebCore::TestSerializedScriptValueInterface*>(wrapper->_internal) : 0;
93 wrapper->_internal = reinterpret_cast<DOMObjectInternal*>(value);
  /external/clang/include/clang/Sema/
IdentifierResolver.h 92 Ptr = reinterpret_cast<uintptr_t>(D);
98 Ptr = reinterpret_cast<uintptr_t>(I) | 0x1;
105 return reinterpret_cast<BaseIter>(Ptr & ~0x3);
118 return reinterpret_cast<NamedDecl*>(Ptr);
205 return (reinterpret_cast<uintptr_t>(Ptr) & 0x1) == 0;
210 assert((reinterpret_cast<uintptr_t>(Ptr) & 0x1) == 1
212 return reinterpret_cast<IdDeclInfo*>(
213 reinterpret_cast<uintptr_t>(Ptr) & ~0x1
  /external/clang/test/SemaCXX/
i-c-e-cxx.cpp 59 int* y = reinterpret_cast<const char&>(x); // expected-error {{cannot initialize}}
63 int PR8836test[(__typeof(sizeof(int)))&reinterpret_cast<const volatile char&>((((PR8836*)0)->a))]; // expected-warning {{folded to constant array as an extension}} expected-note {{cast which performs the conversions of a reinterpret_cast is not allowed in a constant expression}}
  /external/eigen/blas/
level1_real_impl.h 18 Scalar* x = reinterpret_cast<Scalar*>(px);
33 Scalar* x = reinterpret_cast<Scalar*>(px);
34 Scalar* y = reinterpret_cast<Scalar*>(py);
51 Scalar* x = reinterpret_cast<Scalar*>(px);
62 Scalar* x = reinterpret_cast<Scalar*>(px);
63 Scalar* y = reinterpret_cast<Scalar*>(py);
64 Scalar c = *reinterpret_cast<Scalar*>(pc);
65 Scalar s = *reinterpret_cast<Scalar*>(ps);
85 Scalar* x = reinterpret_cast<Scalar*>(px);
86 Scalar* y = reinterpret_cast<Scalar*>(py)
    [all...]
  /external/jmonkeyengine/engine/src/bullet-native/
com_jme3_bullet_joints_SixDofSpringJoint.cpp 19 btGeneric6DofSpringConstraint* joint = reinterpret_cast<btGeneric6DofSpringConstraint*>(jointId);
31 btGeneric6DofSpringConstraint* joint = reinterpret_cast<btGeneric6DofSpringConstraint*>(jointId);
42 btGeneric6DofSpringConstraint* joint = reinterpret_cast<btGeneric6DofSpringConstraint*>(jointId);
53 btGeneric6DofSpringConstraint* joint = reinterpret_cast<btGeneric6DofSpringConstraint*>(jointId);
64 btGeneric6DofSpringConstraint* joint = reinterpret_cast<btGeneric6DofSpringConstraint*>(jointId);
79 btRigidBody* bodyA = reinterpret_cast<btRigidBody*>(bodyIdA);
80 btRigidBody* bodyB = reinterpret_cast<btRigidBody*>(bodyIdB);
89 return reinterpret_cast<jlong>(joint);
  /external/llvm/include/llvm-c/
Object.h 106 return reinterpret_cast<ObjectFile*>(OF);
110 return reinterpret_cast<LLVMObjectFileRef>(const_cast<ObjectFile*>(OF));
114 return reinterpret_cast<section_iterator*>(SI);
119 return reinterpret_cast<LLVMSectionIteratorRef>
124 return reinterpret_cast<symbol_iterator*>(SI);
129 return reinterpret_cast<LLVMSymbolIteratorRef>
134 return reinterpret_cast<relocation_iterator*>(SI);
139 return reinterpret_cast<LLVMRelocationIteratorRef>

Completed in 686 milliseconds

1 23 4 5 6 7 8 91011>>