Home
last modified time | relevance | path

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

12345678910>>...373

/external/robolectric/processor/src/main/java/org/robolectric/annotation/processing/
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 …]
/external/robolectric/processor/src/test/java/org/robolectric/annotation/processing/
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 …]
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/x509/
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 …]
/external/robolectric/processor/src/test/java/org/robolectric/annotation/processing/validator/
DRealObjectValidatorTest.java1 package org.robolectric.annotation.processing.validator;
6 import static org.robolectric.annotation.processing.Utils.DEFAULT_OPTS;
7 import static org.robolectric.annotation.processing.Utils.SHADOW_EXTRACTOR_SOURCE;
8 import static org.robolectric.annotation.processing.validator.SingleClassSubject.singleClass;
16 import org.robolectric.annotation.processing.RobolectricProcessor;
17 import org.robolectric.annotation.processing.Utils;
26 "org.robolectric.annotation.processing.shadows.ShadowRealObjectWithoutImplements"; in realObjectWithoutImplements_shouldNotCompile()
37 … "org.robolectric.annotation.processing.shadows.ShadowRealObjectParameterizedMissingParameters"; in realObjectParameterizedMissingParameters_shouldNotCompile()
48 "org.robolectric.annotation.processing.shadows.ShadowRealObjectParameterizedMismatch"; in realObjectParameterizedMismatch_shouldNotCompile()
59 "org.robolectric.annotation.processing.shadows.ShadowRealObjectWithEmptyImplements"; in realObjectWithEmptyImplements_shouldNotRaiseOwnError()
[all …]
DImplementsValidatorTest.java1 package org.robolectric.annotation.processing.validator;
5 import static org.robolectric.annotation.processing.validator.SingleClassSubject.singleClass;
13 import org.robolectric.annotation.processing.DocumentedMethod;
14 import org.robolectric.annotation.processing.Utils;
23 "org.robolectric.annotation.processing.shadows.ShadowImplementsWithoutClass"; in implementsWithoutClassOrClassName_shouldNotCompile()
34 "org.robolectric.annotation.processing.shadows.ShadowWithUnresolvableClassNameAndOldMaxSdk"; in value_withUnresolvableClassNameAndOldMaxSdk_shouldNotCompile()
41 … "org.robolectric.annotation.processing.shadows.ShadowImplementsDummyWithOuterDummyClassName"; in value_withClassName_shouldNotCompile()
52 "org.robolectric.annotation.processing.shadows.ShadowImplementsWithParameterMismatch"; in implementsWithParameterMismatch_shouldNotCompile()
55 props.put("org.robolectric.annotation.processing.sdkCheckMode", "ERROR"); in implementsWithParameterMismatch_shouldNotCompile()
56 props.put("org.robolectric.annotation.processing.validateCompileSdk", "true"); in implementsWithParameterMismatch_shouldNotCompile()
[all …]
DResetterValidatorTest.java1 package org.robolectric.annotation.processing.validator;
4 import static org.robolectric.annotation.processing.validator.SingleClassSubject.singleClass;
16 "org.robolectric.annotation.processing.shadows.ShadowResetterWithoutImplements"; in resetterWithoutImplements_shouldNotCompile()
27 "org.robolectric.annotation.processing.shadows.ShadowResetterNonStatic"; in nonStaticResetter_shouldNotCompile()
38 "org.robolectric.annotation.processing.shadows.ShadowResetterNonPublic"; in nonPublicResetter_shouldNotCompile()
49 "org.robolectric.annotation.processing.shadows.ShadowResetterWithParameters"; in resetterWithParameters_shouldNotCompile()
59 final String testClass = "org.robolectric.annotation.processing.shadows.ShadowWithTwoResetters"; in twoValidResetters_shouldNotCompile()
66 + " org.robolectric.annotation.processing.shadows.ShadowWithTwoResetters:" in twoValidResetters_shouldNotCompile()
73 final String testClass = "org.robolectric.annotation.processing.shadows.ShadowDummy"; in goodResetter_shouldCompile()
/external/bazelbuild-rules_android/rules/
Dprocessing_pipeline.bzl15 """Common implementation for processing pipelines."""
39 processors = "Ordered dictionary of processing functions.",
45 """Creates the combined processing pipeline.
48 processors: Ordered dictionary of processing functions.
60 """Runs the processing pipeline and populates the target context.
92 """Prepends processors in a given processing pipeline.
95 processors: The dictionary representing the processing pipeline.
101 A dictionary which represents the new processing pipeline.
113 """Appends processors in a given processing pipeline.
116 processors: The dictionary representing the processing pipeline.
[all …]
/external/icu/icu4c/source/common/unicode/
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 …]
/external/cronet/third_party/icu/source/common/unicode/
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 …]
/external/icu/libicu/cts_headers/unicode/
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 …]
/external/sdv/vsomeip/third_party/boost/mpl/preprocessed/
DREADME.txt1 Pre-processing of MPL-containers
4 Pre-processing of MPL-containers can be accomplished using the script
19 Additionally, the script also allows more fine-grained pre-processing.
28 Fixing pre-processing of MPL-containers
31 Sadly, pre-processing of MPL-containers might fail, if the source-files
33 processing step.
35 input source-files prior to pre-processing (by implicitly calling script
37 the source-files needed for pre-processing the selected MPL-container
42 Instead of fixing the input-files implicitly during pre-processing one
55 pre-processing. Calling "boost_mpl_preprocess.py" afterwards should then
[all …]
/external/dng_sdk/source/
Ddng_area_task.h15 …ss to handle partitioning a rectangular image processing operation taking into account multiple pr…
31 …brief Abstract class for rectangular processing operations with support for partitioning across mu…
52 /// Getter for the maximum number of threads (resources) that can be used for processing
74 …/// Various methods of processing prefer certain alignments. The partitioning attempts to construc…
84 /// Getter for maximum size of a tile for processing.
85 …/// Often processing will need to allocate temporary buffers or use other resources that are eithe…
98 …/// tile patterns. This can be used for a processing routine that needs to read from two tiles and…
108 …/// tile patterns. This can be used for a processing routine that needs to read from two tiles and…
118 …/// tile patterns. This can be used for a processing routine that needs to read from two tiles and…
125 /// Task startup method called before any processing is done on partitions.
[all …]
/external/dagger2/java/dagger/testing/compile/
DCompilerProcessors.java19 import androidx.room.compiler.processing.XProcessingEnv;
20 import androidx.room.compiler.processing.XProcessingStep;
21 import androidx.room.compiler.processing.XRoundEnv;
22 import androidx.room.compiler.processing.javac.JavacBasicAnnotationProcessor;
23 import androidx.room.compiler.processing.ksp.KspBasicAnnotationProcessor;
26 import com.google.devtools.ksp.processing.SymbolProcessor;
27 import com.google.devtools.ksp.processing.SymbolProcessorEnvironment;
28 import com.google.devtools.ksp.processing.SymbolProcessorProvider;
33 * running custom processing steps during compilation tests.
36 /** A Javac processor that runs the given processing steps. */
[all …]
/external/robolectric/processor/src/test/resources/org/robolectric/
DRobolectric_InnerClassCollision.java13 import org.robolectric.annotation.processing.shadows.ShadowDummy;
14 import org.robolectric.annotation.processing.shadows.ShadowOuterDummy;
15 import org.robolectric.annotation.processing.shadows.ShadowUniqueDummy;
16 import org.robolectric.annotation.processing.shadows.ShadowUniqueDummy.ShadowUniqueInnerDummy;
23 @Generated("org.robolectric.annotation.processing.RobolectricProcessor")
29 …utableEntry<>("com.example.objects.Dummy", "org.robolectric.annotation.processing.shadows.ShadowDu… in SHADOWS.add()
30 …eEntry<>("com.example.objects.OuterDummy", "org.robolectric.annotation.processing.shadows.ShadowOu… in SHADOWS.add()
31 …om.example.objects.OuterDummy.InnerDummy", "org.robolectric.annotation.processing.shadows.ShadowOu… in SHADOWS.add()
32 …Entry<>("com.example.objects.UniqueDummy", "org.robolectric.annotation.processing.shadows.ShadowUn… in SHADOWS.add()
33 …m.example.objects.UniqueDummy.InnerDummy", "org.robolectric.annotation.processing.shadows.ShadowUn… in SHADOWS.add()
[all …]
DRobolectric_HiddenClasses.java11 import org.robolectric.annotation.processing.shadows.ShadowDummy;
12 import org.robolectric.annotation.processing.shadows.ShadowOuterDummy2;
13 import org.robolectric.annotation.processing.shadows.ShadowPrivate;
20 @Generated("org.robolectric.annotation.processing.RobolectricProcessor")
26 …utableEntry<>("com.example.objects.Dummy", "org.robolectric.annotation.processing.shadows.ShadowDu… in SHADOWS.add()
27 …Entry<>("com.example.objects.OuterDummy2", "org.robolectric.annotation.processing.shadows.ShadowOu… in SHADOWS.add()
28 …example.objects.OuterDummy2.InnerPackage", "org.robolectric.annotation.processing.shadows.ShadowOu… in SHADOWS.add()
29 …example.objects.OuterDummy2.InnerPrivate", "org.robolectric.annotation.processing.shadows.ShadowOu… in SHADOWS.add()
30 …ample.objects.OuterDummy2.InnerProtected", "org.robolectric.annotation.processing.shadows.ShadowOu… in SHADOWS.add()
31 …ableEntry<>("com.example.objects.Private", "org.robolectric.annotation.processing.shadows.ShadowPr… in SHADOWS.add()
DRobolectric_ShadowPickers.java10 import org.robolectric.annotation.processing.shadows.ShadowInnerDummyWithPicker;
15 @Generated("org.robolectric.annotation.processing.RobolectricProcessor")
24 …"org.robolectric.annotation.processing.shadows.ShadowInnerDummyWithPicker$ShadowInnerDummyWithPick… in SHADOWS.add()
28 …"org.robolectric.annotation.processing.shadows.ShadowInnerDummyWithPicker$ShadowInnerDummyWithPick… in SHADOWS.add()
31 public static org.robolectric.annotation.processing.shadows.ShadowInnerDummyWithPicker shadowOf( in shadowOf()
33 return (org.robolectric.annotation.processing.shadows.ShadowInnerDummyWithPicker) in shadowOf()
55 "org.robolectric.annotation.processing.shadows.ShadowInnerDummyWithPicker$Picker");
58 "org.robolectric.annotation.processing.shadows.ShadowInnerDummyWithPicker$Picker");
61 "org.robolectric.annotation.processing.shadows.ShadowInnerDummyWithPicker$Picker");
DRobolectric_MinimalPackages.java11 import org.robolectric.annotation.processing.shadows.ShadowClassNameOnly;
12 import org.robolectric.annotation.processing.shadows.ShadowDummy;
13 import org.robolectric.annotation.processing.shadows.ShadowDummy2;
14 import org.robolectric.annotation.processing.shadows.ShadowInnerPackageDummy;
21 @Generated("org.robolectric.annotation.processing.RobolectricProcessor")
27 …leEntry<>("com.example.objects.AnyObject", "org.robolectric.annotation.processing.shadows.ShadowCl… in SHADOWS.add()
28 …utableEntry<>("com.example.objects.Dummy", "org.robolectric.annotation.processing.shadows.ShadowDu… in SHADOWS.add()
29 …utableEntry<>("org.example.objects.Dummy", "org.robolectric.annotation.processing.shadows.ShadowDu… in SHADOWS.add()
30 …e.objects.innerpackage.InnerPackageDummy", "org.robolectric.annotation.processing.shadows.ShadowIn… in SHADOWS.add()
/external/apache-xml/src/main/java/org/apache/xalan/templates/
DElemPI.java31 * Implement xsl:processing-instruction.
33 * <!ELEMENT xsl:processing-instruction %char-template;>
34 * <!ATTLIST xsl:processing-instruction
39 … href="http://www.w3.org/TR/xslt#section-Creating-Processing-Instructions">section-Creating-Proces…
47 * The xsl:processing-instruction element has a required name
48 * attribute that specifies the name of the processing instruction node.
115 * Create a processing instruction in the result tree.
116 * The content of the xsl:processing-instruction element is a
117 * template for the string-value of the processing instruction node.
118 … href="http://www.w3.org/TR/xslt#section-Creating-Processing-Instructions">section-Creating-Proces…
[all …]
/external/dagger2/java/dagger/internal/codegen/xprocessing/
DXElements.java19 import static androidx.room.compiler.processing.XElementKt.isConstructor;
20 import static androidx.room.compiler.processing.XElementKt.isField;
21 import static androidx.room.compiler.processing.XElementKt.isMethod;
22 import static androidx.room.compiler.processing.XElementKt.isMethodParameter;
23 import static androidx.room.compiler.processing.XElementKt.isTypeElement;
24 import static androidx.room.compiler.processing.XElementKt.isVariableElement;
25 import static androidx.room.compiler.processing.compat.XConverters.getProcessingEnv;
26 import static androidx.room.compiler.processing.compat.XConverters.toJavac;
27 import static androidx.room.compiler.processing.compat.XConverters.toKS;
34 import androidx.room.compiler.processing.XAnnotated;
[all …]
/external/ksp/api/src/main/kotlin/com/google/devtools/ksp/processing/
DSymbolProcessor.kt17 package com.google.devtools.ksp.processing
22 * [SymbolProcessor] is the interface used by plugins to integrate into Kotlin Symbol Processing.
26 …* Exceptions from processors will immediately terminate processing and be logged as an error in KS…
33 * Called by Kotlin Symbol Processing to run the processing task.
41 * Called by Kotlin Symbol Processing to finalize the processing of a compilation. in process()
46 * Called by Kotlin Symbol Processing to handle errors after a round of processing.
/external/cldr/tools/cldr-code/src/test/java/org/unicode/cldr/unittest/
DRegexTransform.java13 public enum Processing { enum in RegexTransform
19 private final Processing processing; field in RegexTransform
31 switch (processing) { in transform()
45 public RegexTransform(Processing processing) { in RegexTransform() argument
46 this.processing = processing; in RegexTransform()
/external/grpc-grpc/tools/distrib/python/xds_protos/envoy/service/ext_proc/v3/
Dexternal_processor_pb2_grpc.py9 """[#protodoc-title: External processing service]
13 The overall external processing protocol works like this:
17 to either stop processing, continue without it, or send it the
24 5. At this point, request processing is done, and we pick up again
52 """[#protodoc-title: External processing service]
56 The overall external processing protocol works like this:
60 to either stop processing, continue without it, or send it the
67 5. At this point, request processing is done, and we pick up again
107 """[#protodoc-title: External processing service]
111 The overall external processing protocol works like this:
[all …]
/external/perfetto/src/trace_processor/perfetto_sql/stdlib/chrome/
Devent_latency_description.sql19 'the browser UI thread started processing the input. Blocking touch ' ||
24 'browser UI thread began processing the input.'),
33 'browser UI thread processing, and task queueing times on the IO and ' ||
40 'Interval between when the Renderer Compositor finishes processing the ' ||
41 'event and when the Renderer Main (CrRendererMain) starts processing ' ||
46 'Interval corresponding to the Renderer Compositor thread processing ' ||
49 'Interval corresponding to the Renderer Main thread processing the ' ||
65 'Interval between when Renderer Compositor started processing the frame ' ||
70 'Interval between when Renderer Main finished processing the frame ' ||
75 'Interval between when Renderer Compositor finished processing the ' ||
[all …]
/external/cronet/base/tracing/stdlib/chrome/
Devent_latency_description.sql19 'the browser UI thread started processing the input. Blocking touch ' ||
24 'browser UI thread began processing the input.'),
33 'browser UI thread processing, and task queueing times on the IO and ' ||
40 'Interval between when the Renderer Compositor finishes processing the ' ||
41 'event and when the Renderer Main (CrRendererMain) starts processing ' ||
46 'Interval corresponding to the Renderer Compositor thread processing ' ||
49 'Interval corresponding to the Renderer Main thread processing the ' ||
65 'Interval between when Renderer Compositor started processing the frame ' ||
70 'Interval between when Renderer Main finished processing the frame ' ||
75 'Interval between when Renderer Compositor finished processing the ' ||
[all …]
/external/turbine/java/com/google/turbine/processing/
DModelFactory.java17 package com.google.turbine.processing;
48 import com.google.turbine.processing.TurbineElement.TurbineExecutableElement;
49 import com.google.turbine.processing.TurbineElement.TurbineFieldElement;
50 import com.google.turbine.processing.TurbineElement.TurbineNoTypeElement;
51 import com.google.turbine.processing.TurbineElement.TurbinePackageElement;
52 import com.google.turbine.processing.TurbineElement.TurbineParameterElement;
53 import com.google.turbine.processing.TurbineElement.TurbineRecordComponentElement;
54 import com.google.turbine.processing.TurbineElement.TurbineTypeElement;
55 import com.google.turbine.processing.TurbineElement.TurbineTypeParameterElement;
56 import com.google.turbine.processing.TurbineTypeMirror.TurbineArrayType;
[all …]

12345678910>>...373