Home
last modified time | relevance | path

Searched refs:Code (Results 1 – 25 of 30) sorted by relevance

12

/tools/asuite/atest/bazel/runner/src/main/protobuf/
Dfailure_details.proto174 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/
Ddeveloper_workflow.md7 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/
Ddex_ir.h69 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()
Dtryblocks_encoder.h39 void Encode(ir::Code* ir_code, std::shared_ptr<ir::DexFile> dex_ir);
Dbytecode_encoder.h38 void Encode(ir::Code* ir_code, std::shared_ptr<ir::DexFile> dex_ir);
Dwriter.h219 dex::u4 WriteCode(const ir::Code* ir_code);
234 void WriteTryBlocks(const ir::Code* ir_code);
Dreader.h104 ir::Code* ExtractCode(dex::u4 offset);
Dcode_ir.h462 void DisassembleBytecode(const ir::Code* ir_code);
463 void DisassembleTryBlocks(const ir::Code* ir_code);
Ddex_format.h284 struct Code { struct
/tools/carrier_settings/proto/
Dcarrier_list.proto25 // Mobile Country Code (MCC) & Mobile Network Code (MNC)
/tools/security/
DOWNERS1 # Code owners for various security-related things on Android.
/tools/tradefederation/core/common_util/com/android/tradefed/cache/remote/
DByteStreamUploader.java35 import io.grpc.Status.Code;
126 sre.getStatus().getCode() == Code.ALREADY_EXISTS in uploadBlob()
DRemoteCacheClient.java50 import io.grpc.Status.Code;
190 sre.getStatus().getCode() == Code.NOT_FOUND in lookupCache()
/tools/asuite/aidegen/
DREADME.md21 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/
Dcontributing.md19 ## Code reviews
/tools/trebuchet/
DCONTRIBUTING.md18 ## Code reviews
/tools/dexter/slicer/
Dtryblocks_encoder.cc57 void TryBlocksEncoder::Encode(ir::Code* ir_code, std::shared_ptr<ir::DexFile> dex_ir) { in Encode()
Dwriter.cc965 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()
Dreader.cc742 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()
Dcode_ir.cc58 void CodeIr::DisassembleTryBlocks(const ir::Code* ir_code) { in DisassembleTryBlocks()
238 void CodeIr::DisassembleBytecode(const ir::Code* ir_code) { in DisassembleBytecode()
/tools/tradefederation/core/
DREADME.md16 ### Getting Code Reviewed
/tools/test/connectivity/acts/framework/acts/controllers/buds_lib/dev_utils/proto/
Dplugin.proto115 // 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/
DDynamicShardHelper.java155 if (Status.fromThrowable(e).getCode() != Status.Code.ALREADY_EXISTS) { in shardConfig()
/tools/aadevtools/
DREADME.md60 Which gives you a rough idea of changes on files and Lines of Code.
/tools/apkzlib/src/test/resources/testData/packaging/text-files/
Drfc2460.txt355 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

12