Home
last modified time | relevance | path

Searched defs:source (Results 1 – 25 of 10371) sorted by relevance

12345678910>>...415

/aosp_15_r20/external/ktfmt/core/src/test/java/com/facebook/ktfmt/kdoc/
H A DKDocFormatterTest.kt57 val source = task.comment in checkFormatter() constant
138 val source = in testWithOffset() constant
163 val source = in testWordBreaking() constant
186 val source = in testHeader() constant
243 val source = in testSingle() constant
267 val source = in testEmpty() constant
292 val source = in testJavadocParams() constant
322 val source = in testBracketParam() constant
348 val source = in testMultiLineLink() constant
394 val source = in testPreformattedWithinCode() constant
[all …]
/aosp_15_r20/packages/modules/AdServices/adservices/tests/unittest/service-core/measurement/src/com/android/adservices/service/measurement/reporting/
DDebugReportApiTest.java132 Source source = in testScheduleAppToAppSourceReport_success() local
160 Source source = in testScheduleWebToWebSourceReport_success() local
188 Source source = in testScheduleAppToWebSourceReport_success() local
217 Source source = in testScheduleWebToAppSourceReport_success() local
247 Source source = in testScheduleAppToAppAndWebSourceReport_success() local
285 Source source = in testScheduleWebToAppAndWebSourceReport_success() local
323 Source source = in testScheduleSourceReport_nonNullAdrReportType_isInAggregateReport() local
342 Source source = in testScheduleSourceReport_debugFlagDisabled_dontSchedule() local
362 Source source = in testScheduleSourceReport_sourceFlagDisabled_dontSchedule() local
381 Source source = in testScheduleSourceReport_without_enrollmentId_dontSchedule() local
[all …]
DDebugKeyAccessorTest.java109 Source source = in getDebugKeys_appToAppWithAdIdPermission_debugKeysPresent() local
136 Source source = in getDebugKeys_appToAppNoAdIdPermission_debugKeysAbsent() local
164 Source source = in getDebugKeys_appToAppNoAdIdPermissionWithJoinKeys_debugKeysAbsent() local
191 Source source = in getDebugKeys_appToAppWithSourceAdId_sourceDebugKeyPresent() local
218 Source source = in getDebugKeys_appToAppWithTriggerAdId_triggerDebugKeyPresent() local
250 Source source = in getDebugKeys_enableBothSideDebugKeys_appToAppNoSourceDebugKey_debugKeysNotPresent() local
284 Source source = in getDebugKeys_enableBothSideDebugKeys_appToAppNoTriggerDebugKey_debugKeysNotPresent() local
317 Source source = in getDebugKeys_enableBothSideDebugKeys_appToApp_debugKeysPresent() local
346 Source source = in getDebugKeys_webToWebWithSameRegistrant_debugKeysPresent() local
374 Source source = in getDebugKeys_webToWebNoJoinKeysAndDifferentRegistrants_debugKeysAbsent() local
[all …]
DEventReportWindowCalcDelegateTest.java91 Source source = in getReportingTime_eventSourceAppDestination() local
109 Source source = in getReportingTime_eventSrcInstallAttributedAppDestinationTrigger1stWindow() local
129 Source source = in getReportingTime_eventSrcInstallAttributedAppDestinationTrigger2ndWindow() local
148 Source source = in getReportingTime_eventSrcInstallAttributedWebDestinationTrigger1stWindow() local
167 Source source = in getReportingTime_eventSrcInstallAttributedWebDestinationTrigger2ndWindow() local
186 Source source = in getReportingTime_eventSourceWebDestination() local
204 Source source = in getReportingTime_navigationSourceTriggerInFirstWindow() local
223 Source source = in getReportingTime_navigationSourceTriggerInSecondWindow() local
242 Source source = in getReportingTime_navigationSecondExpiry() local
260 Source source = in getReportingTime_navigationLast() local
[all …]
/aosp_15_r20/tools/metalava/metalava/src/test/java/com/android/tools/metalava/
H A DApiFromTextTest.kt27 val source = in Loading a signature file and writing the API back out() constant
45 val source = in Handle lambdas as default values() constant
65 val source = in Invoking function with multiple parameters as parameter default value() constant
84 val source = in Handle enum constants as default values() constant
113 val source = in Handle complex expressions as default values() constant
145 val source = in Annotation signatures requiring more complicated token matching() constant
160 val source = in Multiple extends() constant
238 val source = constant
280 val source = constant
308 val source = constant
[all …]
/aosp_15_r20/external/kotlinpoet/kotlinpoet/src/commonTest/kotlin/com/squareup/kotlinpoet/
H A DFileSpecTest.kt50 val source = FileSpec.builder("com.example.helloworld", "HelloWorld") in importStaticReadmeExample() constant
84 val source = FileSpec.builder("com.squareup.tacos", "Taco") in importStaticMixed() constant
131 val source = FileSpec.builder("com.squareup.tacos", "Taco") in importTopLevel() constant
160 val source = FileSpec.builder("com.squareup.tacos", "Taco") in importStaticDynamic() constant
189 val source = FileSpec.builder("readme", "Util") in importStaticNone() constant
212 val source = FileSpec.builder("readme", "Util") in importStaticOnce() constant
236 val source = FileSpec.builder("readme", "Util") in importStaticTwice() constant
281 val source = FileSpec.builder("com.squareup.tacos", "Taco") in noImports() constant
295 val source = FileSpec.builder("com.squareup.tacos", "Taco") in singleImport() constant
317 val source = FileSpec.builder("com.squareup.tacos", "Taco") in singleImportEscapeKeywords() constant
[all …]
H A DKotlinPoetTest.kt29 val source = FileSpec.builder(tacosPackage, "Taco") in topLevelMembersRetainOrder() constant
77 val source = FileSpec.get( in primaryConstructor() constant
111 val source = FileSpec.get( in primaryConstructorProperties() constant
174 val source = FileSpec.get( in propertyModifiers() constant
213 val source = FileSpec.get( in visibilityModifiers() constant
245 val source = FileSpec.get( in strings() constant
271 val source = FileSpec.get( in rawStrings() constant
332 val source = FileSpec.get( in edgeCaseStrings() constant
362 val source = FileSpec.get( in parameterDefaultValue() constant
392 val source = FileSpec.builder(tacosPackage, "Taco") in extensionFunction() constant
[all …]
/aosp_15_r20/external/ms-tpm-20-ref/TPMCmd/tpm/include/prototypes/
H A DMarshal_fp.h62 #define BYTE_Marshal(source, buffer, size) \ argument
78 #define INT8_Marshal(source, buffer, size) \ argument
100 #define INT16_Marshal(source, buffer, size) \ argument
122 #define INT32_Marshal(source, buffer, size) \ argument
144 #define INT64_Marshal(source, buffer, size) \ argument
161 #define TPM_ALGORITHM_ID_Marshal(source, buffer, size) \ argument
177 #define TPM_MODIFIER_INDICATOR_Marshal(source, buffer, size) \ argument
193 #define TPM_AUTHORIZATION_SIZE_Marshal(source, buffer, size) \ argument
208 #define TPM_PARAMETER_SIZE_Marshal(source, buffer, size) \ argument
222 #define TPM_KEY_SIZE_Marshal(source, buffer, size) \ argument
[all …]
/aosp_15_r20/external/javapoet/src/test/java/com/squareup/javapoet/
H A DJavaFileTest.java116 JavaFile source = JavaFile.builder("com.squareup.tacos", in importStaticMixed() local
155 JavaFile source = JavaFile.builder("com.squareup.tacos", in importStaticDynamic() local
260 String source = JavaFile.builder("com.squareup.tacos", in noImports() local
272 String source = JavaFile.builder("com.squareup.tacos", in singleImport() local
289 String source = JavaFile.builder("com.squareup.tacos", in conflictingImports() local
309 String source = JavaFile.builder("com.squareup.tacos", in annotatedTypeParam() local
331 String source = JavaFile.builder("com.squareup.tacos", in skipJavaLangImportsWithConflictingClassLast() local
351 String source = JavaFile.builder("com.squareup.tacos", in skipJavaLangImportsWithConflictingClassFirst() local
372 String source = JavaFile.builder("com.squareup.tacos", in conflictingParentName() local
408 String source = JavaFile.builder("com.squareup.tacos", in conflictingChildName() local
[all …]
/aosp_15_r20/system/tools/hidl/hidl2aidl/test/
DTranslateJavaTest.java32 hidl2aidl.test.V1_0.OnlyIn10 source = new hidl2aidl.test.V1_0.OnlyIn10(); in OnlyIn10() local
41 hidl2aidl.test.V1_1.OnlyIn11 source = new hidl2aidl.test.V1_1.OnlyIn11(); in OnlyIn11() local
50 hidl2aidl.test.V1_1.OverrideMe source = new hidl2aidl.test.V1_1.OverrideMe(); in OverrideMe() local
59 hidl2aidl.test.V1_1.Outer source = new hidl2aidl.test.V1_1.Outer(); in Outer() local
69 hidl2aidl.test.V1_0.Outer.Inner source = new hidl2aidl.test.V1_0.Outer.Inner(); in OuterInner() local
78 hidl2aidl.test.V1_2.NameCollision source = new hidl2aidl.test.V1_2.NameCollision(); in NameCollision() local
91 hidl2aidl.test.V1_1.IFoo.BigStruct source = new hidl2aidl.test.V1_1.IFoo.BigStruct(); in IFooBigStruct() local
102 hidl2aidl.test.V1_0.IBar.Inner source = new hidl2aidl.test.V1_0.IBar.Inner(); in IBarInner() local
111 hidl2aidl.test.V1_0.IBar.Inner source = new hidl2aidl.test.V1_0.IBar.Inner(); in UnsignedToSignedTooLarge() local
127 hidl2aidl.test.V1_2.SafeUnionBar source = new hidl2aidl.test.V1_2.SafeUnionBar(); in SafeUnionBarByte() local
[all …]
Dtranslate_cpp_test.cpp28 hidl2aidl::test::V1_0::OnlyIn10 source; in TEST_F() local
36 hidl2aidl::test::V1_1::OnlyIn11 source; in TEST_F() local
44 hidl2aidl::test::V1_1::OverrideMe source; in TEST_F() local
52 hidl2aidl::test::V1_1::Outer source; in TEST_F() local
62 hidl2aidl::test::V1_0::Outer::Inner source; in TEST_F() local
70 hidl2aidl::test::V1_2::NameCollision source; in TEST_F() local
82 hidl2aidl::test::V1_1::IFoo::BigStruct source; in TEST_F() local
92 hidl2aidl::test::V1_0::IBar::Inner source; in TEST_F() local
100 hidl2aidl::test::V1_0::IBar::Inner source; in TEST_F() local
109 hidl2aidl::test::V1_2::SafeUnionBar source; in TEST_F() local
[all …]
Dtranslate_ndk_test.cpp28 hidl2aidl::test::V1_0::OnlyIn10 source; in TEST_F() local
36 hidl2aidl::test::V1_1::OnlyIn11 source; in TEST_F() local
44 hidl2aidl::test::V1_1::OverrideMe source; in TEST_F() local
52 hidl2aidl::test::V1_1::Outer source; in TEST_F() local
62 hidl2aidl::test::V1_0::Outer::Inner source; in TEST_F() local
70 hidl2aidl::test::V1_2::NameCollision source; in TEST_F() local
82 hidl2aidl::test::V1_1::IFoo::BigStruct source; in TEST_F() local
92 hidl2aidl::test::V1_0::IBar::Inner source; in TEST_F() local
100 hidl2aidl::test::V1_0::IBar::Inner source; in TEST_F() local
109 hidl2aidl::test::V1_2::SafeUnionBar source; in TEST_F() local
[all …]
/aosp_15_r20/external/angle/src/tests/compiler_tests/
H A DBufferVariables_test.cpp47 const std::string &source = in TEST_F() local
65 const std::string &source = in TEST_F() local
80 const std::string &source = in TEST_F() local
98 const std::string &source = in TEST_F() local
117 const std::string &source = in TEST_F() local
132 const std::string &source = in TEST_F() local
150 const std::string &source = in TEST_F() local
167 const std::string &source = in TEST_F() local
185 const std::string &source = in TEST_F() local
203 const std::string &source = in TEST_F() local
[all …]
/aosp_15_r20/external/ms-tpm-20-ref/TPMCmd/tpm/src/support/
H A DMarshal.c56 UINT8_Marshal(UINT8 *source, BYTE **buffer, INT32 *size) in UINT8_Marshal()
78 BYTE_Marshal(BYTE *source, BYTE **buffer, INT32 *size) in BYTE_Marshal()
92 INT8_Marshal(INT8 *source, BYTE **buffer, INT32 *size) in INT8_Marshal()
109 UINT16_Marshal(UINT16 *source, BYTE **buffer, INT32 *size) in UINT16_Marshal()
131 INT16_Marshal(INT16 *source, BYTE **buffer, INT32 *size) in INT16_Marshal()
148 UINT32_Marshal(UINT32 *source, BYTE **buffer, INT32 *size) in UINT32_Marshal()
170 INT32_Marshal(INT32 *source, BYTE **buffer, INT32 *size) in INT32_Marshal()
187 UINT64_Marshal(UINT64 *source, BYTE **buffer, INT32 *size) in UINT64_Marshal()
209 INT64_Marshal(INT64 *source, BYTE **buffer, INT32 *size) in INT64_Marshal()
224 TPM_ALGORITHM_ID_Marshal(TPM_ALGORITHM_ID *source, BYTE **buffer, INT32 *size) in TPM_ALGORITHM_ID_Marshal()
[all …]
/aosp_15_r20/external/ms-tpm-20-ref/TPMCmd/tpm/include/
H A DTableMarshalDefines.h614 #define UINT8_Marshal(source, buffer, size) \ argument
618 #define BYTE_Marshal(source, buffer, size) \ argument
622 #define INT8_Marshal(source, buffer, size) \ argument
626 #define UINT16_Marshal(source, buffer, size) \ argument
630 #define INT16_Marshal(source, buffer, size) \ argument
634 #define UINT32_Marshal(source, buffer, size) \ argument
638 #define INT32_Marshal(source, buffer, size) \ argument
642 #define UINT64_Marshal(source, buffer, size) \ argument
646 #define INT64_Marshal(source, buffer, size) \ argument
650 #define TPM_ALGORITHM_ID_Marshal(source, buffer, size) \ argument
[all …]
/aosp_15_r20/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/le_audio/
DLeAudioBinderTest.java102 AttributionSource source = new AttributionSource.Builder(0).build(); in connect() local
111 AttributionSource source = new AttributionSource.Builder(0).build(); in disconnect() local
119 AttributionSource source = new AttributionSource.Builder(0).build(); in getConnectedDevices() local
128 AttributionSource source = new AttributionSource.Builder(0).build(); in getConnectedGroupLeadDevice() local
137 AttributionSource source = new AttributionSource.Builder(0).build(); in getDevicesMatchingConnectionStates() local
146 AttributionSource source = new AttributionSource.Builder(0).build(); in getConnectionState() local
155 AttributionSource source = new AttributionSource.Builder(0).build(); in setActiveDevice() local
163 AttributionSource source = new AttributionSource.Builder(0).build(); in setActiveDevice_withNullDevice_callsRemoveActiveDevice() local
171 AttributionSource source = new AttributionSource.Builder(0).build(); in getActiveDevices() local
180 AttributionSource source = new AttributionSource.Builder(0).build(); in getAudioLocation() local
[all …]
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/syntax/
Dsource.go46 type source struct { struct
47 in io.Reader
48 errh func(line, col uint, msg string)
50 buf []byte // source buffer
51 ioerr error // pending I/O error, or nil
52 b, r, e int // buffer indices (see comment above)
53 line, col uint // source position of ch (0-based)
54 ch rune // most recently read character
55 chw int // width of ch
60 func (s *source) init(in io.Reader, errh func(line, col uint, msg string)) {
[all …]
/aosp_15_r20/external/okio/okio/src/commonTest/kotlin/okio/
H A DCommonBufferTest.kt147 val source = Buffer() in moveBytesBetweenBuffers() constant
164 val source = Buffer() in writeSplitSourceBufferLeft() constant
179 val source = Buffer() in writeSplitSourceBufferRight() constant
191 val source = Buffer() in writePrefixDoesntSplit() constant
206 val source = Buffer() in writePrefixDoesntSplitButRequiresCompact() constant
220 val source = Buffer() in moveAllRequestedBytesWithRead() constant
233 val source = Buffer() in moveFewerThanRequestedBytesWithRead() constant
281 val source = Buffer() in writePrefixToEmptyBuffer() constant
338 val source = Buffer().writeUtf8( in readAllWritesAllSegmentsAtOnce() constant
352 val source = Buffer().writeUtf8('a'.repeat(Segment.SIZE * 3)) in writeAllMultipleSegments() constant
[all …]
/aosp_15_r20/external/timezone-boundary-builder/
H A Dtimezones.json5 "source": "overpass", string
12 "source": "overpass", string
19 "source": "overpass", string
26 "source": "overpass", string
33 "source": "overpass", string
40 "source": "overpass", string
47 "source": "overpass", string
54 "source": "overpass", string
61 "source": "overpass", string
68 "source": "overpass", string
[all …]
/aosp_15_r20/frameworks/base/tests/NetworkSecurityConfigTest/src/android/security/net/config/
H A DXmlConfigTests.java40 XmlConfigSource source = new XmlConfigSource(getContext(), R.xml.empty_config, in testEmptyConfigFile() local
60 XmlConfigSource source = new XmlConfigSource(getContext(), R.xml.empty_trust, in testEmptyAnchors() local
79 XmlConfigSource source = new XmlConfigSource(getContext(), R.xml.domain1, in testBasicDomainConfig() local
116 XmlConfigSource source = new XmlConfigSource(getContext(), R.xml.pins1, in testBasicPinning() local
132 XmlConfigSource source = new XmlConfigSource(getContext(), R.xml.expired_pin, in testExpiredPin() local
147 XmlConfigSource source = new XmlConfigSource(getContext(), R.xml.override_pins, in testOverridesPins() local
162 XmlConfigSource source = new XmlConfigSource(getContext(), R.xml.bad_pin, in testBadPin() local
178 XmlConfigSource source = new XmlConfigSource(getContext(), R.xml.multiple_domains, in testMultipleDomains() local
200 XmlConfigSource source = new XmlConfigSource(getContext(), R.xml.multiple_configs, in testMultipleDomainConfigs() local
216 XmlConfigSource source = new XmlConfigSource(getContext(), R.xml.subdomains, in testIncludeSubdomains() local
[all …]
/aosp_15_r20/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hap/
DHapClientBinder.java59 private HapClientService getService(AttributionSource source) { in getService()
80 public List<BluetoothDevice> getConnectedDevices(AttributionSource source) { in getConnectedDevices()
91 int[] states, AttributionSource source) { in getDevicesMatchingConnectionStates()
101 public int getConnectionState(BluetoothDevice device, AttributionSource source) { in getConnectionState()
114 BluetoothDevice device, int connectionPolicy, AttributionSource source) { in setConnectionPolicy()
131 public int getConnectionPolicy(BluetoothDevice device, AttributionSource source) { in getConnectionPolicy()
143 public int getActivePresetIndex(BluetoothDevice device, AttributionSource source) { in getActivePresetIndex()
156 BluetoothDevice device, AttributionSource source) { in getActivePresetInfo()
168 public int getHapGroup(BluetoothDevice device, AttributionSource source) { in getHapGroup()
180 public void selectPreset(BluetoothDevice device, int presetIndex, AttributionSource source) { in selectPreset()
[all …]
/aosp_15_r20/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.JavaExtensions/
H A DEnumerableExtensions.cs52 public static double Average(IEnumerable<int> source) { in Average()
76 public static double Average(IEnumerable<double> source) { in Average()
84 public static bool Contains<TSource>(IEnumerable<TSource> source, TSource value) { in Contains()
92 …public static bool Contains<TSource>(IEnumerable<TSource> source, TSource value, IEqualityComparer… in Contains()
108 public static IEnumerable<TSource> DefaultIfEmpty<TSource>(IEnumerable<TSource> source) { in DefaultIfEmpty()
112 …public static IEnumerable<TSource> DefaultIfEmpty<TSource>(IEnumerable<TSource> source, TSource de… in DefaultIfEmpty()
118 …tic IEnumerable<TSource> CreateDefaultIfEmptyIterator<TSource>(IEnumerable<TSource> source, TSourc… in CreateDefaultIfEmptyIterator()
133 public static int Max(IEnumerable<int> source) { in Max()
139 static U Iterate<T, U>(IEnumerable<T> source, U initValue, Func<T, U, U> selector) { in Iterate()
156 public static int Min(IEnumerable<int> source) { in Min()
[all …]
/aosp_15_r20/tools/platform-compat/javatest/android/processor/compat/changeid/
H A DChangeIdProcessorTest.java109 JavaFileObject[] source = { in testCompatConfigXmlOutput() local
168 JavaFileObject[] source = { in testCompatConfigXmlOutput_multiplePackages() local
219 JavaFileObject[] source = { in testCompatConfigXmlOutput_innerClass() local
253 JavaFileObject[] source = { in testCompatConfigXmlOutput_interface() local
285 JavaFileObject[] source = { in testCompatConfigXmlOutput_enum() local
318 JavaFileObject[] source = { in testBothDisabledAndEnabledAfter() local
343 JavaFileObject[] source = { in testBothDisabledAndEnabledSince() local
369 JavaFileObject[] source = { in testBothLoggingOnlyAndEnabledAfter() local
394 JavaFileObject[] source = { in testBothLoggingOnlyAndEnabledSince() local
419 JavaFileObject[] source = { in testBothLoggingOnlyAndDisabled() local
[all …]
/aosp_15_r20/external/okio/okio/src/jvmTest/kotlin/okio/
H A DBufferTest.kt166 val source = Buffer() in moveBytesBetweenBuffers() constant
182 val source = Buffer() in writeSplitSourceBufferLeft() constant
195 val source = Buffer() in writeSplitSourceBufferRight() constant
206 val source = Buffer() in writePrefixDoesntSplit() constant
220 val source = Buffer() in writePrefixDoesntSplitButRequiresCompact() constant
231 val source = Buffer() in copyToSpanningSegments() constant
319 val source = Buffer() in moveAllRequestedBytesWithRead() constant
331 val source = Buffer() in moveFewerThanRequestedBytesWithRead() constant
383 val source = Buffer() in writePrefixToEmptyBuffer() constant
478 val source = Buffer() in bufferInputStreamByteByByte() constant
[all …]
H A DBufferedSourceJavaTest.kt33 val source = Buffer() in inputStreamTracksSegments() constant
69 val source = (Buffer() as Source).buffer() in inputStreamCloses() constant
95 val source = Buffer() in requireTracksBufferFirst() constant
106 val source = Buffer() in requireIncludesBufferBytes() constant
116 val source = Buffer() in requireInsufficientData() constant
128 val source = Buffer() in requireReadsOneSegmentAtATime() constant
139 val source = Buffer() in skipReadsOneSegmentAtATime() constant
150 val source = Buffer() in skipTracksBufferFirst() constant
161 val source = Buffer() in operationsAfterClose() constant
210 val source = Buffer().writeUtf8( in readAllReadsOneSegmentAtATime() constant

12345678910>>...415