HomeSort by relevance Sort by last modified time
    Searched refs:stdout (Results 201 - 225 of 2121) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/chromium_org/third_party/openssl/openssl/crypto/jpake/
jpaketest.c 20 fputs(name, stdout);
21 fputs(" = ", stdout);
22 BN_print_fp(stdout, bn);
23 putc('\n', stdout);
42 ERR_print_errors_fp(stdout);
54 ERR_print_errors_fp(stdout);
66 ERR_print_errors_fp(stdout);
78 ERR_print_errors_fp(stdout);
93 ERR_print_errors_fp(stdout);
105 ERR_print_errors_fp(stdout);
    [all...]
  /external/openssl/crypto/jpake/
jpaketest.c 20 fputs(name, stdout);
21 fputs(" = ", stdout);
22 BN_print_fp(stdout, bn);
23 putc('\n', stdout);
42 ERR_print_errors_fp(stdout);
54 ERR_print_errors_fp(stdout);
66 ERR_print_errors_fp(stdout);
78 ERR_print_errors_fp(stdout);
93 ERR_print_errors_fp(stdout);
105 ERR_print_errors_fp(stdout);
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_pdb.py 25 stdout = stderr = None
26 proc = subprocess.Popen(cmd, stdout=subprocess.PIPE,
28 stderr=subprocess.STDOUT,
30 stdout, stderr = proc.communicate(commands)
31 proc.stdout.close()
33 return stdout, stderr
66 stdout, stderr = self.run_pdb(script, commands)
68 any('main.py(5)foo()->None' in l for l in stdout.splitlines()),
358 stdout=subprocess.PIPE,
360 stderr=subprocess.STDOUT,
    [all...]
test_subprocess.py 25 SETBINARY = ('import msvcrt; msvcrt.setmode(sys.stdout.fileno(), ' namespace
108 # check_output() function stderr redirected to stdout
111 stderr=subprocess.STDOUT)
115 # check_output() function stderr redirected to stdout
119 stdout=sys.stdout)
120 self.fail("Expected ValueError when stdout arg supplied.")
121 self.assertIn('stdout', c.exception.args[0])
146 stdout=subprocess.PIPE, stderr=subprocess.PIPE)
147 self.addCleanup(p.stdout.close
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_pdb.py 25 stdout = stderr = None
26 proc = subprocess.Popen(cmd, stdout=subprocess.PIPE,
28 stderr=subprocess.STDOUT,
30 stdout, stderr = proc.communicate(commands)
31 proc.stdout.close()
33 return stdout, stderr
66 stdout, stderr = self.run_pdb(script, commands)
68 any('main.py(5)foo()->None' in l for l in stdout.splitlines()),
358 stdout=subprocess.PIPE,
360 stderr=subprocess.STDOUT,
    [all...]
test_subprocess.py 25 SETBINARY = ('import msvcrt; msvcrt.setmode(sys.stdout.fileno(), ' namespace
108 # check_output() function stderr redirected to stdout
111 stderr=subprocess.STDOUT)
115 # check_output() function stderr redirected to stdout
119 stdout=sys.stdout)
120 self.fail("Expected ValueError when stdout arg supplied.")
121 self.assertIn('stdout', c.exception.args[0])
146 stdout=subprocess.PIPE, stderr=subprocess.PIPE)
147 self.addCleanup(p.stdout.close
    [all...]
  /external/tcpdump/
print-snmp.c 414 fputs("[nothing to parse]", stdout);
453 fputs("[Xtagfield?]", stdout);
460 fputs("[Xtagfield?]", stdout);
470 fputs("[no asnlen]", stdout);
656 fputs("[|snmp]", stdout);
695 fputs(a->prefix, stdout);
776 fputs(first, stdout);
827 fputs("[BE_ANY!?]", stdout);
831 fputs("[be!?]", stdout);
837 fputs("[|snmp]", stdout);
    [all...]
  /external/icu4c/samples/cal/
cal.c 459 indent(pad / 2, stdout);
460 uprint(s, stdout, status);
461 putc('\n', stdout);
466 print_days(days, stdout, status);
467 putc('\n', stdout);
492 indent(lens[i] + 1, stdout);
503 indent(pad, stdout);
506 uprint(s, stdout, status);
507 putc(' ', stdout);
515 putc('\n', stdout);
    [all...]
  /frameworks/wilhelm/tests/mimeUri/
slesTestSlowDownUri.cpp 67 fprintf(stdout, "PlayEventCallback event = ");
69 fprintf(stdout, "SL_PLAYEVENT_HEADATEND \n");
78 fprintf(stdout, "old rate = %d, minRate=%d, maxRate=%d\n", rate, minRate, maxRate);
83 fprintf(stdout, "new rate = %d\n", rate);
92 fprintf(stdout, "SL_PLAYEVENT_HEADATMARKER ");
95 fprintf(stdout, "SL_PLAYEVENT_HEADATNEWPOS ");
98 fprintf(stdout, "SL_PLAYEVENT_HEADMOVING ");
101 fprintf(stdout, "SL_PLAYEVENT_HEADSTALLED");
103 fprintf(stdout, "\n");
110 //fprintf(stdout, "\t\tPrefetchEventCallback: received event %u\n", event)
    [all...]
slesTestGetPositionUri.cpp 71 //fprintf(stdout, "PrefetchEventCallback: received event %u\n", event);
75 fprintf(stdout, "PrefetchEventCallback: Error while prefetching data, exiting\n");
80 fprintf(stdout, "PrefetchEventCallback: Buffer fill level is = %d\n", level);
83 fprintf(stdout, "PrefetchEventCallback: Prefetch Status is = %u\n", status);
98 fprintf(stdout, "SL_PLAYEVENT_HEADATEND reached\n");
101 fprintf(stdout, "after getPosition in SL_PLAYEVENT_HEADATEND handler\n");
105 fprintf(stdout, "position is %d at SL_PLAYEVENT_HEADATEND\n", posMsec);
114 fprintf(stdout, "SL_PLAYEVENT_HEADATNEWPOS current position=%ums\n", posMsec);
119 fprintf(stdout, "SL_PLAYEVENT_HEADATMARKER current position=%ums\n", posMsec);
203 fprintf(stdout, "URI example: after Realize\n")
    [all...]
slesTestManyPlayers.cpp 81 //fprintf(stdout, "PrefetchEventCallback: received event %u\n", event);
85 fprintf(stdout, "PrefetchEventCallback: Error while prefetching data for player %d, "
90 fprintf(stdout, "PrefetchEventCallback: Buffer fill level is = %d for player %d\n",
94 fprintf(stdout, "PrefetchEventCallback: Prefetch Status is = %u for player %d\n",
110 fprintf(stdout, "SL_PLAYEVENT_HEADATEND reached for player %d\n", *pPlayerId);
117 fprintf(stdout, "SL_PLAYEVENT_HEADATNEWPOS current position=%ums for player %d\n",
124 fprintf(stdout, "SL_PLAYEVENT_HEADATMARKER current position=%ums for player %d\n",
189 fprintf(stdout, "TestSetup(%s) completed\n", path);
217 fprintf(stdout, "CreateAudioPlayer for player %d failed\n", playerId);
227 fprintf(stdout, "Realize for player %d failed\n", playerId)
    [all...]
  /frameworks/wilhelm/tests/examples/
slesTestEqFdPath.cpp 156 fprintf(stdout, "URI example: after Realize\n");
168 fprintf(stdout, "Player configured\n");
194 fprintf(stdout, "Starting to play\n");
214 fprintf(stdout, "Using preset %d\n", preset);
221 fprintf(stdout, "Band level range = %dmB to %dmB\n", minLevel, maxLevel);
237 fprintf(stdout, "Band %d level = %dmB\n", b, level);
252 fprintf(stdout, "EQ on\n");
254 fprintf(stdout, "EQ off\n");
261 fprintf(stdout, "Stopping playback\n");
283 fprintf(stdout, "OpenSL ES test %s: exercises SLEqualizerItf ", programName)
    [all...]
slesTestEqOutputPath.cpp 163 fprintf(stdout, "URI example: after Realize\n");
172 fprintf(stdout, "Player configured\n");
198 fprintf(stdout, "Starting to play\n");
218 fprintf(stdout, "Using preset %d\n", preset);
225 fprintf(stdout, "Band level range = %dmB to %dmB\n", minLevel, maxLevel);
241 fprintf(stdout, "Band %d level = %dmB\n", b, level);
256 fprintf(stdout, "EQ on\n");
258 fprintf(stdout, "EQ off\n");
265 fprintf(stdout, "Stopping playback\n");
287 fprintf(stdout, "OpenSL ES test %s: exercises SLEqualizerItf ", programName)
    [all...]
  /frameworks/wilhelm/tests/listening/
slesTest_playMuteSolo.cpp 46 fprintf(stdout, "%u error code encountered at line %d, exiting\n", result, line);
109 //fprintf(stdout, "Content has %d channel(s)\n", numChannels);
128 fprintf(stdout, "channel 0: playing, channel 1: muted\n");
130 fprintf(stdout, "channel 0: muted, channel 1: playing\n");
148 fprintf(stdout, "channel 0: normal, channel 1: soloed\n");
150 fprintf(stdout, "channel 0: soloed, channel 1: normal\n");
244 fprintf(stdout, "URI example: after Realize\n");
303 fprintf(stdout, "Player configured\n");
335 fprintf(stdout, "Content has %d channel(s)\n", numChannels);
338 fprintf(stdout, "SLMuteSolotItf only works one content with more than one channel. Bye\n")
    [all...]
  /external/chromium_org/native_client_sdk/src/build_tools/
buildbot_common.py 78 stdout=subprocess.PIPE, env=context.env, shell=True)
79 stdout, _ = process.communicate()
86 return dict(line.split('=') for line in stdout.split('\r\n')[:-1])
91 sys.stdout.flush()
93 sys.stdout.flush()
109 sys.stdout.flush()
114 sys.stdout.flush()
118 sys.stdout.flush()
198 sys.stdout.flush()
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
subprocess.py 34 stdin=None, stdout=None, stderr=None,
70 stdin, stdout and stderr specify the executed programs' standard
76 parent. Additionally, stderr can be STDOUT, which indicates that the
78 file handle as for stdout.
95 If universal_newlines is true, the file objects stdout and stderr are
101 default). Also, the newlines attribute of the file objects stdout,
179 Interact with process: Send data to stdin. Read data from stdout
185 communicate() returns a tuple (stdout, stderr).
196 stdout
197 If the stdout argument is PIPE, this attribute is a file objec
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
subprocess.py 34 stdin=None, stdout=None, stderr=None,
70 stdin, stdout and stderr specify the executed programs' standard
76 parent. Additionally, stderr can be STDOUT, which indicates that the
78 file handle as for stdout.
95 If universal_newlines is true, the file objects stdout and stderr are
101 default). Also, the newlines attribute of the file objects stdout,
179 Interact with process: Send data to stdin. Read data from stdout
185 communicate() returns a tuple (stdout, stderr).
196 stdout
197 If the stdout argument is PIPE, this attribute is a file objec
    [all...]
  /external/chromium_org/build/android/buildbot/
bb_utils.py 34 def SpawnCmd(command, stdout=None, cwd=CHROME_SRC):
37 sys.stdout.flush()
44 return subprocess.Popen(command, cwd=cwd, stdout=stdout)
48 warning_code=constants.WARNING_EXIT_CODE, stdout=None,
51 code = SpawnCmd(command, stdout, cwd).wait()
  /external/chromium_org/third_party/opus/src/tests/
test_opus_api.c 100 fprintf(stdout,"\n Decoder basic API tests\n");
101 fprintf(stdout," ---------------------------------------------------\n");
106 fprintf(stdout," opus_decoder_get_size(%d)=%d ...............%s OK.\n",c,i,i>0?"":"....");
147 fprintf(stdout," opus_decoder_create() ........................ OK.\n");
148 fprintf(stdout," opus_decoder_init() .......................... OK.\n");
154 fprintf(stdout," OPUS_GET_FINAL_RANGE ......................... OK.\n");
159 fprintf(stdout," OPUS_UNIMPLEMENTED ........................... OK.\n");
165 fprintf(stdout," OPUS_GET_BANDWIDTH ........................... OK.\n");
191 fprintf(stdout," OPUS_GET_PITCH ............................... OK.\n");
215 fprintf(stdout," OPUS_SET_GAIN ................................ OK.\n")
    [all...]
  /external/e2fsprogs/misc/
blkid.c 49 FILE *out = error ? stderr : stdout;
82 fputs("M-", stdout);
86 fputc('^', stdout);
89 fputc(ch, stdout);
123 fputs(str, stdout);
125 fputc('\n', stdout);
130 fputc(' ', stdout);
164 fputs(uuid, stdout);
165 fputc('\n', stdout);
181 fputc('-', stdout);
    [all...]
  /frameworks/wilhelm/tests/sandbox/streamSource/
slesTestPlayStream.cpp 91 //fprintf(stdout, "ABQ state count=%lu, index=%lu\n", state.count, state.index);
126 fprintf(stdout, "rendering will resume at 15s mark");
139 fprintf(stdout, "item key=0x%lx size=%lu data=0x%lx\n",
147 fprintf(stdout, "Successfully detected my discontinuity buffer having been consumed\n");
255 fprintf(stdout, "URI example: after Realize\n");
278 fprintf(stdout, "Content duration is unknown (before starting to prefetch)\n");
280 fprintf(stdout, "Content duration is %u ms (before starting to prefetch)\n",
291 fprintf(stdout, "Before set to PAUSED\n");
293 fprintf(stdout, "After set to PAUSED\n");
344 fprintf(stdout, "Content duration is unknown (after prefetch completed)\n")
    [all...]
  /external/chromium_org/tools/clang/scripts/
run_tool.py 26 should output edits to stdout in the following format:
59 command = subprocess.Popen(args, stdout=subprocess.PIPE)
64 def _ExtractEditsFromStdout(build_directory, stdout):
65 """Extracts generated list of edits from the tool's stdout.
72 stdout: The stdout from running the clang tool.
77 lines = stdout.splitlines()
115 stdout=subprocess.PIPE,
117 stdout, stderr = command.communicate()
122 'edits': _ExtractEditsFromStdout(build_directory, stdout)}
    [all...]
  /external/chromium_org/chrome/test/nacl_test_injection/
buildbot_nacl_integration.py 61 sys.stdout.write('Running %s\n' % ' '.join(cmd))
62 sys.stdout.flush()
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/os/
os_misc.c 70 fflush(stdout);
79 fflush(stdout);
  /external/chromium_org/third_party/ots/test/
ot-sanitise.cc 6 // writes the sanitised version to stdout.
59 ots::FILEStream output(stdout);
61 ::setmode(fileno(stdout), O_BINARY);

Completed in 763 milliseconds

1 2 3 4 5 6 7 891011>>