Home
last modified time | relevance | path

Searched full:processing (Results 1 – 25 of 14756) sorted by relevance

12345678910>>...591

/aosp_15_r20/prebuilts/sdk/current/androidx/m2repository/androidx/room/room-compiler-processing/2.7.0-alpha12/
HDroom-compiler-processing-2.7.0-alpha12-sources.jar ... /KotlinTypeSpec.kt androidx/room/compiler/processing/ androidx/room/compiler/processing/DeclarationCollector ...
H A Droom-compiler-processing-2.7.0-alpha12.module5 "module": "room-compiler-processing",
63 "reason": "room-compiler-processing is in atomic group androidx.room"
71 "reason": "room-compiler-processing is in atomic group androidx.room"
75 "module": "room-compiler-processing-testing",
79 "reason": "room-compiler-processing is in atomic group androidx.room"
87 "reason": "room-compiler-processing is in atomic group androidx.room"
95 "reason": "room-compiler-processing is in atomic group androidx.room"
103 "reason": "room-compiler-processing is in atomic group androidx.room"
111 "reason": "room-compiler-processing is in atomic group androidx.room"
119 "reason": "room-compiler-processing is in atomic group androidx.room"
[all …]
HDroom-compiler-processing-2.7.0-alpha12.jar ... room/compiler/ androidx/room/compiler/processing/ androidx/room/compiler/processing/ksp ...
/aosp_15_r20/external/dagger2/java/dagger/internal/codegen/xprocessing/
HDxprocessing-testing.jar ... room/compiler/ androidx/room/compiler/processing/ androidx/room/compiler/processing/SyntheticJavacProcessor ...
HDxprocessing.jar ... room/compiler/ androidx/room/compiler/processing/ androidx/room/compiler/processing/ksp ...
/aosp_15_r20/out/soong/.intermediates/external/dagger2/hilt_android_processors/linux_glibc_common/javac/
Dhilt_android_processors.jar ... AndroidEntryPointMetadata { private final androidx.room.compiler.processing.XTypeElement element private final androidx.room.compiler ...
/aosp_15_r20/out/soong/.intermediates/prebuilts/sdk/current/androidx/m2repository/androidx/room/room-compiler-processing/2.7.0-alpha12/androidx.room_room-compiler-processing/linux_glibc_common/local-combined/
Dandroidx.room_room-compiler-processing.jar ... INF/androidx/room/room-compiler-processing/ META-INF/androidx/room/room ...
/aosp_15_r20/out/soong/.intermediates/external/dagger2/dagger2-room-compiler-processing/linux_glibc_common/local-combined/
Ddagger2-room-compiler-processing.jar ... .MF META-INF/room-compiler-processing.kotlin_module META-INF/services/androidx. ...
/aosp_15_r20/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/x509/
H A DCertPathReviewerMessages.properties10 ## name constraints processing errors
54 # error processing the name constraints extension
56 CertPathReviewer.ncExtError.text = Name constraint checking failed: there was an error processing t…
57 CertPathReviewer.ncExtError.summary = Error processing the name constraints extension.
58 …ExtError.details = Name constraint checking failed: there was an error processing the name constra…
60 # error processing the subject alternative name extension
62 …ameExtError.text = Name constraint checking failed: there was an error processing the subject alte…
63 CertPathReviewer.subjAltNameExtError.summary = Error processing the subject alternative name extens…
64 …ExtError.details = Name constraint checking failed: there was an error processing the subject alte…
84 …engthConstError.text = Path length checking failed: there was an error processing the basic constr…
[all …]
/aosp_15_r20/out/soong/raw-aosp_shiba/1b/
D1b9d64447f87077f865e3512f646837092eb7d2399 …t/test/2042-reference-processing/art-run-test-2042-reference-processing/android_common/javac/art-r…
100 …t/test/2042-reference-processing/art-run-test-2042-reference-processing/android_common/javac/art-r…
127processing/art-run-test-2042-reference-processing/android_common/lint-srcs.list.rsp __SBOX_SANDBOX…
130 …: "out/soong/.intermediates/art/test/2042-reference-processing/art-run-test-2042-reference-process…
134 …: "out/soong/.intermediates/art/test/2042-reference-processing/art-run-test-2042-reference-process…
138 …: "out/soong/.intermediates/art/test/2042-reference-processing/art-run-test-2042-reference-process…
142 …: "out/soong/.intermediates/art/test/2042-reference-processing/art-run-test-2042-reference-process…
146 …: "out/soong/.intermediates/art/test/2042-reference-processing/art-run-test-2042-reference-process…
150 …: "out/soong/.intermediates/art/test/2042-reference-processing/art-run-test-2042-reference-process…
154 …: "out/soong/.intermediates/art/test/2042-reference-processing/art-run-test-2042-reference-process…
[all …]
/aosp_15_r20/out/soong/.intermediates/external/dagger2/dagger2-compiler-lib/linux_glibc_common/javac/
Ddagger2-compiler-lib.jar ... codegen.ComponentProcessor extends androidx.room.compiler.processing.javac.JavacBasicAnnotationProcessor { private final dagger.internal ...
/aosp_15_r20/external/robolectric/processor/src/test/java/org/robolectric/annotation/processing/
H A DRobolectricProcessorTest.java1 package org.robolectric.annotation.processing;
9 import static org.robolectric.annotation.processing.RobolectricProcessor.JSON_DOCS_DIR;
10 import static org.robolectric.annotation.processing.RobolectricProcessor.PACKAGE_OPT;
11 import static org.robolectric.annotation.processing.RobolectricProcessor.SHOULD_INSTRUMENT_PKG_OPT;
12 import static org.robolectric.annotation.processing.Utils.DEFAULT_OPTS;
13 import static org.robolectric.annotation.processing.Utils.SHADOW_EXTRACTOR_SOURCE;
14 import static org.robolectric.annotation.processing.Utils.SHADOW_PROVIDER_SOURCE;
65 forResource("org/robolectric/annotation/processing/shadows/ShadowDummy.java"), in generatedFile_shouldHandleInnerClassCollisions()
66 forResource("org/robolectric/annotation/processing/shadows/ShadowOuterDummy.java"), in generatedFile_shouldHandleInnerClassCollisions()
68 "org/robolectric/annotation/processing/shadows/ShadowUniqueDummy.java"))) in generatedFile_shouldHandleInnerClassCollisions()
[all …]
/aosp_15_r20/external/robolectric/processor/src/main/java/org/robolectric/annotation/processing/
H A DRobolectricProcessor.java1 package org.robolectric.annotation.processing;
11 import javax.annotation.processing.AbstractProcessor;
12 import javax.annotation.processing.ProcessingEnvironment;
13 import javax.annotation.processing.RoundEnvironment;
14 import javax.annotation.processing.SupportedAnnotationTypes;
15 import javax.annotation.processing.SupportedOptions;
19 import org.robolectric.annotation.processing.generator.Generator;
20 import org.robolectric.annotation.processing.generator.JavadocJsonGenerator;
21 import org.robolectric.annotation.processing.generator.ServiceLoaderGenerator;
22 import org.robolectric.annotation.processing.generator.ShadowProviderGenerator;
[all …]
/aosp_15_r20/out/soong/.intermediates/external/dagger2/hilt_android_processors/linux_glibc_common/kapt/gen/stubs/dagger/hilt/android/processor/internal/viewmodel/
DViewModelMetadata.java4 import androidx.room.compiler.processing.ExperimentalProcessingApi;
5 import androidx.room.compiler.processing.XMethodElement;
6 import androidx.room.compiler.processing.XProcessingEnv;
7 import androidx.room.compiler.processing.XTypeElement;
22processing/XTypeElement;", "assistedFactory", "(Landroidx/room/compiler/processing/XTypeElement;La…
23 @kotlin.OptIn(markerClass = {androidx.room.compiler.processing.ExperimentalProcessingApi.class})
26 private final androidx.room.compiler.processing.XTypeElement viewModelElement = null;
28 private final androidx.room.compiler.processing.XTypeElement assistedFactory = null;
39 …ewModelMetadata(androidx.room.compiler.processing.XTypeElement viewModelElement, androidx.room.com… in ViewModelMetadata()
44 public final androidx.room.compiler.processing.XTypeElement getViewModelElement() { in getViewModelElement()
[all …]
/aosp_15_r20/prebuilts/sdk/current/androidx/m2repository/androidx/remotecallback/remotecallback-processor/1.0.0-alpha02/
HDremotecallback-processor-1.0.0-alpha02.jar ... javapoet.MethodSpec$Builder, javax.annotation.processing.ProcessingEnvironment, javax.annotation.processing.Messager ...
/aosp_15_r20/hardware/interfaces/audio/aidl/android/hardware/audio/effect/
H A DState.aidl22 * interface, transfer to IDLE after open(), and to PROCESSING after
57 * in INIT state, or after it was stop/reset with Command.Id.STOP/RESET in PROCESSING state.
60 * 1. Be able to start effect processing engine with IEffect.command(Command.Id.START) call.
66 * - Transitions to **PROCESSING** on `IEffect.command(CommandId.START)` after starting
67 * processing data successfully.
76 * An effect instance is in PROCESSING state after it receive an START command and start
77 * processing data successfully. Effect instance will transfer from PROCESSING to IDLE state if
80 * When an instance is in PROCESSING state, client should try not to close() it directly,
81 * instead client should try to stop processing data first with STOP command before close(). In
82 * the case of a close() call received when instance in PROCESSING state, it should try to stop
[all …]
/aosp_15_r20/prebuilts/runtime/mainline/i18n/test-exports/linux_bionic/include/external/icu/icu4c/source/common/unicode/
H A Didna.h41 * Abstract base class for IDNA processing.
66 * UTS #46 defines Unicode IDNA Compatibility Processing,
70 * The worker functions use transitional processing, including deviation mappings,
84 * @param options Bit set to modify the processing and error checking.
98 * If any processing step fails, then info.hasErrors() will be true and
108 * @param info Output container of IDNA processing details.
122 * If any processing step fails, then info.hasErrors() will be true.
130 * @param info Output container of IDNA processing details.
144 * If any processing step fails, then info.hasErrors() will be true and
154 * @param info Output container of IDNA processing details.
[all …]
/aosp_15_r20/prebuilts/runtime/mainline/i18n/sdk/sdk_library/public/legacy.i18n.module.platform.api_stub_sources/android/icu/text/
H A DIDNA.java16 * Abstract base class for IDNA processing.
63 * UTS #46 defines Unicode IDNA Compatibility Processing,
67 * The worker functions use transitional processing, including deviation mappings,
80 * @param options Bit set to modify the processing and error checking.
88 * If any processing step fails, then info.hasErrors() will be true and
95 * @param info Output container of IDNA processing details.
103 * If any processing step fails, then info.hasErrors() will be true.
108 * @param info Output container of IDNA processing details.
116 * If any processing step fails, then info.hasErrors() will be true and
123 * @param info Output container of IDNA processing details.
[all …]
/aosp_15_r20/prebuilts/runtime/mainline/i18n/sdk/sdk_library/public/i18n.module.intra.core.api_stub_sources/android/icu/text/
H A DIDNA.java16 * Abstract base class for IDNA processing.
63 * UTS #46 defines Unicode IDNA Compatibility Processing,
67 * The worker functions use transitional processing, including deviation mappings,
80 * @param options Bit set to modify the processing and error checking.
88 * If any processing step fails, then info.hasErrors() will be true and
95 * @param info Output container of IDNA processing details.
103 * If any processing step fails, then info.hasErrors() will be true.
108 * @param info Output container of IDNA processing details.
116 * If any processing step fails, then info.hasErrors() will be true and
123 * @param info Output container of IDNA processing details.
[all …]
/aosp_15_r20/prebuilts/runtime/mainline/i18n/sdk/sdk_library/public/stable.i18n.module.platform.api_stub_sources/android/icu/text/
H A DIDNA.java16 * Abstract base class for IDNA processing.
63 * UTS #46 defines Unicode IDNA Compatibility Processing,
67 * The worker functions use transitional processing, including deviation mappings,
80 * @param options Bit set to modify the processing and error checking.
88 * If any processing step fails, then info.hasErrors() will be true and
95 * @param info Output container of IDNA processing details.
103 * If any processing step fails, then info.hasErrors() will be true.
108 * @param info Output container of IDNA processing details.
116 * If any processing step fails, then info.hasErrors() will be true and
123 * @param info Output container of IDNA processing details.
[all …]
/aosp_15_r20/prebuilts/runtime/mainline/i18n/sdk/common_os/include/external/icu/icu4c/source/common/unicode/
H A Didna.h41 * Abstract base class for IDNA processing.
66 * UTS #46 defines Unicode IDNA Compatibility Processing,
70 * The worker functions use transitional processing, including deviation mappings,
84 * @param options Bit set to modify the processing and error checking.
98 * If any processing step fails, then info.hasErrors() will be true and
108 * @param info Output container of IDNA processing details.
122 * If any processing step fails, then info.hasErrors() will be true.
130 * @param info Output container of IDNA processing details.
144 * If any processing step fails, then info.hasErrors() will be true and
154 * @param info Output container of IDNA processing details.
[all …]
/aosp_15_r20/external/cronet/third_party/icu/source/common/unicode/
H A Didna.h41 * Abstract base class for IDNA processing.
66 * UTS #46 defines Unicode IDNA Compatibility Processing,
70 * The worker functions use transitional processing, including deviation mappings,
84 * @param options Bit set to modify the processing and error checking.
98 * If any processing step fails, then info.hasErrors() will be true and
108 * @param info Output container of IDNA processing details.
122 * If any processing step fails, then info.hasErrors() will be true.
130 * @param info Output container of IDNA processing details.
144 * If any processing step fails, then info.hasErrors() will be true and
154 * @param info Output container of IDNA processing details.
[all …]
/aosp_15_r20/external/icu/libicu/cts_headers/unicode/
H A Didna.h41 * Abstract base class for IDNA processing.
66 * UTS #46 defines Unicode IDNA Compatibility Processing,
70 * The worker functions use transitional processing, including deviation mappings,
84 * @param options Bit set to modify the processing and error checking.
98 * If any processing step fails, then info.hasErrors() will be true and
108 * @param info Output container of IDNA processing details.
122 * If any processing step fails, then info.hasErrors() will be true.
130 * @param info Output container of IDNA processing details.
144 * If any processing step fails, then info.hasErrors() will be true and
154 * @param info Output container of IDNA processing details.
[all …]
/aosp_15_r20/prebuilts/runtime/mainline/i18n/sdk/sdk_library/system/i18n.module.public.api_stub_sources/android/icu/text/
H A DIDNA.java16 * Abstract base class for IDNA processing.
63 * UTS #46 defines Unicode IDNA Compatibility Processing,
67 * The worker functions use transitional processing, including deviation mappings,
80 * @param options Bit set to modify the processing and error checking.
88 * If any processing step fails, then info.hasErrors() will be true and
95 * @param info Output container of IDNA processing details.
103 * If any processing step fails, then info.hasErrors() will be true.
108 * @param info Output container of IDNA processing details.
116 * If any processing step fails, then info.hasErrors() will be true and
123 * @param info Output container of IDNA processing details.
[all …]
/aosp_15_r20/prebuilts/runtime/mainline/i18n/sdk/sdk_library/public/i18n.module.public.api_stub_sources/android/icu/text/
H A DIDNA.java16 * Abstract base class for IDNA processing.
63 * UTS #46 defines Unicode IDNA Compatibility Processing,
67 * The worker functions use transitional processing, including deviation mappings,
80 * @param options Bit set to modify the processing and error checking.
88 * If any processing step fails, then info.hasErrors() will be true and
95 * @param info Output container of IDNA processing details.
103 * If any processing step fails, then info.hasErrors() will be true.
108 * @param info Output container of IDNA processing details.
116 * If any processing step fails, then info.hasErrors() will be true and
123 * @param info Output container of IDNA processing details.
[all …]

12345678910>>...591