Home
last modified time | relevance | path

Searched defs:newAction (Results 1 – 25 of 325) sorted by relevance

12345678910>>...13

/aosp_15_r20/libcore/ojluni/annotations/mmodule/java/nio/charset/
H A DCharsetEncoder.annotated.java59 …inal java.nio.charset.CharsetEncoder onMalformedInput(java.nio.charset.CodingErrorAction newAction in onMalformedInput()
61 protected void implOnMalformedInput(java.nio.charset.CodingErrorAction newAction) { throw new Runti… in implOnMalformedInput()
65 …java.nio.charset.CharsetEncoder onUnmappableCharacter(java.nio.charset.CodingErrorAction newAction in onUnmappableCharacter()
67 protected void implOnUnmappableCharacter(java.nio.charset.CodingErrorAction newAction) { throw new … in implOnUnmappableCharacter()
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/nio/charset/
DCharsetDecoder.java410 public final CharsetDecoder onMalformedInput(CodingErrorAction newAction) { in onMalformedInput()
427 protected void implOnMalformedInput(CodingErrorAction newAction) { } in implOnMalformedInput()
453 newAction) in onUnmappableCharacter()
471 protected void implOnUnmappableCharacter(CodingErrorAction newAction) { } in implOnUnmappableCharacter()
DCharsetEncoder.java410 public final CharsetEncoder onMalformedInput(CodingErrorAction newAction) { in onMalformedInput()
427 protected void implOnMalformedInput(CodingErrorAction newAction) { } in implOnMalformedInput()
453 newAction) in onUnmappableCharacter()
471 protected void implOnUnmappableCharacter(CodingErrorAction newAction) { } in implOnUnmappableCharacter()
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/9/libcore/ojluni/src/main/java/java/nio/charset/
DCharsetDecoder.java410 public final CharsetDecoder onMalformedInput(CodingErrorAction newAction) { in onMalformedInput()
427 protected void implOnMalformedInput(CodingErrorAction newAction) { } in implOnMalformedInput()
453 newAction) in onUnmappableCharacter()
471 protected void implOnUnmappableCharacter(CodingErrorAction newAction) { } in implOnUnmappableCharacter()
DCharsetEncoder.java410 public final CharsetEncoder onMalformedInput(CodingErrorAction newAction) { in onMalformedInput()
427 protected void implOnMalformedInput(CodingErrorAction newAction) { } in implOnMalformedInput()
453 newAction) in onUnmappableCharacter()
471 protected void implOnUnmappableCharacter(CodingErrorAction newAction) { } in implOnUnmappableCharacter()
/aosp_15_r20/libcore/ojluni/src/main/java/java/nio/charset/
H A DCharsetDecoder.java410 public final CharsetDecoder onMalformedInput(CodingErrorAction newAction) { in onMalformedInput()
427 protected void implOnMalformedInput(CodingErrorAction newAction) { } in implOnMalformedInput()
453 newAction) in onUnmappableCharacter()
471 protected void implOnUnmappableCharacter(CodingErrorAction newAction) { } in implOnUnmappableCharacter()
H A DCharsetEncoder.java410 public final CharsetEncoder onMalformedInput(CodingErrorAction newAction) { in onMalformedInput()
427 protected void implOnMalformedInput(CodingErrorAction newAction) { } in implOnMalformedInput()
453 newAction) in onUnmappableCharacter()
471 protected void implOnUnmappableCharacter(CodingErrorAction newAction) { } in implOnUnmappableCharacter()
/aosp_15_r20/libcore/ojluni/annotations/hiddenapi/java/nio/charset/
H A DCharsetEncoder.java83 java.nio.charset.CodingErrorAction newAction) { in onMalformedInput()
87 protected void implOnMalformedInput(java.nio.charset.CodingErrorAction newAction) { in implOnMalformedInput()
96 java.nio.charset.CodingErrorAction newAction) { in onUnmappableCharacter()
100 protected void implOnUnmappableCharacter(java.nio.charset.CodingErrorAction newAction) { in implOnUnmappableCharacter()
/aosp_15_r20/packages/apps/Car/systemlibs/car-qc-lib/tests/unit/src/com/android/car/qc/
DQCActionItemTest.java80 QCActionItem newAction = writeAndLoadFromBundle(action); in onBundle_switch_accurateData() local
94 QCActionItem newAction = writeAndLoadFromBundle(action); in onBundle_toggle_accurateDate() local
/aosp_15_r20/external/icu/android_icu4j/libcore_bridge/src/java/com/android/icu/charset/
H A DCharsetDecoderICU.java85 @Override protected final void implOnMalformedInput(CodingErrorAction newAction) { in implOnMalformedInput()
89 @Override protected final void implOnUnmappableCharacter(CodingErrorAction newAction) { in implOnUnmappableCharacter()
H A DCharsetEncoderICU.java112 @Override protected void implOnMalformedInput(CodingErrorAction newAction) { in implOnMalformedInput()
116 @Override protected void implOnUnmappableCharacter(CodingErrorAction newAction) { in implOnUnmappableCharacter()
/aosp_15_r20/external/icu/icu4j/main/charset/src/main/java/com/ibm/icu/charset/
H A DCharsetDecoderICU.java120 protected final void implOnMalformedInput(CodingErrorAction newAction) { in implOnMalformedInput()
143 protected final void implOnUnmappableCharacter(CodingErrorAction newAction) { in implOnUnmappableCharacter()
H A DCharsetEncoderICU.java155 protected void implOnMalformedInput(CodingErrorAction newAction) { in implOnMalformedInput()
168 protected void implOnUnmappableCharacter(CodingErrorAction newAction) { in implOnUnmappableCharacter()
/aosp_15_r20/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/wrapper/
H A DNotificationTemplateViewWrapperTest.kt130 val newAction = createActionWithPendingIntent(pi) in newActionWithSamePendingIntentPosted_actionDisabled() constant
/aosp_15_r20/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/charset/
H A DCharsetDecoderTest.java857 public void pubImplOnMalformedInput(CodingErrorAction newAction) { in pubImplOnMalformedInput()
861 public void pubImplOnUnmappableCharacter(CodingErrorAction newAction) { in pubImplOnUnmappableCharacter()
/aosp_15_r20/external/icu/icu4j/tools/misc/src/main/java/com/ibm/icu/dev/tool/layout/
H A DThaiStateTransition.java43 public final void setAction(char newAction) in setAction()
/aosp_15_r20/cts/hostsidetests/securitybulletin/securityPatch/CVE-2021-39665/
H A Dpoc.cpp30 struct sigaction newAction, oldAction; variable
/aosp_15_r20/packages/modules/CellBroadcastService/src/com/android/cellbroadcastservice/
DCbSendMessageCalculator.java177 @SendMessageAction int newAction = in calculatePersistentAction() local
/aosp_15_r20/external/cronet/third_party/icu/source/common/
H A Ducnv.cpp733 UConverterToUCallback newAction, in ucnv_setToUCallBack()
749 UConverterFromUCallback newAction, in ucnv_setFromUCallBack()
/aosp_15_r20/external/icu/icu4c/source/common/
H A Ducnv.cpp731 UConverterToUCallback newAction, in ucnv_setToUCallBack()
747 UConverterFromUCallback newAction, in ucnv_setFromUCallBack()
/aosp_15_r20/cts/tests/tests/content/src/android/content/cts/
H A DIntentTest.java1701 final String newAction = "foo"; in testFillIn_actionSet() local
1717 final String newAction = "foo"; in testFillIn_actionOverride() local
/aosp_15_r20/external/icu/libandroidicu/static_shim/
H A Dshim.cpp281 void ucnv_setFromUCallBack_android(UConverter * converter, UConverterFromUCallback newAction, const… in ucnv_setFromUCallBack_android()
284 void ucnv_setToUCallBack_android(UConverter * converter, UConverterToUCallback newAction, const voi… in ucnv_setToUCallBack_android()
/aosp_15_r20/packages/modules/CellBroadcastService/tests/src/com/android/cellbroadcastservice/tests/
DGsmCellBroadcastHandlerTest.java700 @CbSendMessageCalculator.SendMessageAction int newAction, in setMockCalculation()
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/textclassifier/
H A DTextClassificationManagerService.java1335 final RemoteAction newAction = new RemoteAction( in validAction() local
/aosp_15_r20/out/soong/.intermediates/external/icu/android_icu4j/core-icu4j/android_common_apex10000/javac/
Dcore-icu4j.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/compat/ android/ ...

12345678910>>...13