HomeSort by relevance Sort by last modified time
    Searched refs:ARRAYSIZE (Results 1 - 22 of 22) sorted by null

  /hardware/broadcom/wlan/bcm4329/src/dhd/exe/
dhdu.h 51 #define ARRAYSIZE(a) (sizeof(a)/sizeof(a[0]))
  /external/astl/tests/
common.h 50 #ifndef ARRAYSIZE
51 #define ARRAYSIZE(array) (sizeof(array)/sizeof(array[0]))
test_uninitialized.cpp 47 const int size = ARRAYSIZE(src);
53 const int size = ARRAYSIZE(src);
135 const int size = ARRAYSIZE(src);
147 const int size = ARRAYSIZE(src);
test_string.cpp 76 string str6(text, ARRAYSIZE(text));
367 str9.append(more_text, ARRAYSIZE(more_text));
368 EXPECT_TRUE(str9 == string(more_text, ARRAYSIZE(more_text)));
466 for (size_t i = 0; i < ARRAYSIZE(more_text); ++i)
475 string str10(more_text, ARRAYSIZE(more_text));
  /external/webkit/WebKitTools/FindSafari/
FindSafari.cpp 152 for (int i = 0; i < ARRAYSIZE(lines); ++i) {
161 for (unsigned i = 0; i < (debugger ? ARRAYSIZE(debuggerLines) : ARRAYSIZE(launchLines)); ++i) {
  /external/webkit/WebCore/platform/graphics/win/
IconWin.cpp 70 UINT length = ::GetSystemDirectory(buffer, ARRAYSIZE(buffer));
  /external/webkit/WebCore/platform/win/
DragDataWin.cpp 81 if (!DragQueryFileW(hdrop, 0, filename, ARRAYSIZE(filename)))
ClipboardWin.cpp 174 char contentGenerationBuffer[INTERNET_MAX_URL_LENGTH + ARRAYSIZE(szShellDotUrlTemplate) + 1];
176 if (estimatedFileSize > 0 && estimatedFileSize > ARRAYSIZE(contentGenerationBuffer))
179 int ansiUrlSize = ::WideCharToMultiByte(CP_ACP, 0, (LPCWSTR)url.characters(), url.length(), ansiUrl, ARRAYSIZE(ansiUrl) - 1, 0, 0);
194 sprintf_s(contentGenerationBuffer, ARRAYSIZE(contentGenerationBuffer), szShellDotUrlTemplate, ansiUrl);
237 if (!::GetTempPath(ARRAYSIZE(tempPath), tempPath))
305 int maxSize = min(fsPath.length(), ARRAYSIZE(fgd->fgd[0].cFileName));
347 int maxSize = min(fsPath.length(), ARRAYSIZE(fgd->fgd[0].cFileName));
599 if (!DragQueryFileW(hdrop, i, filename, ARRAYSIZE(filename)))
ClipboardUtilitiesWin.cpp 63 if (!DragQueryFileW(hdrop, 0, filename, ARRAYSIZE(filename)))
69 if (!GetPrivateProfileStringW(L"InternetShortcut", L"url", 0, urlBuffer, ARRAYSIZE(urlBuffer), filename))
FileSystemWin.cpp 277 if (!GetTempPathW(ARRAYSIZE(tempDirPath), tempDirPath))
  /external/webkit/WebKitTools/WebKitLauncherWin/
WebKitLauncherWin.cpp 79 if (!GetModuleFileName(0, exePath, ARRAYSIZE(exePath)))
  /external/webkit/WebKit/win/
WebKitDLL.cpp 80 for (int i = 0; i < ARRAYSIZE(gRegCLSIDs); i++) {
WebView.cpp     [all...]
  /external/webkit/WebCore/platform/graphics/chromium/
FontCacheChromiumWin.cpp 383 numFonts = ARRAYSIZE(cjkFonts);
386 numFonts = ARRAYSIZE(commonFonts);
  /external/webkit/WebKitTools/DumpRenderTree/win/
EditingDelegate.cpp 117 _snwprintf(buffer, ARRAYSIZE(buffer), L"range from %ld of %s to %ld of %s", startOffset, dumpPath(startContainer.get()), endOffset, dumpPath(endContainer.get()));
DumpRenderTree.cpp 173 GetModuleFileName(GetModuleHandle(0), buffer, ARRAYSIZE(buffer));
300 for (int i = 0; i < ARRAYSIZE(fontsToInstall); ++i)
    [all...]
  /hardware/broadcom/wlan/bcm4329/src/include/
bcmutils.h 416 #ifndef ARRAYSIZE
417 #define ARRAYSIZE(a) (sizeof(a)/sizeof(a[0]))
  /hardware/broadcom/wlan/bcm4329/src/shared/
linux_osl.c 163 ASSERT(ABS(BCME_LAST) == (ARRAYSIZE(linuxbcmerrormap) - 1));
bcmutils.c 977 ASSERT(ABS(BCME_LAST) == (ARRAYSIZE(bcmerrorstrtable) - 1));
    [all...]
  /external/webkit/WebKit/win/WebCoreSupport/
WebChromeClient.cpp 548 GetModuleFileName(safariHandle, path, ARRAYSIZE(path));
  /hardware/broadcom/wlan/bcm4329/src/dhd/sys/
dhd_common.c 550 for (i = 0; i < ARRAYSIZE(event_names); i++) {
  /hardware/broadcom/wlan/bcm4329/src/wl/sys/
wl_iw.c     [all...]

Completed in 529 milliseconds