Home
last modified time | relevance | path

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

12345678910>>...107

/external/javapoet/src/test/java/com/squareup/javapoet/
DJavaFileTest.java102 JavaFile source = JavaFile.builder("com.squareup.tacos", in importStaticMixed() local
141 JavaFile source = JavaFile.builder("com.squareup.tacos", in importStaticDynamic() local
246 String source = JavaFile.builder("com.squareup.tacos", in noImports() local
258 String source = JavaFile.builder("com.squareup.tacos", in singleImport() local
275 String source = JavaFile.builder("com.squareup.tacos", in conflictingImports() local
295 String source = JavaFile.builder("com.squareup.tacos", in annotatedTypeParam() local
317 String source = JavaFile.builder("com.squareup.tacos", in skipJavaLangImportsWithConflictingClassLast() local
337 String source = JavaFile.builder("com.squareup.tacos", in skipJavaLangImportsWithConflictingClassFirst() local
358 String source = JavaFile.builder("com.squareup.tacos", in conflictingParentName() local
394 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/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
DBufferTest.java163 Buffer source = new Buffer(); in moveBytesBetweenBuffers() local
180 Buffer source = new Buffer(); in writeSplitSourceBufferLeft() local
195 Buffer source = new Buffer(); in writeSplitSourceBufferRight() local
207 Buffer source = new Buffer(); in writePrefixDoesntSplit() local
222 Buffer source = new Buffer(); in writePrefixDoesntSplitButRequiresCompact() local
233 Buffer source = new Buffer(); in copyToSpanningSegments() local
306 Buffer source = new Buffer(); in moveAllRequestedBytesWithRead() local
319 Buffer source = new Buffer(); in moveFewerThanRequestedBytesWithRead() local
368 Buffer source = new Buffer(); in writePrefixToEmptyBuffer() local
454 Buffer source = new Buffer(); in bufferInputStreamByteByByte() local
[all …]
/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
220 std::ostringstream source; in sample_variables() local
249 std::ostringstream source; in shader_image_atomic() local
281 std::ostringstream source; in shader_multisample_interpolation() local
295 std::ostringstream source; in shader_multisample_interpolation() local
[all …]
/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/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/webrtc/webrtc/base/
Durlencode_unittest.cc20 char source[] = "^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^" in TEST() local
32 char source[] = "^"; in TEST() local
42 char source[] = "aa"; in TEST() local
51 char source[] = "&"; in TEST() local
58 char source[] = "A^ "; in TEST() local
65 char source[] = "A^ "; in TEST() local
73 char source[] = "A%5E+"; in TEST() local
80 char source[] = "A%5E+"; in TEST() local
/external/swiftshader/third_party/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/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/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 …]
/external/jacoco/org.jacoco.ant.test/src/org/jacoco/ant/
DAntResourcesLocatorTest.java67 final Reader source = locator.getSourceFile("org/jacoco/example", in testFile() local
78 final Reader source = locator.getSourceFile("org/jacoco/example", in testDirectory() local
89 final Reader source = locator.getSourceFile("org/jacoco/example", in testFilePrecedence() local
103 final Reader source = locator.getSourceFile("org/jacoco/example", in testDirectoryOrdering() local
116 Reader source = locator.getSourceFile("org/jacoco/example", in testAddAll() local
133 private void assertContent(String expected, Reader source) in assertContent()
/external/cldr/tools/java/org/unicode/cldr/util/
DXEquivalenceMap.java46 public XEquivalenceMap add(K source, V target) { in add()
50 public XEquivalenceMap add(K source, V target, R reason) { in add()
79 public Set<K> getEquivalences(K source) { in getEquivalences()
91 public V getTarget(K source) { in getTarget()
95 public Set<R> getReasons(K source) { in getReasons()
118 private Iterator<T> source; field in XEquivalenceMap.UnmodifiableIterator
120 public static <T> UnmodifiableIterator<T> from(Iterator<T> source) { in from()
126 public static <T> UnmodifiableIterator<T> from(Iterable<T> source) { in from()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DUTF16.java219 public static int charAt(String source, int offset16) { in charAt()
227 private static int _charAt(String source, int offset16, char single) { in _charAt()
273 public static int charAt(CharSequence source, int offset16) { in charAt()
281 private static int _charAt(CharSequence source, int offset16, char single) { in _charAt()
329 public static int charAt(StringBuffer source, int offset16) { in charAt()
381 public static int charAt(char source[], int start, int limit, int offset16) { in charAt()
432 public static int charAt(Replaceable source, int offset16) { in charAt()
500 public static int bounds(String source, int offset16) { in bounds()
536 public static int bounds(StringBuffer source, int offset16) { in bounds()
576 public static int bounds(char source[], int start, int limit, int offset16) { in bounds()
[all …]
/external/icu/android_icu4j/src/main/java/android/icu/text/
DUTF16.java199 public static int charAt(String source, int offset16) { in charAt()
207 private static int _charAt(String source, int offset16, char single) { in _charAt()
252 public static int charAt(CharSequence source, int offset16) { in charAt()
260 private static int _charAt(CharSequence source, int offset16, char single) { in _charAt()
307 public static int charAt(StringBuffer source, int offset16) { in charAt()
358 public static int charAt(char source[], int start, int limit, int offset16) { in charAt()
408 public static int charAt(Replaceable source, int offset16) { in charAt()
474 public static int bounds(String source, int offset16) { in bounds()
509 public static int bounds(StringBuffer source, int offset16) { in bounds()
548 public static int bounds(char source[], int start, int limit, int offset16) { in bounds()
[all …]
/external/grpc-grpc/third_party/nanopb/tests/site_scons/
Dsite_init.py16 def run_test(target, source, env): argument
47 def decode_actions(source, target, env, for_signature): argument
58 def encode_actions(source, target, env, for_signature): argument
69 def compare_files(target, source, env): argument
84 def match_files(target, source, env): argument
/external/nanopb-c/tests/site_scons/
Dsite_init.py16 def run_test(target, source, env): argument
47 def decode_actions(source, target, env, for_signature): argument
58 def encode_actions(source, target, env, for_signature): argument
69 def compare_files(target, source, env): argument
84 def match_files(target, source, env): argument
/external/tensorflow/tensorflow/compiler/xla/tests/
Dselect_and_scatter_test.cc81 auto source = ConstantFromArray(&builder_, s); in XLA_TEST_P() local
218 const auto source = ConstantR1<float>(&builder_, {}); in XLA_TEST_F() local
229 const auto source = ConstantR1<float>(&builder_, {34.f, 42.f}); in XLA_TEST_F() local
240 const auto source = ConstantR1<int32>(&builder_, {-10, 20}); in XLA_TEST_F() local
251 const auto source = ConstantR1<int32>(&builder_, {34, 42, 53, 19}); in XLA_TEST_F() local
263 const auto source = ConstantR2<int32>(&builder_, {{2, 6}}); in XLA_TEST_F() local
276 const auto source = ConstantR2<float>( in XLA_TEST_F() local
292 const auto source = ConstantR2<int32>(&builder_, {{2, 6}}); in XLA_TEST_F() local
304 const auto source = ConstantR2<int32>(&builder_, {{2, 6, 4}}); in XLA_TEST_F() local
316 const auto source = ConstantR2<int32>(&builder_, {{2, 6, 4}}); in XLA_TEST_F() local
[all …]
/external/webrtc/talk/app/webrtc/
Dlocalaudiosource_unittest.cc57 rtc::scoped_refptr<LocalAudioSource> source = in TEST() local
73 rtc::scoped_refptr<LocalAudioSource> source = in TEST() local
86 rtc::scoped_refptr<LocalAudioSource> source = in TEST() local
98 rtc::scoped_refptr<LocalAudioSource> source = in TEST() local
111 rtc::scoped_refptr<LocalAudioSource> source = in TEST() local
/external/icu/icu4c/packaging/
Ddistrelease.ps136 $source = "$icuDir\source\dist\icu" variable
37 Get-ChildItem -Path $source -ErrorAction SilentlyContinue | Remove-Item -Recurse variable
38 New-Item -Path $source -ItemType "directory" -ErrorAction SilentlyContinue variable
73 Echo $source variable
81 Compress-7Zip $source -ArchiveFileName $destination -Format Zip variable

12345678910>>...107