Searched refs:Code (Results 1 – 12 of 12) sorted by relevance
/tools/tradefederation/core/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 VTS-TradeFed Code](#working-on-the-vts-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 | bytecode_encoder.h | 38 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 | reader.h | 101 ir::Code* ExtractCode(dex::u4 offset);
|
D | dex_format.h | 229 struct Code { struct
|
/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 | 897 void Writer::WriteTryBlocks(const ir::Code* irCode) { in WriteTryBlocks() 950 dex::u4 Writer::WriteCode(const ir::Code* irCode) { in WriteCode() 953 dex::Code dex_code = {}; in WriteCode() 963 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/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
|