/external/messageformat/java/com/ibm/icu/util/ |
D | Output.java | 14 public class Output<T> { class 33 public Output() { in Output() method in Output 42 public Output(T value) { in Output() method in Output
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
D | Output.java | 14 public class Output<T> { class 33 public Output() { in Output() method in Output 42 public Output(T value) { in Output() method in Output
|
/external/icu/android_icu4j/src/main/java/android/icu/util/ |
D | Output.java | 14 public class Output<T> { class 30 public Output() { in Output() method in Output 38 public Output(T value) { in Output() method in Output
|
/external/pdfium/third_party/lcms2-2.6/src/ |
D | cmsintrp.c | 187 register cmsUInt16Number Output[], in LinLerp1D() 224 cmsFloat32Number Output[], in LinLerp1Dfloat() 259 register cmsUInt16Number Output[], in Eval1Input() 290 cmsFloat32Number Output[], in Eval1InputFloat() 330 cmsFloat32Number Output[], in BilinearInterpFloat() 383 register cmsUInt16Number Output[], in BilinearInterp16() 442 cmsFloat32Number Output[], in TrilinearInterpFloat() 514 register cmsUInt16Number Output[], in TrilinearInterp16() 593 cmsFloat32Number Output[], in TetrahedralInterpFloat() 694 register cmsUInt16Number Output[], in TetrahedralInterp16() [all …]
|
/external/rmi4utils/f54test/ |
D | display.cpp | 29 void Display::Output(const char * buf) in Output() function in Display 68 void AnsiConsole::Output(const char * buf) in Output() function in AnsiConsole
|
/external/clang/lib/Driver/ |
D | Tools.cpp | 276 const InputInfo &Output, in AddPreprocessingOptions() 2976 const InputInfo &Output, const char *OutFile) { in SplitDebugInfo() 3149 const InputInfo &Output, const ArgList &Args, in addPGOAndCoverageFlags() 3425 const InputInfo &Output, const InputInfoList &Inputs, in ConstructJob() 5883 const InputInfo &Output, const InputInfoList &Inputs, in ConstructJob() 6060 const InputInfo &Output, in ConstructJob() 6220 const InputInfo &Output, in ConstructJob() 6295 const InputInfo &Output, const InputInfoList &Inputs, in constructHexagonLinkArgs() 6463 const InputInfo &Output, in ConstructJob() 6480 const InputInfo &Output, in ConstructJob() [all …]
|
/external/llvm/lib/Option/ |
D | ArgList.cpp | 247 void ArgList::AddLastArg(ArgStringList &Output, OptSpecifier Id) const { in AddLastArg() 254 void ArgList::AddLastArg(ArgStringList &Output, OptSpecifier Id0, in AddLastArg() 262 void ArgList::AddAllArgs(ArgStringList &Output, in AddAllArgs() 277 void ArgList::AddAllArgs(ArgStringList &Output, OptSpecifier Id0, in AddAllArgs() 285 void ArgList::AddAllArgValues(ArgStringList &Output, OptSpecifier Id0, in AddAllArgValues() 294 void ArgList::AddAllArgsTranslated(ArgStringList &Output, OptSpecifier Id0, in AddAllArgsTranslated()
|
/external/opencv3/doc/tutorials/ios/image_manipulation/ |
D | image_manipulation.markdown | 110 Output section in OpenCV iOS - Image Processing {#tutorial_image_manipulation}
|
/external/opencv3/doc/tutorials/ios/hello/ |
D | hello.markdown | 50 Output section in OpenCV iOS Hello {#tutorial_hello}
|
/external/llvm/unittests/Support/ |
D | CommandLineTest.cpp | 155 const char *const Output[], size_t OutputSize) { in testCommandLineTokenizer() 170 const char *const Output[] = { "foo bar", "foo bar", "foo bar", "foo\\bar", in TEST() local 180 const char *const Output[] = { "a\\b", "c\\\\d", "e\\f g", "h\"i", "j\\\"k", in TEST() local
|
/external/clang/include/clang/Basic/ |
D | MacroBuilder.h | 27 MacroBuilder(raw_ostream &Output) : Out(Output) {} in MacroBuilder()
|
/external/opencv3/doc/tutorials/core/ |
D | mat_operations.markdown | 7 ### Images
|
/external/v8/tools/testrunner/objects/ |
D | output.py | 33 class Output(object): class
|
/external/clang/unittests/Rewrite/ |
D | RewriteBufferTest.cpp | 31 const char *Output = "<outer><inner>hello</inner></outer> "; in TEST() local
|
/external/v8/src/ast/ |
D | prettyprinter.h | 82 const char* Output() const { return output_; } in Output() function
|
/external/v8/src/interpreter/ |
D | bytecode-array-builder.cc | 164 void BytecodeArrayBuilder::Output(Bytecode bytecode, uint32_t(&operands)[N]) { in Output() function in v8::internal::interpreter::BytecodeArrayBuilder 191 void BytecodeArrayBuilder::Output(Bytecode bytecode, uint32_t operand0, in Output() function in v8::internal::interpreter::BytecodeArrayBuilder 199 void BytecodeArrayBuilder::Output(Bytecode bytecode, uint32_t operand0, in Output() function in v8::internal::interpreter::BytecodeArrayBuilder 206 void BytecodeArrayBuilder::Output(Bytecode bytecode, uint32_t operand0, in Output() function in v8::internal::interpreter::BytecodeArrayBuilder 213 void BytecodeArrayBuilder::Output(Bytecode bytecode, uint32_t operand0) { in Output() function in v8::internal::interpreter::BytecodeArrayBuilder 219 void BytecodeArrayBuilder::Output(Bytecode bytecode) { in Output() function in v8::internal::interpreter::BytecodeArrayBuilder
|
/external/llvm/docs/ |
D | YamlIO.rst | 910 Output chapter
|
/external/opencv3/modules/cudalegacy/src/cuda/ |
D | fgd.cu | 276 template <> struct Output<uchar3> struct 278 static __device__ __forceinline__ uchar3 make(uchar v0, uchar v1, uchar v2) in make() 283 template <> struct Output<uchar4> struct 285 static __device__ __forceinline__ uchar4 make(uchar v0, uchar v1, uchar v2) in make()
|
/external/dexmaker/src/dx/java/com/android/dx/util/ |
D | Output.java | 24 public interface Output extends ByteOutput { interface
|
/external/deqp/modules/gles3/functional/ |
D | es3fTransformFeedbackTests.cpp | 140 struct Output struct 142 Output (void) in Output() argument 148 std::string name; 149 glu::VarType type; 150 int bufferNdx; 151 int offset; 152 vector<const Attribute*> inputs;
|
/external/llvm/lib/Support/ |
D | Signals.cpp | 132 StringRef Output = OutputBuf.get()->getBuffer(); in printSymbolizedStackTrace() local
|
/external/clang/include/clang/Analysis/Analyses/ |
D | UninitializedValues.h | 34 unsigned Output; member
|
/external/llvm/lib/Analysis/ |
D | CFLAliasAnalysis.cpp | 158 SmallVectorImpl<Edge> &Output; member in __anondc6bc0680111::GetEdgesVisitor 161 GetEdgesVisitor(CFLAAResult &AA, SmallVectorImpl<Edge> &Output) in GetEdgesVisitor() 695 SmallVectorImpl<Function *> &Output) { in getPossibleTargets() 756 SmallVectorImpl<Edge> &Output) { in argsToEdges() 764 SmallVectorImpl<Edge> &Output) { in argsToEdges()
|
/external/llvm/lib/CodeGen/ |
D | UnreachableBlockElim.cpp | 185 unsigned Output = phi->getOperand(0).getReg(); in runOnMachineFunction() local
|
/external/skia/tools/ |
D | sk_tool_utils.h | 170 static void Output(TopoTestNode* node, int outputPos) { in Output() function
|