HomeSort by relevance Sort by last modified time
    Searched refs:reinterpret_cast (Results 201 - 225 of 4132) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/chromium_org/third_party/webrtc/base/
macwindowpicker.cc 81 CFArrayCreate(NULL, reinterpret_cast<const void **>(&ids), 1, NULL);
84 reinterpret_cast<CGWindowListCreateDescriptionFromArrayProc>(
93 CFDictionaryRef window = reinterpret_cast<CFDictionaryRef>(
95 CFBooleanRef is_visible = reinterpret_cast<CFBooleanRef>(
116 CFArrayCreate(NULL, reinterpret_cast<const void **>(&ids), 1, NULL);
119 reinterpret_cast<CGWindowListCreateDescriptionFromArrayProc>(
128 CFDictionaryRef window = reinterpret_cast<CFDictionaryRef>(
130 CFStringRef window_name_ref = reinterpret_cast<CFStringRef>(
132 CFNumberRef application_pid = reinterpret_cast<CFNumberRef>(
217 reinterpret_cast<CGWindowListCopyWindowInfoProc>(get_window_list_)
    [all...]
  /external/chromium_org/third_party/webrtc/modules/desktop_capture/mac/
full_screen_chrome_window_detector.cc 32 CFArrayCreate(NULL, reinterpret_cast<const void **>(&id), 1, NULL);
38 CFDictionaryRef window = reinterpret_cast<CFDictionaryRef>(
40 CFBooleanRef on_screen = reinterpret_cast<CFBooleanRef>(
57 CFDictionaryRef bounds_ref = reinterpret_cast<CFDictionaryRef>(
81 CFArrayCreate(NULL, reinterpret_cast<const void **>(&id), 1, NULL);
87 CFDictionaryRef window = reinterpret_cast<CFDictionaryRef>(
89 CFStringRef title_ref = reinterpret_cast<CFStringRef>(
103 CFArrayCreate(NULL, reinterpret_cast<const void **>(&id), 1, NULL);
109 CFDictionaryRef window = reinterpret_cast<CFDictionaryRef>(
111 CFNumberRef pid_ref = reinterpret_cast<CFNumberRef>
    [all...]
  /external/chromium_org/ui/base/glib/
glib_signal.h 25 return reinterpret_cast<CLASS*>(userdata)->METHOD(sender); \
33 return reinterpret_cast<CLASS*>(userdata)->METHOD(sender, one); \
41 return reinterpret_cast<CLASS*>(userdata)->METHOD(sender, one, two); \
49 return reinterpret_cast<CLASS*>(userdata)-> \
60 return reinterpret_cast<CLASS*>(userdata)-> \
71 return reinterpret_cast<CLASS*>(userdata)-> \
82 return reinterpret_cast<CLASS*>(userdata)-> \
90 return reinterpret_cast<CLASS*>(userdata)->METHOD(sender); \
98 return reinterpret_cast<CLASS*>(userdata)->METHOD(sender, one); \
106 return reinterpret_cast<CLASS*>(userdata)->METHOD(sender, one, two);
    [all...]
  /external/eigen/blas/
level1_impl.h 14 Scalar* x = reinterpret_cast<Scalar*>(px);
15 Scalar* y = reinterpret_cast<Scalar*>(py);
16 Scalar alpha = *reinterpret_cast<Scalar*>(palpha);
33 Scalar* x = reinterpret_cast<Scalar*>(px);
34 Scalar* y = reinterpret_cast<Scalar*>(py);
57 Scalar* x = reinterpret_cast<Scalar*>(px);
68 Scalar* x = reinterpret_cast<Scalar*>(px);
81 Scalar& a = *reinterpret_cast<Scalar*>(pa);
82 Scalar& b = *reinterpret_cast<Scalar*>(pb);
84 Scalar* s = reinterpret_cast<Scalar*>(ps)
    [all...]
  /external/chromium_org/base/win/
metro.cc 16 const HMODULE kUninitialized = reinterpret_cast<HMODULE>(1);
61 reinterpret_cast<IsImmersiveProcessFunc>(
71 wchar_t* dest = reinterpret_cast<wchar_t*>(LocalAlloc(LPTR, dest_size));
122 GetLaunchType get_launch_type = reinterpret_cast<GetLaunchType>(
130 GetInitialUrl initial_metro_url = reinterpret_cast<GetInitialUrl>(
136 reinterpret_cast<GetInitialSearchString>(
iunknown_impl_unittest.cc 40 IID_IDispatch, reinterpret_cast<void**>(&other)));
42 IID_IUnknown, reinterpret_cast<void**>(&other)));
  /external/chromium_org/chrome/installer/test/
pe_image_resources.cc 20 *structure = reinterpret_cast<const T*>(data);
46 reinterpret_cast<const IMAGE_RESOURCE_DIRECTORY_ENTRY*>(
54 (scan - reinterpret_cast<const IMAGE_RESOURCE_DIRECTORY_ENTRY*>(
86 reinterpret_cast<uint8*>(
92 reinterpret_cast<uint8*>(image.RVAToAddr(data_entry->OffsetToData)),
118 reinterpret_cast<uint8*>(
  /external/chromium_org/content/browser/geolocation/
wifi_data_provider_mac.cc 77 WirelessAttach_function_ = reinterpret_cast<WirelessAttachFunction>(
79 WirelessScanSplit_function_ = reinterpret_cast<WirelessScanSplitFunction>(
81 WirelessDetach_function_ = reinterpret_cast<WirelessDetachFunction>(
128 reinterpret_cast<const WirelessNetworkInfo*>(
130 reinterpret_cast<const CFDataRef>(
144 if (!base::UTF8ToUTF16(reinterpret_cast<const char*>(
  /external/chromium_org/crypto/
hkdf.cc 73 previous = base::StringPiece(reinterpret_cast<char*>(digest),
82 client_write_key_ = base::StringPiece(reinterpret_cast<char*>(&output_[j]),
85 server_write_key_ = base::StringPiece(reinterpret_cast<char*>(&output_[j]),
91 client_write_iv_ = base::StringPiece(reinterpret_cast<char*>(&output_[j]),
94 server_write_iv_ = base::StringPiece(reinterpret_cast<char*>(&output_[j]),
99 subkey_secret_ = base::StringPiece(reinterpret_cast<char*>(&output_[j]),
  /external/chromium_org/mojo/nacl/
mojo_syscall_internal.h 42 *value = *reinterpret_cast<T volatile*>(temp);
56 *sys_ptr = reinterpret_cast<T volatile*>(temp);
73 T volatile* converted = reinterpret_cast<T volatile*>(temp);
99 *sys_ptr = reinterpret_cast<T*>(temp);
118 *sys_ptr = reinterpret_cast<T*>(temp);
138 *sys_ptr = reinterpret_cast<T*>(temp);
  /external/chromium_org/net/quic/crypto/
local_strike_register_client_test.cc 74 StringPiece(reinterpret_cast<const char*>(kOrbit), kOrbitSize)));
76 StringPiece(reinterpret_cast<const char*>(kOrbit), kOrbitSize - 1)));
78 StringPiece(reinterpret_cast<const char*>(kOrbit), kOrbitSize + 1)));
80 StringPiece(reinterpret_cast<const char*>(kOrbit) + 1, kOrbitSize)));
86 valid_nonce.assign(reinterpret_cast<const char*>(&norder), sizeof(norder));
87 valid_nonce.append(string(reinterpret_cast<const char*>(kOrbit), kOrbitSize));
  /external/chromium_org/net/spdy/
spdy_frame_reader.cc 27 *result = *reinterpret_cast<const uint8*>(data_ + ofs_);
43 *result = ntohs(*(reinterpret_cast<const uint16*>(data_ + ofs_)));
59 *result = ntohl(*(reinterpret_cast<const uint32*>(data_ + ofs_)));
75 uint64 upper = ntohl(*(reinterpret_cast<const uint32*>(data_ + ofs_)));
76 uint64 lower = ntohl(*(reinterpret_cast<const uint32*>(data_ + ofs_ + 4)));
105 memcpy(reinterpret_cast<char*>(result) + 1, data_ + ofs_, 3);
  /external/chromium_org/third_party/leveldatabase/src/util/
env_test.cc 25 reinterpret_cast<port::AtomicPointer*>(ptr)->NoBarrier_Store(ptr);
45 CB* cb = reinterpret_cast<CB*>(v);
47 ASSERT_EQ(cb->id-1, reinterpret_cast<uintptr_t>(cur));
48 cb->last_id_ptr->Release_Store(reinterpret_cast<void*>(cb->id));
64 ASSERT_EQ(4, reinterpret_cast<uintptr_t>(cur));
74 State* s = reinterpret_cast<State*>(arg);
  /external/chromium_org/third_party/webrtc/common_audio/
wav_writer.cc 91 return reinterpret_cast<rtc_WavFile*>(
96 delete reinterpret_cast<webrtc::WavFile*>(wf);
102 reinterpret_cast<webrtc::WavFile*>(wf)->WriteSamples(samples, num_samples);
106 return reinterpret_cast<const webrtc::WavFile*>(wf)->sample_rate();
110 return reinterpret_cast<const webrtc::WavFile*>(wf)->num_channels();
114 return reinterpret_cast<const webrtc::WavFile*>(wf)->num_samples();
  /art/runtime/gc/accounting/
mod_union_table.cc 181 LOG(INFO) << "Object " << reinterpret_cast<const void*>(obj) << "(" << PrettyTypeOf(obj)
182 << ")" << "References " << reinterpret_cast<const void*>(ref) << "(" << PrettyTypeOf(ref)
236 uintptr_t start = reinterpret_cast<uintptr_t>(card_table->AddrFromCard(card));
246 uintptr_t start = reinterpret_cast<uintptr_t>(card_table->AddrFromCard(card_addr));
248 os << reinterpret_cast<void*>(start) << "-" << reinterpret_cast<void*>(end) << ",";
253 uintptr_t start = reinterpret_cast<uintptr_t>(card_table->AddrFromCard(card_addr));
255 os << reinterpret_cast<void*>(start) << "-" << reinterpret_cast<void*>(end) << "->{";
257 os << reinterpret_cast<const void*>(ref->AsMirrorPtr()) << ","
    [all...]
  /external/chromium_org/chrome/browser/safe_browsing/incident_reporting/
module_integrity_verifier_win.cc 77 return ((state.reloc_addr.count(reinterpret_cast<uintptr_t>(byte_addr))) > 0);
100 Export addr(reinterpret_cast<void*>(mem_code_start), std::string());
125 uintptr_t orig_mem_value = *reinterpret_cast<uintptr_t*>(address);
128 *reinterpret_cast<uintptr_t*>(address + state->code_section_delta);
151 reinterpret_cast<ModuleVerificationState*>(cookie);
175 AddBytesCorrectedByReloc(reinterpret_cast<uintptr_t>(address), state);
199 std::vector<Export>* exports = reinterpret_cast<std::vector<Export>*>(cookie);
219 *mem_code_addr = reinterpret_cast<uint8_t*>(
230 reinterpret_cast<void*>(*mem_code_addr), &disk_code_offset))
233 reinterpret_cast<uint8_t*>(disk_peimage.module()) + disk_code_offset
    [all...]
  /external/chromium_org/chrome/installer/mini_installer/
decompress.cc 31 ret = reinterpret_cast<char*>(Alloc(size * sizeof(ret[0])));
45 ret = reinterpret_cast<wchar_t*>(Alloc(size * sizeof(ret[0])));
89 return reinterpret_cast<INT_PTR>(file);
94 if (!::ReadFile(reinterpret_cast<HANDLE>(hf), pv, cb, &read, NULL))
101 if (!::WriteFile(reinterpret_cast<HANDLE>(hf), pv, cb, &written, NULL))
107 return ::CloseHandle(reinterpret_cast<HANDLE>(hf)) ? 0 : -1;
111 return ::SetFilePointer(reinterpret_cast<HANDLE>(hf), dist, NULL, seektype);
121 const wchar_t* destination = reinterpret_cast<const wchar_t*>(pfdin->pv);
125 result = reinterpret_cast<INT_PTR>(::CreateFileW(destination,
137 SetFileTime(reinterpret_cast<HANDLE>(pfdin->hf), &local, NULL, NULL)
    [all...]
  /art/compiler/utils/mips/
constants_mips.h 94 return ((*reinterpret_cast<const uint32_t*>(this)) & 0xFC0000CF) == kBreakPointInstruction;
101 static Instr* At(uintptr_t pc) { return reinterpret_cast<Instr*>(pc); }
  /bionic/libc/bionic/
mbstate.cpp 50 *(reinterpret_cast<uint32_t*>(ps->__seq)) = 0;
55 *(reinterpret_cast<uint32_t*>(ps->__seq)) = 0;
  /bionic/libc/private/
ThreadLocalBuffer.h 54 reinterpret_cast<type>(pthread_getspecific(__bionic_tls_ ## name ## _key)); \
56 name ## _tls_buffer = reinterpret_cast<type>(calloc(1, byte_count)); \
  /external/chromium_org/chrome/browser/android/
password_authentication_manager.cc 59 reinterpret_cast<intptr_t>(auth_callback)).obj());
68 reinterpret_cast<PasswordAuthenticationCallback*>(callback_ptr);
  /external/chromium_org/chrome/browser/safe_browsing/
pe_image_reader_win_unittest.cc 51 ASSERT_NE(reinterpret_cast<const IMAGE_DOS_HEADER*>(NULL), dos_header);
57 ASSERT_NE(reinterpret_cast<const IMAGE_FILE_HEADER*>(NULL), file_header);
67 ASSERT_NE(reinterpret_cast<const uint8_t*>(NULL), optional_header_data);
81 ASSERT_NE(reinterpret_cast<const IMAGE_SECTION_HEADER*>(NULL),
91 reinterpret_cast<const uint8_t*>(last_section_header) +
108 ASSERT_NE(reinterpret_cast<const uint8_t*>(NULL), export_section);
124 EXPECT_NE(reinterpret_cast<const IMAGE_DEBUG_DIRECTORY*>(NULL), entry);
125 EXPECT_NE(reinterpret_cast<const uint8_t*>(NULL), raw_data);
  /external/chromium_org/components/nacl/loader/nonsfi/
irt_clock.cc 70 reinterpret_cast<int(*)(nacl_irt_clockid_t, struct timespec*)>(
72 reinterpret_cast<int(*)(nacl_irt_clockid_t, struct timespec*)>(
nonsfi_main.cc 47 reinterpret_cast<uintptr_t>(&NaClIrtInterface),
84 reinterpret_cast<EntryPointType>(image.entry_point());
  /external/chromium_org/content/browser/shared_worker/
worker_document_set.h 43 return reinterpret_cast<unsigned long long>(filter()) <
44 reinterpret_cast<unsigned long long>(other.filter());

Completed in 2596 milliseconds

1 2 3 4 5 6 7 891011>>