Home
last modified time | relevance | path

Searched refs:Code (Results 1 – 25 of 28) 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/base/tools/codegen/src/com/android/codegen/
DFileInfo.kt109 it.javaClass == CodeChunk.Code::class.java in <lambda>()
112 .flatMap { (it as CodeChunk.Code).lines } in <lambda>()
129 is CodeChunk.Code -> chunk.lines.forEach { stringBuilder.appendln(it) } in <lambda>()
192 open class Code(val lines: List<String>): CodeChunk() {} in <lambda>() class in com.android.codegen.FileInfo.CodeChunk
195 class FileHeader(lines: List<String>): Code(lines) in <lambda>()
198 open class GeneratedCode(lines: List<String>): Code(lines) { in <lambda>()
204 object ClosingBrace: Code(listOf("}")) in <lambda>()
213 val initial = Code(lines = classBounds.fileInfo.sourceLines.subList( in <lambda>()
224 chunks += Code(lines = classBounds.fileInfo.sourceLines.subList( in <lambda>()
241 chunks.last = (chunks.last as Code) in <lambda>()
[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/
DREADME.md15 ## Code Generation
17 …ectly from the Vulkan Registry (external/vulkan-headers/registry/vk.xml). Code generation must be …
19 ### Run The Code Generator
/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/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.bp63 // Code analysis target.
/frameworks/multidex/
DNOTICE7 Android Code
/frameworks/base/core/proto/android/nfc/
Dnfc_fservice_info.proto32 // System Code of the service
/frameworks/minikin/doc/
Dminikin_style.md3 The C++ style in Minikin follows Android Framework C++ Code Style Guide except for following rules:
/frameworks/base/tools/protologtool/
DREADME.md3 Code transformation tool and viewer for ProtoLog.
9 ### Code transformation
/frameworks/opt/net/wifi/tests/wifitests/
DREADME.md23 ## Code Coverage
/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/native/cmds/dumpstate/
DREADME.md101 ## Code style and formatting
/frameworks/compile/libbcc/
DREADME.rst180 JIT'ed Code Calling Conventions
/frameworks/compile/mclinker/lib/Script/
DScriptScanner.ll284 %% /* Additional Code */
/frameworks/native/cmds/surfacereplayer/replayer/
DREADME.md126 Code Breakdown
/frameworks/base/startop/view_compiler/
Ddex_builder.cc318 auto* code = dex_->Alloc<ir::Code>(); in Encode()
/frameworks/compile/mclinker/tools/mcld/
DOptions.td97 HelpText<"Identical Code Folding">;
/frameworks/av/
DNOTICE7 Android Code
/frameworks/base/
DNOTICE7 Android Code
/frameworks/native/
DNOTICE7 Android Code
/frameworks/av/camera/ndk/
DNOTICE7 Android Code
/frameworks/av/media/ndk/
DNOTICE7 Android Code

12