Home
last modified time | relevance | path

Searched defs:code (Results 1 – 25 of 779) sorted by relevance

12345678910>>...32

/aosp12/art/libdexfile/dex/
H A Ddex_instruction_utils.h87 constexpr bool IsInstructionIGet(Instruction::Code code) { in IsInstructionIGet()
91 constexpr bool IsInstructionIPut(Instruction::Code code) { in IsInstructionIPut()
95 constexpr bool IsInstructionSGet(Instruction::Code code) { in IsInstructionSGet()
99 constexpr bool IsInstructionSPut(Instruction::Code code) { in IsInstructionSPut()
103 constexpr bool IsInstructionAGet(Instruction::Code code) { in IsInstructionAGet()
107 constexpr bool IsInstructionAPut(Instruction::Code code) { in IsInstructionAPut()
111 constexpr bool IsInstructionIGetOrIPut(Instruction::Code code) { in IsInstructionIGetOrIPut()
115 constexpr bool IsInstructionSGetOrSPut(Instruction::Code code) { in IsInstructionSGetOrSPut()
119 constexpr bool IsInstructionAGetOrAPut(Instruction::Code code) { in IsInstructionAGetOrAPut()
123 constexpr bool IsInstructionBinOp2Addr(Instruction::Code code) { in IsInstructionBinOp2Addr()
[all …]
/aosp12/frameworks/base/tools/protologtool/tests/com/android/protolog/tool/
H A DCodeUtilsTest.kt60 val code = """package org.example.test; regex
69 val code = """package org.example.test; regex
78 val code = """package org.example.test; regex
87 val code = """package org.example.test; regex
96 val code = """package org.example.test; regex
105 val code = """package org.example.test; regex
113 val code = """package org.example.test; regex
122 val code = """ regex
134 val code = """ regex
146 val code = """ regex
[all …]
H A DProtoLogCallProcessorTest.kt57 val code = """ regex
83 val code = """ regex
102 val code = """ regex
121 val code = """ regex
138 val code = """ regex
156 val code = """ regex
170 val code = """ regex
184 val code = """ regex
198 val code = """ regex
213 val code = """ regex
/aosp12/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/settings/
H A DSpacingAndPunctuations.java95 public boolean isWordSeparator(final int code) { in isWordSeparator()
99 public boolean isWordConnector(final int code) { in isWordConnector()
103 public boolean isWordCodePoint(final int code) { in isWordCodePoint()
107 public boolean isUsuallyPrecededBySpace(final int code) { in isUsuallyPrecededBySpace()
111 public boolean isUsuallyFollowedBySpace(final int code) { in isUsuallyFollowedBySpace()
115 public boolean isClusteringSymbol(final int code) { in isClusteringSymbol()
119 public boolean isSentenceTerminator(final int code) { in isSentenceTerminator()
123 public boolean isAbbreviationMarker(final int code) { in isAbbreviationMarker()
127 public boolean isSentenceSeparator(final int code) { in isSentenceSeparator()
/aosp12/art/runtime/
H A Doat_file-inl.h28 const void* code = EntryPointToCodePointer(GetOatPointer<const void*>(code_offset_)); in GetOatQuickMethodHeader() local
45 const void* code = EntryPointToCodePointer(GetQuickCode()); in GetFrameSizeInBytes() local
53 const void* code = EntryPointToCodePointer(GetQuickCode()); in GetCoreSpillMask() local
61 const void* code = EntryPointToCodePointer(GetQuickCode()); in GetFpSpillMask() local
74 const void* code = EntryPointToCodePointer(GetOatPointer<const void*>(code_offset_)); in GetVmapTable() local
86 const void* code = EntryPointToCodePointer(GetOatPointer<const void*>(code_offset_)); in GetQuickCodeSize() local
/aosp12/system/bt/bta/ag/
H A Dbta_ag_rfc.cc168 void bta_ag_mgmt_cback_1(uint32_t code, uint16_t port_handle) { in bta_ag_mgmt_cback_1()
171 void bta_ag_mgmt_cback_2(uint32_t code, uint16_t port_handle) { in bta_ag_mgmt_cback_2()
174 void bta_ag_mgmt_cback_3(uint32_t code, uint16_t port_handle) { in bta_ag_mgmt_cback_3()
177 void bta_ag_mgmt_cback_4(uint32_t code, uint16_t port_handle) { in bta_ag_mgmt_cback_4()
180 void bta_ag_mgmt_cback_5(uint32_t code, uint16_t port_handle) { in bta_ag_mgmt_cback_5()
183 void bta_ag_mgmt_cback_6(uint32_t code, uint16_t port_handle) { in bta_ag_mgmt_cback_6()
186 void bta_ag_port_cback_1(uint32_t code, uint16_t port_handle) { in bta_ag_port_cback_1()
189 void bta_ag_port_cback_2(uint32_t code, uint16_t port_handle) { in bta_ag_port_cback_2()
192 void bta_ag_port_cback_3(uint32_t code, uint16_t port_handle) { in bta_ag_port_cback_3()
195 void bta_ag_port_cback_4(uint32_t code, uint16_t port_handle) { in bta_ag_port_cback_4()
[all …]
/aosp12/frameworks/av/media/mtp/
H A DMtpDebug.cpp23 uint16_t code; member
372 static const char* getCodeName(uint16_t code, const CodeEntry* table) { in getCodeName()
382 const char* MtpDebug::getOperationCodeName(MtpOperationCode code) { in getOperationCodeName()
386 const char* MtpDebug::getFormatCodeName(MtpObjectFormat code) { in getFormatCodeName()
392 const char* MtpDebug::getObjectPropCodeName(MtpPropertyCode code) { in getObjectPropCodeName()
398 const char* MtpDebug::getDevicePropCodeName(MtpPropertyCode code) { in getDevicePropCodeName()
/aosp12/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/internal/
H A DKeyboardStateTestsBase.java84 private void pressKeyWithoutTimerExpire(final int code, final boolean isSinglePointer, in pressKeyWithoutTimerExpire()
96 public void pressKey(final int code, final int afterPress) { in pressKey()
107 public void releaseKey(final int code, final int afterRelease) { in releaseKey()
120 public void pressAndReleaseKey(final int code, final int afterPress, final int afterRelease) { in pressAndReleaseKey()
131 public void chordingPressKey(final int code, final int afterPress) { in chordingPressKey()
142 public void chordingReleaseKey(final int code, final int afterRelease) { in chordingReleaseKey()
155 public void chordingPressAndReleaseKey(final int code, final int afterPress, in chordingPressAndReleaseKey()
168 public void pressAndSlideFromKey(final int code, final int afterPress, final int afterSlide) { in pressAndSlideFromKey()
181 public void stopSlidingOnKey(final int code, final int afterPress, final int afterSlide) { in stopSlidingOnKey()
237 public void secondPressKey(final int code, final int afterPress) { in secondPressKey()
[all …]
/aosp12/frameworks/av/media/codecs/m4v_h263/dec/src/
H A Dbitstream.h51 __inline PV_STATUS BitstreamShowBits16(BitstreamDecVideo *stream, int nbits, uint *code) in BitstreamShowBits16()
69 __inline PV_STATUS BitstreamShow15Bits(BitstreamDecVideo *stream, uint *code) in BitstreamShow15Bits()
83 __inline PV_STATUS BitstreamShow13Bits(BitstreamDecVideo *stream, uint *code) in BitstreamShow13Bits()
97 uint code; in BitstreamReadBits16_INLINE() local
112 uint code; in BitstreamRead1Bits_INLINE() local
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
841 uint code; in VlcDecTCOEFIntra() local
1024 uint code; in VlcDecTCOEFInter() local
1203 uint code; in VlcDecTCOEFShortHeader() local
1263 uint code; in VlcDecTCOEFShortHeader_AnnexI() local
[all …]
H A Dbitstream.cpp175 PV_STATUS BitstreamShowBits32HC(BitstreamDecVideo *stream, uint32 *code) in BitstreamShowBits32HC()
193 PV_STATUS BitstreamShowBits32(BitstreamDecVideo *stream, int nbits, uint32 *code) in BitstreamShowBits32()
215 PV_STATUS BitstreamShowBits16(BitstreamDecVideo *stream, int nbits, uint *code) in BitstreamShowBits16()
238 PV_STATUS BitstreamShow15Bits(BitstreamDecVideo *stream, uint *code) in BitstreamShow15Bits()
257 PV_STATUS BitstreamShow13Bits(BitstreamDecVideo *stream, uint *code) in BitstreamShow13Bits()
272 uint code; in BitstreamReadBits16_INLINE() local
289 uint code; in BitstreamRead1Bits_INLINE() local
313 uint code; in BitstreamReadBits16() local
335 uint code; in BitstreamRead1Bits() local
384 uint32 code; in BitstreamReadBits32() local
[all …]
/aosp12/art/dex2oat/linker/arm/
H A Drelative_patcher_thumb2.cc56 void Thumb2RelativePatcher::PatchCall(std::vector<uint8_t>* code, in PatchCall()
66 void Thumb2RelativePatcher::PatchPcRelativeReference(std::vector<uint8_t>* code, in PatchPcRelativeReference()
86 void Thumb2RelativePatcher::PatchEntrypointCall(std::vector<uint8_t>* code, in PatchEntrypointCall()
97 void Thumb2RelativePatcher::PatchBakerReadBarrierBranch(std::vector<uint8_t>* code, in PatchBakerReadBarrierBranch()
139 void Thumb2RelativePatcher::PatchBl(std::vector<uint8_t>* code, in PatchBl()
161 void Thumb2RelativePatcher::SetInsn32(std::vector<uint8_t>* code, uint32_t offset, uint32_t value) { in SetInsn32()
171 uint32_t Thumb2RelativePatcher::GetInsn32(ArrayRef<const uint8_t> code, uint32_t offset) { in GetInsn32()
183 uint32_t Thumb2RelativePatcher::GetInsn32(Vector* code, uint32_t offset) { in GetInsn32()
188 uint32_t Thumb2RelativePatcher::GetInsn16(ArrayRef<const uint8_t> code, uint32_t offset) { in GetInsn16()
196 uint32_t Thumb2RelativePatcher::GetInsn16(Vector* code, uint32_t offset) { in GetInsn16()
/aosp12/frameworks/base/core/jni/
H A Dandroid_app_NativeActivity.cpp220 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
449 NativeCode* code = (NativeCode*)handle; in onSaveInstanceState_native() local
475 NativeCode* code = (NativeCode*)handle; in onPause_native() local
489 NativeCode* code = (NativeCode*)handle; in onStop_native() local
503 NativeCode* code = (NativeCode*)handle; in onConfigurationChanged_native() local
517 NativeCode* code = (NativeCode*)handle; in onLowMemory_native() local
[all …]
/aosp12/system/libziparchive/incfs_support/include/incfs_support/
H A Dsignal_handling.h110 #define SCOPED_SIGBUS_HANDLER(code) argument
111 #define SCOPED_SIGBUS_HANDLER_CONDITIONAL(condition, code) argument
162 #define SCOPED_SIGBUS_HANDLER_CONDITIONAL(condition, code) \ argument
178 #define SCOPED_SIGBUS_HANDLER(code) \ argument
/aosp12/system/tools/xsdc/src/com/android/xsdc/
H A DCodeWriter.java52 public void println(String code) { in println()
56 public void print(String code) { in print()
77 public void printf(String code, Object... arguments) { in printf()
88 private void printImpl(String code) { in printImpl()
/aosp12/frameworks/base/telephony/java/android/telephony/ims/aidl/
H A DIPublishResponseCallback.aidl27 void onCommandError(int code); in onCommandError()
28 void onNetworkResponse(int code, String reason); in onNetworkResponse()
29 …void onNetworkRespHeader(int code, String reasonPhrase, int reasonHeaderCause, String reasonHeader… in onNetworkRespHeader()
H A DRcsPublishResponseAidlWrapper.java37 public void onCommandError(int code) throws ImsException { in onCommandError()
46 public void onNetworkResponse(int code, String reason) throws ImsException { in onNetworkResponse()
55 public void onNetworkResponse(int code, String reasonPhrase, int reasonHeaderCause, in onNetworkResponse()
H A DISubscribeResponseCallback.aidl31 void onCommandError(int code); in onCommandError()
32 void onNetworkResponse(int code, in String reason); in onNetworkResponse()
33 …void onNetworkRespHeader(int code, String reasonPhrase, int reasonHeaderCause, String reasonHeader… in onNetworkRespHeader()
/aosp12/frameworks/base/media/java/android/mtp/
H A DMtpDeviceInfo.java167 public boolean isOperationSupported(int code) { in isOperationSupported()
176 public boolean isEventSupported(int code) { in isEventSupported()
187 public boolean isDevicePropertySupported(int code) { in isDevicePropertySupported()
195 private static boolean isSupported(@NonNull int[] set, int code) { in isSupported()
/aosp12/frameworks/native/libs/permission/
H A DIAppOpsService.cpp39 virtual int32_t checkOperation(int32_t code, int32_t uid, const String16& packageName) { in checkOperation()
51 virtual int32_t noteOperation(int32_t code, int32_t uid, const String16& packageName, in noteOperation()
72 virtual int32_t startOperation(const sp<IBinder>& token, int32_t code, int32_t uid, in startOperation()
96 virtual void finishOperation(const sp<IBinder>& token, int32_t code, int32_t uid, in finishOperation()
135 virtual int32_t checkAudioOperation(int32_t code, int32_t usage, in checkAudioOperation()
183 int32_t code = data.readInt32(); variable
193 int32_t code = data.readInt32(); variable
210 int32_t code = data.readInt32(); variable
228 int32_t code = data.readInt32(); variable
263 const int32_t code = data.readInt32(); variable
/aosp12/frameworks/base/core/java/android/app/
H A DAppOpsManagerInternal.java57 int checkOperation(int code, int uid, String packageName, @Nullable String attributionTag, in checkOperation()
71 int checkAudioOperation(int code, int usage, int uid, String packageName, in checkAudioOperation()
86 SyncNotedAppOp noteOperation(int code, int uid, @Nullable String packageName, in noteOperation()
104 SyncNotedAppOp noteProxyOperation(int code, @NonNull AttributionSource attributionSource, in noteProxyOperation()
127 SyncNotedAppOp startOperation(IBinder token, int code, int uid, in startOperation()
151 SyncNotedAppOp startProxyOperation(int code, @NonNull AttributionSource attributionSource, in startProxyOperation()
168 default void finishOperation(IBinder clientId, int code, int uid, String packageName, in finishOperation()
180 void finishProxyOperation(int code, @NonNull AttributionSource attributionSource, in finishProxyOperation()
204 public abstract void setUidModeFromPermissionPolicy(int code, int uid, int mode, in setUidModeFromPermissionPolicy()
218 public abstract void setGlobalRestriction(int code, boolean restricted, IBinder token); in setGlobalRestriction()
[all …]
/aosp12/bionic/libc/kernel/uapi/linux/
H A Dbpf_common.h21 #define BPF_CLASS(code) ((code) & 0x07) argument
30 #define BPF_SIZE(code) ((code) & 0x18) argument
34 #define BPF_MODE(code) ((code) & 0xe0) argument
41 #define BPF_OP(code) ((code) & 0xf0) argument
58 #define BPF_SRC(code) ((code) & 0x08) argument
/aosp12/art/dex2oat/linker/arm64/
H A Drelative_patcher_arm64.cc127 ArrayRef<const uint8_t> code = compiled_method->GetQuickCode(); in ReserveSpace() local
193 void Arm64RelativePatcher::PatchCall(std::vector<uint8_t>* code, in PatchCall()
204 void Arm64RelativePatcher::PatchPcRelativeReference(std::vector<uint8_t>* code, in PatchPcRelativeReference()
309 void Arm64RelativePatcher::PatchEntrypointCall(std::vector<uint8_t>* code, in PatchEntrypointCall()
319 void Arm64RelativePatcher::PatchBakerReadBarrierBranch(std::vector<uint8_t>* code, in PatchBakerReadBarrierBranch()
369 void Arm64RelativePatcher::PatchBl(std::vector<uint8_t>* code, in PatchBl()
383 bool Arm64RelativePatcher::NeedsErratum843419Thunk(ArrayRef<const uint8_t> code, in NeedsErratum843419Thunk()
433 void Arm64RelativePatcher::SetInsn(std::vector<uint8_t>* code, uint32_t offset, uint32_t value) { in SetInsn()
443 uint32_t Arm64RelativePatcher::GetInsn(ArrayRef<const uint8_t> code, uint32_t offset) { in GetInsn()
455 uint32_t Arm64RelativePatcher::GetInsn(std::vector<uint8_t, Alloc>* code, uint32_t offset) { in GetInsn()
/aosp12/packages/modules/IPsec/src/java/android/net/ipsec/ike/exceptions/
H A DIkeProtocolException.java105 protected IkeProtocolException(@ErrorType int code) { in IkeProtocolException()
112 protected IkeProtocolException(@ErrorType int code, String message) { in IkeProtocolException()
119 protected IkeProtocolException(@ErrorType int code, Throwable cause) { in IkeProtocolException()
126 protected IkeProtocolException(@ErrorType int code, String message, Throwable cause) { in IkeProtocolException()
137 protected IkeProtocolException(@ErrorType int code, byte[] notifyData) { in IkeProtocolException()
/aosp12/packages/services/Telephony/testapps/TestRcsApp/aosp_test_rcsclient/src/com/android/libraries/rcs/simpleclient/service/chat/
H A DChatServiceException.java51 public ChatServiceException(@Nullable String message, @ErrorCode int code) { in ChatServiceException()
65 @Nullable String message, @ErrorCode int code, @Nullable Throwable cause) { in ChatServiceException()
70 private static String getMessage(String message, int code) { in getMessage()

12345678910>>...32