HomeSort by relevance Sort by last modified time
    Searched defs:output (Results 226 - 250 of 4809) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/curl/docs/examples/
ftp-wildcard.c 30 FILE *output; member in struct:callback_data
122 data->output = fopen(finfo->filename, "wb");
123 if(!data->output) {
133 if(data->output) {
135 fclose(data->output);
136 data->output = 0x0;
146 if(data->output)
147 written = fwrite(buff, size, nmemb, data->output);
149 /* listing output */
  /external/curl/tests/unit/
unit1302.c 50 char *output; variable
56 rc = Curl_base64_encode(data, "i", 1, &output, &size);
59 verify_memory(output, "aQ==", 4);
60 Curl_safefree(output); variable
62 rc = Curl_base64_encode(data, "ii", 2, &output, &size);
65 verify_memory(output, "aWk=", 4);
66 Curl_safefree(output); variable
68 rc = Curl_base64_encode(data, "iii", 3, &output, &size);
71 verify_memory(output, "aWlp", 4);
72 Curl_safefree(output); variable
78 Curl_safefree(output); variable
84 Curl_safefree(output); variable
90 Curl_safefree(output); variable
96 Curl_safefree(output); variable
103 Curl_safefree(output); variable
    [all...]
unit1395.c 40 const char *output; member in struct:dotdot
81 if(strcmp(out, pairs[i].output)) {
83 i, pairs[i].input, out, pairs[i].output);
84 fail("Test case output mismatched");
92 fail_if(fails, "output mismatched");
  /external/eigen/unsupported/test/
cxx11_tensor_forced_eval.cpp 53 MatrixXf output = input; local
54 output.rowwise() -= input.colwise().maxCoeff();
69 VERIFY_IS_APPROX(output(i, j), output_tensor(i, j));
  /external/icu/tools/srcgen/currysrc/src/main/java/com/google/currysrc/api/output/
NullOutputSourceFileGenerator.java 16 package com.google.currysrc.api.output;
23 * Always returns {@code null}, preventing output file generation.
  /external/jacoco/org.jacoco.agent.rt/src/org/jacoco/agent/rt/internal/output/
IAgentOutput.java 12 package org.jacoco.agent.rt.internal.output;
NoneOutput.java 12 package org.jacoco.agent.rt.internal.output;
18 * Output that does nothing.
  /external/jsilver/src/com/google/clearsilver/jsilver/output/
InstanceOutputBufferProvider.java 17 package com.google.clearsilver.jsilver.output;
OutputBufferProvider.java 17 package com.google.clearsilver.jsilver.output;
20 * Simple Provider interface for the output buffer.
  /external/libcups/cups/
backchannel.c 105 fd_set output; /* Output set */ local
126 cups_setup(&output, &tval, timeout);
129 status = select(4, NULL, &output, NULL, NULL);
131 status = select(4, NULL, &output, NULL, &tval);
  /external/libcxx/test/std/algorithms/alg.sorting/alg.sort/partial.sort.copy/
partial_sort_copy.pass.cpp 33 int* output = new int[M]; local
37 int* r = std::partial_sort_copy(Iter(input), Iter(input+N), output, output+M);
38 int* e = output + std::min(N, M);
41 for (int* x = output; x < e; ++x, ++i)
43 delete [] output;
partial_sort_copy_comp.pass.cpp 36 int* output = new int[M]; local
40 int* r = std::partial_sort_copy(Iter(input), Iter(input+N), output, output+M,
42 int* e = output + std::min(N, M);
45 for (int* x = output; x < e; ++x, ++i)
47 delete [] output;
  /external/libvpx/libvpx/vp8/common/mips/mmi/
idctllm_mmi.c 256 int16_t output[16]; local
321 : [ip]"r"(input), [op]"r"(output), [ff_ph_03]"f"(ff_ph_03)
326 mb_dqcoeff[i * 16] = output[i];
  /external/llvm/utils/
DSAextract.py 10 #on DSA dot output and not general dot files this is ok.
14 #DSA dot output files)
81 #open the output file
82 output = open(sys.argv[2], 'w') variable
97 #if they are print this to output
103 output.write(buffer)
107 output.write(buffer)
109 output.write(buffer)
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/testfrmw/
testfrmw.c 24 * void output(char * string, ...)
26 * The are used to output informative text (as a printf).
42 void output(char *string, ...) function
  /external/ltp/testcases/open_posix_testsuite/stress/threads/fork/
testfrmw.c 24 * void output(char * string, ...)
26 * The are used to output informative text (as a printf).
38 /* The following functions will output to stdout */
46 void output(char *string, ...) function
  /external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_cancel/
testfrmw.c 24 * void output(char * string, ...)
26 * The are used to output informative text (as a printf).
38 /* The following functions will output to stdout */
46 void output(char *string, ...) function
  /external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_cond_wait/
testfrmw.c 24 * void output(char * string, ...)
26 * The are used to output informative text (as a printf).
38 /* The following functions will output to stdout */
46 void output(char *string, ...) function
  /external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_create/
testfrmw.c 24 * void output(char * string, ...)
26 * The are used to output informative text (as a printf).
38 /* The following functions will output to stdout */
46 void output(char *string, ...) function
  /external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_exit/
testfrmw.c 24 * void output(char * string, ...)
26 * The are used to output informative text (as a printf).
38 /* The following functions will output to stdout */
46 void output(char *string, ...) function
  /external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_getschedparam/
testfrmw.c 24 * void output(char * string, ...)
26 * The are used to output informative text (as a printf).
38 /* The following functions will output to stdout */
46 void output(char *string, ...) function
  /external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_kill/
testfrmw.c 24 * void output(char * string, ...)
26 * The are used to output informative text (as a printf).
38 /* The following functions will output to stdout */
46 void output(char *string, ...) function
  /external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_mutex_trylock/
testfrmw.c 24 * void output(char * string, ...)
26 * The are used to output informative text (as a printf).
38 /* The following functions will output to stdout */
46 void output(char *string, ...) function
  /external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_once/
testfrmw.c 24 * void output(char * string, ...)
26 * The are used to output informative text (as a printf).
38 /* The following functions will output to stdout */
46 void output(char *string, ...) function
  /external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_self/
testfrmw.c 24 * void output(char * string, ...)
26 * The are used to output informative text (as a printf).
38 /* The following functions will output to stdout */
46 void output(char *string, ...) function

Completed in 421 milliseconds

1 2 3 4 5 6 7 8 91011>>