/external/ktfmt/core/src/test/java/com/facebook/ktfmt/kdoc/ |
D | KDocFormatterTest.kt | 57 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 …]
|
/external/javapoet/src/test/java/com/squareup/javapoet/ |
D | JavaFileTest.java | 116 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/kotlinpoet/kotlinpoet/src/commonTest/kotlin/com/squareup/kotlinpoet/ |
D | FileSpecTest.kt | 50 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 …]
|
D | KotlinPoetTest.kt | 29 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 …]
|
/external/angle/src/tests/compiler_tests/ |
D | BufferVariables_test.cpp | 47 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 …]
|
D | AtomicCounter_test.cpp | 37 const std::string &source = in TEST_F() local 77 const std::string &source = in TEST_F() local 92 const std::string &source = in TEST_F() local 107 const std::string &source = in TEST_F() local 122 const std::string &source = in TEST_F() local 138 const std::string &source = in TEST_F() local 154 const std::string &source = in TEST_F() local 171 const std::string &source = in TEST_F() local 187 const std::string &source = in TEST_F() local 202 const std::string &source = in TEST_F() local [all …]
|
/external/ms-tpm-20-ref/TPMCmd/tpm/include/prototypes/ |
D | Marshal_fp.h | 62 #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/ |
D | CommonRealBufferedSourceTest.kt | 44 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 158 val source = Buffer() in readZeroBytesIntoBufferDoesNotRefillBuffer() constant 172 val source = Buffer() in readZeroBytesIntoByteArrayDoesNotRefillBuffer() constant
|
D | CommonBufferTest.kt | 147 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 …]
|
/external/okio/okio/src/jvmTest/kotlin/okio/ |
D | BufferedSourceJavaTest.kt | 33 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
|
D | BufferKotlinTest.kt | 37 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
|
D | ThrottlerTest.kt | 27 private val source = randomSource(size) constant in okio.ThrottlerTest 46 @Test fun source() { in source() method in okio.ThrottlerTest 89 val source = randomSource(size) in parallel() constant 102 val source = randomSource(size) in parallelFastThenSlower() constant 117 val source = randomSource(size) in parallelSlowThenFaster() constant 135 val source = randomSource(size) in parallelIndividualThrottle() constant 151 val source = randomSource(size) in parallelGroupAndIndividualThrottle() constant
|
/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.JavaExtensions/ |
D | EnumerableExtensions.cs | 52 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 …]
|
D | Check.cs | 39 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/guice/extensions/assistedinject/src/com/google/inject/assistedinject/ |
D | FactoryModuleBuilder.java | 217 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/okhttp/okio/okio/src/test/java/okio/ |
D | RealBufferedSourceTest.java | 34 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/kotlinx.serialization/formats/json/commonMain/src/kotlinx/serialization/json/internal/lexer/ |
D | CommentLexers.kt | 23 val source = source in consumeNextToken() constant 37 val source = source in consumeNextToken() constant 50 val source = source in peekNextToken() constant 61 val source = source in skipWhitespaces() constant 99 val source = source in consumeNextToken() constant 122 val source = source in consumeNextToken() constant 131 val source = source in peekNextToken() constant
|
/external/deqp/modules/gles31/functional/ |
D | es31fNegativeShaderDirectiveTests.cpp | 82 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 182 std::ostringstream source; in blend_equation_advanced() local 213 std::ostringstream source; in sample_variables() local 239 std::ostringstream source; in shader_image_atomic() local 267 std::ostringstream source; in shader_multisample_interpolation() local 283 std::ostringstream source; in shader_multisample_interpolation() local [all …]
|
/external/dagger2/javatests/dagger/hilt/processor/internal/aggregateddeps/ |
D | AggregatedDepsProcessorErrorsTest.java | 39 Source source = in reportMultipleAnnotationTypeKindErrors() local 130 Source source = in testMissingInstallInAnnotation() local 153 Source source = in testNoErrorOnDaggerGeneratedModules() local 184 Source source = in testModuleWithOnlyParamConstructor_fails() local 218 Source source = in testInnerModule() local 246 Source source = in testInnerModuleInTest() local 278 Source source = in testInnerModuleInTest_succeeds() local
|
/external/kotlinx.coroutines/reactive/kotlinx-coroutines-rx2/test/ |
D | ObservableAsFlowTest.kt | 22 val source = rxObservable(currentDispatcher()) { in testCancellation() constant 50 val source = PublishSubject.create<Int>() in testImmediateCollection() constant 67 val source = PublishSubject.create<Int>() in testOnErrorCancellation() constant 91 val source = PublishSubject.create<Int>() in testUnsubscribeOnCollectionException() constant 119 val source = ObservableSource<Int> { observer = it } in testLateOnSubscribe() constant 138 val source = rxObservable(currentDispatcher()) { in <lambda>() constant 155 val source = Observable.range(1, 5) in <lambda>() constant 162 val source = Observable.range(1, 10_000) in <lambda>() constant 169 val source = Observable.range(0, 10) in <lambda>() constant
|
/external/kotlinx.coroutines/reactive/kotlinx-coroutines-rx3/test/ |
D | ObservableAsFlowTest.kt | 22 val source = rxObservable(currentDispatcher()) { in testCancellation() constant 50 val source = PublishSubject.create<Int>() in testImmediateCollection() constant 67 val source = PublishSubject.create<Int>() in testOnErrorCancellation() constant 91 val source = PublishSubject.create<Int>() in testUnsubscribeOnCollectionException() constant 119 val source = ObservableSource<Int> { observer = it } in testLateOnSubscribe() constant 138 val source = rxObservable(currentDispatcher()) { in <lambda>() constant 155 val source = Observable.range(1, 5) in <lambda>() constant 162 val source = Observable.range(1, 10_000) in <lambda>() constant 169 val source = Observable.range(0, 10) in <lambda>() constant
|
/external/okio/samples/src/jvmTest/java/okio/samples/ |
D | SourceMarkerTest.java | 30 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.kt | 106 fun source(file: File) = file.source() method 116 fun source(inputStream: InputStream) = inputStream.source() method 126 fun source(path: NioPath, vararg options: OpenOption) = path.source(*options) method 136 fun source(socket: Socket) = socket.source() method
|
/external/google-smali/baksmali/src/test/java/com/android/tools/smali/baksmali/ |
D | ImplicitReferenceTest.java | 41 String source = "" + in testImplicitMethodReferences() local 72 String source = "" + in testExplicitMethodReferences() local 103 String source = "" + in testImplicitMethodLiterals() local 128 String source = "" + in testExplicitMethodLiterals() local 153 String source = "" + in testImplicitFieldReferences() local 184 String source = "" + in testExplicitFieldReferences() local 215 String source = "" + in testImplicitFieldLiterals() local 238 String source = "" + in testExplicitFieldLiterals() local
|
/external/perfetto/src/trace_processor/perfetto_sql/preprocessor/ |
D | perfetto_sql_preprocessor_unittest.cc | 46 auto source = SqlSource::FromExecuteQuery("SELECT * FROM slice;"); in TEST_F() local 56 auto source = SqlSource::FromExecuteQuery(" ; SELECT * FROM s; ; ;"); in TEST_F() local 65 auto source = in TEST_F() local 78 auto source = SqlSource::FromExecuteQuery( in TEST_F() local 97 auto source = SqlSource::FromExecuteQuery( in TEST_F() local 154 auto source = SqlSource::FromExecuteQuery( in TEST_F() local 195 auto source = in TEST_F() local 205 auto source = SqlSource::FromExecuteQuery("sf!(1, 2)"); in TEST_F() local 214 auto source = SqlSource::FromExecuteQuery("baz!(1, 2)"); in TEST_F() local 224 auto source = SqlSource::FromExecuteQuery("__intrinsic_stringify!()"); in TEST_F() local [all …]
|