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

  /external/v8/tools/gyp/test/product/
gyptest-product.py 25 test.built_file_must_exist(test.dll_ + 'alt4' + test._dll,
27 test.built_file_must_exist(test.dll_ + 'hello5.stuff',
  /external/webrtc/webrtc/base/
winping.cc 149 : dll_(0), hping_(INVALID_HANDLE_VALUE), create_(0), close_(0), send_(0),
153 dll_ = LoadLibraryA(ICMP_DLL_NAME);
154 if (!dll_) {
159 create_ = (PIcmpCreateFile) GetProcAddress(dll_, ICMP_CREATE_FUNC);
160 close_ = (PIcmpCloseHandle) GetProcAddress(dll_, ICMP_CLOSE_FUNC);
161 send_ = (PIcmpSendEcho) GetProcAddress(dll_, ICMP_SEND_FUNC);
173 create6_ = (PIcmp6CreateFile) GetProcAddress(dll_, ICMP6_CREATE_FUNC);
174 send6_ = (PIcmp6SendEcho2) GetProcAddress(dll_, ICMP6_SEND_FUNC);
204 if (dll_)
205 FreeLibrary(dll_);
    [all...]
winping.h 86 HMODULE dll_; member in class:rtc::WinPing
  /external/wpa_supplicant_8/src/utils/
pcsc_funcs.c 199 dll_ ## s = (void *) GetProcAddress(dll, sym); \
200 if (dll_ ## s == NULL) \
    [all...]
  /external/v8/tools/gyp/test/lib/
TestGyp.py 90 dll_ = TestCommon.dll_prefix variable in class:TestGypBase
387 name = self.dll_ + name + self._dll
    [all...]

Completed in 176 milliseconds