Searched defs:Output (Results 1 - 25 of 77) sorted by relevance

1234

/external/icu/android_icu4j/src/main/java/android/icu/util/
H A DOutput.java14 public class Output<T> { class
28 * Constructs an empty <code>Output</code>
30 public Output() { method in class:Output
35 * Constructs an <code>Output</code> with the given value.
38 public Output(T value) { method in class:Output
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
H A DOutput.java14 public class Output<T> { class
30 * Constructs an empty <code>Output</code>
33 public Output() { method in class:Output
38 * Constructs an <code>Output</code> with the given value.
42 public Output(T value) { method in class:Output
/external/messageformat/java/com/ibm/icu/util/
H A DOutput.java14 public class Output<T> { class
30 * Constructs an empty <code>Output</code>
33 public Output() { method in class:Output
38 * Constructs an <code>Output</code> withe the given value.
42 public Output(T value) { method in class:Output
/external/v8/tools/testrunner/objects/
H A Doutput.py33 class Output(object): class in inherits:object
61 return Output(packed[0], packed[1], packed[2], packed[3], packed[4])
/external/clang/include/clang/Basic/
H A DMacroBuilder.h27 MacroBuilder(raw_ostream &Output) : Out(Output) {} argument
/external/clang/unittests/Rewrite/
H A DRewriteBufferTest.cpp31 const char *Output = "<outer><inner>hello</inner></outer> "; local
48 EXPECT_EQ(Output, Result);
/external/rmi4utils/f54test/
H A Ddisplay.cpp29 void Display::Output(const char * buf) function in class:Display
68 void AnsiConsole::Output(const char * buf) function in class:AnsiConsole
/external/v8/src/ast/
H A Dprettyprinter.h85 const char* Output() const { return output_; } function in class:v8::internal::PrettyPrinter
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/cloudformation/
H A Dstack.py28 self.outputs = ResultSet([('member', Output)])
199 class Output(object): class in inherits:object
220 return "Output:\"%s\"=\"%s\"" % (self.key, self.value)
/external/dexmaker/src/dx/java/com/android/dx/util/
H A DOutput.java24 public interface Output extends ByteOutput { interface in inherits:ByteOutput
/external/llvm/lib/CodeGen/
H A DUnreachableBlockElim.cpp185 unsigned Output = phi->getOperand(0).getReg(); local
192 if (Input != Output) {
194 MRI.constrainRegClass(Input, MRI.getRegClass(Output));
195 MRI.replaceRegWith(Output, Input);
/external/llvm/unittests/Support/
H A DSourceMgrTest.cpp23 std::string Output; member in class:__anon13245::SourceMgrTest
43 raw_string_ostream OS(Output);
57 Output);
67 Output);
77 Output);
87 Output);
97 Output);
107 Output);
117 Output);
127 Output);
[all...]
H A DCommandLineTest.cpp155 const char *const Output[], size_t OutputSize) {
163 EXPECT_STREQ(Output[I], Actual[I]);
170 const char *const Output[] = { "foo bar", "foo bar", "foo bar", "foo\\bar", local
173 testCommandLineTokenizer(cl::TokenizeGNUCommandLine, Input, Output,
174 array_lengthof(Output));
180 const char *const Output[] = { "a\\b", "c\\\\d", "e\\f g", "h\"i", "j\\\"k", local
182 testCommandLineTokenizer(cl::TokenizeWindowsCommandLine, Input, Output,
183 array_lengthof(Output));
154 testCommandLineTokenizer(ParserFunction *parse, const char *Input, const char *const Output[], size_t OutputSize) argument
/external/autotest/client/site_tests/firmware_TouchMTB/
H A Dfirmware_utils.py218 class Output: class in inherits:
/external/clang/include/clang/Analysis/Analyses/
H A DUninitializedValues.h34 unsigned Output; member in struct:clang::UninitUse::Branch
/external/skia/tools/
H A Dsk_tool_utils.h170 static void Output(TopoTestNode* node, int outputPos) { function in class:sk_tool_utils::TopoTestNode
/external/v8/src/debug/
H A Dliveedit.h211 class Output { class in class:v8::internal::Comparator
218 virtual ~Output() {}
223 Output* result_writer);
/external/chromium-trace/catapult/third_party/gsutil/third_party/python-gflags/
H A Dgflags2man.py446 def Output(self): member in class:GenerateDoc
447 """Output all sections of the page."""
460 """Output a man page."""
540 doc.Output()
/external/chromium-trace/catapult/third_party/python_gflags/
H A Dgflags2man.py446 def Output(self): member in class:GenerateDoc
447 """Output all sections of the page."""
460 """Output a man page."""
540 doc.Output()
/external/llvm/lib/Option/
H A DArgList.cpp247 void ArgList::AddLastArg(ArgStringList &Output, OptSpecifier Id) const { argument
250 A->render(*this, Output);
254 void ArgList::AddLastArg(ArgStringList &Output, OptSpecifier Id0, argument
258 A->render(*this, Output);
262 void ArgList::AddAllArgs(ArgStringList &Output, argument
268 Arg->render(*this, Output);
277 void ArgList::AddAllArgs(ArgStringList &Output, OptSpecifier Id0, argument
281 Arg->render(*this, Output);
285 void ArgList::AddAllArgValues(ArgStringList &Output, OptSpecifier Id0, argument
290 Output
294 AddAllArgsTranslated(ArgStringList &Output, OptSpecifier Id0, const char *Translation, bool Joined) const argument
[all...]
/external/mesa3d/src/gallium/drivers/r300/compiler/
H A Dradeon_emulate_branches.c244 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/skia/src/gpu/
H A DGrDrawTarget.h195 static void Output(GrDrawTarget* dt, int /* index */) { function in struct:final::TopoSortTraits
/external/v8/tools/unittests/
H A Drun_perf_test.py82 Output = namedtuple("Output", "stdout, stderr, timed_out") variable
120 test_outputs = [Output(stdout=arg,
/external/llvm/lib/Support/
H A DYAMLTraits.cpp396 // Output
399 Output::Output(raw_ostream &yout, void *context, int WrapColumn) function in class:Output
412 Output::~Output() {
415 bool Output::outputting() {
419 void Output::beginMapping() {
424 bool Output::mapTag(StringRef Tag, bool Use) {
432 void Output::endMapping() {
436 bool Output
[all...]
/external/google-breakpad/src/testing/gtest/scripts/
H A Dpump.py641 class Output: class in inherits:
659 result = Output()
818 output = Output()

Completed in 1645 milliseconds

1234