/tools/asuite/atest/bazel/runner/src/main/protobuf/ |
D | failure_details.proto | 174 enum Code { enum 204 Code code = 1; 208 enum Code { enum 230 Code code = 1; 237 // If Code is NON_ZERO_EXIT, the `spawn_exit_code` field may be set to the 246 enum Code { enum 252 Code code = 1; 257 enum Code { enum 281 Code code = 1; 286 enum Code { enum [all …]
|
/tools/asuite/atest/docs/ |
D | developer_workflow.md | 7 2. [Working on the Python Code](#working-on-the-python-code) 8 3. [Working on the TradeFed Code](#working-on-the-tradefed-code) 9 4. [Working on the VTS10-TradeFed Code](#working-on-the-vts10-tradefed-code) 10 5. [Working on the Robolectric Code](#working-on-the-robolectric-code) 19 referring to it as the "Python Code". 21 ##### The Python Code 38 ##### The Test Runner Code 51 ## <a name="working-on-the-python-code">Working on the Python Code</a> 93 ## <a name="working-on-the-tradefed-code">Working on the TradeFed Code</a> 102 the TradeFed Code. It defines the TradeFed API used [all …]
|
/tools/dexter/slicer/export/slicer/ |
D | dex_ir.h | 69 struct Code; 237 struct Code : public Node { struct 261 Code* code; argument 385 std::vector<own<Code>> code; 469 void Track(Code* p) { PushOwn(code, p); } in Track()
|
D | tryblocks_encoder.h | 39 void Encode(ir::Code* ir_code, std::shared_ptr<ir::DexFile> dex_ir);
|
D | bytecode_encoder.h | 38 void Encode(ir::Code* ir_code, std::shared_ptr<ir::DexFile> dex_ir);
|
D | writer.h | 219 dex::u4 WriteCode(const ir::Code* ir_code); 234 void WriteTryBlocks(const ir::Code* ir_code);
|
D | reader.h | 104 ir::Code* ExtractCode(dex::u4 offset);
|
D | code_ir.h | 462 void DisassembleBytecode(const ir::Code* ir_code); 463 void DisassembleTryBlocks(const ir::Code* ir_code);
|
D | dex_format.h | 284 struct Code { struct
|
/tools/carrier_settings/proto/ |
D | carrier_list.proto | 25 // Mobile Country Code (MCC) & Mobile Network Code (MNC)
|
/tools/security/ |
D | OWNERS | 1 # Code owners for various security-related things on Android.
|
/tools/tradefederation/core/common_util/com/android/tradefed/cache/remote/ |
D | ByteStreamUploader.java | 35 import io.grpc.Status.Code; 126 sre.getStatus().getCode() == Code.ALREADY_EXISTS in uploadBlob()
|
D | RemoteCacheClient.java | 50 import io.grpc.Status.Code; 190 sre.getStatus().getCode() == Code.NOT_FOUND in lookupCache()
|
/tools/asuite/aidegen/ |
D | README.md | 21 IntelliJ IDEA, Eclipse, CLion and VS Code. 74 …` | `--ide` | Launch IDE type, j=IntelliJ s=Android Studio e=Eclipse c=CLion v=VS Code |
|
/tools/test/openhst/docs/ |
D | contributing.md | 19 ## Code reviews
|
/tools/trebuchet/ |
D | CONTRIBUTING.md | 18 ## Code reviews
|
/tools/dexter/slicer/ |
D | tryblocks_encoder.cc | 57 void TryBlocksEncoder::Encode(ir::Code* ir_code, std::shared_ptr<ir::DexFile> dex_ir) { in Encode()
|
D | writer.cc | 965 void Writer::WriteTryBlocks(const ir::Code* irCode) { in WriteTryBlocks() 1018 dex::u4 Writer::WriteCode(const ir::Code* irCode) { in WriteCode() 1021 dex::Code dex_code = {}; in WriteCode() 1031 data.Push(&dex_code, offsetof(dex::Code, insns)); in WriteCode()
|
D | reader.cc | 742 ir::Code* Reader::ExtractCode(dex::u4 offset) { in ExtractCode() 749 auto dex_code = dataPtr<dex::Code>(offset); in ExtractCode() 750 auto ir_code = dex_ir_->Alloc<ir::Code>(); in ExtractCode()
|
D | code_ir.cc | 58 void CodeIr::DisassembleTryBlocks(const ir::Code* ir_code) { in DisassembleTryBlocks() 238 void CodeIr::DisassembleBytecode(const ir::Code* ir_code) { in DisassembleBytecode()
|
/tools/tradefederation/core/ |
D | README.md | 16 ### Getting Code Reviewed
|
/tools/test/connectivity/acts/framework/acts/controllers/buds_lib/dev_utils/proto/ |
D | plugin.proto | 115 // as the insertion_point. Code inserted at this point will be placed 138 // Code generators are executed in the order in which they appear on the
|
/tools/tradefederation/core/src/com/android/tradefed/invoker/shard/ |
D | DynamicShardHelper.java | 155 if (Status.fromThrowable(e).getCode() != Status.Code.ALREADY_EXISTS) { in shardConfig()
|
/tools/aadevtools/ |
D | README.md | 60 Which gives you a rough idea of changes on files and Lines of Code.
|
/tools/apkzlib/src/test/resources/testData/packaging/text-files/ |
D | rfc2460.txt | 355 ICMP Code value of 1 ("unrecognized Next Header type encountered") 490 ICMP Parameter Problem, Code 2, message to the packet's 495 Problem, Code 2, message to the packet's Source Address, 684 send an ICMP Parameter Problem, Code 0, message to the packet's 852 send an ICMP Parameter Problem, Code 0, message to the Source 861 send an ICMP Parameter Problem, Code 0, message to the Source 1205 ICMP Parameter Problem, Code 0, message should be sent to the 1212 Parameter Problem, Code 0, message should be sent to the source of 1666 Parameter Problem message, Code 0, pointing to the high-order octet 2061 00) In section 4, corrected the Code value to indicate "unrecognized
|