/external/opencv3/modules/viz/src/vtk/ |
vtkCloudMatSink.h | 62 void SetOutput(OutputArray cloud, OutputArray colors = noArray(), OutputArray normals = noArray(), OutputArray tcoords = noArray());
|
vtkCloudMatSink.cpp | 55 void cv::viz::vtkCloudMatSink::SetOutput(OutputArray _cloud, OutputArray _colors, OutputArray _normals, OutputArray _tcoords)
|
/prebuilts/go/darwin-x86/src/net/http/ |
cookie_test.go | 112 defer log.SetOutput(os.Stderr) 114 log.SetOutput(&logbuf) 379 defer log.SetOutput(os.Stderr) 381 log.SetOutput(&logbuf) 408 defer log.SetOutput(os.Stderr) 410 log.SetOutput(&logbuf)
|
serve_test.go | 760 log.SetOutput(ioutil.Discard) // is noisy otherwise 761 defer log.SetOutput(os.Stderr) 788 log.SetOutput(ioutil.Discard) // is noisy otherwise 789 defer log.SetOutput(os.Stderr) [all...] |
/prebuilts/go/linux-x86/src/net/http/ |
cookie_test.go | 112 defer log.SetOutput(os.Stderr) 114 log.SetOutput(&logbuf) 379 defer log.SetOutput(os.Stderr) 381 log.SetOutput(&logbuf) 408 defer log.SetOutput(os.Stderr) 410 log.SetOutput(&logbuf)
|
serve_test.go | 760 log.SetOutput(ioutil.Discard) // is noisy otherwise 761 defer log.SetOutput(os.Stderr) 788 log.SetOutput(ioutil.Discard) // is noisy otherwise 789 defer log.SetOutput(os.Stderr) [all...] |
/external/v8/src/compiler/ |
simplified-lowering.cc | 496 return SetOutput(node, NodeOutputInfo(machine_type.representation(), type)); 499 void SetOutput(Node* node, NodeOutputInfo output_info) { 608 SetOutput(node, output); 620 SetOutput(node, output); 626 SetOutput(node, output); 713 SetOutput(node, output); 734 SetOutput(node, output); 773 SetOutput(node, NodeOutputInfo::AnyTagged()); 813 SetOutput(node, NodeOutputInfo::AnyTagged()); 843 SetOutput(node, NodeOutputInfo(MachineRepresentation::kTagged, type)) [all...] |
/prebuilts/go/darwin-x86/src/log/ |
log_test.go | 53 SetOutput(buf) 71 SetOutput(os.Stderr)
|
log.go | 64 // SetOutput sets the output destination for the logger. 65 func (l *Logger) SetOutput(w io.Writer) { 251 // SetOutput sets the output destination for the standard logger. 252 func SetOutput(w io.Writer) {
|
/prebuilts/go/linux-x86/src/log/ |
log_test.go | 53 SetOutput(buf) 71 SetOutput(os.Stderr)
|
log.go | 64 // SetOutput sets the output destination for the logger. 65 func (l *Logger) SetOutput(w io.Writer) { 251 // SetOutput sets the output destination for the standard logger. 252 func SetOutput(w io.Writer) {
|
/prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/internal/obj/ |
flag.go | 45 flag.CommandLine.SetOutput(os.Stdout)
|
/prebuilts/go/darwin-x86/src/cmd/internal/obj/ |
flag.go | 42 flag.CommandLine.SetOutput(os.Stdout)
|
/prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/internal/obj/ |
flag.go | 45 flag.CommandLine.SetOutput(os.Stdout)
|
/prebuilts/go/linux-x86/src/cmd/internal/obj/ |
flag.go | 42 flag.CommandLine.SetOutput(os.Stdout)
|
/external/opencv3/modules/viz/src/ |
types.cpp | 71 sink->SetOutput(mesh.cloud, mesh.colors, mesh.normals, mesh.tcoords);
|
vizcore.cpp | 237 sink->SetOutput(cloud, colors, normals);
|
/prebuilts/go/darwin-x86/src/flag/ |
flag_test.go | 308 flags.SetOutput(&buf) 402 fs.SetOutput(&buf)
|
flag.go | 312 // SetOutput sets the destination for usage and error messages. 314 func (f *FlagSet) SetOutput(output io.Writer) {
|
/prebuilts/go/linux-x86/src/flag/ |
flag_test.go | 308 flags.SetOutput(&buf) 402 fs.SetOutput(&buf)
|
flag.go | 312 // SetOutput sets the destination for usage and error messages. 314 func (f *FlagSet) SetOutput(output io.Writer) {
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
xmllite.h | 821 virtual HRESULT STDMETHODCALLTYPE SetOutput( 950 HRESULT (STDMETHODCALLTYPE *SetOutput)( [all...] |