HomeSort by relevance Sort by last modified time
    Searched defs:Output (Results 26 - 50 of 77) sorted by null

12 3 4

  /external/chromium_org/v8/src/
liveedit.h 204 class Output {
211 virtual ~Output() {}
216 Output* result_writer);
  /external/llvm/lib/Support/
YAMLTraits.cpp 382 // Output
385 Output::Output(raw_ostream &yout, void *context)
396 Output::~Output() {
399 bool Output::outputting() {
403 void Output::beginMapping() {
408 bool Output::mapTag(StringRef Tag, bool Use) {
410 this->output(" ");
411 this->output(Tag)
590 void Output::output(StringRef s) { function in class:Output
652 void ScalarTraits<bool>::output(const bool &Val, void *, raw_ostream &Out) { function in class:ScalarTraits
667 void ScalarTraits<StringRef>::output(const StringRef &Val, void *, function in class:ScalarTraits
678 void ScalarTraits<std::string>::output(const std::string &Val, void *, function in class:ScalarTraits
689 void ScalarTraits<uint8_t>::output(const uint8_t &Val, void *, function in class:ScalarTraits
706 void ScalarTraits<uint16_t>::output(const uint16_t &Val, void *, function in class:ScalarTraits
722 void ScalarTraits<uint32_t>::output(const uint32_t &Val, void *, function in class:ScalarTraits
738 void ScalarTraits<uint64_t>::output(const uint64_t &Val, void *, function in class:ScalarTraits
752 void ScalarTraits<int8_t>::output(const int8_t &Val, void *, raw_ostream &Out) { function in class:ScalarTraits
768 void ScalarTraits<int16_t>::output(const int16_t &Val, void *, function in class:ScalarTraits
783 void ScalarTraits<int32_t>::output(const int32_t &Val, void *, function in class:ScalarTraits
798 void ScalarTraits<int64_t>::output(const int64_t &Val, void *, function in class:ScalarTraits
811 void ScalarTraits<double>::output(const double &Val, void *, raw_ostream &Out) { function in class:ScalarTraits
824 void ScalarTraits<float>::output(const float &Val, void *, raw_ostream &Out) { function in class:ScalarTraits
837 void ScalarTraits<Hex8>::output(const Hex8 &Val, void *, raw_ostream &Out) { function in class:ScalarTraits
852 void ScalarTraits<Hex16>::output(const Hex16 &Val, void *, raw_ostream &Out) { function in class:ScalarTraits
867 void ScalarTraits<Hex32>::output(const Hex32 &Val, void *, raw_ostream &Out) { function in class:ScalarTraits
882 void ScalarTraits<Hex64>::output(const Hex64 &Val, void *, raw_ostream &Out) { function in class:ScalarTraits
    [all...]
  /dalvik/tools/dexdeps/src/com/android/dexdeps/
Output.java 22 * Generate fancy output.
24 public class Output {
46 throw new RuntimeException("unknown output format");
66 throw new RuntimeException("unknown output format");
78 throw new RuntimeException("unknown output format");
146 * Prints the output in XML format.
  /external/chromium-trace/trace-viewer/third_party/python_gflags/
gflags2man.py 35 Run the program, parse the output, and then format that into a man
76 gflags.DEFINE_integer('v', 0, 'verbosity level to use for output')
179 self.output = [] # output from the program. List of lines.
186 """Run it and collect output.
201 # --help output is often routed to stderr, so we combine with stdout.
207 self.output = child_stdout_and_stderr.readlines()
209 if len(self.output) < _MIN_VALID_USAGE_MSG:
212 len(self.output), self.output))
    [all...]
  /external/chromium_org/content/common/gpu/media/
vt_video_decode_accelerator.cc 46 vda->Output(bitstream_id, status, image_buffer);
319 void VTVideoDecodeAccelerator::Output(
  /external/chromium_org/media/filters/
decoder_stream.h 32 // output to its client (e.g. Audio/VideoRendererImpl).
38 typedef typename StreamTraits::OutputType Output;
51 typedef base::Callback<void(Status, const scoped_refptr<Output>&)> ReadCB;
67 // Reads a decoded Output and returns it via the |read_cb|. Note that
81 // an Output.
130 // Satisfy pending |read_cb_| with |status| and |output|.
132 const scoped_refptr<Output>& output);
138 // decoder output.
144 // Output callback passed to Decoder::Initialize()
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/
radeon_dataflow_deadcode.c 34 unsigned char Output[RC_REGISTER_MAX_INDEX];
81 dst->Output[i] = a->Output[i] | b->Output[i];
128 return &s->R.Output[index];
radeon_emulate_branches.c 244 unsigned int Output:RC_REGISTER_INDEX_BITS;
253 if (*pfile == RC_FILE_OUTPUT && *pindex == data->Output) {
261 * Output registers cannot be read from and so cannot be dealt with like
264 * We do the simplest thing: If an output registers is written within
285 remap.Output = inst->U.I.DstReg.Index;
297 inst_mov->U.I.DstReg.Index = remap.Output;
  /external/chromium_org/third_party/python_gflags/
gflags2man.py 35 Run the program, parse the output, and then format that into a man
76 gflags.DEFINE_integer('v', 0, 'verbosity level to use for output')
179 self.output = [] # output from the program. List of lines.
186 """Run it and collect output.
201 # --help output is often routed to stderr, so we combine with stdout.
207 self.output = child_stdout_and_stderr.readlines()
209 if len(self.output) < _MIN_VALID_USAGE_MSG:
212 len(self.output), self.output))
    [all...]
  /external/chromium_org/third_party/skia/third_party/lua/src/
luac.c 26 #define OUTPUT PROGNAME ".out" /* default output file */
31 static char Output[]={ OUTPUT }; /* default output file name */
32 static const char* output=Output; /* actual output file name */ variable
43 fprintf(stderr,"%s: cannot %s %s: %s\n",progname,what,output,strerror(errno));
57 " -o name output to file " LUA_QL("name") " (default is \"%s\")\n
    [all...]
  /external/chromium_org/tools/usb_gadget/
hid_descriptors.py 95 Output = _DefineMainItem('Output', 9)
98 # Input, Output and Feature Item Properties
  /external/chromium_org/v8/tools/unittests/
run_perf_test.py 80 Output = namedtuple("Output", "stdout, stderr, timed_out")
117 # Fake output for each test run.
118 test_outputs = [Output(stdout=arg,
  /external/mesa3d/src/gallium/drivers/r300/compiler/
radeon_dataflow_deadcode.c 34 unsigned char Output[RC_REGISTER_MAX_INDEX];
81 dst->Output[i] = a->Output[i] | b->Output[i];
128 return &s->R.Output[index];
radeon_emulate_branches.c 244 unsigned int Output:RC_REGISTER_INDEX_BITS;
253 if (*pfile == RC_FILE_OUTPUT && *pindex == data->Output) {
261 * Output registers cannot be read from and so cannot be dealt with like
264 * We do the simplest thing: If an output registers is written within
285 remap.Output = inst->U.I.DstReg.Index;
297 inst_mov->U.I.DstReg.Index = remap.Output;
  /frameworks/compile/mclinker/include/mcld/Object/
SectionMap.h 25 * \brief descirbe how to map input sections into output sections
61 class Output {
73 Output(const std::string& pName);
74 Output(const OutputSectDesc& pOutputDesc);
140 bool operator()(const Output* LHS, const Output* RHS) const
144 typedef std::pair<const Output*, const Input*> const_mapping;
145 typedef std::pair<Output*, Input*> mapping;
147 typedef std::vector<Output*> OutputDescList;
  /external/chromium_org/third_party/libjingle/source/talk/examples/call/
call_main.cc 87 void Output(const char * data, int len) {
117 void DebugPrint(char * buf, int * plen, bool output) {
129 LOG(INFO) << (output ? "SEND >>>>>>>>>>>>>>>>" : "RECV <<<<<<<<<<<<<<<<")
145 // Output a tag
244 DEFINE_string(voiceoutput, NULL, "RTP dump file for voice output.");
246 DEFINE_string(videooutput, NULL, "RTP dump file for video output.");
484 pump.client()->SignalLogOutput.connect(&debug_log_, &DebugLog::Output);
  /external/iproute2/doc/
ip-cref.tex 34 and options, decrypting \verb|ip| output and containing a few examples.
48 general behaviour of the \verb|ip| utility or changing its output. All options
60 --- output more information. If the option
89 --- output each record on a single line, replacing line feeds
91 count records with \verb|wc| or to \verb|grep| the output. The trivial
92 script \verb|rtpr| converts the output back into readable form.
177 prints the error message, as it is output with \verb|perror(3)|,
182 In this case \verb|ip| prints the error message, as it is output
349 \paragraph{Output format:}
725 \paragraph{Output format:
    [all...]
  /external/llvm/lib/Transforms/Utils/
CodeExtractor.cpp 168 // instruction is used outside the region, it's an output.
319 // Add the types of the output values to the function's argument list.
381 // Set names for input and output arguments.
489 Value *Output = nullptr;
498 Output = GEP;
500 Output = ReloadOutputs[i];
502 LoadInst *load = new LoadInst(Output, outputs[i]->getName()+".reload");
593 // If the output value is used by a phi in the target block,
618 // Advance output iterator even if we don't emit a store
  /external/chromium_org/testing/gtest/scripts/
pump.py 641 class Output:
656 def RunAtomicCode(env, node, output):
659 result = Output()
678 RunCode(new_env, node.code, output)
680 output.Append(sep)
682 output.Append(node.raw_code.value)
686 RunCode(env.Clone(), node.then_branch, output)
688 RunCode(env.Clone(), node.else_branch, output)
691 output.Append('%s' % (value,))
693 output.Append('$'
    [all...]
  /external/chromium_org/third_party/jinja2/
nodes.py 263 class Output(Stmt):
  /external/deqp/modules/gles3/functional/
es3fTransformFeedbackTests.cpp 140 struct Output
142 Output (void)
465 static void computeTransformFeedbackOutputs (vector<Output>& transformFeedbackOutputs, const vector<Attribute>& attributes, const vector<Varying>& varyings, const vector<string>& transformFeedbackVaryings, deUint32 bufferMode)
475 Output& output = transformFeedbackOutputs[varNdx]; local
477 output.name = name;
478 output.bufferNdx = bufNdx;
479 output.offset = offset;
484 output.type = posIn->type;
485 output.inputs.push_back(posIn)
    [all...]
  /external/clang/lib/Driver/
Driver.cpp 419 // Suppress driver output and emit preprocessor output to temp file.
438 // Suppress tool output.
508 // Generate preprocessed output.
524 // the crash into a directory next to the output.
892 // Make sure we can lipo this kind of output. If not (and it is an actual
893 // output) then we disallow, since we can't create an output file with the
895 // changing the output names to include the arch, which would also fix
    [all...]
  /external/llvm/include/llvm/CodeGen/
ScheduleDAG.h 51 Output, ///< A register output-dependence (aka WAW).
80 /// Reg - For Data, Anti, and Output dependencies, the associated
107 case Output:
109 "SDep::Anti and SDep::Output must use a non-zero Reg!");
130 case Output:
227 /// only valid on Data, Anti, and Output edges. On Data edges, this
230 assert((getKind() == Data || getKind() == Anti || getKind() == Output) &&
236 /// only valid on Data, Anti, and Output edges. On Anti and Output
    [all...]
  /external/llvm/include/llvm/Support/
YAMLTraits.h 93 /// static void output(const MyType &val, void*, llvm::raw_ostream &out) {
109 //static void output(const T &value, void *ctxt, llvm::raw_ostream &out);
211 SameType<Signature_output, &U::output> *,
422 // Base class for Input and Output.
617 ScalarTraits<T>::output(Val, io.getContext(), Buffer);
698 static void output(const bool &, void*, llvm::raw_ostream &);
705 static void output(const StringRef &, void*, llvm::raw_ostream &);
712 static void output(const std::string &, void*, llvm::raw_ostream &);
719 static void output(const uint8_t &, void*, llvm::raw_ostream &);
726 static void output(const uint16_t &, void*, llvm::raw_ostream &)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ksproxy.h 202 PIPE_TERMINATION Output;

Completed in 2131 milliseconds

12 3 4