Searched
full:wchar_t (Results
576 -
600 of
3668) sorted by null
<<21222324252627282930>>
/external/chromium/chrome/common/ |
chrome_constants.cc | 56 const wchar_t kNaClAppName[] = L"nacl64"; 58 const wchar_t kBrowserAppName[] = L"Chrome"; 61 const wchar_t kBrowserAppName[] = L"Chromium"; 66 const wchar_t kStatusTrayWindowClass[] = L"Chrome_StatusTrayWindow"; 69 const wchar_t kMessageWindowClass[] = L"Chrome_MessageWindow"; 70 const wchar_t kCrashReportLog[] = L"Reported Crashes.txt"; 71 const wchar_t kTestingInterfaceDLL[] = L"testing_interface.dll"; 73 const wchar_t kBrowserResourcesDll[] = L"chrome.dll"; 101 const wchar_t kUserDataDirname[] = L"User Data";
|
/external/chromium/third_party/libjingle/source/talk/base/ |
win32.cc | 108 wchar_t* wfilename = STACK_ARRAY(wchar_t, wlen); 120 wchar_t* filepart = NULL; 121 wchar_t* full_filename = STACK_ARRAY(wchar_t, full_len + 6); 122 wchar_t* start = full_filename + 6; 127 const wchar_t kLongPathPrefix[] = L"\\\\?\\UNC"; 133 memcpy(start, kLongPathPrefix, 4 * sizeof(wchar_t)); 139 memcpy(start, kLongPathPrefix, 7 * sizeof(wchar_t));
|
/external/chromium_org/base/debug/ |
debug_on_start_win.cc | 22 bool DebugOnStart::FindArgument(wchar_t* command_line, const char* argument_c) { 23 wchar_t argument[50] = {}; 30 wchar_t first_char = command_line[0]; 31 wchar_t last_char = command_line[argument_len+1];
|
/external/chromium_org/chrome/common/ |
attrition_experiments.h | 22 const wchar_t kSkypeBrandCode[] = L"SKPC,SKPG,SKPH,SKPI,SKPL,SKPM,SKPN";
|
/external/chromium_org/chrome/installer/util/ |
registry_test_data.cc | 22 bool RegistryTestData::DeleteKey(HKEY root_key, const wchar_t* path) { 47 bool RegistryTestData::Initialize(HKEY root_key, const wchar_t* base_path) { 84 const wchar_t* path) { 98 void RegistryTestData::ExpectEmptyKey(HKEY root_key, const wchar_t* path) {
|
/external/chromium_org/chrome_frame/ |
registry_watcher.h | 17 RegistryWatcher(HKEY hive, const wchar_t* path, NotifyFunc callback);
|
/external/chromium_org/remoting/host/win/ |
omaha.cc | 12 const wchar_t kHostOmahaAppid[] = L"{b210701e-ffc4-49e3-932b-370728c72662}";
|
/external/chromium_org/sandbox/win/src/ |
win_utils_unittest.cc | 16 wchar_t temp_directory[MAX_PATH]; 17 wchar_t my_folder[MAX_PATH]; 58 wchar_t temp_directory[MAX_PATH]; 59 wchar_t my_folder[MAX_PATH];
|
/external/chromium_org/sandbox/win/tests/common/ |
test_utils.h | 12 bool SetReparsePoint(HANDLE source, const wchar_t* target);
|
/external/chromium_org/sandbox/win/tests/integration_tests/ |
integration_tests.cc | 8 int wmain(int argc, wchar_t **argv) {
|
/external/chromium_org/sandbox/win/tests/validation_tests/ |
unit_tests.cc | 8 int wmain(int argc, wchar_t **argv) {
|
/external/chromium_org/third_party/yasm/source/patched-yasm/m4/ |
wint_t.m4 | 15 wint_t foo = (wchar_t)'\0';], ,
|
/external/chromium_org/ui/base/win/ |
lock_state.cc | 15 wchar_t name[256] = {0};
|
/external/clang/test/CXX/lex/lex.literal/lex.ccon/ |
p1.cpp | 10 extern wchar_t c;
|
/external/clang/test/CXX/lex/lex.literal/lex.ext/ |
p5.cpp | 11 char &operator "" _x1(const wchar_t *, size_t);
|
p6.cpp | 7 double &operator "" _x1 (wchar_t);
|
/external/clang/test/Lexer/ |
string-literal-encoding.c | 8 wchar_t const *a = L"?????"; // expected-error {{illegal character encoding in string literal}} 12 wchar_t const *d = LR"(?????)"; // expected-error {{illegal character encoding in string literal}} 22 wchar_t const *a = L"foo ?????"; // expected-error {{illegal character encoding in string literal}} 26 wchar_t const *d = LR"(foo ?????)"; // expected-error {{illegal character encoding in string literal}}
|
/external/clang/test/SemaObjCXX/ |
reserved-keyword-methods.mm | 34 macro(wchar_t)
|
/external/elfutils/libebl/ |
eblwstrtab.c | 75 const wchar_t *string; 81 wchar_t reverse[0]; 172 newstring (struct Ebl_WStrtab *st, const wchar_t *str, size_t len) 185 if (st->left < align + sizeof (struct Ebl_WStrent) + len * sizeof (wchar_t)) 188 sizeof (struct Ebl_WStrent) + len * sizeof (wchar_t))) 205 st->backp += align + sizeof (struct Ebl_WStrent) + len * sizeof (wchar_t); 206 st->left -= align + sizeof (struct Ebl_WStrent) + len * sizeof (wchar_t); 242 ebl_wstrtabadd (struct Ebl_WStrtab *st, const wchar_t *str, size_t len) 320 copystrings (struct Ebl_WStrent *nodep, wchar_t **freep, size_t *offsetp) 330 *offsetp += nodep->len * sizeof (wchar_t); [all...] |
/external/lzma/CPP/7zip/Common/ |
RegisterCodec.h | 14 const wchar_t *Name;
|
/external/lzma/CPP/7zip/UI/Common/ |
Update.h | 154 virtual HRESULT OpenResult(const wchar_t *name, HRESULT result) x; \
156 virtual HRESULT ScanProgress(UInt64 numFolders, UInt64 numFiles, const wchar_t *path) x; \
157 virtual HRESULT CanNotFindError(const wchar_t *name, DWORD systemError) x; \
159 virtual HRESULT StartArchive(const wchar_t *name, bool updating) x; \
|
/external/lzma/CPP/7zip/UI/Console/ |
PercentPrinter.h | 24 void PrintString(const wchar_t *s);
|
/external/lzma/CPP/Common/ |
StdOutStream.h | 24 CStdOutStream & operator<<(const wchar_t *string);
|
/external/skia/tools/ |
win_lcid.cpp | 29 int main(int argc, wchar_t* argv[]) {
|
/ndk/sources/android/support/src/musl-ctype/ |
iswspace.c | 11 static const wchar_t spaces[] = {
|
Completed in 784 milliseconds
<<21222324252627282930>>