/aosp_15_r20/external/fhir/spec/r4/json_definitions/ |
D | dataelements.json | 57 "code" : "http://hl7.org/fhirpath/System.String" string 118 "code" : "http://hl7.org/fhirpath/System.Date" string 175 "code" : "http://hl7.org/fhirpath/System.String" string 236 "code" : "http://hl7.org/fhirpath/System.DateTime" string 297 "code" : "http://hl7.org/fhirpath/System.String" string 354 "code" : "http://hl7.org/fhirpath/System.String" string 415 "code" : "http://hl7.org/fhirpath/System.String" string 473 "code" : "http://hl7.org/fhirpath/System.String" string 534 "code" : "http://hl7.org/fhirpath/System.Integer" string 597 "code" : "http://hl7.org/fhirpath/System.String" string [all …]
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/ext/transport/binder/wire_format/ |
D | wire_reader_impl.cc | 144 absl::Status WireReaderImpl::ProcessTransaction(transaction_code_t code, in ProcessTransaction() 249 transaction_code_t code, ReadableParcel* parcel) { in ProcessStreamingTransaction() 324 transaction_code_t code, ReadableParcel* parcel, int* cancellation_flags, in ProcessStreamingTransactionImpl()
|
/aosp_15_r20/libcore/luni/src/test/java/libcore/java/nio/charset/ |
H A D | OldCharset_AbstractTest.java | 87 int code = 0; in test_dumpEncodableChars() local 221 private static boolean isDefaultIgnorableCode(int code) { in isDefaultIgnorableCode() 294 abstract void consume(int code); in consume() 296 boolean isAccepted(int code) { in isAccepted()
|
/aosp_15_r20/external/grpc-grpc/src/core/ext/transport/binder/wire_format/ |
H A D | wire_reader_impl.cc | 144 absl::Status WireReaderImpl::ProcessTransaction(transaction_code_t code, in ProcessTransaction() 249 transaction_code_t code, ReadableParcel* parcel) { in ProcessStreamingTransaction() 324 transaction_code_t code, ReadableParcel* parcel, int* cancellation_flags, in ProcessStreamingTransactionImpl()
|
/aosp_15_r20/external/mesa3d/src/gallium/drivers/r300/compiler/ |
H A D | r300_fragprog_emit.c | 63 static void use_temporary(struct r300_fragment_program_code *code, unsigned int index) in use_temporary() 69 static unsigned int use_source(struct r300_fragment_program_code* code, struct rc_pair_instruction_… in use_source() 292 struct r300_fragment_program_code *code = &emit->compiler->code->code.r300; in finish_node() local 465 struct r300_fragment_program_code *code = &compiler->code->code.r300; in r300BuildFragmentProgramHwCode() local
|
/aosp_15_r20/packages/modules/Bluetooth/system/gd/hci/fuzz/ |
D | status_vs_complete_commands.cc | 38 for (OpCode code : StatusOpCodes) { in maybe_populate_list() local 43 bool uses_command_status(OpCode code) { in uses_command_status() 48 bool uses_command_status_or_complete(OpCode code) { in uses_command_status_or_complete()
|
/aosp_15_r20/external/snakeyaml/src/test/java/org/yaml/snakeyaml/immutable/ |
H A D | Code3.java | 22 private final Integer code; field in Code3 24 public Code3(String name, Integer code) { in Code3() 36 Code3 code = (Code3) obj; in equals() local
|
/aosp_15_r20/external/llvm/unittests/ADT/ |
H A D | HashingTest.cpp | 25 void PrintTo(const hash_code &code, std::ostream *os) { in PrintTo() 178 hash_code code = hash_combine_range(&all_one_c[0], &all_one_c[0] + Idx); in TEST() local 186 hash_code code = hash_combine_range(&all_zero_c[0], &all_zero_c[0] + Idx); in TEST() local 194 hash_code code = hash_combine_range(&all_one_int[0], &all_one_int[0] + Idx); in TEST() local 202 hash_code code = hash_combine_range(&all_zero_int[0], &all_zero_int[0] + Idx); in TEST() local
|
/aosp_15_r20/external/grpc-grpc-java/core/src/main/java/io/grpc/internal/ |
H A D | GrpcUtil.java | 363 private final int code; field in GrpcUtil.Http2Error 369 Http2Error(int code, Status status) { in Http2Error() 381 public long code() { in code() method in GrpcUtil.Http2Error 398 public static Http2Error forCode(long code) { in forCode() 415 public static Status statusForCode(long code) { in statusForCode()
|
/aosp_15_r20/external/sdk-platform-java/gax-java/gax/src/test/java/com/google/api/gax/rpc/testing/ |
H A D | FakeStatusCode.java | 37 private final Code code; field in FakeStatusCode 39 public FakeStatusCode(Code code) { in FakeStatusCode() 72 public static FakeStatusCode of(Code code) { in of()
|
/aosp_15_r20/external/sandboxed-api/sandboxed_api/tools/clang_generator/ |
H A D | frontend_action_test_util.h | 46 void AddCode(const std::string& filename, absl::string_view code) { in AddCode() 61 absl::string_view code, std::unique_ptr<clang::FrontendAction> action) { in RunFrontendAction() 71 absl::Status RunFrontendAction(absl::string_view code, in RunFrontendAction()
|
/aosp_15_r20/external/grpc-grpc/src/python/grpcio/grpc/_cython/_cygrpc/ |
H A D | channel.pyx.pxi | 171 _ChannelState channel_state, _CallState call_state, grpc_status_code code, 332 def cancel(self, code, details): argument 381 def cancel(self, code, details): argument 451 cdef _close(Channel channel, grpc_status_code code, object details, 570 def close(self, code, details): argument 573 def close_on_fork(self, code, details): argument
|
/aosp_15_r20/external/pffft/ |
H A D | README.md | 75 ### Good old C: 81 ### C++: 85 ### Git:
|
/aosp_15_r20/frameworks/base/core/java/android/app/ |
H A D | PendingIntent.java | 902 public void send(int code) throws CanceledException { in send() 923 public void send(Context context, int code, @Nullable Intent intent) in send() 962 public void send(int code, @Nullable OnFinished onFinished, @Nullable Handler handler) in send() 997 public void send(Context context, int code, @Nullable Intent intent, in send() 1037 public void send(Context context, int code, @Nullable Intent intent, in send() 1078 public void send(Context context, int code, @Nullable Intent intent, in send() 1092 public int sendAndReturnResult(Context context, int code, @Nullable Intent intent, in sendAndReturnResult()
|
/aosp_15_r20/external/federated-compute/fcp/base/ |
H A D | status_converters.cc | 31 StatusCode FromGrpcStatusCode(grpc::StatusCode code) { in FromGrpcStatusCode() 60 grpc::StatusCode ToGrpcStatusCode(StatusCode code) { in ToGrpcStatusCode() 85 grpc::StatusCode code = ToGrpcStatusCode(status.code()); in ToGrpcStatus() local
|
/aosp_15_r20/art/dex2oat/linker/x86_64/ |
H A D | relative_patcher_x86_64.cc | 24 void X86_64RelativePatcher::PatchPcRelativeReference(std::vector<uint8_t>* code, in PatchPcRelativeReference() 37 void X86_64RelativePatcher::PatchEntrypointCall([[maybe_unused]] std::vector<uint8_t>* code, in PatchEntrypointCall() 43 void X86_64RelativePatcher::PatchBakerReadBarrierBranch([[maybe_unused]] std::vector<uint8_t>* code, in PatchBakerReadBarrierBranch()
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/aot/ |
H A D | codegen.cc | 164 string RewriteWithName(const string& name, string code, in RewriteWithName() 187 const string code = R"( in GenArgMethods() local 244 string code = R"( in GenResultMethods() local 282 const string code = R"( in GenVariableMethods() local 334 string code = "{\n static const char* kNames[] = {"; in GenNameToIndexCode() local
|
/aosp_15_r20/external/coreboot/payloads/libpayload/curses/menu/ |
H A D | mf_common.h | 72 #define SET_ERROR(code) (errno=(code)) argument 76 #define RETURN(code) returnCode( SET_ERROR(code) ) argument 78 #define RETURN(code) return( SET_ERROR(code) ) argument
|
/aosp_15_r20/external/dexmaker/dexmaker/src/main/java/com/android/dx/ |
H A D | Local.java | 25 private final Code code; field in Local 30 private Local(Code code, TypeId<T> type) { in Local() 35 static <T> Local<T> get(Code code, TypeId<T> type) { in get()
|
/aosp_15_r20/frameworks/base/telephony/java/android/telephony/ims/aidl/ |
H A D | RcsPublishResponseAidlWrapper.java | 39 public void onCommandError(int code) throws ImsException { in onCommandError() 49 public void onNetworkResponse(int code, String reasonPhrase) throws ImsException { in onNetworkResponse() 62 public void onNetworkResponse(int code, String reasonPhrase, int reasonHeaderCause, in onNetworkResponse()
|
/aosp_15_r20/art/dex2oat/linker/x86/ |
H A D | relative_patcher_x86.cc | 24 void X86RelativePatcher::PatchPcRelativeReference(std::vector<uint8_t>* code, in PatchPcRelativeReference() 59 void X86RelativePatcher::PatchEntrypointCall([[maybe_unused]] std::vector<uint8_t>* code, in PatchEntrypointCall() 65 void X86RelativePatcher::PatchBakerReadBarrierBranch([[maybe_unused]] std::vector<uint8_t>* code, in PatchBakerReadBarrierBranch()
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/gpu/cl/ |
H A D | program_cache.cc | 48 uint64_t GetProgramFingerprint(const std::string& code, in GetProgramFingerprint() 63 const std::string& code, const std::string& compiler_options) in ProgramDescriptor() 80 const std::string& code, const std::string& function_name, in GetOrCreateCLKernel() 102 absl::Status ProgramCache::GetOrCreateCLKernel(const std::string& code, in GetOrCreateCLKernel()
|
/aosp_15_r20/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/module/ |
H A D | TestCustomEnumKeyDeserializer.java | 36 private final String code; field in TestCustomEnumKeyDeserializer.TestEnum 38 TestEnum(String code) { in TestEnum() 51 public String code() { in code() method in TestCustomEnumKeyDeserializer.TestEnum 86 String code = p.getText(); in deserialize() local
|
/aosp_15_r20/external/grpc-grpc/src/python/grpcio_testing/grpc_testing/_channel/ |
H A D | _channel_rpc.py | 28 def terminate(self, response, trailing_metadata, code, details): argument 47 def terminate(self, trailing_metadata, code, details): argument 67 def terminate(self, response, trailing_metadata, code, details): argument 92 def terminate(self, trailing_metadata, code, details): argument
|
/aosp_15_r20/external/grpc-grpc-java/okhttp/third_party/okhttp/main/java/io/grpc/okhttp/internal/ |
H A D | StatusLine.java | 17 public final int code; field in StatusLine 20 public StatusLine(Protocol protocol, int code, String message) { in StatusLine() 58 int code; in parse() local
|