/external/antlr/antlr-3.4/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 | 211 public <T> FactoryModuleBuilder implement(Class<T> source, Class<? extends T> target) { in implement() 218 public <T> FactoryModuleBuilder implement(Class<T> source, TypeLiteral<? extends T> target) { in implement() 225 public <T> FactoryModuleBuilder implement(TypeLiteral<T> source, Class<? extends T> target) { in implement() 232 public <T> FactoryModuleBuilder implement(TypeLiteral<T> source, in implement() 240 public <T> FactoryModuleBuilder implement(Class<T> source, Annotation annotation, in implement() 248 public <T> FactoryModuleBuilder implement(Class<T> source, Annotation annotation, in implement() 256 public <T> FactoryModuleBuilder implement(TypeLiteral<T> source, Annotation annotation, in implement() 264 public <T> FactoryModuleBuilder implement(TypeLiteral<T> source, Annotation annotation, in implement() 272 public <T> FactoryModuleBuilder implement(Class<T> source, in implement() 280 public <T> FactoryModuleBuilder implement(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
|
D | BufferTest.java | 163 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/ |
D | es31fNegativeShaderDirectiveTests.cpp | 82 const char* const source = shaderSource.c_str(); in verifyShader() local 114 std::ostringstream source; in primitive_bounding_box() local 128 const std::string source = "#version 320 es\n" in primitive_bounding_box() local 164 std::ostringstream source; in blend_equation_advanced() local 191 std::ostringstream source; in sample_variables() local 220 std::ostringstream source; in shader_image_atomic() local 252 std::ostringstream source; in shader_multisample_interpolation() local 266 std::ostringstream source; in shader_multisample_interpolation() local 292 std::ostringstream source; in texture_storage_multisample_2d_array() local 329 std::ostringstream source; in gpu_shader_5() local [all …]
|
/external/tpm2/ |
D | tpm_generated.c | 9 UINT16 uint8_t_Marshal(uint8_t* source, BYTE** buffer, INT32* size) { in uint8_t_Marshal() 57 UINT16 int8_t_Marshal(int8_t* source, BYTE** buffer, INT32* size) { in int8_t_Marshal() 105 UINT16 uint16_t_Marshal(uint16_t* source, BYTE** buffer, INT32* size) { in uint16_t_Marshal() 153 UINT16 int16_t_Marshal(int16_t* source, BYTE** buffer, INT32* size) { in int16_t_Marshal() 201 UINT16 uint32_t_Marshal(uint32_t* source, BYTE** buffer, INT32* size) { in uint32_t_Marshal() 249 UINT16 int32_t_Marshal(int32_t* source, BYTE** buffer, INT32* size) { in int32_t_Marshal() 297 UINT16 uint64_t_Marshal(uint64_t* source, BYTE** buffer, INT32* size) { in uint64_t_Marshal() 345 UINT16 int64_t_Marshal(int64_t* source, BYTE** buffer, INT32* size) { in int64_t_Marshal() 393 UINT16 BYTE_Marshal(BYTE* source, BYTE** buffer, INT32* size) { in BYTE_Marshal() 401 UINT16 INT16_Marshal(INT16* source, BYTE** buffer, INT32* size) { in INT16_Marshal() [all …]
|
/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/icu/android_icu4j/src/main/java/android/icu/text/ |
D | UTF16.java | 195 public static int charAt(String source, int offset16) { in charAt() 203 private static int _charAt(String source, int offset16, char single) { in _charAt() 248 public static int charAt(CharSequence source, int offset16) { in charAt() 256 private static int _charAt(CharSequence source, int offset16, char single) { in _charAt() 303 public static int charAt(StringBuffer source, int offset16) { in charAt() 354 public static int charAt(char source[], int start, int limit, int offset16) { in charAt() 404 public static int charAt(Replaceable source, int offset16) { in charAt() 470 public static int bounds(String source, int offset16) { in bounds() 505 public static int bounds(StringBuffer source, int offset16) { in bounds() 544 public static int bounds(char source[], int start, int limit, int offset16) { in bounds() [all …]
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | UTF16.java | 215 public static int charAt(String source, int offset16) { in charAt() 223 private static int _charAt(String source, int offset16, char single) { in _charAt() 269 public static int charAt(CharSequence source, int offset16) { in charAt() 277 private static int _charAt(CharSequence source, int offset16, char single) { in _charAt() 325 public static int charAt(StringBuffer source, int offset16) { in charAt() 377 public static int charAt(char source[], int start, int limit, int offset16) { in charAt() 428 public static int charAt(Replaceable source, int offset16) { in charAt() 496 public static int bounds(String source, int offset16) { in bounds() 532 public static int bounds(StringBuffer source, int offset16) { in bounds() 572 public static int bounds(char source[], int start, int limit, int offset16) { in bounds() [all …]
|
/external/webrtc/webrtc/base/ |
D | urlencode_unittest.cc | 20 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
|
D | stringencode.cc | 27 const char * source, size_t srclen, in escape() 49 const char * source, size_t srclen, in unescape() 68 const char * source, size_t srclen, in encode() 93 const char * source, size_t srclen, in decode() 144 const char * source, size_t srclen) { in url_encode() 170 const char * source, size_t srclen) { in url_decode() 197 size_t utf8_decode(const char* source, size_t srclen, unsigned long* value) { in utf8_decode() 259 const char * source, size_t srclen) { in html_encode() 312 const char * source, size_t srclen) { in html_decode() 318 const char * source, size_t srclen) { in xml_encode() [all …]
|
/external/guava/guava-testlib/src/com/google/common/collect/testing/google/ |
D | MultimapPutAllMultimapTester.java | 57 Multimap<K, V> source = getSubjectGenerator().create( in testPutAll() local 67 Multimap<K, V> source = getSubjectGenerator().create( in testPutAllWithNullValue() local 75 Multimap<K, V> source = getSubjectGenerator().create( in testPutAllWithNullKey() local 83 Multimap<K, V> source = getSubjectGenerator().create( in testPutAllRejectsNullValue() local 94 Multimap<K, V> source = getSubjectGenerator().create( in testPutAllRejectsNullKey() local 105 Multimap<K, V> source = getSubjectGenerator().create( in testPutAllPropagatesToGet() local
|
/external/v8/test/cctest/compiler/ |
D | test-run-variables.cc | 50 static void RunVariableTests(const char* source, const char* tests[]) { in RunVariableTests() 79 const char* source = "(function(a,r) { %s; return r; })"; in TEST() local 85 const char* source = "(function(a,r) { %s; function f() {x} return r; })"; in TEST() local 91 const char* source = "(function(a,r) { %s; return r; })"; in TEST() local 97 const char* source = "(function(a,r) { %s; function f() {x} return r; })"; in TEST() local 103 const char* source = "(function(a,r) { %s; return r; })"; in TEST() local 109 const char* source = "(function(a,r) { %s; function f() {x} return r; })"; in TEST() local
|
/external/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/util/ |
D | XEquivalenceMap.java | 46 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/android_icu4j/src/main/tests/android/icu/dev/util/ |
D | XEquivalenceMap.java | 47 public XEquivalenceMap add(K source, V target) { in add() 51 public XEquivalenceMap add(K source, V target, R reason) { in add() 80 public Set<K> getEquivalences (K source) { in getEquivalences() 92 public V getTarget(K source) { in getTarget() 96 public Set<R> getReasons(K source) { in getReasons() 119 private Iterator<T> source; field in XEquivalenceMap.UnmodifiableIterator 121 public static <T> UnmodifiableIterator<T> from(Iterator<T> source) { in from() 127 public static <T> UnmodifiableIterator<T> from(Iterable<T> source) { in from()
|
/external/jacoco/org.jacoco.ant.test/src/org/jacoco/ant/ |
D | AntResourcesLocatorTest.java | 67 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/curl/lib/ |
D | memdebug.c | 136 static bool countcheck(const char *func, int line, const char *source) in countcheck() 166 void *curl_domalloc(size_t wantedsize, int line, const char *source) in curl_domalloc() 195 int line, const char *source) in curl_docalloc() 222 char *curl_dostrdup(const char *str, int line, const char *source) in curl_dostrdup() 246 wchar_t *curl_dowcsdup(const wchar_t *str, int line, const char *source) in curl_dowcsdup() 274 int line, const char *source) in curl_dorealloc() 312 void curl_dofree(void *ptr, int line, const char *source) in curl_dofree() 342 int line, const char *source) in curl_socket() 361 int line, const char *source) in curl_socketpair() 379 int line, const char *source) in curl_accept() [all …]
|
/external/webrtc/webrtc/modules/remote_bitrate_estimator/ |
D | remote_bitrate_estimators_test.cc | 44 VideoSource source(0, 30, 300, 0, 0); in TEST_P() local 51 VideoSource source(0, 30, 300, 0, 0); in TEST_P() local 60 VideoSource source(0, 30, 300, 0, 0); in TEST_P() local 71 VideoSource source(0, 30, 300, 0, 0); in TEST_P() local 80 VideoSource source(0, 30, 300, 0, 0); in TEST_P() local 93 VideoSource source(0, 30, 300, 0, 0); in TEST_P() local 108 VideoSource source(0, 30, 300, 0, 0); in TEST_P() local 124 VideoSource source(0, 30, 300, 0, 0); in TEST_P() local 134 VideoSource source(0, 30, 300, 0, 0); in TEST_P() local 146 VideoSource source(0, 30, 300, 0, 0); in TEST_P() local [all …]
|
/external/parameter-framework/asio-1.10.6/include/asio/ |
D | buffer.hpp | 1144 const const_buffer& source) in buffer_copy() 1174 const const_buffers_1& source) in buffer_copy() 1200 const mutable_buffer& source) in buffer_copy() 1226 const mutable_buffers_1& source) in buffer_copy() 1252 const ConstBufferSequence& source) in buffer_copy() 1291 const const_buffer& source) in buffer_copy() 1316 const const_buffers_1& source) in buffer_copy() 1343 const mutable_buffer& source) in buffer_copy() 1370 const mutable_buffers_1& source) in buffer_copy() 1397 const ConstBufferSequence& source) in buffer_copy() [all …]
|
/external/nanopb-c/tests/site_scons/ |
D | site_init.py | 16 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/webrtc/talk/app/webrtc/ |
D | localaudiosource_unittest.cc | 57 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/v8/test/mjsunit/ |
D | global-load-from-nested-eval.js | 33 function test(source) { argument 39 function testWith(source) { argument 47 function testEval(source) { argument 57 function testEvalDontShadow(source) { argument
|
/external/chromium-trace/catapult/third_party/coverage/coverage/ |
D | phystokens.py | 75 def source_token_lines(source): argument 159 def _source_encoding_py2(source): argument 254 def _source_encoding_py3(source): argument 273 def compile_unicode(source, filename, mode): argument 292 def neuter_encoding_declaration(source): argument
|
/external/opencv3/doc/py_tutorials/py_setup/py_setup_in_fedora/ |
D | py_setup_in_fedora.markdown | 56 ### Compulsory Dependencies 74 ### Optional Dependencies 113 ### Downloading OpenCV 133 ### Configuring and Installing
|