Searched refs:Out (Results 1 - 25 of 25) sorted by relevance

/frameworks/base/tools/incident_report/
H A Dprinter.h22 class Out class
25 Out(int fd);
26 ~Out();
H A Dprinter.cpp29 Out::Out(int fd) function in class:Out
38 Out::~Out()
44 Out::reallocate(int size)
59 Out::printf(const char* format, ...)
102 Out::indent()
109 Out::dedent()
117 Out::print_indent()
H A Dmain.cpp41 static void print_message(Out* out, Descriptor const* descriptor, GenericMessage const* message);
143 print_value(Out* out, FieldDescriptor const* field, GenericMessage::Node const& node)
221 print_message(Out* out, Descriptor const* descriptor, GenericMessage const* message)
582 Out out(outFd);
/frameworks/ml/nn/tools/test_generator/tests/P_float/
H A Daddfloat.mod.py7 Model().Add(i1, i2).Add(i3).Out(o)
/frameworks/support/work/workmanager/src/main/java/androidx/work/impl/utils/
H A DLiveDataUtils.java44 * {@code Out}
46 * @param <Out> The type of data to output
47 * @return A new {@link LiveData} of type {@code Out}
49 public static <In, Out> LiveData<Out> dedupedMappedLiveDataFor(
51 @NonNull final Function<In, Out> mappingMethod) {
52 final MediatorLiveData<Out> outputLiveData = new MediatorLiveData<>();
60 Out newOutput = mappingMethod.apply(input);
61 Out previousOutput = outputLiveData.getValue();
/frameworks/compile/slang/
H A Dslang_bitcode_gen.cpp32 void writeBitcode(llvm::raw_ostream &Out, argument
99 Out.write(reinterpret_cast<char*>(&Wrapper), ActualWrapperLen);
100 Out << Bitcode.str();
H A Dslang_bitcode_gen.h31 void writeBitcode(llvm::raw_ostream &Out,
H A Dllvm-rs-as.cpp89 std::unique_ptr<tool_output_file> Out
97 if (Force || !CheckBitcodeOutputToConsole(Out->os(), true)) {
98 slang::writeBitcode(Out->os(), *M,
103 if (!Out->os().has_error()) {
105 Out->keep();
H A Dslang_rs_reflection.cpp80 GeneratedFile &Out, bool Parens);
87 GeneratedFile *Out, const RSContext *RSContext,
144 "Out-of-bound index to access vector member");
426 GeneratedFile &Out, bool Parens) {
430 Out << '(';
431 Out << "RenderScript.getPointerSize() == 8";
433 Out << ')';
436 Out << "sIs64Bit";
1602 void genReduceResultRangeCheck(GeneratedFile &Out, const char *InVal) { argument
1603 Out
425 genCheck64BitInternal(const RSContext *Context, ReflectionState *State, GeneratedFile &Out, bool Parens) argument
2708 RSReflectionJavaElementBuilder( const char *ElementBuilderName, const RSExportRecordType *ERT, const char *RenderScriptVar, GeneratedFile *Out, const RSContext *RSContext, RSReflectionJava *Reflection, ReflectionState *RState) argument
[all...]
/frameworks/ml/nn/tools/test_generator/tests/P_vts_operands/
H A Daddfloat.mod.py11 Model().Add(i1, i2).Add(i3).Out(o)
/frameworks/compile/mclinker/lib/Target/AArch64/
H A DAArch64PLT.cpp121 uint32_t* Out = NULL; local
124 Out = static_cast<uint32_t*>(malloc(AArch64PLT1::EntrySize));
125 memcpy(Out, aarch64_plt1, AArch64PLT1::EntrySize);
129 Out[0] = helper_reencode_adr_imm(Out[0], imm >> 12);
131 Out[1] = helper_reencode_add_imm(
132 Out[1], helper_get_page_offset(GOTEntryAddress) >> 3);
134 Out[2] = helper_reencode_add_imm(Out[2],
137 plt1->setValue(reinterpret_cast<unsigned char*>(Out));
[all...]
/frameworks/compile/libbcc/tools/bcc_strip_attr/
H A Dbcc_strip_attr.cpp134 tool_output_file Out(OutputFilename.c_str(), EC,
147 Out.os() << *M;
148 } else if (!CheckBitcodeOutputToConsole(Out.os(), true)) {
149 WriteBitcodeToFile(M.get(), Out.os());
152 Out.keep();
/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMPLT.cpp115 uint32_t* Out = NULL; local
118 Out = static_cast<uint32_t*>(malloc(ARMPLT1::EntrySize));
120 if (!Out)
127 Out[0] = arm_plt1[0] | ((Offset >> 20) & 0xFF);
128 Out[1] = arm_plt1[1] | ((Offset >> 12) & 0xFF);
129 Out[2] = arm_plt1[2] | (Offset & 0xFFF);
131 plt1->setValue(reinterpret_cast<unsigned char*>(Out));
/frameworks/base/libs/hwui/pipeline/skia/
H A DSkiaDisplayList.cpp96 nsecs_t timeTilNextFrame = TreeInfo::Out::kNoAnimatedImageDelay;
103 timeTilNextFrame != TreeInfo::Out::kNoAnimatedImageDelay) {
105 if (delay == TreeInfo::Out::kNoAnimatedImageDelay || timeTilNextFrame < delay) {
/frameworks/compile/mclinker/lib/Target/Hexagon/
H A DHexagonPLT.cpp140 uint32_t* Out = NULL; local
143 Out = static_cast<uint32_t*>(malloc(HexagonPLT1::EntrySize));
145 if (!Out)
148 memcpy(Out, hexagon_plt1, plt1->size());
150 int32_t* dest = reinterpret_cast<int32_t*>(Out);
160 plt1->setValue(reinterpret_cast<unsigned char*>(Out));
/frameworks/base/libs/hwui/
H A DTreeInfo.h96 struct Out { struct in class:android::uirenderer::TreeInfo
/frameworks/compile/slang/BitWriter_2_9/
H A DReaderWriter_2_9.h56 void WriteBitcodeToFile(const llvm::Module *M, llvm::raw_ostream &Out);
H A DBitcodeWriter.cpp1708 void llvm_2_9::WriteBitcodeToFile(const Module *M, raw_ostream &Out) { argument
1737 // Write the generated bitstream to "Out".
1738 Out.write((char*)&Buffer.front(), Buffer.size());
/frameworks/compile/slang/BitWriter_2_9_func/
H A DReaderWriter_2_9_func.h56 void WriteBitcodeToFile(const llvm::Module *M, llvm::raw_ostream &Out);
H A DBitcodeWriter.cpp1772 void llvm_2_9_func::WriteBitcodeToFile(const Module *M, raw_ostream &Out) { argument
1801 // Write the generated bitstream to "Out".
1802 Out.write((char*)&Buffer.front(), Buffer.size());
/frameworks/compile/slang/BitWriter_3_2/
H A DReaderWriter_3_2.h56 void WriteBitcodeToFile(const llvm::Module *M, llvm::raw_ostream &Out);
H A DBitcodeWriter.cpp1846 void llvm_3_2::WriteBitcodeToFile(const Module *M, raw_ostream &Out) { argument
1875 // Write the generated bitstream to "Out".
1876 Out.write((char*)&Buffer.front(), Buffer.size());
/frameworks/compile/libbcc/lib/
H A DRSKernelExpand.cpp533 SmallGEPIndices Out(I32Args.size());
535 std::transform(I32Args.begin(), I32Args.end(), Out.begin(),
537 return Out;
/frameworks/ml/nn/tools/test_generator/
H A Dtest_generator.py541 def Out(self, o): member in class:Model
552 ret = Model.Out(self, o)
/frameworks/base/libs/hwui/renderthread/
H A DCanvasContext.cpp411 info.out.animatedImageDelay != TreeInfo::Out::kNoAnimatedImageDelay) {

Completed in 353 milliseconds