Home
last modified time | relevance | path

Searched defs:code (Results 1 – 14 of 14) sorted by relevance

/tools/apkzlib/src/main/java/com/android/tools/build/apkzlib/zip/
DCompressionMethod.java56 static CompressionMethod fromCode(long code) { in fromCode()
/tools/metalava/src/main/java/com/android/tools/metalava/doclava1/
DErrors.java42 public final int code; field in Errors.Error
71 private Error(int code, Severity level) { in Error()
75 private Error(int code, Severity level, Category category) { in Error()
79 private Error(int code, Severity level, Category category, String rule) { in Error()
83 private Error(int code, Error parent, Category category) { in Error()
87 private Error(int code, Severity level, Error parent, Category category, in Error()
359 idToError.put(error.code, error); in idToError.put() argument
385 int code = -1; in setErrorLevel() local
/tools/tradefederation/core/src/com/android/tradefed/sandbox/
DSandboxConfigDump.java146 int code = configDump.parse(mainArgs); in main() local
/tools/acloud/
Derrors.py38 def __init__(self, code, message): argument
/tools/metalava/src/main/java/com/android/tools/metalava/
DDocAnalyzer.kt710 val code = api ?: 1 in <lambda>() constant
723 val code: String = if (currentCodeName != null && level > options.currentApiLevel) { in <lambda>() constant
756 val code: String = if (currentCodeName != null && level > options.currentApiLevel) { in <lambda>() constant
/tools/test/connectivity/acts/framework/acts/controllers/sl4a_lib/
Drpc_client.py52 def __init__(self, message, code=-1, data=None, rpc_name=''): argument
/tools/tradefederation/core/src/com/android/tradefed/command/
DICommandScheduler.java311 public void setLastInvocationExitCode(ExitCode code, Throwable stack); in setLastInvocationExitCode()
DCommandScheduler.java2248 public void setLastInvocationExitCode(ExitCode code, Throwable throwable) { in setLastInvocationExitCode()
/tools/dexter/slicer/export/slicer/
Dwriter.h161 Section code; member
Ddex_ir.h250 Code* code; member
373 std::vector<own<Code>> code; member
/tools/dexter/slicer/
Dinstrumentation.cc410 const auto code = code_ir->ir_method->code; in Apply() local
Dreader.cc878 void Reader::ParseInstructions(slicer::ArrayView<const dex::u2> code) { in ParseInstructions()
/tools/tradefederation/core/src/com/android/tradefed/invoker/
DTestInvocation.java787 protected void setExitCode(ExitCode code, Throwable stack) { in setExitCode()
/tools/test/connectivity/acts/framework/acts/controllers/
Dpacket_sender.py890 code=ETH_TYPE_IP): argument