/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 …]
|
D | OkioTest.java | 44 BufferedSource source = Okio.buffer(Okio.source(file)); in readWriteFile() local 63 BufferedSource source = Okio.buffer(Okio.source(file)); in appendFile() local 103 Source source = Okio.source(in); in sourceFromInputStream() local 123 Source source = Okio.source(new ByteArrayInputStream(new byte[100])); in sourceFromInputStreamBounds() local
|
/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/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/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/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/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/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/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/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/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/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 …]
|
/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/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()
|
/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/autotest/ |
D | ssp_deploy_config.json | 3 "source": "/etc/resolv.conf", string 9 "source": "~/.ssh", string 15 "source": "shadow_config.ini", string 21 "source": "moblab_config.ini", string
|
/external/smali/util/src/main/java/org/jf/util/ |
D | TextUtils.java | 42 public static String normalizeNewlines(@Nonnull String source) { in normalizeNewlines() 47 public static String normalizeNewlines(@Nonnull String source, String newlineValue) { in normalizeNewlines() 52 public static String normalizeWhitespace(@Nonnull String source) { in normalizeWhitespace() 77 public static String stripComments(@Nonnull String source) { in stripComments()
|
/external/libtextclassifier/common/ |
D | simple-adder.h | 33 TC_ATTRIBUTE_ALWAYS_INLINE void LazyAdd(const float *source) const { in LazyAdd() 37 TC_ATTRIBUTE_ALWAYS_INLINE void LazyScaleAdd(const float *source, in LazyScaleAdd() 43 TC_ATTRIBUTE_ALWAYS_INLINE static void AddImpl(const float *__restrict source, in AddImpl() 53 const float *__restrict source, uint32 size, const float scale, in ScaleAddImpl()
|
/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/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/http/ |
D | RealResponseBody.java | 25 private final BufferedSource source; field in RealResponseBody 27 public RealResponseBody(Headers headers, BufferedSource source) { in RealResponseBody() 41 @Override public BufferedSource source() { in source() method in RealResponseBody
|