Home
last modified time | relevance | path

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

/tools/tradefederation/core/common_util/com/android/tradefed/result/error/
DTestErrorIdentifier.java40 private final long code; field in TestErrorIdentifier
43 TestErrorIdentifier(int code, FailureStatus status) { in TestErrorIdentifier()
49 public long code() { in code() method in TestErrorIdentifier
DDeviceErrorIdentifier.java64 private final long code; field in DeviceErrorIdentifier
67 DeviceErrorIdentifier(int code, FailureStatus status) { in DeviceErrorIdentifier()
73 public long code() { in code() method in DeviceErrorIdentifier
DErrorIdentifier.java33 public long code(); in code() method
DInfraErrorIdentifier.java117 private final long code; field in InfraErrorIdentifier
120 InfraErrorIdentifier(int code, FailureStatus status) { in InfraErrorIdentifier()
126 public long code() { in code() method in InfraErrorIdentifier
/tools/tradefederation/core/test_observatory/com/android/tradefed/observatory/
DDiscoveryExitCode.java26 private final int code; field in DiscoveryExitCode
28 private DiscoveryExitCode(int code) { in DiscoveryExitCode()
/tools/apkzlib/src/main/java/com/android/tools/build/apkzlib/zip/
DCompressionMethod.java56 static CompressionMethod fromCode(long code) { in fromCode()
/tools/tradefederation/core/util_apps/TelephonyUtil/src/android/telephony/utility/
DSendToInstrumentation.java61 private static void sendStatus(int code, Instrumentation instrumentation, Bundle bundle) { in sendStatus()
/tools/security/fuzzing/orphans/libffi/
Dfuzz_ffi.cc160 void* code; in runMainFunctions() local
191 void* code; in runRawFunctions() local
229 void* code; in runJavaFunctions() local
/tools/asuite/atest/bazel/reporter/src/com/android/tradefed/result/
DBazelExitCodeResultReporter.java88 ExitCode code = computeExitCode(); in writeExitCodeFile() local
/tools/tradefederation/core/src/com/android/tradefed/sandbox/
DSandboxConfigDump.java210 int code = configDump.parse(mainArgs); in main() local
/tools/test/connectivity/acts/framework/acts/controllers/sl4a_lib/
Drpc_client.py52 def __init__(self, message, code=-1, data=None, rpc_name=''): argument
/tools/acloud/
Derrors.py42 def __init__(self, code, message): argument
/tools/dexter/slicer/export/slicer/
Dwriter.h163 Section code; member
Ddex_ir.h261 Code* code; member
385 std::vector<own<Code>> code; member
/tools/metalava/metalava/src/main/java/com/android/tools/metalava/doc/
DDocAnalyzer.kt752 val code = api ?: 1 in <lambda>() constant
777 val code: String = in <lambda>() constant
827 val code: String = in <lambda>() constant
/tools/test/connectivity/acts/framework/acts/controllers/
Dpacket_sender.py890 code=ETH_TYPE_IP): argument
/tools/dexter/slicer/
Dinstrumentation.cc715 const auto code = code_ir->ir_method->code; in Apply() local
Dreader.cc935 void Reader::ParseInstructions(slicer::ArrayView<const dex::u2> code) { in ParseInstructions()
/tools/tradefederation/core/src/com/android/tradefed/invoker/
DTestInvocation.java1462 protected void setExitCode(ExitCode code, Throwable stack) { in setExitCode()
/tools/asuite/atest/bazel/runner/src/main/protobuf/
Dbuild_event_stream.proto795 int32 code = 2; field
/tools/tradefederation/core/src/com/android/tradefed/command/
DCommandScheduler.java2609 private void setLastInvocationExitCode(ExitCode code, Throwable throwable) { in setLastInvocationExitCode()