Searched refs:Code (Results 1 – 23 of 23) sorted by relevance
/tools/asuite/atest-py2/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> 78 ## <a name="working-on-the-tradefed-code">Working on the TradeFed Code</a> 87 the TradeFed Code. It defines the TradeFed API used [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> 78 ## <a name="working-on-the-tradefed-code">Working on the TradeFed Code</a> 87 the TradeFed Code. It defines the TradeFed API used [all …]
|
/tools/dexter/slicer/export/slicer/ |
D | dex_ir.h | 68 struct Code; 226 struct Code : public Node { struct 250 Code* code; argument 373 std::vector<own<Code>> code; 454 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 | writer.h | 216 dex::u4 WriteCode(const ir::Code* ir_code); 229 void WriteTryBlocks(const ir::Code* ir_code);
|
D | bytecode_encoder.h | 38 void Encode(ir::Code* ir_code, std::shared_ptr<ir::DexFile> dex_ir);
|
D | reader.h | 101 ir::Code* ExtractCode(dex::u4 offset);
|
D | code_ir.h | 430 void DissasembleBytecode(const ir::Code* ir_code); 431 void DissasembleTryBlocks(const ir::Code* ir_code);
|
D | dex_format.h | 229 struct Code { struct
|
/tools/security/ |
D | OWNERS | 1 # Code owners for various security-related things on Android.
|
/tools/asuite/aidegen/ |
D | README.md | 21 IntelliJ IDEA, Eclipse, CLion and VS Code. 63 …` | `--ide` | Launch IDE type, j=IntelliJ s=Android Studio e=Eclipse c=CLion v=VS Code|
|
/tools/trebuchet/ |
D | CONTRIBUTING.md | 18 ## Code reviews
|
/tools/test/openhst/docs/ |
D | contributing.md | 19 ## Code reviews
|
/tools/dexter/slicer/ |
D | tryblocks_encoder.cc | 58 void TryBlocksEncoder::Encode(ir::Code* ir_code, std::shared_ptr<ir::DexFile> dex_ir) { in Encode()
|
D | writer.cc | 903 void Writer::WriteTryBlocks(const ir::Code* irCode) { in WriteTryBlocks() 956 dex::u4 Writer::WriteCode(const ir::Code* irCode) { in WriteCode() 959 dex::Code dex_code = {}; in WriteCode() 969 data.Push(&dex_code, offsetof(dex::Code, insns)); in WriteCode()
|
D | reader.cc | 701 ir::Code* Reader::ExtractCode(dex::u4 offset) { in ExtractCode() 708 auto dex_code = dataPtr<dex::Code>(offset); in ExtractCode() 709 auto ir_code = dex_ir_->Alloc<ir::Code>(); in ExtractCode()
|
D | code_ir.cc | 59 void CodeIr::DissasembleTryBlocks(const ir::Code* ir_code) { in DissasembleTryBlocks() 239 void CodeIr::DissasembleBytecode(const ir::Code* ir_code) { in DissasembleBytecode()
|
D | bytecode_encoder.cc | 605 void BytecodeEncoder::Encode(ir::Code* ir_code, std::shared_ptr<ir::DexFile> dex_ir) { in Encode()
|
/tools/aadevtools/ |
D | README.md | 27 Which gives you a rough idea of changes on files and Lines of Code.
|
/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/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
|
/tools/aadevtools/dev/resource/ |
D | sysui_gcar_android10-qpr3-release_android11-release.txt | 15 Customized Code
|
/tools/test/connectivity/acts/framework/acts/controllers/buds_lib/dev_utils/proto/google/protobuf/ |
D | descriptor.proto | 640 // - Code which tries to interpret locations should probably be designed to
|