/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 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/ |
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/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/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 …]
|
D | urlencode.cc | 37 static int InternalUrlDecode(const char *source, char *dest, in InternalUrlDecode() 85 int UrlDecode(const char *source, char *dest) { in UrlDecode() 89 int UrlDecodeWithoutEncodingSpaceAsPlus(const char *source, char *dest) { in UrlDecodeWithoutEncodingSpaceAsPlus() 93 int InternalUrlEncode(const char *source, char *dest, unsigned int max, in InternalUrlEncode() 123 int UrlEncode(const char *source, char *dest, unsigned max) { in UrlEncode() 127 int UrlEncodeWithoutEncodingSpaceAsPlus(const char *source, char *dest, in UrlEncodeWithoutEncodingSpaceAsPlus() 132 int UrlEncodeOnlyUnsafeChars(const char *source, char *dest, unsigned max) { in UrlEncodeOnlyUnsafeChars()
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | UTF16.java | 219 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/ |
D | UTF16.java | 199 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 …]
|
D | UCharacterIterator.java | 49 public static final UCharacterIterator getInstance(Replaceable source) { in getInstance() 62 public static final UCharacterIterator getInstance(String source) { in getInstance() 75 public static final UCharacterIterator getInstance(char[] source) { in getInstance() 88 public static final UCharacterIterator getInstance(char[] source, int start, int limit) { in getInstance() 101 public static final UCharacterIterator getInstance(StringBuffer source) { in getInstance() 114 public static final UCharacterIterator getInstance(CharacterIterator source) { in getInstance()
|
/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/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 | 138 static bool countcheck(const char *func, int line, const char *source) in countcheck() 165 void *curl_domalloc(size_t wantedsize, int line, const char *source) in curl_domalloc() 194 int line, const char *source) in curl_docalloc() 221 char *curl_dostrdup(const char *str, int line, const char *source) in curl_dostrdup() 245 wchar_t *curl_dowcsdup(const wchar_t *str, int line, const char *source) in curl_dowcsdup() 273 int line, const char *source) in curl_dorealloc() 311 void curl_dofree(void *ptr, int line, const char *source) in curl_dofree() 341 int line, const char *source) in curl_socket() 360 int line, const char *source) in curl_socketpair() 378 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/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/vulkan-validation-layers/layers/ |
D | parameter_name.h | 61 ParameterName(const char *source) : source_(source) { assert(IsValid()); } in ParameterName() 70 ParameterName(const std::string &source) : source_(source) { assert(IsValid()); } in ParameterName() 79 ParameterName(const std::string &&source) : source_(std::move(source)) { assert(IsValid()); } in ParameterName() 90 …ParameterName(const std::string &source, const IndexVector &args) : source_(source), args_(args) {… in ParameterName() 101 …ParameterName(const std::string &&source, const IndexVector &&args) : source_(std::move(source)), … in ParameterName()
|
/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/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/swiftshader/src/OpenGL/common/ |
D | Image.cpp | 66 void LoadImageRow(const unsigned char *source, unsigned char *dest, GLint xoffset, GLsizei width) in LoadImageRow() 72 …void LoadImageRow<Bytes_1>(const unsigned char *source, unsigned char *dest, GLint xoffset, GLsize… in LoadImageRow() 78 …void LoadImageRow<Bytes_2>(const unsigned char *source, unsigned char *dest, GLint xoffset, GLsize… in LoadImageRow() 84 …void LoadImageRow<Bytes_4>(const unsigned char *source, unsigned char *dest, GLint xoffset, GLsize… in LoadImageRow() 90 …void LoadImageRow<Bytes_8>(const unsigned char *source, unsigned char *dest, GLint xoffset, GLsize… in LoadImageRow() 96 …void LoadImageRow<Bytes_16>(const unsigned char *source, unsigned char *dest, GLint xoffset, GLsiz… in LoadImageRow() 102 …void LoadImageRow<ByteRGB>(const unsigned char *source, unsigned char *dest, GLint xoffset, GLsize… in LoadImageRow() 116 …void LoadImageRow<UByteRGB>(const unsigned char *source, unsigned char *dest, GLint xoffset, GLsiz… in LoadImageRow() 130 …void LoadImageRow<ShortRGB>(const unsigned char *source, unsigned char *dest, GLint xoffset, GLsiz… in LoadImageRow() 145 …void LoadImageRow<UShortRGB>(const unsigned char *source, unsigned char *dest, GLint xoffset, GLsi… in LoadImageRow() [all …]
|
/external/deqp/framework/delibs/decpp/ |
D | deArrayBuffer.cpp | 172 de::ArrayBuffer<int> source(4); in ArrayBuffer_selfTest() local 190 de::ArrayBuffer<int> source(4); in ArrayBuffer_selfTest() local 201 de::ArrayBuffer<int, 64, sizeof(int)> source(4); in ArrayBuffer_selfTest() local 212 de::ArrayBuffer<int, 4, 64> source(4); in ArrayBuffer_selfTest() local 223 de::ArrayBuffer<int, 32, 64> source(4); in ArrayBuffer_selfTest() local
|
/external/hamcrest/hamcrest-library/src/main/java/org/hamcrest/object/ |
D | IsEventFrom.java | 15 private final Object source; field in IsEventFrom 17 public IsEventFrom(Class<?> eventClass, Object source) { in IsEventFrom() 60 …lic static Matcher<EventObject> eventFrom(Class<? extends EventObject> eventClass, Object source) { in eventFrom() 73 public static Matcher<EventObject> eventFrom(Object source) { in eventFrom()
|