Searched refs:ARRAYSIZE (Results 1 – 16 of 16) sorted by relevance
/external/webkit/WebKitTools/FindSafari/ |
D | FindSafari.cpp | 151 …::ExpandEnvironmentStrings(TEXT("%TMP%\\WebKitNightly\\Safari.exe"), safariPath, ARRAYSIZE(safariP… in replaceManifest() 259 for (int i = 0; i < ARRAYSIZE(lines); ++i) { in _tmain() 268 … for (unsigned i = 0; i < (debugger ? ARRAYSIZE(debuggerLines) : ARRAYSIZE(launchLines)); ++i) { in _tmain()
|
/external/astl/tests/ |
D | test_uninitialized.cpp | 46 const int size = ARRAYSIZE(src); in testCopyPod() 117 const int size = ARRAYSIZE(src); in testFillChar() 129 const int size = ARRAYSIZE(src); in testFillPod()
|
D | common.h | 47 #ifndef ARRAYSIZE 48 #define ARRAYSIZE(array) (sizeof(array)/sizeof(array[0])) macro
|
D | test_string.cpp | 74 string str6(text, ARRAYSIZE(text)); in testConstructorCString() 374 str9.append(more_text, ARRAYSIZE(more_text)); in testAppend() 375 EXPECT_TRUE(str9 == string(more_text, ARRAYSIZE(more_text))); in testAppend() 437 for (size_t i = 0; i < ARRAYSIZE(more_text); ++i) in testAppendOperator() 446 string str10(more_text, ARRAYSIZE(more_text)); in testAppendOperator()
|
/external/webkit/WebCore/platform/win/ |
D | ClipboardWin.cpp | 179 char contentGenerationBuffer[INTERNET_MAX_URL_LENGTH + ARRAYSIZE(szShellDotUrlTemplate) + 1]; in createGlobalURLContent() 181 if (estimatedFileSize > 0 && estimatedFileSize > ARRAYSIZE(contentGenerationBuffer)) in createGlobalURLContent() 184 …oMultiByte(CP_ACP, 0, (LPCWSTR)url.characters(), url.length(), ansiUrl, ARRAYSIZE(ansiUrl) - 1, 0,… in createGlobalURLContent() 199 …sprintf_s(contentGenerationBuffer, ARRAYSIZE(contentGenerationBuffer), szShellDotUrlTemplate, ansi… in createGlobalURLContent() 242 if (!::GetTempPath(ARRAYSIZE(tempPath), tempPath)) in createGlobalHDropContent() 310 int maxSize = min(fsPath.length(), ARRAYSIZE(fgd->fgd[0].cFileName)); in createGlobalUrlFileDescriptor() 352 int maxSize = min(fsPath.length(), ARRAYSIZE(fgd->fgd[0].cFileName)); in createGlobalImageFileDescriptor()
|
D | DragDataWin.cpp | 81 if (!DragQueryFileW(hdrop, 0, filename, ARRAYSIZE(filename))) in asFilenames()
|
D | ClipboardUtilitiesWin.cpp | 63 if (!DragQueryFileW(hdrop, 0, filename, ARRAYSIZE(filename))) in getWebLocData() 69 …if (!GetPrivateProfileStringW(L"InternetShortcut", L"url", 0, urlBuffer, ARRAYSIZE(urlBuffer), fil… in getWebLocData()
|
D | FileSystemWin.cpp | 274 if (!GetTempPathW(ARRAYSIZE(tempDirPath), tempDirPath)) in safeCreateFile()
|
/external/webkit/WebCore/platform/graphics/win/ |
D | IconWin.cpp | 59 UINT length = ::GetSystemDirectory(buffer, ARRAYSIZE(buffer)); in createIconForFiles()
|
/external/webkit/WebKit/win/ |
D | WebKitDLL.cpp | 82 for (int i = 0; i < ARRAYSIZE(gRegCLSIDs); i++) { in DllGetClassObject()
|
D | WebView.cpp | 1985 GetModuleFileName(gInstance, path, ARRAYSIZE(path)); in webKitVersion() 1999 …_stprintf_s(key, ARRAYSIZE(key), TEXT("\\StringFileInfo\\%04x%04x\\ProductVersion"), lpTranslate[0… in webKitVersion()
|
/external/webkit/WebKitTools/DumpRenderTree/win/ |
D | AccessibilityUIElementWin.cpp | 128 ::GetRoleText(V_I4(&vRole), roleText, ARRAYSIZE(roleText)); in role()
|
D | EditingDelegate.cpp | 117 …_snwprintf(buffer, ARRAYSIZE(buffer), L"range from %ld of %s to %ld of %s", startOffset, dumpPath(… in dump()
|
D | DumpRenderTree.cpp | 145 GetModuleFileName(GetModuleHandle(0), buffer, ARRAYSIZE(buffer)); in exePath() 234 for (int i = 0; i < ARRAYSIZE(fontsToInstall); ++i) in initialize()
|
/external/webkit/WebCore/platform/graphics/chromium/ |
D | FontCacheChromiumWin.cpp | 383 numFonts = ARRAYSIZE(cjkFonts); in getFontDataForCharacters() 386 numFonts = ARRAYSIZE(commonFonts); in getFontDataForCharacters()
|
/external/webkit/WebKit/win/WebCoreSupport/ |
D | WebChromeClient.cpp | 523 GetModuleFileName(safariHandle, path, ARRAYSIZE(path)); in exceededDatabaseQuota()
|