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

  /external/chromium_org/tools/gyp/test/product/
gyptest-product.py 26 test.built_file_must_exist(test.dll_ + 'alt4' + test._dll,
28 test.built_file_must_exist(test.dll_ + 'hello5.stuff',
  /external/chromium_org/third_party/webrtc/base/
winping.cc 148 : dll_(0), hping_(INVALID_HANDLE_VALUE), create_(0), close_(0), send_(0),
152 dll_ = LoadLibraryA(ICMP_DLL_NAME);
153 if (!dll_) {
158 create_ = (PIcmpCreateFile) GetProcAddress(dll_, ICMP_CREATE_FUNC);
159 close_ = (PIcmpCloseHandle) GetProcAddress(dll_, ICMP_CLOSE_FUNC);
160 send_ = (PIcmpSendEcho) GetProcAddress(dll_, ICMP_SEND_FUNC);
172 create6_ = (PIcmp6CreateFile) GetProcAddress(dll_, ICMP6_CREATE_FUNC);
173 send6_ = (PIcmp6SendEcho2) GetProcAddress(dll_, ICMP6_SEND_FUNC);
203 if (dll_)
204 FreeLibrary(dll_);
    [all...]
winping.h 84 HMODULE dll_; member in class:rtc::WinPing
  /external/chromium_org/chrome/app/
client_util.h 60 HMODULE dll_; member in class:MainDllLoader
client_util.cc 221 : dll_(NULL), metro_mode_(InMetroMode()) {
305 dll_ = Load(&version, &file);
306 if (!dll_)
314 reinterpret_cast<DLL_MAIN>(::GetProcAddress(dll_, "ChromeMain"));
320 if (!dll_)
325 ::GetProcAddress(dll_,
  /external/chromium_org/tools/gyp/test/lib/
TestGyp.py 93 dll_ = TestCommon.dll_prefix variable in class:TestGypBase
362 name = self.dll_ + name + self._dll
    [all...]

Completed in 1967 milliseconds