Searched defs:joiner (Results 1 - 17 of 17) sorted by relevance

/external/chromium_org/remoting/base/
H A Dauto_thread.cc58 scoped_refptr<AutoThreadTaskRunner> joiner,
60 AutoThread* thread = new AutoThread(name, joiner.get());
69 const char* name, scoped_refptr<AutoThreadTaskRunner> joiner) {
70 return CreateWithType(name, joiner, base::MessageLoop::TYPE_DEFAULT);
77 scoped_refptr<AutoThreadTaskRunner> joiner,
80 AutoThread* thread = new AutoThread(name, joiner);
100 AutoThread::AutoThread(const char* name, AutoThreadTaskRunner* joiner) argument
108 joiner_(joiner) {
56 CreateWithType( const char* name, scoped_refptr<AutoThreadTaskRunner> joiner, base::MessageLoop::Type type) argument
68 Create( const char* name, scoped_refptr<AutoThreadTaskRunner> joiner) argument
75 CreateWithLoopAndComInitTypes( const char* name, scoped_refptr<AutoThreadTaskRunner> joiner, base::MessageLoop::Type loop_type, ComInitType com_init_type) argument
/external/guava/guava/src/com/google/common/base/
H A DJoiner.java39 * Joiner joiner = Joiner.on("; ").skipNulls();
41 * return joiner.join("Harry", null, "Ron", "Hermione");}</pre>
49 * <p><b>Warning: joiner instances are always immutable</b>; a configuration method such as {@code
50 * useForNull} has no effect on the instance it is invoked on! You must store and use the new joiner
55 * Joiner joiner = Joiner.on(',');
56 * joiner.skipNulls(); // does nothing!
57 * return joiner.join("wrong", null, "wrong");}</pre>
65 * Returns a joiner which automatically places {@code separator} between consecutive elements.
72 * Returns a joiner which automatically places {@code separator} between consecutive elements.
257 * Returns a joiner wit
347 private final Joiner joiner; field in class:Joiner.MapJoiner
350 MapJoiner(Joiner joiner, String keyValueSeparator) argument
[all...]
/external/chromium_org/chrome/browser/extensions/api/proxy/
H A Dproxy_api_helpers.cc259 const std::string& joiner,
266 result.append(joiner);
258 JoinUrlList(const base::ListValue* list, const std::string& joiner, std::string* out, std::string* error, bool* bad_message) argument
/external/guava/guava-tests/test/com/google/common/base/
H A DJoinerTest.java126 private static void checkNoOutput(Joiner joiner, Iterable<Integer> set) { argument
127 assertEquals("", joiner.join(set));
128 assertEquals("", joiner.join(set.iterator()));
131 assertEquals("", joiner.join(array));
134 assertSame(sb1FromIterable, joiner.appendTo(sb1FromIterable, set));
138 assertSame(sb1FromIterator, joiner.appendTo(sb1FromIterator, set));
142 assertSame(sb2, joiner.appendTo(sb2, array));
146 joiner.appendTo(NASTY_APPENDABLE, set);
152 joiner.appendTo(NASTY_APPENDABLE, set.iterator());
158 joiner
179 checkResult(Joiner joiner, Iterable<Integer> parts, String expected) argument
224 checkIterableIterator(Joiner joiner, String expected) argument
[all...]
/external/guava/guava-tests/test/com/google/common/collect/
H A DImmutableBiMapTest.java153 private static final Joiner joiner = Joiner.on(", "); field in class:ImmutableBiMapTest.AbstractMapTests
165 assertEquals("{" + joiner.join(map.entrySet()) + "}",
167 assertEquals("[" + joiner.join(map.entrySet()) + "]",
169 assertEquals("[" + joiner.join(map.keySet()) + "]",
171 assertEquals("[" + joiner.join(map.values()) + "]",
H A DImmutableMapTest.java152 private static final Joiner joiner = Joiner.on(", "); field in class:ImmutableMapTest.AbstractMapTests
161 assertEquals("{" + joiner.join(map.entrySet()) + "}",
163 assertEquals("[" + joiner.join(map.entrySet()) + "]",
165 assertEquals("[" + joiner.join(map.keySet()) + "]",
167 assertEquals("[" + joiner.join(map.values()) + "]",
H A DImmutableSortedMapTest.java166 private static final Joiner joiner = Joiner.on(", "); field in class:ImmutableSortedMapTest.AbstractMapTests
175 assertEquals("{" + joiner.join(map.entrySet()) + "}",
177 assertEquals("[" + joiner.join(map.entrySet()) + "]",
179 assertEquals("[" + joiner.join(map.keySet()) + "]",
181 assertEquals("[" + joiner.join(map.values()) + "]",
/external/srec/srec/Vocabulary/src/
H A DVocabularyImpl.c327 int append_to_each_with_joiner( LCHAR* phrase_prons, const LCHAR* word_prons, const LCHAR joiner, size_t max_len, size_t* len) argument
352 if(joiner!=L('\0')) *dst++ = joiner;
370 if(joiner!=L('\0')) *dst++ = joiner;
/external/chromium_org/chrome/browser/sync/test/integration/
H A Dsync_test.cc933 char joiner = '?'; local
938 "%ctype=%d", joiner,
940 joiner = '&';
/external/chromium_org/sync/syncable/
H A Ddirectory_backing_store.cc159 const char* joiner = " "; local
162 output->append(joiner);
164 joiner = ", ";
/external/valgrind/main/drd/
H A Ddrd_thread.c378 const ThreadId joiner = DRD_(DrdThreadIdToVgThreadId)(drd_joiner); local
385 "drd_post_thread_join joiner = %d, joinee = %d",
387 if (joiner)
1075 /** Call this function after thread 'joiner' joined thread 'joinee'. */
1076 void DRD_(thread_combine_vc_join)(DrdThreadId joiner, DrdThreadId joinee) argument
1078 tl_assert(joiner != joinee);
1079 tl_assert(0 <= (int)joiner && joiner < DRD_N_THREADS
1080 && joiner != DRD_INVALID_THREADID);
1083 tl_assert(DRD_(g_threadinfo)[joiner]
[all...]
/external/owasp/sanitizer/distrib/lib/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/owasp/sanitizer/lib/guava-libraries/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/javascript/ com/google/javascript/jscomp/ ...
/external/chromium_org/third_party/closure_compiler/compiler/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...
/external/chromium_org/third_party/checkstyle/
H A Dcheckstyle-5.7-all.jarMETA-INF/MANIFEST.MF META-INF/ checkstyle_packages.xml checkstylecompilation.properties checkstyletask.properties com/ ...
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 353 milliseconds