Home
last modified time | relevance | path

Searched defs:Code (Results 1 – 25 of 133) sorted by relevance

123456

/third_party/grpc/
DCONTRIBUTING_STEPS.md24 ### Fork and Clone the Repository
38 ### Prepare and Push Your Commit
48 ### Prepare a Pull Request
64 ### Pull Request Status - Safe Review
103 ### Pull Request Status - Green
111 ### Pull Request Approval
122 ### Submission
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/pipeline/jit/pi/graph_capture/
Dcode_generator.h53 struct Code { struct
67 …explicit CodeGenerator(const NodeSet *nodes) : nodes_(nodes), globals_(), code_(), nodes_alive_(),… in CodeGenerator() argument
82 const Code &GetCode() const { return code_; } in GetCode() argument
/third_party/lwip/contrib/apps/LwipMibCompiler/CCodeGeneration/
DCode.cs35 public class Code: CodeElement class
39 public Code() in Code() method in CCodeGeneration.Code
43 public Code(string code) in Code() method in CCodeGeneration.Code
/third_party/protobuf/python/google/protobuf/pyext/
Dsafe_numerics.h24 #define BASE_NUMERIC_CAST_CASE_SPECIALIZATION(A, B, C, D, Code) \ argument
32 #define BASE_NUMERIC_CAST_CASE_SAME_SIZE(DestSigned, SourceSigned, Code) \ argument
38 #define BASE_NUMERIC_CAST_CASE_SOURCE_LARGER(DestSigned, SourceSigned, Code) \ argument
42 #define BASE_NUMERIC_CAST_CASE_DEST_LARGER(DestSigned, SourceSigned, Code) \ argument
/third_party/openhitls/docs/en/5_Developer Guide/
D2_Secure Communication Application Development Guide.md312 ### Certificate Authentication-based Client
316 ### PSK Authentication-based Client
370 ### TLCP Client
471 ### Certificate Authentication-based Server
475 ### ### PSK Authentication-based Server
526 ### TLCP Server
/third_party/rust/rust/src/tools/rust-analyzer/docs/user/
Dmanual.adoc843 ==== Color configurations
868 ==== Semantic style customizations
921 ==== Special `when` clause context for keybindings.
935 ==== Setting runnable environment variables
970 To do this you need to create a new https://code.visualstudio.com/docs/editor/tasks[VS Code Task] a…
987 VS Code Live Share has partial support for rust-analyzer.
/third_party/ffmpeg/libavcodec/
Dlzwenc.c43 typedef struct Code{ struct
48 }Code; argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitstream/Reader/
DBitstreamReader.cpp98 unsigned Code = MaybeCode.get(); in skipRecord() local
113 unsigned Code; in skipRecord() local
212 uint32_t Code = MaybeCode.get(); in readRecord() local
231 unsigned Code; in readRecord() local
/third_party/skia/third_party/externals/angle2/doc/
DContributingCode.md21 ### Code subsection
28 [Testing]: #Testing
/third_party/rust/rust/.github/ISSUE_TEMPLATE/
Dice.md13 ### Code subsection
Dregression.md12 ### Code subsection
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/OProfileJIT/
DOProfileWrapper.cpp213 void const* Code, in op_write_native_code()
225 void const* Code, in op_write_debug_line_info()
/third_party/rust/rust/compiler/rustc_errors/src/markdown/tests/
Dinput.md37 ## Code section in H1 Heading [with a link][remote-link]
/third_party/mindspore/mindspore-src/source/mindspore/lite/src/common/draw/
Dgraphviz_graph.cc32 std::string Edge::Code() const { in Code() function in mindspore::lite::Edge
130 std::string GVNode::Code() const { in Code() function in mindspore::lite::GVNode
220 std::string GVGraph::Code() const { in Code() function in mindspore::lite::GVGraph
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DBinaryStreamError.h43 stream_error_code Code; variable
/third_party/cares/
DREADME.md46 ## Code section in [![c-ares logo](https://c-ares.org/art/c-ares-logo.svg)](https://c-ares.org/)
/third_party/rust/rust/tests/ui/issues/
Dissue-24365.rs2 Code {attr_name_idx: u16}, enumerator
/third_party/libuv/docs/src/guide/
Dintroduction.rst52 Code chapter
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MCA/
DCodeEmitter.h44 SmallString<256> Code; variable
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceCompileServer.h55 void transferErrorCode(ErrorCodes Code) { LastError.assign(Code); } in transferErrorCode()
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/pnacl-llvm/
DNaClBitstreamReader.cpp113 unsigned Code = ReadVBR(6); in skipRecord() local
203 unsigned Code = ReadVBR(6); in readRecord() local
214 unsigned Code; in readRecord() local
/third_party/elfutils/libelf/
Dgelf_xlate.c149 #define TYPE_EXTRA(Code) argument
150 #define TYPE_XLATE(Code) Code argument
/third_party/skia/resources/particles/
Dvariable_rate.json7 "Code": [ array
/third_party/icu/docs/userguide/dev/
Dediting.md78 ## Code section in Editing the ICU User Guide
/third_party/mindspore/mindspore-src/source/mindspore/core/mindrt/include/async/
Dstatus.h23 typedef int32_t Code; typedef

123456