Home
last modified time | relevance | path

Searched refs:Code (Results 1 – 25 of 42) sorted by relevance

12

/frameworks/compile/slang/BitWriter_3_2/
DBitcodeWriter.cpp143 static void WriteStringRecord(unsigned Code, StringRef Str, in WriteStringRecord() argument
155 Stream.EmitRecord(Code, Vals, AbbrevToUse); in WriteStringRecord()
250 unsigned Code = 0; in WriteTypeTable() local
254 case Type::VoidTyID: Code = bitc::TYPE_CODE_VOID; break; in WriteTypeTable()
255 case Type::HalfTyID: Code = bitc::TYPE_CODE_HALF; break; in WriteTypeTable()
256 case Type::FloatTyID: Code = bitc::TYPE_CODE_FLOAT; break; in WriteTypeTable()
257 case Type::DoubleTyID: Code = bitc::TYPE_CODE_DOUBLE; break; in WriteTypeTable()
258 case Type::X86_FP80TyID: Code = bitc::TYPE_CODE_X86_FP80; break; in WriteTypeTable()
259 case Type::FP128TyID: Code = bitc::TYPE_CODE_FP128; break; in WriteTypeTable()
260 case Type::PPC_FP128TyID: Code = bitc::TYPE_CODE_PPC_FP128; break; in WriteTypeTable()
[all …]
/frameworks/compile/slang/BitWriter_2_9_func/
DBitcodeWriter.cpp143 static void WriteStringRecord(unsigned Code, StringRef Str, in WriteStringRecord() argument
155 Stream.EmitRecord(Code, Vals, AbbrevToUse); in WriteStringRecord()
248 unsigned Code = 0; in WriteTypeTable() local
252 case Type::VoidTyID: Code = bitc::TYPE_CODE_VOID; break; in WriteTypeTable()
253 case Type::FloatTyID: Code = bitc::TYPE_CODE_FLOAT; break; in WriteTypeTable()
254 case Type::DoubleTyID: Code = bitc::TYPE_CODE_DOUBLE; break; in WriteTypeTable()
255 case Type::X86_FP80TyID: Code = bitc::TYPE_CODE_X86_FP80; break; in WriteTypeTable()
256 case Type::FP128TyID: Code = bitc::TYPE_CODE_FP128; break; in WriteTypeTable()
257 case Type::PPC_FP128TyID: Code = bitc::TYPE_CODE_PPC_FP128; break; in WriteTypeTable()
258 case Type::LabelTyID: Code = bitc::TYPE_CODE_LABEL; break; in WriteTypeTable()
[all …]
/frameworks/compile/slang/BitWriter_2_9/
DBitcodeWriter.cpp120 static void WriteStringRecord(unsigned Code, StringRef Str, in WriteStringRecord() argument
132 Stream.EmitRecord(Code, Vals, AbbrevToUse); in WriteStringRecord()
263 unsigned Code = 0; in WriteTypeTable() local
267 case Type::VoidTyID: Code = bitc::TYPE_CODE_VOID; break; in WriteTypeTable()
268 case Type::FloatTyID: Code = bitc::TYPE_CODE_FLOAT; break; in WriteTypeTable()
269 case Type::DoubleTyID: Code = bitc::TYPE_CODE_DOUBLE; break; in WriteTypeTable()
270 case Type::X86_FP80TyID: Code = bitc::TYPE_CODE_X86_FP80; break; in WriteTypeTable()
271 case Type::FP128TyID: Code = bitc::TYPE_CODE_FP128; break; in WriteTypeTable()
272 case Type::PPC_FP128TyID: Code = bitc::TYPE_CODE_PPC_FP128; break; in WriteTypeTable()
273 case Type::LabelTyID: Code = bitc::TYPE_CODE_LABEL; break; in WriteTypeTable()
[all …]
/frameworks/native/vulkan/api/templates/
Dasciidoc.tmpl18 {{Macro "AsciiDoc.Write" "Code" (Macro "AsciiDoc.Enum" $e) "File" $filename}}
21 {{Macro "AsciiDoc.Write" "Code" (Macro "AsciiDoc.Flag" $e) "File" $filename}}
29 {{Macro "AsciiDoc.Write" "Code" (Macro "AsciiDoc.Proto" $f) "File" $filename}}
37 {{Macro "AsciiDoc.Write" "Code" (Macro "AsciiDoc.Struct" $c) "File" $filename}}
121 Wraps the specified Code in AsciiDoc source tags then writes to the specified File.
125 {{AssertType $.Code "string"}}
128 {{$code := $.Code | Format (Global "clang-format")}}
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/stubs/
Dstatus.h44 enum Code { enum
74 Status(error::Code error_code, StringPiece error_message);
104 error::Code error_code_;
Dstatus.cc41 inline string CodeEnumToString(error::Code code) { in CodeEnumToString()
92 Status::Status(error::Code error_code, StringPiece error_message) in Status()
/frameworks/base/startop/view_compiler/
Ddex_builder.h315 void EncodeReturn(const Instruction& instruction, ::art::Instruction::Code opcode);
318 void EncodeInvoke(const Instruction& instruction, ::art::Instruction::Code opcode);
319 void EncodeBranch(art::Instruction::Code op, const Instruction& instruction);
327 inline void Encode10x(art::Instruction::Code opcode) { in Encode10x()
332 inline void Encode11x(art::Instruction::Code opcode, uint8_t a) { in Encode11x()
337 inline void Encode11n(art::Instruction::Code opcode, uint8_t a, int8_t b) { in Encode11n()
348 inline void Encode21c(art::Instruction::Code opcode, uint8_t a, uint16_t b) { in Encode21c()
354 inline void Encode32x(art::Instruction::Code opcode, uint16_t a, uint16_t b) { in Encode32x()
360 inline void Encode35c(art::Instruction::Code opcode, size_t a, uint16_t b, uint8_t c, uint8_t d, in Encode35c()
375 inline void Encode3rc(art::Instruction::Code opcode, size_t a, uint16_t b, uint16_t c) { in Encode3rc()
Ddex_builder.cc33 using Opcode = ::art::Instruction::Code;
284 auto* code = dex_->Alloc<ir::Code>(); in Encode()
366 void MethodBuilder::EncodeReturn(const Instruction& instruction, ::art::Instruction::Code opcode) { in EncodeReturn()
409 void MethodBuilder::EncodeInvoke(const Instruction& instruction, ::art::Instruction::Code opcode) { in EncodeInvoke()
479 void MethodBuilder::EncodeBranch(art::Instruction::Code op, const Instruction& instruction) { in EncodeBranch()
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
DBitcodeReader.cpp1126 unsigned Code = Stream.ReadCode(); in ParseOldTypeTable() local
1127 if (Code == bitc::END_BLOCK) { in ParseOldTypeTable()
1147 if (Code == bitc::ENTER_SUBBLOCK) { in ParseOldTypeTable()
1155 if (Code == bitc::DEFINE_ABBREV) { in ParseOldTypeTable()
1163 switch (Stream.readRecord(Code, Record)) { in ParseOldTypeTable()
1302 unsigned Code = Stream.ReadCode(); in ParseOldTypeSymbolTable() local
1303 if (Code == bitc::END_BLOCK) { in ParseOldTypeSymbolTable()
1309 if (Code == bitc::ENTER_SUBBLOCK) { in ParseOldTypeSymbolTable()
1317 if (Code == bitc::DEFINE_ABBREV) { in ParseOldTypeSymbolTable()
1324 switch (Stream.readRecord(Code, Record)) { in ParseOldTypeSymbolTable()
[all …]
/frameworks/native/vulkan/
DREADME.md11 ## Code Generation
13 …and tools from a Vulkan API description file, stored in `api/vulkan.api`. Code generation must be …
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
DBitcodeReader.cpp1421 unsigned Code = Stream.ReadCode(); in ParseOldTypeTable() local
1422 if (Code == bitc::END_BLOCK) { in ParseOldTypeTable()
1442 if (Code == bitc::ENTER_SUBBLOCK) { in ParseOldTypeTable()
1450 if (Code == bitc::DEFINE_ABBREV) { in ParseOldTypeTable()
1458 switch (Stream.readRecord(Code, Record)) { in ParseOldTypeTable()
1614 unsigned Code = Stream.ReadCode(); in ParseOldTypeSymbolTable() local
1615 if (Code == bitc::END_BLOCK) { in ParseOldTypeSymbolTable()
1621 if (Code == bitc::ENTER_SUBBLOCK) { in ParseOldTypeSymbolTable()
1629 if (Code == bitc::DEFINE_ABBREV) { in ParseOldTypeSymbolTable()
1636 switch (Stream.readRecord(Code, Record)) { in ParseOldTypeSymbolTable()
[all …]
/frameworks/native/libs/vr/libpdx/
DAndroid.bp60 // Code analysis target.
/frameworks/multidex/
DNOTICE7 Android Code
/frameworks/minikin/doc/
Dminikin_style.md3 The C++ style in Minikin follows Android Framework C++ Code Style Guide except for following rules:
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/examples/
DCMakeLists.txt31 #Code Generation
/frameworks/opt/gamesdk/src/tuningfork/tools/validation/
DCONTRIBUTING.md18 ## Code reviews
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/benchmarks/
Dreadme.txt6 - Code, such as ProtoBench.java, to build the benchmarking framework.
/frameworks/ml/nn/runtime/
DNOTICE419 means Source Code Form to which the initial Contributor has attached
420 the notice in Exhibit A, the Executable Form of such Source Code
421 Form, and Modifications of such Source Code Form, in each case
435 means any form of the work other than Source Code Form.
452 (a) any file in Source Code Form that results from an addition to,
456 (b) any new file in Source Code Form that contains any Covered
473 1.13. "Source Code Form"
562 All distribution of Covered Software in Source Code Form, including any
565 Code Form of the Covered Software is governed by the terms of this
567 attempt to alter or restrict the recipients' rights in the Source Code
[all …]
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/util/internal/
Dfield_mask_utility.cc47 util::Status CreatePublicError(util::error::Code code, in CreatePublicError()
Ddatapiece.cc51 using util::error::Code;
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/
DLICENSE39 Code generated by the Protocol Buffer compiler is owned by the owner
/frameworks/opt/net/wifi/tests/wifitests/
DREADME.md42 ## Code Coverage
/frameworks/native/cmds/dumpstate/
DREADME.md95 ## Code style and formatting
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/
Dplugin.proto117 // as the insertion_point. Code inserted at this point will be placed
140 // Code generators are executed in the order in which they appear on the
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/
DCHANGES.txt6 RELEASE NOTES - Code imported into Google's main protobuf repository

12