/external/chromium_org/v8/tools/testrunner/objects/ |
H A D | output.py | 33 class Output(object): class in inherits:object 60 return Output(packed[0], packed[1], packed[2], packed[3])
|
/external/chromium_org/tools/ |
H A D | unused-symbols-report.py | 125 def Output(iter): function 167 Output(iter)
|
/external/chromium_org/v8/src/ |
H A D | prettyprinter.h | 44 const char* Output() const { return output_; } function in class:v8::internal::PrettyPrinter
|
H A D | liveedit.h | 204 class Output { class in class:v8::internal::Comparator 211 virtual ~Output() {} 216 Output* result_writer);
|
/external/clang/include/clang/Basic/ |
H A D | MacroBuilder.h | 27 MacroBuilder(raw_ostream &Output) : Out(Output) {} argument
|
/external/guava/guava-tests/test/com/google/common/io/ |
H A D | CheckCloseSupplier.java | 53 abstract static class Output<T> extends CheckCloseSupplier<T> class in class:CheckCloseSupplier 57 public Output(OutputSupplier<? extends T> delegate) { method in class:CheckCloseSupplier.Output
|
/external/chromium_org/sdch/open-vcdiff/src/ |
H A D | jsonwriter.cc | 36 void JSONCodeTableWriter::Output(OutputStringInterface* out) { function in class:open_vcdiff::JSONCodeTableWriter
|
H A D | encodetable.cc | 294 // and "End of Delta Encoding" in Output(), below. 312 void VCDiffCodeTableWriter::Output(OutputStringInterface* out) { function in class:open_vcdiff::VCDiffCodeTableWriter
|
/external/dexmaker/src/dx/java/com/android/dx/util/ |
H A D | Output.java | 24 public interface Output extends ByteOutput { interface in inherits:ByteOutput
|
/external/llvm/lib/CodeGen/ |
H A D | UnreachableBlockElim.cpp | 188 unsigned Output = phi->getOperand(0).getReg(); local 195 if (Input != Output) { 197 MRI.constrainRegClass(Input, MRI.getRegClass(Output)); 198 MRI.replaceRegWith(Output, Input);
|
/external/llvm/unittests/Support/ |
H A D | SourceMgrTest.cpp | 23 std::string Output; member in class:__anon26548::SourceMgrTest 42 raw_string_ostream OS(Output); 56 Output); 66 Output); 76 Output); 86 Output); 96 Output); 106 Output); 116 Output); 126 Output); [all...] |
H A D | CommandLineTest.cpp | 160 const char *const Output[], size_t OutputSize) { 167 EXPECT_STREQ(Output[I], Actual[I]); 175 const char *const Output[] = { "foo bar", "foo bar", "foo bar", "foo\\bar", local 178 testCommandLineTokenizer(cl::TokenizeGNUCommandLine, Input, Output, 179 array_lengthof(Output)); 185 const char *const Output[] = { "a\\b", "c\\\\d", "e\\f g", "h\"i", "j\\\"k", local 187 testCommandLineTokenizer(cl::TokenizeWindowsCommandLine, Input, Output, 188 array_lengthof(Output)); 159 testCommandLineTokenizer(ParserFunction *parse, const char *Input, const char *const Output[], size_t OutputSize) argument
|
/external/chromium_org/sandbox/win/tools/finder/ |
H A D | finder.h | 97 void Output(ATL::CString type, ATL::CString access, ATL::CString info) { function in class:Finder 102 // Output information to the log file. 103 void Output(ATL::CString type, DWORD error, ATL::CString info) { function in class:Finder 132 // Output file for the results.
|
/external/clang/include/clang/Analysis/Analyses/ |
H A D | UninitializedValues.h | 34 unsigned Output; member in struct:clang::UninitUse::Branch
|
/external/llvm/include/llvm/Support/ |
H A D | OutputBuffer.h | 1 //=== OutputBuffer.h - Output Buffer ----------------------------*- C++ -*-===// 24 /// Output buffer. 25 std::vector<unsigned char> &Output; member in class:llvm::OutputBuffer 33 : Output(Out), is64Bit(is64bit), isLittleEndian(le) {} 40 size_t Size = Output.size(); 45 Output.resize(Size + Pad); 50 // Out Functions - Output the specified value to the data buffer. 53 Output.push_back(X); 57 Output.push_back(X & 255); 58 Output [all...] |
/external/llvm/lib/Support/ |
H A D | YAMLTraits.cpp | 382 // Output 385 Output::Output(raw_ostream &yout, void *context) function in class:Output 396 Output::~Output() { 399 bool Output::outputting() { 403 void Output::beginMapping() { 408 bool Output::mapTag(StringRef Tag, bool Use) { 416 void Output::endMapping() { 420 bool Output [all...] |
/external/chromium-trace/trace-viewer/third_party/python_gflags/ |
H A D | gflags2man.py | 446 def Output(self): member in class:GenerateDoc 447 """Output all sections of the page.""" 460 """Output a man page.""" 540 doc.Output()
|
/external/chromium_org/media/filters/ |
H A D | decoder_stream.h | 38 typedef typename StreamTraits::OutputType Output; typedef in class:media::DecoderStream 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. 132 const scoped_refptr<Output>& output); 144 // Output callback passed to Decoder::Initialize(). 145 void OnDecodeOutputReady(const scoped_refptr<Output>& output); 197 std::list<scoped_refptr<Output> > ready_outputs_;
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/ |
H A D | radeon_emulate_branches.c | 244 unsigned int Output:RC_REGISTER_INDEX_BITS; member in struct:remap_output_data 253 if (*pfile == RC_FILE_OUTPUT && *pindex == data->Output) { 261 * Output registers cannot be read from and so cannot be dealt with like 285 remap.Output = inst->U.I.DstReg.Index; 297 inst_mov->U.I.DstReg.Index = remap.Output;
|
/external/chromium_org/third_party/python_gflags/ |
H A D | gflags2man.py | 446 def Output(self): member in class:GenerateDoc 447 """Output all sections of the page.""" 460 """Output a man page.""" 540 doc.Output()
|
/external/chromium_org/third_party/skia/third_party/lua/src/ |
H A D | luac.c | 31 static char Output[]={ OUTPUT }; /* default output file name */ variable 32 static const char* output=Output; /* actual output file name */ 63 ,progname,Output); 107 argv[--i]=Output;
|
/external/chromium_org/tools/usb_gadget/ |
H A D | hid_descriptors.py | 95 Output = _DefineMainItem('Output', 9) variable 98 # Input, Output and Feature Item Properties
|
/external/chromium_org/v8/tools/unittests/ |
H A D | run_perf_test.py | 80 Output = namedtuple("Output", "stdout, stderr, timed_out") variable 118 test_outputs = [Output(stdout=arg,
|
/external/llvm/lib/Option/ |
H A D | ArgList.cpp | 220 void ArgList::AddLastArg(ArgStringList &Output, OptSpecifier Id) const { argument 223 A->render(*this, Output); 227 void ArgList::AddLastArg(ArgStringList &Output, OptSpecifier Id0, argument 231 A->render(*this, Output); 235 void ArgList::AddAllArgs(ArgStringList &Output, OptSpecifier Id0, argument 239 Arg->render(*this, Output); 243 void ArgList::AddAllArgValues(ArgStringList &Output, OptSpecifier Id0, argument 248 Output.push_back(Arg->getValue(i)); 252 void ArgList::AddAllArgsTranslated(ArgStringList &Output, OptSpecifier Id0, argument 259 Output [all...] |
/external/mesa3d/src/gallium/drivers/r300/compiler/ |
H A D | radeon_emulate_branches.c | 244 unsigned int Output:RC_REGISTER_INDEX_BITS; member in struct:remap_output_data 253 if (*pfile == RC_FILE_OUTPUT && *pindex == data->Output) { 261 * Output registers cannot be read from and so cannot be dealt with like 285 remap.Output = inst->U.I.DstReg.Index; 297 inst_mov->U.I.DstReg.Index = remap.Output;
|