Home
last modified time | relevance | path

Searched defs:code (Results 901 – 925 of 9275) sorted by relevance

1...<<31323334353637383940>>...371

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/system/include/boost/system/detail/
Derror_category_impl.hpp33 inline bool error_category::equivalent( int code, const error_condition & condition ) const BOOST_N… in equivalent()
38 inline bool error_category::equivalent( const error_code & code, int condition ) const BOOST_NOEXCE… in equivalent() argument
/aosp_15_r20/external/grpc-grpc/examples/python/interceptors/headers/
H A Drequest_header_validator_interceptor.py19 def _unary_unary_rpc_terminator(code, details): argument
27 def __init__(self, header, value, code, details): argument
/aosp_15_r20/external/nist-sip/java/gov/nist/javax/sip/header/
H A DWarning.java54 protected int code; field in Warning
116 public void setCode(int code) throws InvalidArgumentException { in setCode()
/aosp_15_r20/cts/tests/tests/security/src/android/security/cts/
H A DCVE_2021_0521.java43 int code = -1; in getFunctionCode() local
75 int code = getFunctionCode(desciption + "$Stub"); in testPocCVE_2021_0521() local
/aosp_15_r20/external/grpc-grpc/src/python/grpcio/grpc/_cython/_cygrpc/aio/
H A Drpc_status.pyx.pxi22 grpc_status_code code,
31 cpdef grpc_status_code code(self): member in AioRpcStatus
/aosp_15_r20/external/icing/icing/testing/
H A Dcommon-matchers.cc55 std::string StatusCodeToString(libtextclassifier3::StatusCode code) { in StatusCodeToString()
96 std::string ProtoStatusCodeToString(StatusProto::Code code) { in ProtoStatusCodeToString()
/aosp_15_r20/external/ltp/testcases/kernel/syscalls/arch_prctl/
H A Darch_prctl01.c20 static int arch_prctl_get(int code) in arch_prctl_get()
25 static int arch_prctl_set(int code, unsigned long addr) in arch_prctl_set()
/aosp_15_r20/external/grpc-grpc/src/cpp/server/
H A Dauthorization_policy_provider.cc30 grpc_status_code code = GRPC_STATUS_OK; in Create() local
53 grpc_status_code code = GRPC_STATUS_OK; in Create() local
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/cpp/server/
Dauthorization_policy_provider.cc30 grpc_status_code code = GRPC_STATUS_OK; in Create() local
53 grpc_status_code code = GRPC_STATUS_OK; in Create() local
/aosp_15_r20/external/tpm2-tss/src/tss2-sys/api/
H A DTss2_Sys_PolicyCommandCode.c18 TPM2_CC code) in Tss2_Sys_PolicyCommandCode_Prepare()
64 TPM2_CC code, in Tss2_Sys_PolicyCommandCode()
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/http2/adapter/
H A Dhttp2_util.cc14 spdy::SpdyErrorCode TranslateErrorCode(Http2ErrorCode code) { in TranslateErrorCode()
48 Http2ErrorCode TranslateErrorCode(spdy::SpdyErrorCode code) { in TranslateErrorCode()
/aosp_15_r20/external/rust/crates/openssl/src/
Derror.rs101 code: ErrType, field
223 pub fn code(&self) -> ErrType { in code() method
374 let code = ffi::ERR_get_error_line_data(file, line, data, flags); localVariable
/aosp_15_r20/external/python/cpython2/Lib/
Dsre_parse.py146 def __setitem__(self, index, code): argument
148 def insert(self, index, code): argument
150 def append(self, code): argument
/aosp_15_r20/external/icu/android_icu4j/src/main/java/android/icu/text/
H A DCurrencyMetaInfo.java393 public final String code; field in CurrencyMetaInfo.CurrencyInfo
423 public CurrencyInfo(String region, String code, long from, long to, int priority) { in CurrencyInfo()
434 …public CurrencyInfo(String region, String code, long from, long to, int priority, boolean tender) { in CurrencyInfo()
/aosp_15_r20/frameworks/base/cmds/uinput/src/com/android/commands/uinput/
H A DDevice.java68 private static native void nativeInjectEvent(long ptr, long timestampMicros, int type, int code, in nativeInjectEvent()
70 private static native void nativeConfigure(int handle, int code, int[] configs); in nativeConfigure()
366 final var code = nativeGetEvdevEventCodeByLabel(type, label); in getEvdevEventCodeByLabel() local
/aosp_15_r20/external/icu/icu4j/main/core/src/main/java/com/ibm/icu/text/
H A DCurrencyMetaInfo.java424 public final String code; field in CurrencyMetaInfo.CurrencyInfo
458 public CurrencyInfo(String region, String code, long from, long to, int priority) { in CurrencyInfo()
469 …public CurrencyInfo(String region, String code, long from, long to, int priority, boolean tender) { in CurrencyInfo()
/aosp_15_r20/external/python/cpython2/Modules/_ctypes/libffi/src/
Dclosures.c543 void *code; in dlmunmap() local
581 ffi_closure_alloc (size_t size, void **code) in ffi_closure_alloc()
645 ffi_closure_alloc (size_t size, void **code) in ffi_closure_alloc()
/aosp_15_r20/external/aws-sdk-java-v2/codegen/src/main/java/software/amazon/awssdk/codegen/poet/rules/
H A DEndpointResolverInterceptorSpec.java619 CodeBlock.Builder code = CodeBlock.builder(); in copyV4EndpointSignerPropertiesToAuth() local
645 CodeBlock.Builder code = CodeBlock.builder(); in copyV4aEndpointSignerPropertiesToAuth() local
673 CodeBlock.Builder code = CodeBlock.builder(); in copyS3ExpressEndpointSignerPropertiesToAuth() local
/aosp_15_r20/external/capstone/suite/arm/
H A Dtest_arm_regression.c21 unsigned char *code; member
143 unsigned char *code; member
235 unsigned char *code; member
/aosp_15_r20/system/update_engine/common/
H A Daction_processor.h133 [[maybe_unused]] ErrorCode code) {} in ProcessingDone()
144 [[maybe_unused]] ErrorCode code) {} in ActionCompleted()
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/gpu/gl/kernels/
H A Dspace_to_depth.cc40 std::string code = R"( in GenerateCode() local
74 std::string code = R"( in GenerateCode() local
/aosp_15_r20/external/grpc-grpc-java/binder/src/main/java/io/grpc/binder/internal/
H A DLeakSafeOneWayBinder.java45 boolean handleTransaction(int code, Parcel data); in handleTransaction()
59 protected boolean onTransact(int code, Parcel parcel, Parcel reply, int flags) { in onTransact()
/aosp_15_r20/external/rust/cxx/book/src/
Dtutorial.md127 In CXX's integration with Cargo, all #include paths begin with a crate name by
170 arbitrary C++ code in here, #include your own libraries, etc. All we do is emit
/aosp_15_r20/external/rust/android-crates-io/crates/getrandom/src/
Dwindows.rs50 let code = ret ^ (1 << 31); in getrandom_inner() localVariable
54 let code = unsafe { NonZeroU32::new_unchecked(code) }; in getrandom_inner() localVariable
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/include/grpcpp/impl/
Dstatus.h99 Status(StatusCode code, const std::string& error_message) in Status()
105 Status(StatusCode code, const std::string& error_message, in Status()

1...<<31323334353637383940>>...371