Home
last modified time | relevance | path

Searched defs:Temporary (Results 1 – 25 of 76) sorted by relevance

1234

/aosp_15_r20/prebuilts/go/linux-x86/src/net/
Dnet.go422 Temporary() bool methodSpec
539 Temporary() bool methodSpec
542 func (e *OpError) Temporary() bool { func
570 func (e *ParseError) Temporary() bool { return false } func
589 func (e *AddrError) Temporary() bool { return false } func
595 func (e UnknownNetworkError) Temporary() bool { return false } func
601 func (e InvalidAddrError) Temporary() bool { return false } func
620 func (e *timeoutError) Temporary() bool { return true } func
635 func (e *DNSConfigError) Temporary() bool { return false } func
654 func (e *temporaryError) Temporary() bool { return true } func
[all …]
Dcgo_unix.go35 func (eai addrinfoErrno) Temporary() bool { return eai == _C_EAI_AGAIN } func
/aosp_15_r20/prebuilts/go/linux-x86/src/internal/poll/
Dfd.go27 func (e errNetClosing) Temporary() bool { return false } func
62 func (e *DeadlineExceededError) Temporary() bool { return true } func
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/AST/
DExternalASTMerger.h89 bool Temporary; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/AST/
DExternalASTMerger.h89 bool Temporary; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/AST/
DExternalASTMerger.h89 bool Temporary; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/AST/
DExternalASTMerger.h89 bool Temporary; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/lldb/Utility/
DLLDBLog.h45 Temporary = Log::ChannelFlag<26>, enumerator
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/lldb/Utility/
DLLDBLog.h45 Temporary = Log::ChannelFlag<26>, enumerator
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/lldb/Utility/
DLLDBLog.h45 Temporary = Log::ChannelFlag<26>, enumerator
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/lldb/Utility/
DLLDBLog.h45 Temporary = Log::ChannelFlag<26>, enumerator
/aosp_15_r20/external/boringssl/src/ssl/test/runner/
H A Dtls.go90 func (timeoutError) Temporary() bool { return true } func
/aosp_15_r20/external/cronet/third_party/boringssl/src/ssl/test/runner/
H A Dtls.go90 func (timeoutError) Temporary() bool { return true } func
/aosp_15_r20/external/ComputeLibrary/arm_compute/core/experimental/
H A DTypes.h92 Temporary = 0, enumerator
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/kapt/gen/stubs/com/android/systemui/brightness/data/repository/
DScreenBrightnessDisplayManagerRepository.java154 …public static final class Temporary implements com.android.systemui.brightness.data.repository.Scr… class
/aosp_15_r20/external/clang/lib/CodeGen/
H A DCGCall.h67 Address Temporary; member
/aosp_15_r20/prebuilts/go/linux-x86/src/crypto/tls/
Dtls.go106 func (timeoutError) Temporary() bool { return true } func
/aosp_15_r20/external/mesa3d/src/gallium/drivers/r300/compiler/
H A Dradeon_regalloc.h73 struct register_info * Temporary; member
H A Dradeon_dataflow_deadcode.c13 unsigned char Temporary[RC_REGISTER_MAX_INDEX]; member
/aosp_15_r20/prebuilts/go/linux-x86/src/net/url/
Durl_test.go1754 func (e *temporaryError) Temporary() bool { return e.temporary } func
/aosp_15_r20/prebuilts/go/linux-x86/src/syscall/
Dsyscall_plan9.go75 func (e ErrorString) Temporary() bool { func
/aosp_15_r20/external/clang/include/clang/Sema/
H A DLookup.h124 Temporary enumerator
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/api/testdata/src/pkg/p1/
Dp1.go108 Temporary() bool methodSpec
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/Sema/
DLookup.h151 Temporary enumerator
/aosp_15_r20/external/llvm/include/llvm/IR/
H A DMetadata.h52 enum StorageType { Uniqued, Distinct, Temporary }; enumerator

1234