Home
last modified time | relevance | path

Searched defs:information (Results 1 – 25 of 212) sorted by relevance

123456789

/aosp_15_r20/packages/modules/SdkExtensions/
DREADME.md11 ### Structure
25 ### Deriving extension SDK level
32 ### Reading extension SDK level
38 ### Deriving classpaths
52 ### Defining a new extension version
121 ### Adding a new extension
/aosp_15_r20/external/zxing/core/src/main/java/com/google/zxing/oned/rss/expanded/decoders/
H A DGeneralAppIdDecoder.java39 private final BitArray information; field in GeneralAppIdDecoder
43 GeneralAppIdDecoder(BitArray information) { in GeneralAppIdDecoder()
107 static int extractNumericValueFromBitArray(BitArray information, int pos, int bits) { in extractNumericValueFromBitArray()
167 DecodedInformation information; in parseNumericBlock() local
178 … DecodedInformation information = new DecodedInformation(current.getPosition(), buffer.toString()); in parseNumericBlock() local
197 … DecodedInformation information = new DecodedInformation(current.getPosition(), buffer.toString()); in parseIsoIec646Block() local
224 … DecodedInformation information = new DecodedInformation(current.getPosition(), buffer.toString()); in parseAlphaBlock() local
H A DAbstractExpandedDecoder.java39 private final BitArray information; field in AbstractExpandedDecoder
42 AbstractExpandedDecoder(BitArray information) { in AbstractExpandedDecoder()
57 public static AbstractExpandedDecoder createDecoder(BitArray information) { in createDecoder()
H A DAnyAIDecoder.java41 AnyAIDecoder(BitArray information) { in AnyAIDecoder()
H A DAI013x0xDecoder.java40 AI013x0xDecoder(BitArray information) { in AI013x0xDecoder()
H A DAI01320xDecoder.java36 AI01320xDecoder(BitArray information) { in AI01320xDecoder()
/aosp_15_r20/external/libdrm/man/
H A DdrmModeGetResources.3.rst13 Synopsis
22 Description
73 Return Value
80 Reporting Bugs
86 See Also
/aosp_15_r20/external/robolectric/annotations/src/test/java/org/robolectric/versioning/
H A DAndroidVersionsEdgeCaseTest.java36 SdkInformation information = AndroidVersions.gatherStaticSdkInformationFromThisClass(); in sdkIntHigherThanKnownReleasesClaimsIsReleased_throwsException() local
65 SdkInformation information = AndroidVersions.gatherStaticSdkInformationFromThisClass(); in sdkIntReleasedButStillReportsCodeName_throwsException() local
91 SdkInformation information = AndroidVersions.gatherStaticSdkInformationFromThisClass(); in sdkIntReleasedButStillReportsCodeName_warningMode() local
111 SdkInformation information = AndroidVersions.gatherStaticSdkInformationFromThisClass(); in lastReleasedIntReleasedButStillReportsCodeName_noException() local
126 SdkInformation information = AndroidVersions.gatherStaticSdkInformationFromThisClass(); in unknownSdkInt_warningMode() local
/aosp_15_r20/external/python/cpython2/Doc/howto/
Dlogging-cookbook.rst540 Using objects other than dicts to pass contextual information
549 .. _filters-contextual:
621 .. _multiple-processes:
/aosp_15_r20/tools/tradefederation/core/src/com/android/tradefed/build/content/
DTestContentAnalyzer.java45 private final TestInformation information; field in TestContentAnalyzer
52 TestInformation information, in TestContentAnalyzer()
432 ContentInformation information, String entry) { in analyzeContentDiff()
DContentAnalysisContext.java34 private final ContentInformation information; field in ContentAnalysisContext
46 String contentEntry, ContentInformation information, AnalysisMethod method) { in ContentAnalysisContext()
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/stdarch/crates/std_detect/tests/
H A Dx86-specific.rs77 let information = cupid::master().unwrap(); in env_override_no_avx() localVariable
98 let information = cupid::master().unwrap(); in compare_with_cupid() localVariable
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/stdarch/crates/std_detect/tests/
H A Dx86-specific.rs77 let information = cupid::master().unwrap(); in env_override_no_avx() localVariable
98 let information = cupid::master().unwrap(); in compare_with_cupid() localVariable
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/stdarch/crates/std_detect/tests/
H A Dx86-specific.rs77 let information = cupid::master().unwrap(); in env_override_no_avx() localVariable
98 let information = cupid::master().unwrap(); in compare_with_cupid() localVariable
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/stdarch/crates/std_detect/tests/
H A Dx86-specific.rs77 let information = cupid::master().unwrap(); in env_override_no_avx() localVariable
98 let information = cupid::master().unwrap(); in compare_with_cupid() localVariable
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/stdarch/crates/std_detect/tests/
H A Dx86-specific.rs77 let information = cupid::master().unwrap(); in env_override_no_avx() localVariable
98 let information = cupid::master().unwrap(); in compare_with_cupid() localVariable
/aosp_15_r20/external/coreboot/Documentation/
H A Dexternal_docs.md111 ### Hardware Specifications & Standards
148 ### Chip Vendor Documentation
/aosp_15_r20/packages/modules/DeviceLock/DeviceLockController/src/com/android/devicelockcontroller/provision/grpc/impl/
DGetDeviceCheckInStatusGrpcResponseWrapper.java209 private NextStepInformation(@NonNull NextCheckinInformation information) { in NextStepInformation()
214 private NextStepInformation(@NonNull DeviceProvisioningInformation information) { in NextStepInformation()
/aosp_15_r20/tools/tradefederation/core/src/com/android/tradefed/result/skipped/
DArtifactsAnalyzer.java48 private final TestInformation information; field in ArtifactsAnalyzer
56 TestInformation information, in ArtifactsAnalyzer()
DSkipManager.java169 public boolean shouldSkipInvocation(TestInformation information) { in shouldSkipInvocation()
251 private boolean buildAnalysisDecision(TestInformation information, BuildAnalysis results) { in buildAnalysisDecision()
/aosp_15_r20/cts/hostsidetests/ctsverifier/src/com/android/cts/verifier/
H A DCtsVerifierTest.java131 public static void ensureCtsVerifierInstalled(TestInformation information) throws Exception { in ensureCtsVerifierInstalled()
167 public static void uninstallCtsVerifier(TestInformation information) throws Exception { in uninstallCtsVerifier()
/aosp_15_r20/external/python/cpython3/Doc/howto/
Dlogging-cookbook.rst917 Using objects other than dicts to pass contextual information
926 .. _filters-contextual:
/aosp_15_r20/external/ComputeLibrary/src/core/
H A DVersion.cpp31 static const std::string information = in build_information() local
/aosp_15_r20/external/zxing/core/src/test/java/com/google/zxing/oned/rss/expanded/
H A DExpandedInformationDecoderTest.java43 …BitArray information = BinaryUtil.buildBitArrayFromString(" .......X ..XX..X. X.X....X .......X ..… in testNoAi() local
/aosp_15_r20/external/javaparser/
H A Dreadme.md105 #### [JavaParser.org](https://javaparser.org) is the main information site.

123456789