Home
last modified time | relevance | path

Searched refs:ARRAYSIZE (Results 1 – 16 of 16) sorted by relevance

/external/webkit/WebKitTools/FindSafari/
DFindSafari.cpp151 …::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/
Dtest_uninitialized.cpp46 const int size = ARRAYSIZE(src); in testCopyPod()
117 const int size = ARRAYSIZE(src); in testFillChar()
129 const int size = ARRAYSIZE(src); in testFillPod()
Dcommon.h47 #ifndef ARRAYSIZE
48 #define ARRAYSIZE(array) (sizeof(array)/sizeof(array[0])) macro
Dtest_string.cpp74 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/
DClipboardWin.cpp179 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()
DDragDataWin.cpp81 if (!DragQueryFileW(hdrop, 0, filename, ARRAYSIZE(filename))) in asFilenames()
DClipboardUtilitiesWin.cpp63 if (!DragQueryFileW(hdrop, 0, filename, ARRAYSIZE(filename))) in getWebLocData()
69 …if (!GetPrivateProfileStringW(L"InternetShortcut", L"url", 0, urlBuffer, ARRAYSIZE(urlBuffer), fil… in getWebLocData()
DFileSystemWin.cpp274 if (!GetTempPathW(ARRAYSIZE(tempDirPath), tempDirPath)) in safeCreateFile()
/external/webkit/WebCore/platform/graphics/win/
DIconWin.cpp59 UINT length = ::GetSystemDirectory(buffer, ARRAYSIZE(buffer)); in createIconForFiles()
/external/webkit/WebKit/win/
DWebKitDLL.cpp82 for (int i = 0; i < ARRAYSIZE(gRegCLSIDs); i++) { in DllGetClassObject()
DWebView.cpp1985 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/
DAccessibilityUIElementWin.cpp128 ::GetRoleText(V_I4(&vRole), roleText, ARRAYSIZE(roleText)); in role()
DEditingDelegate.cpp117 …_snwprintf(buffer, ARRAYSIZE(buffer), L"range from %ld of %s to %ld of %s", startOffset, dumpPath(… in dump()
DDumpRenderTree.cpp145 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/
DFontCacheChromiumWin.cpp383 numFonts = ARRAYSIZE(cjkFonts); in getFontDataForCharacters()
386 numFonts = ARRAYSIZE(commonFonts); in getFontDataForCharacters()
/external/webkit/WebKit/win/WebCoreSupport/
DWebChromeClient.cpp523 GetModuleFileName(safariHandle, path, ARRAYSIZE(path)); in exceededDatabaseQuota()