Home
last modified time | relevance | path

Searched +defs:type +defs:code (Results 351 – 375 of 3496) sorted by relevance

1...<<11121314151617181920>>...140

/aosp_15_r20/prebuilts/vndk/v33/arm/include/generated-headers/hardware/interfaces/radio/aidl/android.hardware.radio.network-V1-ndk-source/gen/include/aidl/android/hardware/radio/network/
DSuppSvcNotification.h26 int32_t code = 0; variable
28 int32_t type = 0; variable
/aosp_15_r20/prebuilts/vndk/v33/x86/include/generated-headers/hardware/interfaces/radio/aidl/android.hardware.radio.network-V1-ndk-source/gen/include/aidl/android/hardware/radio/network/
DSuppSvcNotification.h26 int32_t code = 0; variable
28 int32_t type = 0; variable
/aosp_15_r20/prebuilts/vndk/v33/arm64/include/generated-headers/hardware/interfaces/radio/aidl/android.hardware.radio.network-V1-ndk-source/gen/include/aidl/android/hardware/radio/network/
DSuppSvcNotification.h26 int32_t code = 0; variable
28 int32_t type = 0; variable
/aosp_15_r20/external/icu/icu4j/main/core/src/main/java/com/ibm/icu/util/
H A DTimeUnit.java30 TimeUnit(String type, String code) { in TimeUnit()
/aosp_15_r20/external/icu/android_icu4j/src/main/java/android/icu/util/
H A DTimeUnit.java29 TimeUnit(String type, String code) { in TimeUnit()
/aosp_15_r20/external/pytorch/aten/src/ATen/native/cuda/
H A Djit_utils.cpp1004 auto type = std::string(extra_args_typenames[i]); in generate_code() local
1165 const auto code = cuda_template.format(env); in generate_code() local
1232 const auto code = cuda_template.format(env); in generate_code() local
1391 const auto code = cuda_template.format(env); in generate_reduction_code() local
1471 const std::string& code, in jit_pwise_function()
/aosp_15_r20/external/ow2-asm/benchmarks/libs/
HDcsg-bytecode-1.0.0.jar ... ) com.claritysys.jvm.builder.CodeBuilder code Class c com.claritysys.jvm.classfile. ...
/aosp_15_r20/external/fhir/spec/r4/json_definitions/
Dv2-tables.json7 "type" : "collection", string
2463 "code" : "1002-5", string
2467 "code" : "2028-9", string
2471 "code" : "2054-5", string
2475 "code" : "2076-8", string
2479 "code" : "2106-3", string
2483 "code" : "2131-1", string
7486 "code" : "AD", string
7490 "code" : "AUI", string
7494 "code" : "CCD", string
[all …]
/aosp_15_r20/external/aws-sdk-java-v2/codegen/src/test/resources/software/amazon/awssdk/codegen/poet/client/c2j/fine-grained-auth/
H A Dservice-2.json132 "type": "structure", string
141 "type": "structure", string
150 "type": "structure", string
159 "type": "structure", string
168 "type": "structure", string
177 "type": "structure", string
186 "type": "structure", string
195 "type": "structure", string
204 "type": "structure", string
213 "type": "structure", string
[all …]
/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/tv/tuner/aidl/android.hardware.tv.tuner-V3-java-source/gen/android/hardware/tv/tuner/
DIDemux.java50 … public android.hardware.tv.tuner.IFilter openFilter(android.hardware.tv.tuner.DemuxFilterType typ… in openFilter()
115 …@Override public android.hardware.tv.tuner.IDvr openDvr(byte type, int bufferSize, android.hardwar… in openDvr()
182 …@Override public boolean onTransact(int code, android.os.Parcel data, android.os.Parcel reply, int… in onTransact()
350 … public android.hardware.tv.tuner.IFilter openFilter(android.hardware.tv.tuner.DemuxFilterType typ… in openFilter()
498 …@Override public android.hardware.tv.tuner.IDvr openDvr(byte type, int bufferSize, android.hardwar… in openDvr()
640 …public android.hardware.tv.tuner.IFilter openFilter(android.hardware.tv.tuner.DemuxFilterType type in openFilter()
691 …public android.hardware.tv.tuner.IDvr openDvr(byte type, int bufferSize, android.hardware.tv.tuner… in openDvr()
/aosp_15_r20/packages/modules/NetworkStack/src/com/android/networkstack/metrics/
DDataStallDetectionStats.java191 public Builder addDnsEvent(int code, long timeMs) { in addDnsEvent()
203 public Builder setEvaluationType(int type) { in setEvaluationType()
214 public Builder setNetworkType(int type) { in setNetworkType()
/aosp_15_r20/external/deqp/framework/common/
H A DtcuTestCase.hpp61 inline TestNodeClass getTestNodeTypeClass(TestNodeType type) in getTestNodeTypeClass()
85 inline bool isTestNodeTypeExecutable(TestNodeType type) in isTestNodeTypeExecutable()
228 …TestStatus(qpTestResult code, const std::string &description) : m_code(code), m_description(descri… in TestStatus()
/aosp_15_r20/frameworks/av/drm/common/
H A DIDrmServiceListener.cpp42 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags) { in onTransact()
49 int type = data.readInt32(); in onTransact() local
/aosp_15_r20/external/apache-commons-bcel/src/examples/Mini/
H A DASTFunDecl.java55 private int type = T_UNKNOWN; field in ASTFunDecl
75 ASTFunDecl(ASTIdent name, ASTIdent[] argv, ASTExpr body, int type) { in ASTFunDecl()
160 public void code(PrintWriter out) { in code() method in ASTFunDecl
376 public void setType(int type) { this.type = type; } in setType()
/aosp_15_r20/external/python/google-api-python-client/googleapiclient/discovery_cache/documents/
Dservicecontrol.v2.json44 "type": "string" string
49 "type": "string" string
65 "type": "string" string
70 "type": "string" string
75 "type": "string" string
80 "type": "string" string
85 "type": "string" string
91 "type": "boolean" string
96 "type": "string" string
101 "type": "string" string
[all …]
/aosp_15_r20/external/python/cpython3/Objects/clinic/
Dfuncobject.c.h27 func_new(PyTypeObject *type, PyObject *args, PyObject *kwargs) in func_new()
36 PyCodeObject *code; in func_new() local
/aosp_15_r20/frameworks/native/services/inputflinger/tests/
H A DMultiTouchMotionAccumulator_test.cpp30 void processMotionEvent(int32_t type, int32_t code, int32_t value) { in processMotionEvent()
/aosp_15_r20/art/runtime/entrypoints/quick/
H A Dquick_trampoline_entrypoints.cc181 Primitive::Type type = GetParamPrimitiveType(); in GetParamAddress() local
214 Primitive::Type type = GetParamPrimitiveType(); in IsParamALongOrDouble() local
605 struct QAFISelector<InstructionSet::kArm> { using type = QuickArgumentFrameInfoARM; }; typedef
607 struct QAFISelector<InstructionSet::kArm64> { using type = QuickArgumentFrameInfoARM64; }; typedef
609 struct QAFISelector<InstructionSet::kRiscv64> { using type = QuickArgumentFrameInfoRISCV64; }; typedef
611 struct QAFISelector<InstructionSet::kX86> { using type = QuickArgumentFrameInfoX86; }; typedef
613 struct QAFISelector<InstructionSet::kX86_64> { using type = QuickArgumentFrameInfoX86_64; }; typedef
655 Primitive::Type type = GetParamPrimitiveType(); in Visit() local
863 Primitive::Type type = GetParamPrimitiveType(); in Visit() local
989 Primitive::Type type = GetParamPrimitiveType(); in Visit() local
[all …]
/aosp_15_r20/frameworks/native/libs/sensor/
H A DISensorServer.cpp182 int deviceId, uint32_t size, int32_t type, int32_t format, in createSensorDirectConnection()
196 virtual int setOperationParameter(int32_t handle, int32_t type, in setOperationParameter()
225 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags) in onTransact()
296 int32_t type = data.readInt32(); in onTransact() local
314 int32_t type; in onTransact() local
/aosp_15_r20/frameworks/base/tools/aapt/
H A DResource.cpp214 bool isValidResourceType(const String8& type) in isValidResourceType()
240 ResXMLTree::event_code_t code; in parsePackage() local
368 const sp<ResourceTypeSet>& set, const char* type) in preProcessImages()
583 ResXMLTree::event_code_t code; in checkForIds() local
792 sp<ResourceTable::Type> type = pkg->getTypes().valueFor(typeStr); in findEntry() local
1081 ResXMLTree::event_code_t code; in extractPlatformBuildVersion() local
1956 ResXMLTree::event_code_t code; in buildResources() local
2364 int32_t code = sym.typeCode == AaptSymbolEntry::TYPE_INT32 in writeLayoutClasses() local
2597 int32_t code = sym.typeCode == AaptSymbolEntry::TYPE_INT32 in writeTextLayoutClasses() local
3010 ResXMLTree::event_code_t code; in writeProguardForAndroidManifest() local
[all …]
/aosp_15_r20/tools/dexter/slicer/export/slicer/
H A Ddex_ir.h132 dex::u1 type; member
215 Type* type; member
261 Code* code; member
275 Type* type; member
325 Type* type; member
385 std::vector<own<Code>> code; member
/aosp_15_r20/external/marisa-trie/bindings/perl/
H A Dmarisa-swig_wrap.cxx343 swig_type_info *type; /* pointer to type that is equivalent to this type */ member
507 SWIG_TypePrettyName(const swig_type_info *type) { in SWIG_TypePrettyName()
856 SWIG_Perl_ErrorType(int code) { in SWIG_Perl_ErrorType()
857 const char* type = 0; in SWIG_Perl_ErrorType() local
920 #define SWIG_ConvertPtr(obj, pp, type, flags) SWIG_Perl_ConvertPtr(SWIG_PERL_OBJECT_CALL … argument
921 #define SWIG_ConvertPtrAndOwn(obj, pp, type, flags,own) SWIG_Perl_ConvertPtrAndOwn(SWIG_PERL_OBJECT… argument
922 #define SWIG_NewPointerObj(p, type, flags) SWIG_Perl_NewPointerObj(SWIG_PERL_OBJECT_CA… argument
925 #define SWIG_ConvertPacked(obj, p, s, type) SWIG_Perl_ConvertPacked(SWIG_PERL_OBJECT_CA… argument
926 #define SWIG_NewPackedObj(p, s, type) SWIG_Perl_NewPackedObj(SWIG_PERL_OBJECT_CALL … argument
929 #define SWIG_ConvertInstance(obj, pptr, type, flags) SWIG_ConvertPtr(obj, pptr, type, flags) argument
[all …]
/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/radio/aidl/android.hardware.radio.voice-V4-java-source/gen/android/hardware/radio/voice/
DIRadioVoiceIndication.java40 …@Override public void callRing(int type, boolean isGsm, android.hardware.radio.voice.CdmaSignalInf… in callRing()
51 @Override public void callStateChanged(int type) throws android.os.RemoteException in callStateChanged()
61 …@Override public void cdmaCallWaiting(int type, android.hardware.radio.voice.CdmaCallWaiting callW… in cdmaCallWaiting()
72 …@Override public void cdmaInfoRec(int type, android.hardware.radio.voice.CdmaInformationRecord[] r… in cdmaInfoRec()
82 …@Override public void cdmaOtaProvisionStatus(int type, int status) throws android.os.RemoteExcepti… in cdmaOtaProvisionStatus()
107 …@Override public void currentEmergencyNumberList(int type, android.hardware.radio.voice.EmergencyN… in currentEmergencyNumberList()
116 @Override public void enterEmergencyCallbackMode(int type) throws android.os.RemoteException in enterEmergencyCallbackMode()
125 @Override public void exitEmergencyCallbackMode(int type) throws android.os.RemoteException in exitEmergencyCallbackMode()
134 …@Override public void indicateRingbackTone(int type, boolean start) throws android.os.RemoteExcept… in indicateRingbackTone()
143 …@Override public void onSupplementaryServiceIndication(int type, android.hardware.radio.voice.StkC… in onSupplementaryServiceIndication()
[all …]
/aosp_15_r20/external/leveldb/util/
H A Dstatus.cc21 Status::Status(Code code, const Slice& msg, const Slice& msg2) { in Status()
43 const char* type; in ToString() local
/aosp_15_r20/external/tcpdump/
H A Dprint-eap.c40 nd_uint8_t type; member
55 nd_uint8_t code; member
154 u_int type, subtype, len; in eap_print() local

1...<<11121314151617181920>>...140