Home
last modified time | relevance | path

Searched refs:inputs (Results 1 – 25 of 34) sorted by relevance

12

/external/oprofile/libabi/
Dopimport.cpp171 vector<string> inputs; in main() local
172 popt::parse_options(argc, argv, inputs); in main()
174 if (inputs.size() != 1) { in main()
203 assert((in_fd = open(inputs[0].c_str(), O_RDONLY)) > 0); in main()
/external/qemu/distrib/sdl-1.2.12/src/video/windx5/
DSDL_dx5events.c140 } inputs[] = { variable
170 for ( i=0; inputs[i].name; ++i ) { in DX5_DInputInit()
172 result = IDirectInput_CreateDevice(dinput, inputs[i].guid, in DX5_DInputInit()
187 topwnd, inputs[i].win_level); in DX5_DInputInit()
194 inputs[i].format); in DX5_DInputInit()
227 SDL_DIfun[i] = inputs[i].fun; in DX5_DInputInit()
602 if ( SDL_strcmp(inputs[i].name, "mouse") == 0 ) { in DX5_CheckInput()
625 if ( SDL_strcmp(inputs[event].name, "mouse") == 0 ) { in DX5_CheckInput()
666 level = inputs[i].raw_level; in DX5_DInputReset()
668 level = inputs[i].win_level; in DX5_DInputReset()
/external/srec/seti/sltsEngine/src/
Drun_seq_lts.c73 static SWIsltsResult free_outputs(char **outputs, char **inputs, int num);
408 char ** inputs = NULL; in load_outputs() local
423 *pinputs = inputs = (char **) lts_alloc(num, sizeof(char*)); in load_outputs()
424 if (inputs == NULL) { in load_outputs()
442 in = inputs[i] = lts_alloc(ilen + 1, sizeof(char)); in load_outputs()
463 free_outputs(outputs, inputs, num); in load_outputs()
471 static SWIsltsResult free_outputs(char **outputs, char **inputs, int num) in free_outputs() argument
486 if (inputs) { in free_outputs()
488 if (inputs[i]) { in free_outputs()
489 FREE(inputs[i]); in free_outputs()
[all …]
/external/openssl/crypto/bn/
Dtodo2 make the result argument independant of the inputs.
/external/webkit/WebCore/css/
DthemeWin.css55 FIXME: Add input[type="file"] once we figure out our file inputs.
56 FIXME: Add input[type="image"] once we figure out our image inputs.
Dquirks.css45 /* This will apply only to text fields, since all other inputs already use border box sizing */
/external/bison/tests/
Dregression.at306 ## Invalid inputs. ##
310 AT_SETUP([Invalid inputs])
336 AT_SETUP([Invalid inputs with {}])
/external/dropbear/libtommath/
Dchanges.txt17 …list [HEY SEND ME BUGREPORTS ALREADY!!!] that mp_add_d() would compute -0 with some inputs. Fixed.
36 -- Fixed bug in invmod not handling negative inputs correctly [Wolfgang Ehrhardt]
164 -- Optimized fast_mp_invmod() to do the test for invalid inputs [both even]
166 -- Optimized mp_gcd() by removing mp_div_2d calls for when one of the inputs
376 -- fixed a bug in mp_mod and mp_mod_d concerning negative inputs
Dbn.tex1159 should only be used with very large inputs. This is followed by the Karatsuba multiplications whic…
1160 sized inputs. Then followed by the Comba and baseline multipliers.
1242 Toom-Cook has incredible overhead and is probably only useful for very large inputs. So far no kno…
1488 normalizing the inputs the reduced results are always of the form $aR$ for some variable $a$. This…
/external/webkit/V8Binding/v8/tools/gyp/
Dv8.gyp175 'inputs': [
531 'inputs': [
/external/dropbear/libtomcrypt/notes/
Dtech0004.txt79 All inputs to sober128_add_entropy() must have a length that is a multiple of four.
/external/dbus/doc/
Ddcop-howto.txt545 0inputs+0outputs (1084major+62minor)pagefaults 0swaps
551 0inputs+0outputs (1107major+65minor)pagefaults 0swaps
/external/bzip2/
DCHANGES63 to give reasonable behaviour even for very repetitive inputs.
/external/webkit/SunSpider/tests/parse-only/
Dprototype-1.6.0.3.js3494 var inputs = form.getElementsByTagName('input');
3496 if (!typeName && !name) return $A(inputs).map(Element.extend);
3498 for (var i = 0, matchingInputs = [], length = inputs.length; i < length; i++) {
3499 var input = inputs[i];
Dconcat-jquery-mootools-prototype.js11873 var inputs = form.getElementsByTagName('input');
11875 if (!typeName && !name) return $A(inputs).map(Element.extend);
11877 for (var i = 0, matchingInputs = [], length = inputs.length; i < length; i++) {
11878 var input = inputs[i];
/external/qemu/tcg/
DREADME49 number of outputs and inputs.
/external/dropbear/libtomcrypt/
Dchanges211 v1.06 -- Fixed rand_prime() to accept negative inputs as a signal for BBS primes. [Fredrik Olsson]
439 -- DSA sign/verify now uses DER encoded output/inputs and no LTC style headers.
1122 …-- The rsa_exptmod() function will now more reliably detect invalid inputs (e.g. greater than the …
Dcrypt.tex392 Most functions require inputs that are arrays of the data type \textit{unsigned char}. Whether it …
3251 the hash of documents only but also to pad the inputs with data to remove such structure.
5258 ctr\_start() and all the inputs you gave are aligned than ctr\_encrypt() will perform aligned memor…
/external/bison/
DChangeLog2001 * tests/regression.at (Invalid inputs with {}): New test.
4877 * tests/regression.at (Invalid inputs): Remove cascaded diagnostic
6011 * tests/regression.at (Invalid inputs): No longer `expecting ";"
6628 * tests/regression.at (Invalid inputs): Adjust wording in
6687 * tests/regression.at (Invalid inputs): Adjust to the recent
6816 to count columns correctly, and to check for invalid inputs.
7763 * tests/regression.at (Invalid inputs): Adjust.
8285 * tests/regression.at (Invalid inputs, Mixing %token styles):
9029 * tests/regression.at (Invalid inputs): Adjust.
9254 (Invalid inputs): Adjust to the new error messages.
[all …]
/external/webkit/WebKitTools/android/flex-2.5.4a/
DNEWS770 - Newlines in flex inputs can optionally include leading or
/external/bison/doc/
Dbison.texinfo466 apply the grammar rules to get the same inputs. Even unambiguous
5220 the else-clause to the innermost if-statement, making these two inputs
5231 making these two inputs equivalent:
5864 space for ordinary inputs that do not need much stack.
Dbison.info780 grammar rules to get the same inputs. Even unambiguous grammars can be
4858 the else-clause to the innermost if-statement, making these two inputs
4867 if-statement, making these two inputs equivalent:
5416 to save space for ordinary inputs that do not need much stack.
/external/webkit/WebCore/
DChangeLog-2003-10-256202 for inputs. Basically defaultValue and defaultChecked have never
9596 - fixed 3202542 -- REGRESSION: preinitialized password inputs do not show dots (affects mac.com)
15810 Made the logic handle image and submit type inputs in the same way.
DChangeLog-2002-12-038512 - Stopped using monospace for textareas and inputs.
8513 - Fixed a bug with inputs not calling setScrollable on their cells.
DChangeLog-2005-08-2327200 Fix for 3936571, placeholder attribute should work for normal inputs for Dashboard.
39913 end up with an empty selection given real DOM position inputs if the validation code
53178 attribute for file inputs, since that way malicious HTML could
56237 - fixed <rdar://problem/3483585>: Option-tab in a text field inputs
58743 - fixed 3464528 - addEventListener does not work for buttons, text areas, or inputs

12