Home
last modified time | relevance | path

Searched defs:code (Results 51 – 75 of 9275) sorted by relevance

12345678910>>...371

/aosp_15_r20/prebuilts/vndk/v32/arm64/include/external/libjpeg-turbo/
Djerror.h31 #define JMESSAGE(code, string) argument
39 #define JMESSAGE(code, string) code, argument
234 #define ERREXIT(cinfo, code) \ argument
237 #define ERREXIT1(cinfo, code, p1) \ argument
241 #define ERREXIT2(cinfo, code, p1, p2) \ argument
246 #define ERREXIT3(cinfo, code, p1, p2, p3) \ argument
252 #define ERREXIT4(cinfo, code, p1, p2, p3, p4) \ argument
259 #define ERREXIT6(cinfo, code, p1, p2, p3, p4, p5, p6) \ argument
268 #define ERREXITS(cinfo, code, str) \ argument
276 #define WARNMS(cinfo, code) \ argument
[all …]
/aosp_15_r20/prebuilts/vndk/v33/arm64/include/external/libjpeg-turbo/
Djerror.h31 #define JMESSAGE(code, string) argument
39 #define JMESSAGE(code, string) code, argument
234 #define ERREXIT(cinfo, code) \ argument
237 #define ERREXIT1(cinfo, code, p1) \ argument
241 #define ERREXIT2(cinfo, code, p1, p2) \ argument
246 #define ERREXIT3(cinfo, code, p1, p2, p3) \ argument
252 #define ERREXIT4(cinfo, code, p1, p2, p3, p4) \ argument
259 #define ERREXIT6(cinfo, code, p1, p2, p3, p4, p5, p6) \ argument
268 #define ERREXITS(cinfo, code, str) \ argument
276 #define WARNMS(cinfo, code) \ argument
[all …]
/aosp_15_r20/external/python/python-api-core/google/api_core/
Dexceptions.py109 code: Union[int, None] = None variable in GoogleAPICallError
175 code = http.client.MOVED_PERMANENTLY variable in MovedPermanently
181 code = http.client.NOT_MODIFIED variable in NotModified
187 code = http.client.TEMPORARY_REDIRECT variable in TemporaryRedirect
197 code = 308 variable in ResumeIncomplete
207 code = http.client.BAD_REQUEST variable in BadRequest
232 code = http.client.UNAUTHORIZED variable in Unauthorized
244 code = http.client.FORBIDDEN variable in Forbidden
257 code = http.client.NOT_FOUND variable in NotFound
264 code = http.client.METHOD_NOT_ALLOWED variable in MethodNotAllowed
[all …]
/aosp_15_r20/prebuilts/vndk/v30/x86/include/external/libjpeg-turbo/
Djerror.h31 #define JMESSAGE(code, string) argument
39 #define JMESSAGE(code, string) code, argument
230 #define ERREXIT(cinfo, code) \ argument
233 #define ERREXIT1(cinfo, code, p1) \ argument
237 #define ERREXIT2(cinfo, code, p1, p2) \ argument
242 #define ERREXIT3(cinfo, code, p1, p2, p3) \ argument
248 #define ERREXIT4(cinfo, code, p1, p2, p3, p4) \ argument
255 #define ERREXITS(cinfo, code, str) \ argument
263 #define WARNMS(cinfo, code) \ argument
266 #define WARNMS1(cinfo, code, p1) \ argument
[all …]
/aosp_15_r20/prebuilts/vndk/v30/arm64/include/external/libjpeg-turbo/
Djerror.h31 #define JMESSAGE(code, string) argument
39 #define JMESSAGE(code, string) code, argument
230 #define ERREXIT(cinfo, code) \ argument
233 #define ERREXIT1(cinfo, code, p1) \ argument
237 #define ERREXIT2(cinfo, code, p1, p2) \ argument
242 #define ERREXIT3(cinfo, code, p1, p2, p3) \ argument
248 #define ERREXIT4(cinfo, code, p1, p2, p3, p4) \ argument
255 #define ERREXITS(cinfo, code, str) \ argument
263 #define WARNMS(cinfo, code) \ argument
266 #define WARNMS1(cinfo, code, p1) \ argument
[all …]
/aosp_15_r20/prebuilts/vndk/v30/arm/include/external/libjpeg-turbo/
Djerror.h31 #define JMESSAGE(code, string) argument
39 #define JMESSAGE(code, string) code, argument
230 #define ERREXIT(cinfo, code) \ argument
233 #define ERREXIT1(cinfo, code, p1) \ argument
237 #define ERREXIT2(cinfo, code, p1, p2) \ argument
242 #define ERREXIT3(cinfo, code, p1, p2, p3) \ argument
248 #define ERREXIT4(cinfo, code, p1, p2, p3, p4) \ argument
255 #define ERREXITS(cinfo, code, str) \ argument
263 #define WARNMS(cinfo, code) \ argument
266 #define WARNMS1(cinfo, code, p1) \ argument
[all …]
/aosp_15_r20/prebuilts/vndk/v30/x86_64/include/external/libjpeg-turbo/
Djerror.h31 #define JMESSAGE(code, string) argument
39 #define JMESSAGE(code, string) code, argument
230 #define ERREXIT(cinfo, code) \ argument
233 #define ERREXIT1(cinfo, code, p1) \ argument
237 #define ERREXIT2(cinfo, code, p1, p2) \ argument
242 #define ERREXIT3(cinfo, code, p1, p2, p3) \ argument
248 #define ERREXIT4(cinfo, code, p1, p2, p3, p4) \ argument
255 #define ERREXITS(cinfo, code, str) \ argument
263 #define WARNMS(cinfo, code) \ argument
266 #define WARNMS1(cinfo, code, p1) \ argument
[all …]
/aosp_15_r20/external/javassist/src/main/javassist/bytecode/stackmap/
H A DTracer.java69 protected int doOpcode(int pos, byte[] code) throws BadBytecode { in doOpcode()
85 protected void visitBranch(int pos, byte[] code, int offset) throws BadBytecode {} in visitBranch()
86 protected void visitGoto(int pos, byte[] code, int offset) throws BadBytecode {} in visitGoto()
87 protected void visitReturn(int pos, byte[] code) throws BadBytecode {} in visitReturn()
88 protected void visitThrow(int pos, byte[] code) throws BadBytecode {} in visitThrow()
97 protected void visitTableSwitch(int pos, byte[] code, int n, in visitTableSwitch()
107 protected void visitLookupSwitch(int pos, byte[] code, int n, in visitLookupSwitch()
114 protected void visitJSR(int pos, byte[] code) throws BadBytecode { in visitJSR()
127 protected void visitRET(int pos, byte[] code) throws BadBytecode {} in visitRET()
129 private int doOpcode0_53(int pos, byte[] code, int op) throws BadBytecode { in doOpcode0_53()
[all …]
/aosp_15_r20/external/python/cpython3/Lib/xml/dom/
D__init__.py77 code = INDEX_SIZE_ERR variable in IndexSizeErr
80 code = DOMSTRING_SIZE_ERR variable in DomstringSizeErr
83 code = HIERARCHY_REQUEST_ERR variable in HierarchyRequestErr
86 code = WRONG_DOCUMENT_ERR variable in WrongDocumentErr
89 code = INVALID_CHARACTER_ERR variable in InvalidCharacterErr
92 code = NO_DATA_ALLOWED_ERR variable in NoDataAllowedErr
95 code = NO_MODIFICATION_ALLOWED_ERR variable in NoModificationAllowedErr
98 code = NOT_FOUND_ERR variable in NotFoundErr
101 code = NOT_SUPPORTED_ERR variable in NotSupportedErr
104 code = INUSE_ATTRIBUTE_ERR variable in InuseAttributeErr
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/xml/dom/
D__init__.py77 code = INDEX_SIZE_ERR variable in IndexSizeErr
80 code = DOMSTRING_SIZE_ERR variable in DomstringSizeErr
83 code = HIERARCHY_REQUEST_ERR variable in HierarchyRequestErr
86 code = WRONG_DOCUMENT_ERR variable in WrongDocumentErr
89 code = INVALID_CHARACTER_ERR variable in InvalidCharacterErr
92 code = NO_DATA_ALLOWED_ERR variable in NoDataAllowedErr
95 code = NO_MODIFICATION_ALLOWED_ERR variable in NoModificationAllowedErr
98 code = NOT_FOUND_ERR variable in NotFoundErr
101 code = NOT_SUPPORTED_ERR variable in NotSupportedErr
104 code = INUSE_ATTRIBUTE_ERR variable in InuseAttributeErr
[all …]
/aosp_15_r20/external/python/cpython2/Lib/xml/dom/
D__init__.py76 code = INDEX_SIZE_ERR variable in IndexSizeErr
79 code = DOMSTRING_SIZE_ERR variable in DomstringSizeErr
82 code = HIERARCHY_REQUEST_ERR variable in HierarchyRequestErr
85 code = WRONG_DOCUMENT_ERR variable in WrongDocumentErr
88 code = INVALID_CHARACTER_ERR variable in InvalidCharacterErr
91 code = NO_DATA_ALLOWED_ERR variable in NoDataAllowedErr
94 code = NO_MODIFICATION_ALLOWED_ERR variable in NoModificationAllowedErr
97 code = NOT_FOUND_ERR variable in NotFoundErr
100 code = NOT_SUPPORTED_ERR variable in NotSupportedErr
103 code = INUSE_ATTRIBUTE_ERR variable in InuseAttributeErr
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/xml/dom/
D__init__.py77 code = INDEX_SIZE_ERR variable in IndexSizeErr
80 code = DOMSTRING_SIZE_ERR variable in DomstringSizeErr
83 code = HIERARCHY_REQUEST_ERR variable in HierarchyRequestErr
86 code = WRONG_DOCUMENT_ERR variable in WrongDocumentErr
89 code = INVALID_CHARACTER_ERR variable in InvalidCharacterErr
92 code = NO_DATA_ALLOWED_ERR variable in NoDataAllowedErr
95 code = NO_MODIFICATION_ALLOWED_ERR variable in NoModificationAllowedErr
98 code = NOT_FOUND_ERR variable in NotFoundErr
101 code = NOT_SUPPORTED_ERR variable in NotSupportedErr
104 code = INUSE_ATTRIBUTE_ERR variable in InuseAttributeErr
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/xml/dom/
D__init__.py77 code = INDEX_SIZE_ERR variable in IndexSizeErr
80 code = DOMSTRING_SIZE_ERR variable in DomstringSizeErr
83 code = HIERARCHY_REQUEST_ERR variable in HierarchyRequestErr
86 code = WRONG_DOCUMENT_ERR variable in WrongDocumentErr
89 code = INVALID_CHARACTER_ERR variable in InvalidCharacterErr
92 code = NO_DATA_ALLOWED_ERR variable in NoDataAllowedErr
95 code = NO_MODIFICATION_ALLOWED_ERR variable in NoModificationAllowedErr
98 code = NOT_FOUND_ERR variable in NotFoundErr
101 code = NOT_SUPPORTED_ERR variable in NotSupportedErr
104 code = INUSE_ATTRIBUTE_ERR variable in InuseAttributeErr
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/xml/dom/
D__init__.py77 code = INDEX_SIZE_ERR variable in IndexSizeErr
80 code = DOMSTRING_SIZE_ERR variable in DomstringSizeErr
83 code = HIERARCHY_REQUEST_ERR variable in HierarchyRequestErr
86 code = WRONG_DOCUMENT_ERR variable in WrongDocumentErr
89 code = INVALID_CHARACTER_ERR variable in InvalidCharacterErr
92 code = NO_DATA_ALLOWED_ERR variable in NoDataAllowedErr
95 code = NO_MODIFICATION_ALLOWED_ERR variable in NoModificationAllowedErr
98 code = NOT_FOUND_ERR variable in NotFoundErr
101 code = NOT_SUPPORTED_ERR variable in NotSupportedErr
104 code = INUSE_ATTRIBUTE_ERR variable in InuseAttributeErr
[all …]
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/xml/dom/
H A D__init__.py77 code = INDEX_SIZE_ERR variable in IndexSizeErr
80 code = DOMSTRING_SIZE_ERR variable in DomstringSizeErr
83 code = HIERARCHY_REQUEST_ERR variable in HierarchyRequestErr
86 code = WRONG_DOCUMENT_ERR variable in WrongDocumentErr
89 code = INVALID_CHARACTER_ERR variable in InvalidCharacterErr
92 code = NO_DATA_ALLOWED_ERR variable in NoDataAllowedErr
95 code = NO_MODIFICATION_ALLOWED_ERR variable in NoModificationAllowedErr
98 code = NOT_FOUND_ERR variable in NotFoundErr
101 code = NOT_SUPPORTED_ERR variable in NotSupportedErr
104 code = INUSE_ATTRIBUTE_ERR variable in InuseAttributeErr
[all …]
/aosp_15_r20/external/dexmaker/dexmaker-tests/src/androidTest/java/com/android/dx/
H A DDexMakerTest.java113 Code code = dexMaker.declare(methodId, PUBLIC | STATIC); in testNewInstance() local
143 Code code = dexMaker.declare(methodId, PUBLIC); in testVoidNoArgMemberMethod() local
163 Code code = dexMaker.declare(methodId, PUBLIC | STATIC); in testInvokeStatic() local
183 Code code = dexMaker.declare(methodId, PUBLIC | STATIC); in testLoadDeferredClassConstant() local
203 Code code = dexMaker.declare(methodId, PUBLIC); in testCreateLocalMethodAsNull() local
230 Code code = dexMaker.declare(methodId, PUBLIC | STATIC); in testInvokeVirtual() local
269 Code code = dexMaker.declare(methodId, PUBLIC | STATIC); in testInvokeDirect() local
326 Code code = dexMaker.declare(methodId, PUBLIC | STATIC); in testInvokeInterface() local
352 Code code = dexMaker.declare(methodId, PUBLIC | STATIC); in testInvokeVoidMethodIgnoresTargetLocal() local
371 Code code = dexMaker.declare(methodId, PUBLIC | STATIC); in testParameterMismatch() local
[all …]
/aosp_15_r20/frameworks/base/core/jni/
H A Dandroid_app_NativeActivity.cpp186 NativeCode* code = static_cast<NativeCode*>(activity); in android_NativeActivity_finish() local
192 NativeCode* code = static_cast<NativeCode*>(activity); in android_NativeActivity_setWindowFormat() local
198 NativeCode* code = static_cast<NativeCode*>(activity); in android_NativeActivity_setWindowFlags() local
204 NativeCode* code = static_cast<NativeCode*>(activity); in android_NativeActivity_showSoftInput() local
210 NativeCode* code = static_cast<NativeCode*>(activity); in android_NativeActivity_hideSoftInput() local
220 NativeCode* code = (NativeCode*)data; in mainWorkCallback() local
281 std::unique_ptr<NativeCode> code; in loadNativeCode_native() local
406 NativeCode* code = (NativeCode*)handle; in unloadNativeCode_native() local
418 NativeCode* code = (NativeCode*)handle; in onStart_native() local
432 NativeCode* code = (NativeCode*)handle; in onResume_native() local
[all …]
/aosp_15_r20/external/coreboot/payloads/libpayload/curses/menu/
H A Dmenu.priv.h131 #define returnItem(code) TRACE_RETURN(code,item) argument
132 #define returnItemPtr(code) TRACE_RETURN(code,item_ptr) argument
133 #define returnItemOpts(code) TRACE_RETURN(code,item_opts) argument
134 #define returnMenu(code) TRACE_RETURN(code,menu) argument
135 #define returnMenuHook(code) TRACE_RETURN(code,menu_hook) argument
136 #define returnMenuOpts(code) TRACE_RETURN(code,menu_opts) argument
147 #define returnItem(code) return code argument
148 #define returnItemPtr(code) return code argument
149 #define returnItemOpts(code) return code argument
150 #define returnMenu(code) return code argument
[all …]
/aosp_15_r20/packages/modules/Bluetooth/system/bta/ag/
Dbta_ag_rfc.cc107 static void bta_ag_mgmt_cback(const tPORT_RESULT code, uint16_t port_handle, uint16_t handle) { in bta_ag_mgmt_cback()
168 static void bta_ag_mgmt_cback_1(const tPORT_RESULT code, uint16_t port_handle) { in bta_ag_mgmt_cback_1()
171 static void bta_ag_mgmt_cback_2(const tPORT_RESULT code, uint16_t port_handle) { in bta_ag_mgmt_cback_2()
174 static void bta_ag_mgmt_cback_3(const tPORT_RESULT code, uint16_t port_handle) { in bta_ag_mgmt_cback_3()
177 static void bta_ag_mgmt_cback_4(const tPORT_RESULT code, uint16_t port_handle) { in bta_ag_mgmt_cback_4()
180 static void bta_ag_mgmt_cback_5(const tPORT_RESULT code, uint16_t port_handle) { in bta_ag_mgmt_cback_5()
183 static void bta_ag_mgmt_cback_6(const tPORT_RESULT code, uint16_t port_handle) { in bta_ag_mgmt_cback_6()
186 static void bta_ag_port_cback_1(uint32_t code, uint16_t port_handle) { in bta_ag_port_cback_1()
189 static void bta_ag_port_cback_2(uint32_t code, uint16_t port_handle) { in bta_ag_port_cback_2()
192 static void bta_ag_port_cback_3(uint32_t code, uint16_t port_handle) { in bta_ag_port_cback_3()
[all …]
/aosp_15_r20/out/soong/.intermediates/packages/modules/Permission/service/statslog-service-permission-java-gen/gen/com/android/permission/
DPermissionStatsLog.java579 public static void write(int code, int arg1) { in write()
601 public static void write(int code, int arg1, int arg2) { in write()
617 public static void write(int code, int arg1, int arg2, int arg3, long arg4) { in write()
641 …public static void write(int code, int arg1, long arg2, int arg3, long arg4, long arg5, int arg6, … in write()
663 …public static void write(int code, int arg1, java.lang.String arg2, boolean arg3, int arg4, int ar… in write()
685 …public static void write(int code, int arg1, java.lang.String arg2, java.lang.String arg3, int arg… in write()
717 public static void write(int code, long arg1) { in write()
732 public static void write(int code, long arg1, int arg2) { in write()
748 public static void write(int code, long arg1, int arg2, int arg3) { in write()
768 …public static void write(int code, long arg1, int arg2, int arg3, int arg4, int arg5, long arg6, i… in write()
[all …]
/aosp_15_r20/frameworks/base/core/java/com/android/internal/app/
H A DIAppOpsService.aidl47 int checkOperation(int code, int uid, String packageName); in checkOperation()
48 …SyncNotedAppOp noteOperation(int code, int uid, String packageName, @nullable String attributionTa… in noteOperation()
50 SyncNotedAppOp startOperation(IBinder clientId, int code, int uid, String packageName, in startOperation()
55 void finishOperation(IBinder clientId, int code, int uid, String packageName, in finishOperation()
60 int checkAudioOperation(int code, int usage, int uid, String packageName); in checkAudioOperation()
68 SyncNotedAppOp noteProxyOperation(int code, in AttributionSource attributionSource, in noteProxyOperation()
72 SyncNotedAppOp startProxyOperation(IBinder clientId, int code, in startProxyOperation()
78 void finishProxyOperation(IBinder clientId, int code, in AttributionSource attributionSource, in finishProxyOperation()
109 void setUidMode(int code, int uid, int mode); in setUidMode()
111 void setMode(int code, int uid, String packageName, int mode); in setMode()
[all …]
/aosp_15_r20/external/android_onboarding/java/com/android/onboarding/contracts/authmanaged/
H A DEmmContract.kt74 val code: Int constant
78 override val code = Activity.RESULT_OK constant
81 data class Unknown(override val code: Int) : Success constant in com.android.onboarding.contracts.authmanaged.EmmResult.Success.Unknown
86 override val code = RESULTS.RESULT_LAUNCH_APP_FAILED constant
90 override val code = RESULTS.RESULT_FETCH_APP_INFO_FAILED constant
94 override val code = RESULTS.RESULT_DOWNLOAD_INSTALL_FAILED constant
98 override val code = RESULTS.RESULT_DM_NOT_SUPPORTED constant
102 override val code = RESULTS.RESULT_DOWNLOAD_INSTALL_CANCELED constant
106 override val code = RESULTS.RESULT_SHOULD_SKIP_DM constant
110 override val code = RESULTS.RESULT_SETUP_SUPPRESSED_BY_CALLER constant
[all …]
/aosp_15_r20/external/fhir/spec/r4/json_definitions/
Dprofiles-types.json103 "code" : "http://hl7.org/fhirpath/System.String" string
136 "code" : "Extension" string
204 "code" : "http://hl7.org/fhirpath/System.String" string
230 "code" : "Extension" string
338 "code" : "http://hl7.org/fhirpath/System.String" string
371 "code" : "Extension" string
414 "code" : "Extension" string
475 "code" : "Extension" string
570 "code" : "http://hl7.org/fhirpath/System.String" string
591 "code" : "Extension" string
[all …]
/aosp_15_r20/frameworks/av/media/module/codecs/m4v_h263/dec/src/
H A Dvlc_decode.cpp106 uint32 code; in DecodeUserData() local
455 uint code; in PV_VlcDecMV() local
505 uint code; in PV_VlcDecMCBPC_com_intra() local
538 uint code; in PV_VlcDecMCBPC_com_inter() local
559 uint code; in PV_VlcDecMCBPC_com_inter_H263() local
593 uint code; in PV_VlcDecCBPY() local
631 uint code; in PV_VlcDecIntraDCPredSize() local
841 uint code; in VlcDecTCOEFIntra() local
1024 uint code; in VlcDecTCOEFInter() local
1203 uint code; in VlcDecTCOEFShortHeader() local
[all …]
/aosp_15_r20/external/javaparser/javaparser-core-testing/src/test/java/com/github/javaparser/
H A DJavaParserTest.java74 String code = "@interface AD { String foo(); }"; in rangeOfAnnotationMemberDeclarationIsCorrect() local
83 String code = "@interface AD \\u007B String foo(); \\u007D"; in testSourcePositionsWithUnicodeEscapes() local
95 String code = "@interface AD { String X = \"\\uABC\"; }"; in testSourcePositionsWithBrokenUnicodeEscapes() local
101 private static ParseResult<CompilationUnit> parseWithUnicodeEscapes(String code) { in parseWithUnicodeEscapes()
109 String code = "@interface AD { String[] foo(); }"; in rangeOfAnnotationMemberDeclarationWithArrayTypeIsCorrect() local
118 String code = "new int[123][456]"; in rangeOfArrayCreationLevelWithExpressionIsCorrect() local
133 String code = "new int[][]"; in rangeOfArrayCreationLevelWithoutExpressionIsCorrect() local
158 String code = "(Runnable & Serializable) (() -> {})"; in parseIntersectionType() local
173 String code = "class A {" + EOL in rangeOfIntersectionType() local
187 String code = "class A {" + EOL in rangeOfCast() local
[all …]

12345678910>>...371