Searched defs:joiner (Results 1 – 10 of 10) sorted by relevance
/external/chromium_org/remoting/base/ |
D | auto_thread.cc | 58 scoped_refptr<AutoThreadTaskRunner> joiner, in CreateWithType() 69 const char* name, scoped_refptr<AutoThreadTaskRunner> joiner) { in Create() 77 scoped_refptr<AutoThreadTaskRunner> joiner, in CreateWithLoopAndComInitTypes() 100 AutoThread::AutoThread(const char* name, AutoThreadTaskRunner* joiner) in AutoThread()
|
/external/guava/guava-tests/test/com/google/common/base/ |
D | JoinerTest.java | 126 private static void checkNoOutput(Joiner joiner, Iterable<Integer> set) { in checkNoOutput() 179 private static void checkResult(Joiner joiner, Iterable<Integer> parts, String expected) { in checkResult() 224 private static void checkIterableIterator(Joiner joiner, String expected) { in checkIterableIterator()
|
/external/guava/guava-tests/test/com/google/common/collect/ |
D | ImmutableBiMapTest.java | 153 private static final Joiner joiner = Joiner.on(", "); field in ImmutableBiMapTest.AbstractMapTests
|
D | ImmutableMapTest.java | 152 private static final Joiner joiner = Joiner.on(", "); field in ImmutableMapTest.AbstractMapTests
|
D | ImmutableSortedMapTest.java | 166 private static final Joiner joiner = Joiner.on(", "); field in ImmutableSortedMapTest.AbstractMapTests
|
/external/srec/srec/Vocabulary/src/ |
D | VocabularyImpl.c | 327 int append_to_each_with_joiner( LCHAR* phrase_prons, const LCHAR* word_prons, const LCHAR joiner, s… in append_to_each_with_joiner()
|
/external/chromium_org/chrome/browser/extensions/api/proxy/ |
D | proxy_api_helpers.cc | 259 const std::string& joiner, in JoinUrlList()
|
/external/chromium_org/chrome/browser/sync/test/integration/ |
D | sync_test.cc | 933 char joiner = '?'; in TriggerMigrationDoneError() local
|
/external/chromium_org/sync/syncable/ |
D | directory_backing_store.cc | 159 const char* joiner = " "; in AppendColumnList() local
|
/external/valgrind/main/drd/ |
D | drd_thread.c | 378 const ThreadId joiner = DRD_(DrdThreadIdToVgThreadId)(drd_joiner); in DRD_() local
|