/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/test/java/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 78 val source = FileSpec.get( in primaryConstructor() constant 112 val source = FileSpec.get( in primaryConstructorProperties() constant 175 val source = FileSpec.get( in propertyModifiers() constant 214 val source = FileSpec.get( in visibilityModifiers() constant 248 val source = FileSpec.get( in strings() constant 276 val source = FileSpec.get( in rawStrings() constant 339 val source = FileSpec.get( in edgeCaseStrings() constant 371 val source = FileSpec.get( in parameterDefaultValue() constant 402 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
|
D | CommonBufferTest.kt | 141 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/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/okio/okio/src/jvmTest/kotlin/okio/ |
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 | 28 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/ |
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/okio/okio/src/jvmTest/java/okio/ |
D | BufferedSourceJavaTest.java | 35 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/ |
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 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/ |
D | ObservableAsFlowTest.kt | 24 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/ |
D | ObservableAsFlowTest.kt | 24 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/ |
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: 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/ |
D | ImplicitReferenceTest.java | 42 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/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/angle/third_party/vulkan-deps/spirv-tools/src/test/tools/objdump/ |
D | extract_source_test.cpp | 46 std::string source = R"( in TEST() local 66 std::string source = R"( in TEST() local 91 std::string source = R"( in TEST() local 117 std::string source = R"( in TEST() local 141 std::string source = R"( in TEST() local 168 std::string source = R"( in TEST() local 196 std::string source = R"( in TEST() local 220 std::string source = R"( in TEST() local 244 std::string source = R"( in TEST() local
|
/external/dagger2/javatests/dagger/hilt/processor/internal/aggregateddeps/ |
D | AggregatedDepsProcessorErrorsTest.java | 38 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
|