/frameworks/compile/slang/BitWriter_3_2/ |
D | BitcodeWriter.cpp | 143 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/ |
D | BitcodeWriter.cpp | 143 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/ |
D | BitcodeWriter.cpp | 120 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/ |
D | asciidoc.tmpl | 18 {{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/base/docs/html/guide/topics/manifest/ |
D | path-permission-element.jd | 52 <li>An asterisk ('<code class="Code prettyprint">*</code>'). This matches a sequence of 0 to many o… 55 <li>A period followed by an asterisk ("<code class="Code prettyprint">.*</code>"). This matches any… 60 Because '<code class="Code prettyprint">\</code>' is used as an escape character when the string is… 62 For example, a literal '<code class="Code prettyprint">*</code>' would be written as "<code class="… 63 literal '<code class="Code prettyprint">\</code>' would be written as "<code class="Code prettyprin…
|
/frameworks/data-binding/compiler/src/main/resources/ |
D | NOTICE.txt | 800 Covered Code available to a third party. 806 Code, prior Modifications used by a Contributor, and the Modifications 809 1.3. "Covered Code" means the Original Code or Modifications or the 810 combination of the Original Code and Modifications, in each case 817 1.5. "Executable" means Covered Code in any form other than Source 818 Code. 821 as the Initial Developer in the Source Code notice required by Exhibit 824 1.7. "Larger Work" means a work which combines Covered Code or 834 substance or structure of either the Original Code or any previous 835 Modifications. When Covered Code is released as a series of files, a [all …]
|
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/ |
D | BitcodeReader.cpp | 1117 unsigned Code = Stream.ReadCode(); in ParseOldTypeTable() local 1118 if (Code == bitc::END_BLOCK) { in ParseOldTypeTable() 1138 if (Code == bitc::ENTER_SUBBLOCK) { in ParseOldTypeTable() 1146 if (Code == bitc::DEFINE_ABBREV) { in ParseOldTypeTable() 1154 switch (Stream.readRecord(Code, Record)) { in ParseOldTypeTable() 1293 unsigned Code = Stream.ReadCode(); in ParseOldTypeSymbolTable() local 1294 if (Code == bitc::END_BLOCK) { in ParseOldTypeSymbolTable() 1300 if (Code == bitc::ENTER_SUBBLOCK) { in ParseOldTypeSymbolTable() 1308 if (Code == bitc::DEFINE_ABBREV) { in ParseOldTypeSymbolTable() 1315 switch (Stream.readRecord(Code, Record)) { in ParseOldTypeSymbolTable() [all …]
|
/frameworks/native/vulkan/ |
D | README.md | 11 ## 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/ |
D | BitcodeReader.cpp | 1412 unsigned Code = Stream.ReadCode(); in ParseOldTypeTable() local 1413 if (Code == bitc::END_BLOCK) { in ParseOldTypeTable() 1433 if (Code == bitc::ENTER_SUBBLOCK) { in ParseOldTypeTable() 1441 if (Code == bitc::DEFINE_ABBREV) { in ParseOldTypeTable() 1449 switch (Stream.readRecord(Code, Record)) { in ParseOldTypeTable() 1605 unsigned Code = Stream.ReadCode(); in ParseOldTypeSymbolTable() local 1606 if (Code == bitc::END_BLOCK) { in ParseOldTypeSymbolTable() 1612 if (Code == bitc::ENTER_SUBBLOCK) { in ParseOldTypeSymbolTable() 1620 if (Code == bitc::DEFINE_ABBREV) { in ParseOldTypeSymbolTable() 1627 switch (Stream.readRecord(Code, Record)) { in ParseOldTypeSymbolTable() [all …]
|
/frameworks/base/docs/html/training/multiple-threads/ |
D | run-code.jd | 1 page.title=Running Code on a Thread Pool Thread 13 <li><a href="#StopThread">Interrupt Running Code</a></li> 74 <h2 id="StopThread">Interrupt Running Code</h2>
|
D | index.jd | 57 <b><a href="define-runnable.html">Specifying the Code to Run on a Thread</a></b> 72 <b><a href="run-code.html">Running Code on a Thread Pool Thread</a></b>
|
D | define-runnable.jd | 1 page.title=Specifying the Code to Run on a Thread 57 * Code you want to run on the thread goes here
|
/frameworks/multidex/ |
D | NOTICE | 7 Android Code
|
/frameworks/base/docs/html/ndk/guides/graphics/ |
D | validation-layer.jd | 404 "ERROR: [%s] Code %i : %s", 409 "WARNING: [%s] Code %i : %s", 414 "PERFORMANCE WARNING: [%s] Code %i : %s", 418 "AppName", "INFO: [%s] Code %i : %s", 422 "AppName", "DEBUG: [%s] Code %i : %s",
|
/frameworks/base/docs/html/ndk/guides/ |
D | cpu-arm-neon.jd | 13 <li><a href="#sc">Sample Code</a></li> 105 <h2 id="sc">Sample Code</h2>
|
/frameworks/base/docs/html/ |
D | offline.jd | 29 <li>Read <a href="{@docRoot}resources/browser.html?tag=sample">Sample Code</a>,
|
D | support.jd | 18 Code-Level Support</h3>
|
/frameworks/opt/net/wifi/tests/wifitests/ |
D | README.md | 41 ## Code Coverage
|
/frameworks/base/docs/html/training/connect-devices-wirelessly/ |
D | wifi-direct.jd | 197 // Code for when the discovery initiation is successful goes here. 199 // can often be left blank. Code for peer discovery goes in the 205 // Code for when the discovery initiation fails goes here.
|
/frameworks/base/docs/html/training/snackbar/ |
D | action.jd | 70 // Code to undo the user's last action
|
/frameworks/base/docs/html/google/play/billing/ |
D | billing_best_practices.jd | 13 <li><a href="#obfuscate">Obfuscate Your Code</a></li> 14 <li><a href="#sample">Modify Sample Code</a></li>
|
/frameworks/base/docs/html/about/versions/marshmallow/ |
D | samples.jd | 5 page.metaDescription=Code to get your started with Android 6.0 APIs.
|
/frameworks/base/docs/html/training/id-auth/ |
D | custom_auth.jd | 15 <li><a href="#AccountCode">Implement Your Custom Account Code</a></li> 39 <h2 id="AccountCode">Implement Your Custom Account Code</h2>
|
/frameworks/base/docs/html/training/transitions/ |
D | scenes.jd | 10 <li><a href="#FromCode">Create a Scene in Your Code</a></li> 153 <h2 id="FromCode">Create a Scene in Your Code</h2>
|
/frameworks/base/docs/html/guide/topics/resources/ |
D | accessing-resources.jd | 25 <li><a href="#ResourcesFromCode">Accessing Resources from Code</a></li> 76 <a href="#ResourcesFromCode">Accessing Resources in Code</a>.</p> 89 <h2 id="ResourcesFromCode">Accessing Resources in Code </h2>
|