Home
last modified time | relevance | path

Searched refs:TEXT (Results 1 - 25 of 140) sorted by relevance

123456

/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
H A Dconfig_winreg.c40 #define WPA_KEY_PREFIX TEXT("SOFTWARE\\wpa_supplicant")
58 ret = RegOpenKeyEx(hk, TEXT("blobs"), 0, KEY_QUERY_VALUE, &bhk); in wpa_config_read_blobs()
87 name[namelen] = TEXT('\0'); in wpa_config_read_blobs()
168 str = wpa_config_read_reg_string(hk, TEXT("uuid")); in wpa_config_read_global_uuid()
187 str = wpa_config_read_reg_string(hk, TEXT("os_version")); in wpa_config_read_global_os_version()
206 wpa_config_read_reg_dword(hk, TEXT("ap_scan"), &config->ap_scan); in wpa_config_read_global()
207 wpa_config_read_reg_dword(hk, TEXT("fast_reauth"), in wpa_config_read_global()
209 wpa_config_read_reg_dword(hk, TEXT("dot11RSNAConfigPMKLifetime"), in wpa_config_read_global()
212 TEXT("dot11RSNAConfigPMKReauthThreshold"), in wpa_config_read_global()
215 wpa_config_read_reg_dword(hk, TEXT("dot11RSNAConfigSATimeou in wpa_config_read_global()
[all...]
H A Dmain_winsvc.c31 #define WPASVC_NAME TEXT("wpasvc")
34 #define WPASVC_DISPLAY_NAME TEXT("wpa_supplicant service")
38 TEXT("Provides IEEE 802.1X and WPA/WPA2 supplicant functionality")
51 #define WPA_KEY_PREFIX TEXT("SOFTWARE\\wpa_supplicant")
82 ret = RegQueryValueEx(hk, TEXT("ctrl_interface"), NULL, NULL, in read_interface()
85 ctrl_interface[TBUFLEN - 1] = TEXT('\0'); in read_interface()
93 ret = RegQueryValueEx(hk, TEXT("adapter"), NULL, NULL, in read_interface()
96 adapter[TBUFLEN - 1] = TEXT('\0'); in read_interface()
104 ret = RegQueryValueEx(hk, TEXT("config"), NULL, NULL, in read_interface()
115 ret = RegQueryValueEx(hk, TEXT("skip_on_erro in read_interface()
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
H A Dconfig_winreg.c40 #define WPA_KEY_PREFIX TEXT("SOFTWARE\\wpa_supplicant")
58 ret = RegOpenKeyEx(hk, TEXT("blobs"), 0, KEY_QUERY_VALUE, &bhk); in wpa_config_read_blobs()
87 name[namelen] = TEXT('\0'); in wpa_config_read_blobs()
168 str = wpa_config_read_reg_string(hk, TEXT("uuid")); in wpa_config_read_global_uuid()
187 str = wpa_config_read_reg_string(hk, TEXT("os_version")); in wpa_config_read_global_os_version()
206 wpa_config_read_reg_dword(hk, TEXT("ap_scan"), &config->ap_scan); in wpa_config_read_global()
207 wpa_config_read_reg_dword(hk, TEXT("fast_reauth"), in wpa_config_read_global()
209 wpa_config_read_reg_dword(hk, TEXT("dot11RSNAConfigPMKLifetime"), in wpa_config_read_global()
212 TEXT("dot11RSNAConfigPMKReauthThreshold"), in wpa_config_read_global()
215 wpa_config_read_reg_dword(hk, TEXT("dot11RSNAConfigSATimeou in wpa_config_read_global()
[all...]
H A Dmain_winsvc.c31 #define WPASVC_NAME TEXT("wpasvc")
34 #define WPASVC_DISPLAY_NAME TEXT("wpa_supplicant service")
38 TEXT("Provides IEEE 802.1X and WPA/WPA2 supplicant functionality")
51 #define WPA_KEY_PREFIX TEXT("SOFTWARE\\wpa_supplicant")
82 ret = RegQueryValueEx(hk, TEXT("ctrl_interface"), NULL, NULL, in read_interface()
85 ctrl_interface[TBUFLEN - 1] = TEXT('\0'); in read_interface()
93 ret = RegQueryValueEx(hk, TEXT("adapter"), NULL, NULL, in read_interface()
96 adapter[TBUFLEN - 1] = TEXT('\0'); in read_interface()
104 ret = RegQueryValueEx(hk, TEXT("config"), NULL, NULL, in read_interface()
115 ret = RegQueryValueEx(hk, TEXT("skip_on_erro in read_interface()
[all...]
/third_party/skia/third_party/externals/brotli/java/org/brotli/dec/
H A DCompoundDictionaryTest.java29 private static final String TEXT = "Kot lomom kolol slona!"; field in CompoundDictionaryTest
36 assertEquals(TEXT.length(), length); in testNoDictionary()
44 decoder.attachDictionaryChunk(TEXT.getBytes("US-ASCII")); in testOnePieceDictionary()
47 assertEquals(TEXT.length(), length); in testOnePieceDictionary()
48 assertEquals(TEXT, new String(buffer, 0, length, "US-ASCII")); in testOnePieceDictionary()
55 decoder.attachDictionaryChunk(TEXT.substring(0, 13).getBytes("US-ASCII")); in testTwoPieceDictionary()
56 decoder.attachDictionaryChunk(TEXT.substring(13).getBytes("US-ASCII")); in testTwoPieceDictionary()
59 assertEquals(TEXT.length(), length); in testTwoPieceDictionary()
60 assertEquals(TEXT, new String(buffer, 0, length, "US-ASCII")); in testTwoPieceDictionary()
/third_party/python/Lib/test/
H A Dtest_bz2.py64 TEXT = b''.join(TEXT_LINES) variable in BaseTest
113 self.assertEqual(bz2f.read(), self.TEXT)
124 self.assertEqual(bz2f.read(), self.TEXT * 5)
135 self.assertEqual(bz2f.read(), self.TEXT * 5)
142 self.assertEqual(bz2f.read(), self.TEXT)
147 self.assertEqual(bz2f.read(), self.TEXT * 5)
164 self.assertEqual(text, self.TEXT)
175 self.assertEqual(text, self.TEXT * 5)
180 self.assertEqual(bz2f.read(100), self.TEXT[:100])
187 self.assertTrue(self.TEXT
[all...]
/third_party/lame/dshow/
H A DMpegac.cpp626 DbgLog((LOG_TRACE,1,TEXT("CMpegAudEnc::SetMediaType(), direction = PINDIR_INPUT"))); in SetMediaType()
754 DbgLog((LOG_TRACE,1,TEXT("CMpegAudEnc::GetMediaType()"))); in GetMediaType()
830 DbgLog((LOG_TRACE,1,TEXT("CMpegAudEnc::ReadPresetSettings()"))); in ReadPresetSettings()
909 DbgLog((LOG_TRACE, 1, TEXT("get_PESOutputEnabled -> %d"), *dwEnabled)); in get_PESOutputEnabled()
917 DbgLog((LOG_TRACE, 1, TEXT("set_PESOutputEnabled(%d)"), !!dwEnabled)); in set_PESOutputEnabled()
928 DbgLog((LOG_TRACE, 1, TEXT("get_MPEGLayer -> %d"), *dwLayer)); in get_MPEGLayer()
942 DbgLog((LOG_TRACE, 1, TEXT("set_MPEGLayer(%d)"), dwLayer)); in set_MPEGLayer()
951 DbgLog((LOG_TRACE, 1, TEXT("get_Bitrate -> %d"), *dwBitrate)); in get_Bitrate()
961 DbgLog((LOG_TRACE, 1, TEXT("set_Bitrate(%d)"), dwBitrate)); in set_Bitrate()
970 DbgLog((LOG_TRACE, 1, TEXT("get_Variabl in get_Variable()
[all...]
/third_party/rust/crates/regex/bench/src/
H A Dbench.rs151 static ref TEXT: Mutex<Text> = Mutex::new(text!($haystack));
154 let text = TEXT.lock().unwrap();
189 static ref TEXT: Mutex<Text> = Mutex::new(text!($haystack));
192 let text = TEXT.lock().unwrap();
222 static ref TEXT: Mutex<Text> = Mutex::new(text!($haystack));
225 let text = TEXT.lock().unwrap();
245 static ref TEXT: Mutex<Text> = Mutex::new(text!($haystack));
248 let text = TEXT.lock().unwrap();
273 static ref TEXT: Mutex<Text> = Mutex::new(text!($haystack));
276 let text = TEXT
[all...]
/third_party/curl/lib/
H A Dcurl_sspi.c89 s_hSecDll = Curl_load_library(TEXT("security.dll")); in Curl_sspi_global_init()
91 s_hSecDll = Curl_load_library(TEXT("secur32.dll")); in Curl_sspi_global_init()
152 domain.const_tchar_ptr = TEXT(""); in Curl_create_sspi_identity()
161 user.const_tchar_ptr = _tcschr(useranddomain.const_tchar_ptr, TEXT('\\')); in Curl_create_sspi_identity()
163 user.const_tchar_ptr = _tcschr(useranddomain.const_tchar_ptr, TEXT('/')); in Curl_create_sspi_identity()
172 domain.const_tchar_ptr = TEXT(""); in Curl_create_sspi_identity()
193 *(dup_domain.tchar_ptr + domlen) = TEXT('\0'); in Curl_create_sspi_identity()
H A Dsystem_win32.c103 s_hIpHlpApiDll = Curl_load_library(TEXT("iphlpapi.dll")); in Curl_win32_init()
212 HMODULE hKernel32 = GetModuleHandle(TEXT("kernel32")); in Curl_load_library()
226 if(_tcspbrk(filename, TEXT("\\/"))) { in Curl_load_library()
249 _tcscpy(path + _tcslen(path), TEXT("\\")); in Curl_load_library()
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/wpa_gui-qt4/
H A Daddinterface.cpp24 #define WPA_KEY_PREFIX TEXT("SOFTWARE\\wpa_supplicant")
110 ret = RegOpenKeyEx(WPA_KEY_ROOT, WPA_KEY_PREFIX TEXT("\\interfaces"), in addRegistryInterface()
160 RegSetValueEx(ihk, TEXT("adapter"), 0, REG_SZ, in addRegistryInterface()
165 RegSetValueEx(ihk, TEXT("adapter"), 0, REG_SZ, in addRegistryInterface()
168 RegSetValueEx(ihk, TEXT("config"), 0, REG_SZ, in addRegistryInterface()
169 (LPBYTE) TEXT("default"), 8 * sizeof(TCHAR)); in addRegistryInterface()
170 RegSetValueEx(ihk, TEXT("ctrl_interface"), 0, REG_SZ, in addRegistryInterface()
171 (LPBYTE) TEXT(""), 1 * sizeof(TCHAR)); in addRegistryInterface()
173 RegSetValueEx(ihk, TEXT("skip_on_error"), 0, REG_DWORD, (LPBYTE) &val, in addRegistryInterface()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/wpa_gui-qt4/
H A Daddinterface.cpp24 #define WPA_KEY_PREFIX TEXT("SOFTWARE\\wpa_supplicant")
110 ret = RegOpenKeyEx(WPA_KEY_ROOT, WPA_KEY_PREFIX TEXT("\\interfaces"), in addRegistryInterface()
160 RegSetValueEx(ihk, TEXT("adapter"), 0, REG_SZ, in addRegistryInterface()
165 RegSetValueEx(ihk, TEXT("adapter"), 0, REG_SZ, in addRegistryInterface()
168 RegSetValueEx(ihk, TEXT("config"), 0, REG_SZ, in addRegistryInterface()
169 (LPBYTE) TEXT("default"), 8 * sizeof(TCHAR)); in addRegistryInterface()
170 RegSetValueEx(ihk, TEXT("ctrl_interface"), 0, REG_SZ, in addRegistryInterface()
171 (LPBYTE) TEXT(""), 1 * sizeof(TCHAR)); in addRegistryInterface()
173 RegSetValueEx(ihk, TEXT("skip_on_error"), 0, REG_DWORD, (LPBYTE) &val, in addRegistryInterface()
/third_party/pulseaudio/src/modules/
H A Dudev-util.c78 TEXT, in proplist_sets_unescape() enumerator
82 } state = TEXT; in proplist_sets_unescape()
91 case TEXT: in proplist_sets_unescape()
104 state = TEXT; in proplist_sets_unescape()
115 state = TEXT; in proplist_sets_unescape()
132 state = TEXT; in proplist_sets_unescape()
140 case TEXT: in proplist_sets_unescape()
/third_party/ltp/lib/newlib_tests/
H A Dtst_print_result.c13 #define TEXT "The only purpose of this text si to try to overflow the buffers "\ macro
36 tst_res(TPASS, TEXT); in run()
37 tst_res(TPASS | TERRNO, TEXT); in run()
/third_party/node/deps/openssl/openssl/crypto/
H A DLPdir_win.c145 if (wdir[sz - 1] != TEXT('*')) { in LP_find_file()
146 if (wdir[sz - 1] != TEXT('/') && wdir[sz - 1] != TEXT('\\')) in LP_find_file()
147 _tcscpy(wdir + sz, TEXT("/*")); in LP_find_file()
149 _tcscpy(wdir + sz, TEXT("*")); in LP_find_file()
/third_party/openssl/crypto/
H A DLPdir_win.c145 if (wdir[sz - 1] != TEXT('*')) { in LP_find_file()
146 if (wdir[sz - 1] != TEXT('/') && wdir[sz - 1] != TEXT('\\')) in LP_find_file()
147 _tcscpy(wdir + sz, TEXT("/*")); in LP_find_file()
149 _tcscpy(wdir + sz, TEXT("*")); in LP_find_file()
/third_party/ltp/testcases/kernel/syscalls/statfs/
H A Dstatfs01.c19 #define TEXT "dummy text" macro
25 SAFE_WRITE(SAFE_WRITE_ALL, fd, TEXT, strlen(TEXT)); in setup()
/third_party/skia/tools/fiddle/
H A Dexamples.h41 #define REGISTER_FIDDLE(NAME, WIDTH, HEIGHT, TEXT, IMG_INDEX, DURATION, SRGB, F16, \
48 TEXT, SRGB, F16, OFSCR, OFSCR_TEXTURABLE, OFSCR_MIPMAP}); \
59 #define REG_FIDDLE(NAME, W, H, TEXT, I) \
60 REG_FIDDLE_ANIMATED(NAME, W, H, TEXT, I, 0)
/third_party/libphonenumber/tools/java/common/src/com/google/i18n/phonenumbers/
H A DCopyrightNotice.java37 private static final String TEXT = field in CopyrightNotice
64 formatter.format(TEXT, year); in writeTo()
/third_party/node/tools/msvs/msi/
H A Dcustom_actions.cc25 LPCTSTR query = TEXT("SELECT DISTINCT UpgradeCode FROM Upgrade"); in SetInstallScope()
68 er = MsiSetProperty(hInstall, TEXT("ALLUSERS"), TEXT("")); in SetInstallScope()
/third_party/ltp/testcases/kernel/security/dirtypipe/
H A Ddirtypipe.c46 #define TEXT "AAAAAAAABBBBBBBB" macro
108 data_size = strlen(TEXT); in run()
131 len = SAFE_WRITE(SAFE_WRITE_ALL, p[1], TEXT, data_size); in run()
/third_party/zlib/os400/
H A Dmake.sh167 then CMD="CRTLIB LIB(${TARGETLIB}) TEXT('ZLIB: Data compression API')"
176 CMD="${CMD} CCSID(${TGTCCSID}) TEXT('Documentation texts')"
182 for TEXT in "${TOPDIR}/ChangeLog" "${TOPDIR}/FAQ" \
184 do MEMBER="${LIBIFSNAME}/DOCS.FILE/`db2_name \"${TEXT}\"`.MBR"
186 if action_needed "${MEMBER}" "${TEXT}"
187 then CMD="CPY OBJ('${TEXT}') TOOBJ('${MEMBER}') TOCCSID(${TGTCCSID})"
188 CMD="${CMD} DTAFMT(*TEXT) REPLACE(*YES)"
200 CMD="${CMD} CCSID(${TGTCCSID}) TEXT('ZLIB: C/C++ header files')"
222 CMD="${CMD} TOCCSID(${TGTCCSID}) DTAFMT(*TEXT) REPLACE(*YES)"
245 CMD="${CMD} TOCCSID(${TGTCCSID}) DTAFMT(*TEXT) REPLAC
[all...]
/third_party/icu/icu4c/source/samples/layout/
H A Dlayout.cpp45 TCHAR szAppName[] = TEXT(APP_NAME);
96 MessageBox(NULL, TEXT("This demo only runs on Windows 2000!"), szAppName, MB_ICONERROR); in WinMain()
329 MessageBox(hwnd, TEXT("Windows Layout Sample 0.1\n") in WndProc()
330 TEXT("Copyright (C) 1998-2005 By International Business Machines Corporation and others.\n") in WndProc()
331 TEXT("Author: Eric Mader"), in WndProc()
H A Dclayout.c47 TCHAR szAppName[] = TEXT(APP_NAME);
98 MessageBox(NULL, TEXT("This demo only runs on Windows 2000!"), szAppName, MB_ICONERROR); in WinMain()
334 MessageBox(hwnd, TEXT("Windows Layout Sample 0.1\n") in WndProc()
335 TEXT("Copyright (C) 1998-2005 By International Business Machines Corporation and others.\n") in WndProc()
336 TEXT("Author: Eric Mader"), in WndProc()
/third_party/skia/third_party/externals/icu/source/samples/layout/
H A Dclayout.c46 TCHAR szAppName[] = TEXT(APP_NAME);
97 MessageBox(NULL, TEXT("This demo only runs on Windows 2000!"), szAppName, MB_ICONERROR); in WinMain()
333 MessageBox(hwnd, TEXT("Windows Layout Sample 0.1\n") in WndProc()
334 TEXT("Copyright (C) 1998-2005 By International Business Machines Corporation and others.\n") in WndProc()
335 TEXT("Author: Eric Mader"), in WndProc()

Completed in 21 milliseconds

123456