HomeSort by relevance Sort by last modified time
    Searched full:wchar_t (Results 2151 - 2175 of 3668) sorted by null

<<81828384858687888990>>

  /external/chromium_org/base/debug/
stack_trace_win.cc 89 kMaxNameLength * sizeof(wchar_t) +
156 wchar_t symbols_path[1024];
  /external/chromium_org/base/
sync_socket_win.cc 19 const wchar_t kPipeNameFormat[] = L"\\\\.\\pipe\\chrome.sync.%u.%u.%lu";
35 wchar_t name[kPipePathMax];
  /external/chromium_org/chrome/browser/
browser_keyevents_browsertest.cc 92 const wchar_t* GetBoolString(bool value) {
151 void SuppressEventByType(int tab_index, const wchar_t* type, bool suppress) {
206 void CheckFocusedElement(int tab_index, const wchar_t* focused) {
216 void SetFocusedElement(int tab_index, const wchar_t* focused) {
226 void CheckTextBoxValue(int tab_index, const wchar_t* id,
227 const wchar_t* value) {
237 void SetTextBoxValue(int tab_index, const wchar_t* id,
238 const wchar_t* value) {
    [all...]
chrome_process_finder_win.cc 180 cds.cbData = static_cast<DWORD>((to_send.length() + 1) * sizeof(wchar_t));
181 cds.lpData = const_cast<wchar_t*>(to_send.c_str());
platform_util_win.cc 77 const_cast<wchar_t *>(dir.value().c_str()),
84 const_cast<wchar_t *>(full_path.value().c_str()),
  /external/chromium_org/chrome/installer/util/
installation_validator.h 197 const wchar_t* expected_command,
198 const wchar_t* expected_app_name,
  /external/chromium_org/chrome_frame/
dll_redirector.cc 23 const wchar_t kSharedMemoryName[] = L"ChromeFrameVersionBeacon_";
276 wchar_t system_buffer[MAX_PATH];
http_negotiate.cc 281 *additional_headers = reinterpret_cast<wchar_t*>(::CoTaskMemRealloc(
283 (updated_headers.length() + 1) * sizeof(wchar_t)));
simple_resource_loader.cc 26 const wchar_t kLocalesDirName[] = L"Locales";
28 bool IsInvalidTagCharacter(wchar_t tag_character) {
  /external/chromium_org/cloud_print/service/win/
service_controller.cc 26 const wchar_t kServiceExeName[] = L"cloud_print_service.exe";
215 description.lpDescription = const_cast<wchar_t*>(description_string.c_str());
  /external/chromium_org/ppapi/tests/
test_broker.cc 144 wchar_t temp_path[MAX_PATH] = {'\0'};
145 wchar_t file_name[MAX_PATH] = {'\0'};
  /external/chromium_org/rlz/win/lib/
machine_deal.cc 24 const wchar_t kDccValueName[] = L"DCC";
290 wchar_t dcc[kMaxDccLength + 1];
  /external/chromium_org/sandbox/win/src/
interception_unittest.cc 79 wchar_t exe_name[MAX_PATH];
166 wchar_t exe_name[MAX_PATH];
  /external/chromium_org/third_party/cld/base/
type_traits.h 43 // wchar_t is not by default a distinct type from unsigned short in
48 template<> struct is_integral<wchar_t> : true_type { };
  /external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/
gtest-message.h 167 Message& operator <<(const wchar_t* wide_c_str) {
170 Message& operator <<(wchar_t* wide_c_str) {
  /external/chromium_org/third_party/skia/src/sfnt/
SkOTUtils.cpp 76 size_t nameTableLogicalSize = sizeof(SkOTTableName) + (namesCount * sizeof(SkOTTableName::Record)) + (fontNameLen * sizeof(wchar_t));
132 nameRecords[i].length = SkEndian_SwapBE16(fontNameLen * sizeof(wchar_t));
  /external/chromium_org/ui/gfx/
font_fallback_win.cc 22 const wchar_t* kFonts =
65 const wchar_t* kSystemLink =
  /external/chromium_org/ui/gl/
gl_implementation_win.cc 36 const wchar_t kPreVistaD3DCompiler[] = L"D3DCompiler_43.dll";
37 const wchar_t kPostVistaD3DCompiler[] = L"D3DCompiler_46.dll";
  /external/clang/docs/
ReleaseNotes.rst 104 types: WCharTy and WideCharTy. WCharTy represents the built-in wchar_t type
106 C++ it is the same as WCharTy, but in C99, where wchar_t is a typedef, it is an
  /external/clang/include/clang/Basic/
LangOptions.def 64 LANGOPT(WChar , 1, CPlusPlus, "wchar_t keyword")
114 LANGOPT(ShortWChar , 1, 0, "unsigned short wchar_t")
  /external/gtest/include/gtest/
gtest-message.h 167 Message& operator <<(const wchar_t* wide_c_str) {
170 Message& operator <<(wchar_t* wide_c_str) {
  /external/llvm/utils/unittest/googletest/include/gtest/
gtest-message.h 167 Message& operator <<(const wchar_t* wide_c_str) {
170 Message& operator <<(wchar_t* wide_c_str) {
  /external/mesa3d/src/gtest/include/gtest/
gtest-message.h 167 Message& operator <<(const wchar_t* wide_c_str) {
170 Message& operator <<(wchar_t* wide_c_str) {
  /external/open-vcdiff/gtest/include/gtest/
gtest-message.h 162 Message& operator <<(const wchar_t* wide_c_str) {
165 Message& operator <<(wchar_t* wide_c_str) {
  /external/protobuf/gtest/include/gtest/
gtest-message.h 162 Message& operator <<(const wchar_t* wide_c_str) {
165 Message& operator <<(wchar_t* wide_c_str) {

Completed in 1227 milliseconds

<<81828384858687888990>>