HomeSort by relevance Sort by last modified time
    Searched refs:dll_ (Results 1 - 9 of 9) 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/libjingle/source/talk/base/
winping.cc 165 : dll_(0), hping_(INVALID_HANDLE_VALUE), create_(0), close_(0), send_(0),
169 dll_ = LoadLibraryA(ICMP_DLL_NAME);
170 if (!dll_) {
175 create_ = (PIcmpCreateFile) GetProcAddress(dll_, ICMP_CREATE_FUNC);
176 close_ = (PIcmpCloseHandle) GetProcAddress(dll_, ICMP_CLOSE_FUNC);
177 send_ = (PIcmpSendEcho) GetProcAddress(dll_, ICMP_SEND_FUNC);
189 create6_ = (PIcmp6CreateFile) GetProcAddress(dll_, ICMP6_CREATE_FUNC);
190 send6_ = (PIcmp6SendEcho2) GetProcAddress(dll_, ICMP6_SEND_FUNC);
220 if (dll_)
221 FreeLibrary(dll_);
    [all...]
winping.h 101 HMODULE dll_; member in class:talk_base::WinPing
  /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 220 : dll_(NULL), metro_mode_(InMetroMode()) {
304 dll_ = Load(&version, &file);
305 if (!dll_)
313 reinterpret_cast<DLL_MAIN>(::GetProcAddress(dll_, "ChromeMain"));
319 if (!dll_)
324 ::GetProcAddress(dll_,
  /external/wpa_supplicant_8/src/utils/
pcsc_funcs.c 199 dll_ ## s = (void *) GetProcAddress(dll, sym); \
200 if (dll_ ## s == NULL) \
    [all...]
  /external/chromium_org/tools/gyp/test/lib/
TestGyp.py 91 dll_ = TestCommon.dll_prefix variable in class:TestGypBase
360 name = self.dll_ + name + self._dll
    [all...]

Completed in 212 milliseconds