Searched defs:ws (Results 1 - 25 of 69) sorted by relevance

123

/external/stlport/test/unit/
H A Diostream_test.cpp46 istr >> ws; local
55 istr >> ws; local
65 istr >> ws; local
74 istr >> ws; local
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/builderTemplate/tests/testScripts/
H A Druntests.bat15 REM default values for os, ws and arch
17 set ws=win32 variable
51 if x%1==x-ws set ws=%2 && shift && shift && goto processcmdlineargs variable
74 set antRunner=%vm% -cp eclipse\startup.jar -Dosgi.ws=%ws% -Dosgi.os=%os% -Dosgi.arch=%arch% org.eclipse.core.launcher.Main -application org.eclipse.ant.core.antRunner
76 if %installmode%==noclean %antRunner% -file test.xml setup -Dws=%ws% -Dos=%os% -Darch=%arch% "-D%installmode%=true" -logger org.apache.tools.ant.DefaultLogger
85 %antRunner% -file test.xml %tests% -Dws=%ws% -Dos=%os% -Darch=%arch% %properties% "-D%installmode%=true" -logger org.apache.tools.ant.DefaultLogger
/external/embunit/src/
H A DTestCase.c55 TestCase* ws = self_; /*push*/ local
60 self_ = ws; /*pop*/
/external/strace/
H A Dterm.c192 struct winsize ws; local
297 if (!verbose(tcp) || umove(tcp, arg, &ws) < 0)
300 ws.ws_row, ws.ws_col, ws.ws_xpixel, ws.ws_ypixel);
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/template/
H A Dgroup-file-lexer.rb102 :template!, :string!, :comment!, :ws! ].freeze
771 # lexer rule ws! (WS)
773 def ws!
904 ws!
/external/openssl/ssl/
H A Ds2_enc.c66 EVP_CIPHER_CTX *rs,*ws; local
95 ws= s->enc_write_ctx;
96 EVP_CIPHER_CTX_init(ws);
106 EVP_EncryptInit_ex(ws,c,NULL,&(s->s2->key_material[(client)?num:0]),
/external/srtp/crypto/replay/
H A Drdbx.c191 * rdbx_init(&r, ws) initializes the rdbx_t pointed to by r with window size ws
195 rdbx_init(rdbx_t *rdbx, unsigned long ws) { argument
196 if (ws == 0)
199 if (bitvector_alloc(&rdbx->bitmask, ws) != 0)
/external/chromium/third_party/libjingle/source/talk/base/
H A Dwin32.h61 wchar_t* ws = STACK_ARRAY(wchar_t, len16); local
62 ::MultiByteToWideChar(CP_UTF8, 0, utf8, len, ws, len16);
63 return std::wstring(ws, len16);
/external/clang/test/Sema/
H A Dformat-strings-scanf.c44 void bad_length_modifiers(char *s, void *p, wchar_t *ws, long double *ld) { argument
47 scanf("%ls", ws); // no-warning
/external/dropbear/
H A Dcli-chansession.c241 struct winsize ws; local
243 if (ioctl(STDIN_FILENO, TIOCGWINSZ, &ws) < 0) {
245 ws.ws_row = 25;
246 ws.ws_col = 80;
247 ws.ws_xpixel = 0;
248 ws.ws_ypixel = 0;
251 buf_putint(ses.writepayload, ws.ws_col); /* Cols */
252 buf_putint(ses.writepayload, ws.ws_row); /* Rows */
253 buf_putint(ses.writepayload, ws.ws_xpixel); /* Width */
254 buf_putint(ses.writepayload, ws
[all...]
/external/e2fsprogs/ext2ed/
H A Dwin.c190 struct winsize ws; local
194 ioctl(1, TIOCGWINSZ, &ws);
200 if (ioctl(1, TIOCGWINSZ, &ws) == 0) {
201 if (ws.ws_row < min_lines)
202 ws.ws_row = min_lines;
203 if ((ws.ws_row != LINES) || (ws.ws_col != COLS)) {
207 resizeterm(ws.ws_row, ws.ws_col);
/external/openfst/src/include/fst/
H A Dpower-weight.h140 PowerWeight<W, n> ws; local
142 ws.SetValue(i, Times(w.Value(i), s));
/external/srec/srec/cfront/
H A Dca_wave.c210 wave_stats *ws; local
214 ws = &hWave->data.stats;
215 get_sig_check(ws, &nsam, &pclowclip, &pchighclip, &dc_offset, &amp,
218 if ((pclowclip + pchighclip) > ws->max_per10000_clip)
221 if (abs(dc_offset) > ws->max_dc_offset) *dcoffset = ESR_TRUE;
223 if (pc5 >= ws->high_noise_level_bit) *highnoise = ESR_TRUE;
225 if (pc95 < ws->low_speech_level_bit) *quietspeech = ESR_TRUE;
227 if (nsam < ws->min_samples) *too_few_samples = ESR_TRUE;
H A Dwav_acc.c75 void reset_sig_check(wave_stats *ws) argument
82 ASSERT(ws);
84 ws->sum = 0;
85 ws->sum2 = 0;
86 ws->sumsqu = 0;
87 ws->sumsqu2 = 0;
88 ws->nsam = 0;
89 ws->highclip = 0;
90 ws->lowclip = 0;
93 ws
98 get_sig_check(wave_stats *ws, int *nsam, int *pclowclip, int *pchighclip, int *dc_offset, int *amp, int *pc5, int *pc95, int *overflow) argument
180 wave_stats *ws; local
[all...]
/external/srtp/test/
H A Drdbx_driver.c58 test_replay_dbx(int num_trials, unsigned long ws);
61 rdbx_check_adds_per_second(int num_trials, unsigned long ws);
102 printf("testing rdbx_t (ws=128)...\n");
111 printf("testing rdbx_t (ws=1024)...\n");
123 printf("rdbx_check/replay_adds per second (ws=128): %e\n", rate);
125 printf("rdbx_check/replay_adds per second (ws=1024): %e\n", rate);
212 test_replay_dbx(int num_trials, unsigned long ws) { argument
219 status = rdbx_init(&rdbx, ws);
258 if (rdbx_init(&rdbx, ws) != err_status_ok) {
285 if (rdbx_init(&rdbx, ws) !
313 rdbx_check_adds_per_second(int num_trials, unsigned long ws) argument
[all...]
/external/qemu/
H A Dcurses.c121 } ws; local
124 if (ioctl(1, TIOCGWINSZ, &ws) == -1)
127 resize_term(ws.ws_row, ws.ws_col);
/external/stlport/stlport/stl/
H A D_istream.h282 ws(basic_istream<_CharT, _Traits>& __istr) { function
/external/clang/test/CodeGen/
H A Dstruct.c108 } ws; variable in typeref:struct:_w
/external/llvm/unittests/ADT/
H A DHashingTest.cpp114 std::wstring ws = L"Hello Wide World!"; local
115 EXPECT_EQ(hash_combine_range(ws.c_str(), ws.c_str() + ws.size()),
116 hash_value(ws));
117 EXPECT_EQ(hash_combine_range(ws.c_str(), ws.c_str() + ws.size() - 1),
118 hash_value(ws.substr(0, ws
[all...]
/external/icu4c/test/cintltst/
H A Dcustrtrn.c1380 wchar_t ws[100]; local
1382 int32_t wcap = sizeof(ws) / sizeof(*ws);
1396 wcs = u_strToWCS(ws, wcap, &wl, ustr, ul, &err);
1402 log_err("u_strToWCS: ustr = %s, ul = %d, ws = %S, wl = %d!\n", u_austrcpy(astr, ustr), ul, ws, wl);
/external/icu4c/test/perf/ustrperf/
H A Dstringperf.h244 wchar_t ws[100]; local
245 int32_t wcap = sizeof(ws) / sizeof(*ws);
252 wcs = u_strToWCS(ws, wcap, &wl, lines_[i].name, lines_[i].len, &err);
257 wcs = u_strToWCS(ws, wcap, &wl, lines_[i].name, lines_[i].len-1, &err);
/external/iproute2/lib/
H A Dutils.c754 static const char ws[] = " \t\r\n"; local
758 for (cp = strtok(line, ws); cp; cp = strtok(NULL, ws)) {
/external/linux-tools-perf/
H A Dbuiltin-top.c121 void get_term_dimensions(struct winsize *ws) argument
126 ws->ws_row = atoi(s);
129 ws->ws_col = atoi(s);
130 if (ws->ws_row && ws->ws_col)
135 if (ioctl(1, TIOCGWINSZ, ws) == 0 &&
136 ws->ws_row && ws->ws_col)
139 ws->ws_row = 25;
140 ws
143 update_print_entries(struct winsize *ws) argument
[all...]
/external/llvm/include/llvm/ADT/
H A DHashing.h243 uint64_t ws = b + rotate(a, 31) + c; local
244 uint64_t r = shift_mix((vf + ws) * k2 + (wf + vs) * k0);
/external/openssh/
H A Dssh.c1161 struct winsize ws; local
1204 if (ioctl(fileno(stdin), TIOCGWINSZ, &ws) < 0)
1205 memset(&ws, 0, sizeof(ws));
1206 packet_put_int((u_int)ws.ws_row);
1207 packet_put_int((u_int)ws.ws_col);
1208 packet_put_int((u_int)ws.ws_xpixel);
1209 packet_put_int((u_int)ws.ws_ypixel);

Completed in 1289 milliseconds

123