Searched defs:dll (Results 1 - 11 of 11) sorted by relevance

/external/chromium/chrome/common/
H A Dsandbox_policy.cc33 // versions of the dll name only if the dll has an extension.
35 L"adialhk.dll", // Kaspersky Internet Security.
36 L"acpiz.dll", // Unknown.
37 L"avgrsstx.dll", // AVG 8.
38 L"babylonchromepi.dll", // Babylon translator.
39 L"btkeyind.dll", // Widcomm Bluetooth.
40 L"cmcsyshk.dll", // CMC Internet Security.
41 L"cooliris.dll", // CoolIris.
42 L"dockshellhook.dll", // Stardoc
97 GetPolicyCategoryForPlugin( const std::wstring& dll, const std::wstring& list) argument
[all...]
/external/wpa_supplicant_6/wpa_supplicant/src/crypto/
H A Dcrypto_cryptoapi.c46 = NULL; /* to be loaded from crypt32.dll */
51 HINSTANCE dll; local
59 dll = LoadLibrary("crypt32");
60 if (dll == NULL) {
67 dll, "CryptImportPublicKeyInfo");
/external/chromium/chrome/browser/
H A Denumerate_modules_model_win.cc110 // NOTE: Please keep this list sorted by dll name, then location.
114 // accelerator.dll, "%programfiles%\\speedbit video accelerator\\".
117 // apiqq0.dll, "%temp%\\".
120 // arking0.dll, "%systemroot%\\system32\\".
123 // arking1.dll, "%systemroot%\\system32\\".
128 // bfllr.dll, "%systemroot%\\system32\\".
131 // clickpotatolitesahook.dll, "". Different version each report.
132 { "0396e037.dll", "", "", "", "", kUninstallLink },
134 // cvasds0.dll, "%temp%\\".
137 // cwalsp.dll, "
482 string16 dll; local
[all...]
/external/wpa_supplicant_8/hostapd/src/crypto/
H A Dcrypto_cryptoapi.c39 = NULL; /* to be loaded from crypt32.dll */
44 HINSTANCE dll; local
52 dll = LoadLibrary("crypt32");
53 if (dll == NULL) {
60 dll, "CryptImportPublicKeyInfo");
/external/wpa_supplicant_8/src/crypto/
H A Dcrypto_cryptoapi.c39 = NULL; /* to be loaded from crypt32.dll */
44 HINSTANCE dll; local
52 dll = LoadLibrary("crypt32");
53 if (dll == NULL) {
60 dll, "CryptImportPublicKeyInfo");
/external/wpa_supplicant_8/wpa_supplicant/src/crypto/
H A Dcrypto_cryptoapi.c39 = NULL; /* to be loaded from crypt32.dll */
44 HINSTANCE dll; local
52 dll = LoadLibrary("crypt32");
53 if (dll == NULL) {
60 dll, "CryptImportPublicKeyInfo");
/external/wpa_supplicant_6/wpa_supplicant/src/utils/
H A Dpcsc_funcs.c102 * dynamically from winscard.dll for now. */
104 static HINSTANCE dll = NULL; /* winscard.dll */ variable
169 if (dll)
172 dll = LoadLibrary("winscard");
173 if (dll == NULL) {
174 wpa_printf(MSG_DEBUG, "WinSCard: Could not load winscard.dll "
181 dll_ ## s = (void *) GetProcAddress(dll, sym); \
202 "winscard.dll", sym);
203 FreeLibrary(dll);
[all...]
/external/wpa_supplicant_8/hostapd/src/utils/
H A Dpcsc_funcs.c120 * dynamically from winscard.dll for now. */
122 static HINSTANCE dll = NULL; /* winscard.dll */ variable
187 if (dll)
190 dll = LoadLibrary("winscard");
191 if (dll == NULL) {
192 wpa_printf(MSG_DEBUG, "WinSCard: Could not load winscard.dll "
199 dll_ ## s = (void *) GetProcAddress(dll, sym); \
220 "winscard.dll", sym);
221 FreeLibrary(dll);
[all...]
/external/wpa_supplicant_8/src/utils/
H A Dpcsc_funcs.c120 * dynamically from winscard.dll for now. */
122 static HINSTANCE dll = NULL; /* winscard.dll */ variable
187 if (dll)
190 dll = LoadLibrary("winscard");
191 if (dll == NULL) {
192 wpa_printf(MSG_DEBUG, "WinSCard: Could not load winscard.dll "
199 dll_ ## s = (void *) GetProcAddress(dll, sym); \
220 "winscard.dll", sym);
221 FreeLibrary(dll);
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/utils/
H A Dpcsc_funcs.c120 * dynamically from winscard.dll for now. */
122 static HINSTANCE dll = NULL; /* winscard.dll */ variable
187 if (dll)
190 dll = LoadLibrary("winscard");
191 if (dll == NULL) {
192 wpa_printf(MSG_DEBUG, "WinSCard: Could not load winscard.dll "
199 dll_ ## s = (void *) GetProcAddress(dll, sym); \
220 "winscard.dll", sym);
221 FreeLibrary(dll);
[all...]
/external/kernel-headers/original/asm-mips/sn/
H A Dioc3.h15 volatile u8 dll; /* DLAB == 1 */ member in union:ioc3_uartregs::__anon7278
34 #define iu_dll u1.dll

Completed in 222 milliseconds