Home
last modified time | relevance | path

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

12345678910>>...124

/external/javapoet/src/test/java/com/squareup/javapoet/
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 …]
/external/angle/src/tests/compiler_tests/
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 …]
DAtomicCounter_test.cpp38 const std::string &source = in TEST_F() local
78 const std::string &source = in TEST_F() local
93 const std::string &source = in TEST_F() local
108 const std::string &source = in TEST_F() local
123 const std::string &source = in TEST_F() local
139 const std::string &source = in TEST_F() local
155 const std::string &source = in TEST_F() local
172 const std::string &source = in TEST_F() local
188 const std::string &source = in TEST_F() local
203 const std::string &source = in TEST_F() local
[all …]
/external/ms-tpm-20-ref/TPMCmd/tpm/include/prototypes/
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 …]
/external/okio/okio/src/commonTest/kotlin/okio/
DCommonRealBufferedSourceTest.kt44 val source = Buffer() in requireTracksBufferFirst() constant
56 val source = Buffer() in requireIncludesBufferBytes() constant
67 val source = Buffer() in requireInsufficientData() constant
78 val source = Buffer() in requireReadsOneSegmentAtATime() constant
90 val source = Buffer() in skipReadsOneSegmentAtATime() constant
100 val source = Buffer() in skipTracksBufferFirst() constant
112 val source = Buffer() in operationsAfterClose() constant
143 val source = Buffer().writeUtf8( in readAllReadsOneSegmentAtATime() constant
DCommonBufferTest.kt141 val source = Buffer() in moveBytesBetweenBuffers() constant
158 val source = Buffer() in writeSplitSourceBufferLeft() constant
173 val source = Buffer() in writeSplitSourceBufferRight() constant
185 val source = Buffer() in writePrefixDoesntSplit() constant
200 val source = Buffer() in writePrefixDoesntSplitButRequiresCompact() constant
214 val source = Buffer() in moveAllRequestedBytesWithRead() constant
227 val source = Buffer() in moveFewerThanRequestedBytesWithRead() constant
275 val source = Buffer() in writePrefixToEmptyBuffer() constant
329 val source = Buffer().writeUtf8( in readAllWritesAllSegmentsAtOnce() constant
343 val source = Buffer().writeUtf8('a'.repeat(Segment.SIZE * 3)) in writeAllMultipleSegments() constant
[all …]
/external/okio/okio/src/jvmTest/kotlin/okio/
DBufferKotlinTest.kt37 val source = Buffer() in copyToOutputStream() constant
47 val source = Buffer() in copyToOutputStreamWithOffset() constant
57 val source = Buffer() in copyToOutputStreamWithByteCount() constant
67 val source = Buffer() in copyToOutputStreamWithOffsetAndByteCount() constant
77 val source = Buffer() in writeToOutputStream() constant
87 val source = Buffer() in writeToOutputStreamWithByteCount() constant
DThrottlerTest.kt28 private val source = randomSource(size) constant
47 @Test fun source() { in source() method in okio.ThrottlerTest
90 val source = randomSource(size) in parallel() constant
103 val source = randomSource(size) in parallelFastThenSlower() constant
118 val source = randomSource(size) in parallelSlowThenFaster() constant
136 val source = randomSource(size) in parallelIndividualThrottle() constant
152 val source = randomSource(size) in parallelGroupAndIndividualThrottle() constant
/external/guice/extensions/assistedinject/src/com/google/inject/assistedinject/
DFactoryModuleBuilder.java217 public <T> FactoryModuleBuilder implement(Class<T> source, Class<? extends T> target) { in implement()
222 public <T> FactoryModuleBuilder implement(Class<T> source, TypeLiteral<? extends T> target) { in implement()
227 public <T> FactoryModuleBuilder implement(TypeLiteral<T> source, Class<? extends T> target) { in implement()
233 TypeLiteral<T> source, TypeLiteral<? extends T> target) { in implement()
239 Class<T> source, Annotation annotation, Class<? extends T> target) { in implement()
245 Class<T> source, Annotation annotation, TypeLiteral<? extends T> target) { in implement()
251 TypeLiteral<T> source, Annotation annotation, Class<? extends T> target) { in implement()
257 TypeLiteral<T> source, Annotation annotation, TypeLiteral<? extends T> target) { in implement()
263 Class<T> source, Class<? extends Annotation> annotationType, Class<? extends T> target) { in implement()
269 Class<T> source, in implement()
[all …]
/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.JavaExtensions/
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 …]
DCheck.cs39 public static void Source (object source) in Source()
53 public static void SourceAndFuncAndSelector ( object source, object func, object selector) in SourceAndFuncAndSelector()
64 public static void SourceAndFunc (object source, object func) in SourceAndFunc()
72 public static void SourceAndSelector (object source, object selector) in SourceAndSelector()
80 public static void SourceAndPredicate (object source, object predicate) in SourceAndPredicate()
96 public static void SourceAndKeySelector (object source, object keySelector) in SourceAndKeySelector()
104 …public static void SourceAndKeyElementSelectors (object source, object keySelector, object element… in SourceAndKeyElementSelectors()
113 …public static void SourceAndKeyResultSelectors (object source, object keySelector, object resultSe… in SourceAndKeyResultSelectors()
123 …public static void SourceAndCollectionSelectorAndResultSelector (object source, object collectionS… in SourceAndCollectionSelectorAndResultSelector()
133 …public static void SourceAndCollectionSelectors (object source, object collectionSelector, object … in SourceAndCollectionSelectors()
[all …]
/external/okhttp/okio/okio/src/test/java/okio/
DRealBufferedSourceTest.java34 Buffer source = new Buffer(); in inputStreamTracksSegments() local
70 RealBufferedSource source = new RealBufferedSource(new Buffer()); in inputStreamCloses() local
82 Buffer source = new Buffer(); in requireTracksBufferFirst() local
94 Buffer source = new Buffer(); in requireIncludesBufferBytes() local
105 Buffer source = new Buffer(); in requireInsufficientData() local
118 Buffer source = new Buffer(); in requireReadsOneSegmentAtATime() local
130 Buffer source = new Buffer(); in skipReadsOneSegmentAtATime() local
140 Buffer source = new Buffer(); in skipTracksBufferFirst() local
152 Buffer source = new Buffer(); in operationsAfterClose() local
205 Buffer source = new Buffer().writeUtf8("" in readAllReadsOneSegmentAtATime() local
/external/okio/okio/src/jvmTest/java/okio/
DBufferedSourceJavaTest.java35 Buffer source = new Buffer(); in inputStreamTracksSegments() local
71 BufferedSource source = Okio.buffer((Source) new Buffer()); in inputStreamCloses() local
96 Buffer source = new Buffer(); in requireTracksBufferFirst() local
108 Buffer source = new Buffer(); in requireIncludesBufferBytes() local
119 Buffer source = new Buffer(); in requireInsufficientData() local
132 Buffer source = new Buffer(); in requireReadsOneSegmentAtATime() local
144 Buffer source = new Buffer(); in skipReadsOneSegmentAtATime() local
154 Buffer source = new Buffer(); in skipTracksBufferFirst() local
166 Buffer source = new Buffer(); in operationsAfterClose() local
219 Buffer source = new Buffer().writeUtf8("" in readAllReadsOneSegmentAtATime() local
/external/deqp/modules/gles31/functional/
Des31fNegativeShaderDirectiveTests.cpp82 const char* const source = shaderSource.c_str(); in verifyShader() local
115 std::ostringstream source; in primitive_bounding_box() local
130 const std::string source = "#version 320 es\n" in primitive_bounding_box() local
143 const std::string source = "#version 320 es\n" in primitive_bounding_box() local
156 const std::string source = "#version 320 es\n" in primitive_bounding_box() local
193 std::ostringstream source; in blend_equation_advanced() local
222 std::ostringstream source; in sample_variables() local
251 std::ostringstream source; in shader_image_atomic() local
283 std::ostringstream source; in shader_multisample_interpolation() local
297 std::ostringstream source; in shader_multisample_interpolation() local
[all …]
/external/kotlinx.coroutines/reactive/kotlinx-coroutines-rx3/test/
DObservableAsFlowTest.kt24 val source = rxObservable(currentDispatcher()) { in testCancellation() constant
52 val source = PublishSubject.create<Int>() in testImmediateCollection() constant
69 val source = PublishSubject.create<Int>() in testOnErrorCancellation() constant
93 val source = PublishSubject.create<Int>() in testUnsubscribeOnCollectionException() constant
121 val source = ObservableSource<Int> { observer = it } in testLateOnSubscribe() constant
140 val source = rxObservable(currentDispatcher()) { in <lambda>() constant
157 val source = Observable.range(1, 5) in <lambda>() constant
164 val source = Observable.range(1, 10_000) in <lambda>() constant
171 val source = Observable.range(0, 10) in <lambda>() constant
/external/kotlinx.coroutines/reactive/kotlinx-coroutines-rx2/test/
DObservableAsFlowTest.kt24 val source = rxObservable(currentDispatcher()) { in testCancellation() constant
52 val source = PublishSubject.create<Int>() in testImmediateCollection() constant
69 val source = PublishSubject.create<Int>() in testOnErrorCancellation() constant
93 val source = PublishSubject.create<Int>() in testUnsubscribeOnCollectionException() constant
121 val source = ObservableSource<Int> { observer = it } in testLateOnSubscribe() constant
140 val source = rxObservable(currentDispatcher()) { in <lambda>() constant
157 val source = Observable.range(1, 5) in <lambda>() constant
164 val source = Observable.range(1, 10_000) in <lambda>() constant
171 val source = Observable.range(0, 10) in <lambda>() constant
/external/okio/samples/src/jvmTest/java/okio/samples/
DSourceMarkerTest.java30 BufferedSource source = marker.source(); in test() local
59 BufferedSource source = marker.source(); in exceedLimitTest() local
82 BufferedSource source = marker.source(); in markAndLimitSmallerThanUserBuffer() local
100 BufferedSource source = marker.source(); in resetTooLow() local
115 BufferedSource source = marker.source(); in resetTooHigh() local
141 BufferedSource source = marker.source(); in markNothingBuffered() local
151 BufferedSource source = marker.source(); in mark0() local
171 BufferedSource source = marker.source(); in resetAfterEof() local
181 BufferedSource source = marker.source(); in closeThenMark() local
194 BufferedSource source = marker.source(); in closeThenReset() local
[all …]
/external/okio/okio/src/jvmMain/kotlin/okio/
D-DeprecatedOkio.kt106 fun source(file: File) = file.source() method
116 fun source(inputStream: InputStream) = inputStream.source() method
126 fun source(path: Path, vararg options: OpenOption) = path.source(*options) method
136 fun source(socket: Socket) = socket.source() method
/external/smali/baksmali/src/test/java/org/jf/baksmali/
DImplicitReferenceTest.java42 String source = "" + in testImplicitMethodReferences() local
73 String source = "" + in testExplicitMethodReferences() local
104 String source = "" + in testImplicitMethodLiterals() local
129 String source = "" + in testExplicitMethodLiterals() local
154 String source = "" + in testImplicitFieldReferences() local
185 String source = "" + in testExplicitFieldReferences() local
216 String source = "" + in testImplicitFieldLiterals() local
239 String source = "" + in testExplicitFieldLiterals() local
/external/dagger2/javatests/dagger/hilt/processor/internal/aggregateddeps/
DAggregatedDepsProcessorErrorsTest.java38 JavaFileObject source = in reportMultipleAnnotationTypeKindErrors() local
126 JavaFileObject source = JavaFileObjects.forSourceString( in testMissingInstallInAnnotation() local
148 JavaFileObject source = in testNoErrorOnDaggerGeneratedModules() local
179 JavaFileObject source = JavaFileObjects.forSourceString("foo.bar", LINES.join( in testModuleWithOnlyParamConstructor_fails() local
210 JavaFileObject source = JavaFileObjects.forSourceString("foo.bar", LINES.join( in testInnerModule() local
236 JavaFileObject source = JavaFileObjects.forSourceString("foo.bar", LINES.join( in testInnerModuleInTest() local
266 JavaFileObject source = JavaFileObjects.forSourceString("foo.bar", LINES.join( in testInnerModuleInTest_succeeds() local
/external/llvm-project/clang/utils/analyzer/projects/
Dprojects.json5 "source": "git", string
13 "source": "git", string
21 "source": "git", string
29 "source": "git", string
37 "source": "git", string
45 "source": "git", string
53 "source": "git", string
61 "source": "git", string
69 "source": "git", string
77 "source": "git", string
[all …]
/external/guava/guava-testlib/src/com/google/common/collect/testing/google/
DMultimapPutAllMultimapTester.java58 Multimap<K, V> source = in testPutAll() local
67 Multimap<K, V> source = getSubjectGenerator().create(Helpers.mapEntry(k0(), null)); in testPutAllWithNullValue() local
74 Multimap<K, V> source = getSubjectGenerator().create(Helpers.mapEntry(null, v0())); in testPutAllWithNullKey() local
81 Multimap<K, V> source = getSubjectGenerator().create(Helpers.mapEntry(k0(), null)); in testPutAllRejectsNullValue() local
92 Multimap<K, V> source = getSubjectGenerator().create(Helpers.mapEntry(null, v0())); in testPutAllRejectsNullKey() local
103 Multimap<K, V> source = in testPutAllPropagatesToGet() local
/external/guava/android/guava-testlib/src/com/google/common/collect/testing/google/
DMultimapPutAllMultimapTester.java58 Multimap<K, V> source = in testPutAll() local
67 Multimap<K, V> source = getSubjectGenerator().create(Helpers.mapEntry(k0(), null)); in testPutAllWithNullValue() local
74 Multimap<K, V> source = getSubjectGenerator().create(Helpers.mapEntry(null, v0())); in testPutAllWithNullKey() local
81 Multimap<K, V> source = getSubjectGenerator().create(Helpers.mapEntry(k0(), null)); in testPutAllRejectsNullValue() local
92 Multimap<K, V> source = getSubjectGenerator().create(Helpers.mapEntry(null, v0())); in testPutAllRejectsNullKey() local
103 Multimap<K, V> source = in testPutAllPropagatesToGet() local
/external/deqp-deps/SPIRV-Tools/test/opt/loop_optimizations/
Dloop_fission.cpp67 const std::string source = R"(OpCapability Shader in TEST_F() local
229 const std::string source = R"(OpCapability Shader in TEST_F() local
316 const std::string source = R"(OpCapability Shader in TEST_F() local
425 const std::string source = R"( in TEST_F() local
736 const std::string source = R"(OpCapability Shader in TEST_F() local
918 const std::string source = R"(OpCapability Shader in TEST_F() local
1099 const std::string source = R"( in TEST_F() local
1309 const std::string source = R"(OpCapability Shader in TEST_F() local
1427 const std::string source = R"( in TEST_F() local
1652 const std::string source = R"(OpCapability Shader in TEST_F() local
[all …]
/external/angle/third_party/vulkan-deps/spirv-tools/src/test/opt/loop_optimizations/
Dloop_fission.cpp67 const std::string source = R"(OpCapability Shader in TEST_F() local
229 const std::string source = R"(OpCapability Shader in TEST_F() local
316 const std::string source = R"(OpCapability Shader in TEST_F() local
425 const std::string source = R"( in TEST_F() local
736 const std::string source = R"(OpCapability Shader in TEST_F() local
918 const std::string source = R"(OpCapability Shader in TEST_F() local
1099 const std::string source = R"( in TEST_F() local
1309 const std::string source = R"(OpCapability Shader in TEST_F() local
1427 const std::string source = R"( in TEST_F() local
1652 const std::string source = R"(OpCapability Shader in TEST_F() local
[all …]

12345678910>>...124