HomeSort by relevance Sort by last modified time
    Searched refs:inputs (Results 1 - 25 of 36) sorted by null

1 2

  /external/chromium/net/http/
http_chunked_decoder_unittest.cc 14 void RunTest(const char* inputs[], size_t num_inputs,
24 std::string input = inputs[i];
36 // Feed the inputs to the decoder, until it returns an error.
37 void RunTestUntilFailure(const char* inputs[],
44 std::string input = inputs[i];
58 const char* inputs[] = { local
61 RunTest(inputs, arraysize(inputs), "hello", true, 0);
65 const char* inputs[] = { local
68 RunTest(inputs, arraysize(inputs), "hello", false, 0)
72 const char* inputs[] = { local
82 const char* inputs[] = { local
102 const char* inputs[] = { local
112 const char* inputs[] = { local
120 const char* inputs[] = { local
131 const char* inputs[] = { local
140 const char* inputs[] = { local
151 const char* inputs[] = { local
162 const char* inputs[] = { local
174 const char* inputs[] = { local
184 const char* inputs[] = { local
195 const char* inputs[] = { local
206 const char* inputs[] = { local
217 const char* inputs[] = { local
228 const char* inputs[] = { local
236 const char* inputs[] = { local
245 const char* inputs[] = { local
253 const char* inputs[] = { local
264 const char* inputs[] = { local
273 const char* inputs[] = { local
280 const char* inputs[] = { local
287 const char* inputs[] = { local
304 const char* inputs[] = { local
    [all...]
  /build/tools/
check_builds.sh 61 local inputs=
64 inputs="$inputs $TEST_BUILD_DIR/golden-$1/installed-files.txt"
65 inputs="$inputs $TEST_BUILD_DIR/dist-$1/installed-files.txt"
68 build/tools/compare_fileslist.py $inputs > $TEST_BUILD_DIR/sizes.html
80 local inputs=
90 build/tools/compare_fileslist.py $inputs > $TEST_BUILD_DIR/sizes.html
compare_fileslist.py 32 inputs = argv[1:]
35 for input in inputs:
84 for input in inputs:
  /external/webkit/WebCore/WebCore.gyp/scripts/
action_useragentstylesheets.py 35 # usage: action_useragentstylesheets.py OUTPUTS -- INPUTS
37 # Multiple OUTPUTS and INPUTS may be listed. The sections are separated by
43 # INPUTS must contain at least two items. The first item must be the path to
80 (outputs, inputs) = sections
86 makeCssFileArrays = inputs[0]
87 styleSheets = inputs[1:]
action_maketokenizer.py 35 # usage: action_maketokenizer.py OUTPUTS -- INPUTS
37 # Multiple INPUTS may be listed. The sections are separated by -- arguments.
41 # INPUTS must contain exactly two items. The first item must be the path to
77 (outputs, inputs) = sections
82 assert len(inputs) == 2
83 maketokenizer = inputs[0]
84 flexInput = inputs[1]
rule_binding.py 35 # usage: rule_binding.py INPUT CPPDIR HDIR -- INPUTS -- OPTIONS
42 # The first item in INPUTS is the path to generate-bindings.pl. Remaining
43 # items in INPUTS are used to build the Perl module include path.
83 (base, inputs, options) = sections
88 assert len(inputs) > 1, inputs
89 generateBindings = inputs[0]
90 perlModules = inputs[1:]
action_csspropertynames.py 34 # usage: action_makenames.py OUTPUTS -- INPUTS
39 # Multiple inputs may be specified. One input must have a basename of
40 # makeprop.pl; this is taken as the path to makeprop.pl. All other inputs are
77 (outputs, inputs) = SplitArgsIntoSections(args[1:])
86 # Look at the inputs and figure out which one is makeprop.pl and which are
87 # inputs to that script.
90 for input in inputs:
92 # directory. On Windows, convert \ to / for inputs to the perl script to
action_cssvaluekeywords.py 38 # usage: action_cssvaluekeywords.py OUTPUTS -- INPUTS
43 # Multiple inputs may be specified. One input must have a basename of
44 # makevalues.pl; this is taken as the path to makevalues.pl. All other inputs
81 (outputs, inputs) = SplitArgsIntoSections(args[1:])
90 # Look at the inputs and figure out which one is makevalues.pl and which are
91 # inputs to that script.
94 for input in inputs:
96 # directory. On Windows, convert \ to / for inputs to the perl script to
action_makenames.py 38 # usage: action_makenames.py OUTPUTS -- INPUTS [-- OPTIONS]
40 # Multiple OUTPUTS, INPUTS, and OPTIONS may be listed. The sections are
47 # Multiple INPUTS may be listed. An input with a basename matching
48 # "make_names.pl" is taken as the path to that script. Inputs with names
49 # ending in TagNames.in or tags.in are taken as tag inputs. Inputs with names
50 # ending in AttributeNames.in or attrs.in are taken as attribute inputs. There
92 (outputs, inputs) = sections[:2]
105 # Look at the inputs and figure out which ones are make_names.pl, tags, and
112 for input in inputs
    [all...]
  /external/chromium/base/
file_path_unittest.cc 26 const FilePath::CharType* inputs[2]; member in struct:BinaryTestData
31 const FilePath::CharType* inputs[2]; member in struct:BinaryBooleanTestData
36 const FilePath::CharType* inputs[2]; member in struct:BinaryIntTestData
298 FilePath root(cases[i].inputs[0]);
299 FilePath::StringType leaf(cases[i].inputs[1]);
548 FilePath parent(cases[i].inputs[0]);
549 FilePath child(cases[i].inputs[1]);
612 FilePath parent(cases[i].inputs[0]);
613 FilePath child(cases[i].inputs[1]);
679 FilePath a(cases[i].inputs[0])
    [all...]
  /external/oprofile/libabi/
opimport.cpp 171 vector<string> inputs; local
172 popt::parse_options(argc, argv, inputs);
174 if (inputs.size() != 1) {
203 assert((in_fd = open(inputs[0].c_str(), O_RDONLY)) > 0);
  /libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/lang/
FloatTest.java 747 String[] inputs = { local
803 String inputs[] = { local
859 String inputs[] = { local
915 String inputs[] = { local
971 String inputs[] = { local
    [all...]
DoubleTest.java 1031 String[] inputs = { local
1101 String[] inputs = { local
1171 String[] inputs = { local
1241 String[] inputs = { local
1306 String[] inputs = { local
    [all...]
  /external/chromium/net/data/proxy_resolver_v8_unittest/
bindings.js 2 // inputs. There is no notion of "success" for this test, other than
  /external/qemu/distrib/sdl-1.2.12/src/video/windx5/
SDL_dx5events.c 140 } inputs[] = { variable in typeref:struct:__anon6237
170 for ( i=0; inputs[i].name; ++i ) {
172 result = IDirectInput_CreateDevice(dinput, inputs[i].guid,
187 topwnd, inputs[i].win_level);
194 inputs[i].format);
227 SDL_DIfun[i] = inputs[i].fun;
602 if ( SDL_strcmp(inputs[i].name, "mouse") == 0 ) {
625 if ( SDL_strcmp(inputs[event].name, "mouse") == 0 ) {
666 level = inputs[i].raw_level;
668 level = inputs[i].win_level
    [all...]
  /external/guava/src/com/google/common/collect/
Iterators.java 474 * iterates across the elements of each iterator in {@code inputs}. The input
482 public static <T> Iterator<T> concat(Iterator<? extends T>... inputs) {
483 return concat(ImmutableList.of(inputs).iterator());
488 * iterates across the elements of each iterator in {@code inputs}. The input
496 final Iterator<? extends Iterator<? extends T>> inputs) {
497 checkNotNull(inputs);
506 while (!(currentHasNext = current.hasNext()) && inputs.hasNext()) {
507 current = inputs.next();
    [all...]
Iterables.java 386 * {@code inputs}. The input iterators are not polled until necessary.
393 public static <T> Iterable<T> concat(Iterable<? extends T>... inputs) {
394 return concat(ImmutableList.of(inputs));
400 * {@code inputs}. The input iterators are not polled until necessary.
408 Iterable<? extends Iterable<? extends T>> inputs) {
429 = transform(inputs, function);
  /external/srec/seti/sltsEngine/src/
run_seq_lts.c 73 static SWIsltsResult free_outputs(char **outputs, char **inputs, int num);
408 char ** inputs = NULL; local
423 *pinputs = inputs = (char **) lts_alloc(num, sizeof(char*));
424 if (inputs == NULL) {
442 in = inputs[i] = lts_alloc(ilen + 1, sizeof(char));
463 free_outputs(outputs, inputs, num);
471 static SWIsltsResult free_outputs(char **outputs, char **inputs, int num)
486 if (inputs) {
488 if (inputs[i]) {
489 FREE(inputs[i])
    [all...]
  /external/libvpx/vp8/encoder/ppc/
variance_altivec.asm 74 ;# only one of the inputs should need to be aligned.
107 ;# only one of the inputs should need to be aligned.
115 ;# only one of the inputs should need to be aligned.
206 ;# only one of the inputs should need to be aligned.
sad_altivec.asm 115 ;# only one of the inputs should need to be aligned.
123 ;# only one of the inputs should need to be aligned.
  /external/webkit/WebKit/qt/tests/qwebelement/
tst_qwebelement.cpp 926 QWebElementCollection inputs = m_mainFrame->documentElement().findAll("input"); local
927 QWebElement input1 = inputs.at(0);
931 QWebElement input2 = inputs.at(1);
  /external/webkit/WebKit/qt/tests/qwebpage/
tst_qwebpage.cpp 1337 QWebElementCollection inputs = page->mainFrame()->documentElement().findAll("input"); local
    [all...]
  /external/webkit/WebKit/chromium/src/js/
Tests.js     [all...]
  /external/v8/benchmarks/
deltablue.js 246 // has no inputs
686 * assumed to have marked the inputs of the given constraint with
689 * constraint's output to one of its inputs.
755 * one or more changing inputs.
  /external/webkit/SunSpider/tests/v8-v4/
v8-deltablue.js 240 // has no inputs
680 * assumed to have marked the inputs of the given constraint with
683 * constraint's output to one of its inputs.
749 * one or more changing inputs.

Completed in 400 milliseconds

1 2