HomeSort by relevance Sort by last modified time
    Searched refs:joiner (Results 1 - 25 of 372) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/libcxx/test/std/experimental/iterator/ostream.joiner/ostream.joiner.creation/
make_ostream_joiner.pass.cpp 35 auto joiner = exp::make_ostream_joiner(sstream, d); local
36 typedef exp::ostream_joiner<typename std::decay<Delim>::type, CharT, Traits> Joiner;
37 static_assert((std::is_same<decltype(joiner), Joiner>::value), "" );
39 joiner = *first++;
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/experimental/iterator/ostream.joiner/ostream.joiner.creation/
make_ostream_joiner.pass.cpp 35 auto joiner = exp::make_ostream_joiner(sstream, d); local
36 typedef exp::ostream_joiner<typename std::decay<Delim>::type, CharT, Traits> Joiner;
37 static_assert((std::is_same<decltype(joiner), Joiner>::value), "" );
39 joiner = *first++;
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_join/
4-1.c 74 FAILED("The joiner thread was not canceled");
85 pthread_t joiner; local
143 /* Now create the joiner thread */
144 ret = pthread_create(&joiner, NULL,
149 "joiner thread");
154 /* Cancel the joiner thread */
155 ret = pthread_cancel(joiner);
160 ret = pthread_join(joiner, NULL);
  /external/guava/guava-gwt/test-super/com/google/common/base/super/com/google/common/base/
JoinerTest.java 20 import com.google.common.base.Joiner.MapJoiner;
37 * Unit test for {@link Joiner}.
43 private static final Joiner J = Joiner.on("-");
89 Joiner onChar = Joiner.on('-');
97 Joiner skipNulls = J.skipNulls();
111 Joiner zeroForNull = J.useForNull("0");
124 private static void checkNoOutput(Joiner joiner, Iterable<Integer> set)
    [all...]
  /external/guava/guava-tests/test/com/google/common/base/
JoinerTest.java 21 import com.google.common.base.Joiner.MapJoiner;
39 * Unit test for {@link Joiner}.
45 private static final Joiner J = Joiner.on("-");
91 Joiner onChar = Joiner.on('-');
99 Joiner skipNulls = J.skipNulls();
113 Joiner zeroForNull = J.useForNull("0");
126 private static void checkNoOutput(Joiner joiner, Iterable<Integer> set)
    [all...]
  /frameworks/base/packages/StatementService/src/com/android/statementservice/retriever/
Utils.java 81 StringBuilder joiner = new StringBuilder(); local
87 joiner.append(separator);
89 joiner.append(field);
91 return joiner.toString();
  /external/guava/guava/src/com/google/common/base/
Joiner.java 39 * 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
    [all...]
  /libcore/ojluni/src/main/java/sun/security/provider/certpath/
PKIXMasterCertPathValidator.java 105 StringJoiner joiner = new StringJoiner(", ", "{", "}"); local
107 joiner.add(oid);
110 joiner.toString());
  /frameworks/base/core/java/android/net/
NetworkCapabilities.java 771 StringJoiner joiner = new StringJoiner(", "); local
783 joiner.add(String.format("immutable capabilities changed: %s -> %s", before, after));
789 joiner.add(String.format("specifier changed: %s -> %s", before, after));
795 joiner.add(String.format("transports changed: %s -> %s", before, after));
798 return joiner.toString();
902 StringJoiner joiner = new StringJoiner("|"); local
943 StringJoiner joiner = new StringJoiner("|"); local
    [all...]
  /external/harfbuzz_ng/src/
hb-ot-shape-complex-use-machine.rl 59 ZWNJ = 14; # Zero width non-joiner
60 ZWJ = 15; # Zero width joiner
61 WJ = 16; # Word joiner
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/email/
base64mime.py 118 # specify the leading whitespace in the joiner?
119 joiner = eol + ' '
120 return joiner.join(lines)
header.py 375 joiner = NL + self._continuation_ws
376 return joiner.join(chunks)
453 joiner = eol + ' '
454 joinlen = len(joiner)
470 lines.append(joiner.join(this) + eol)
488 lines.append(joiner.join(this))
  /external/python/cpython2/Lib/email/
base64mime.py 118 # specify the leading whitespace in the joiner?
119 joiner = eol + ' '
120 return joiner.join(lines)
header.py 375 joiner = NL + self._continuation_ws
376 return joiner.join(chunks)
453 joiner = eol + ' '
454 joinlen = len(joiner)
470 lines.append(joiner.join(this) + eol)
488 lines.append(joiner.join(this))
  /prebuilts/gdb/darwin-x86/lib/python2.7/email/
base64mime.py 118 # specify the leading whitespace in the joiner?
119 joiner = eol + ' '
120 return joiner.join(lines)
header.py 375 joiner = NL + self._continuation_ws
376 return joiner.join(chunks)
453 joiner = eol + ' '
454 joinlen = len(joiner)
470 lines.append(joiner.join(this) + eol)
488 lines.append(joiner.join(this))
  /prebuilts/gdb/linux-x86/lib/python2.7/email/
base64mime.py 118 # specify the leading whitespace in the joiner?
119 joiner = eol + ' '
120 return joiner.join(lines)
header.py 375 joiner = NL + self._continuation_ws
376 return joiner.join(chunks)
453 joiner = eol + ' '
454 joinlen = len(joiner)
470 lines.append(joiner.join(this) + eol)
488 lines.append(joiner.join(this))
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/
base64mime.py 118 # specify the leading whitespace in the joiner?
119 joiner = eol + ' '
120 return joiner.join(lines)
header.py 375 joiner = NL + self._continuation_ws
376 return joiner.join(chunks)
453 joiner = eol + ' '
454 joinlen = len(joiner)
470 lines.append(joiner.join(this) + eol)
488 lines.append(joiner.join(this))
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/
base64mime.py 118 # specify the leading whitespace in the joiner?
119 joiner = eol + ' '
120 return joiner.join(lines)
header.py 375 joiner = NL + self._continuation_ws
376 return joiner.join(chunks)
453 joiner = eol + ' '
454 joinlen = len(joiner)
470 lines.append(joiner.join(this) + eol)
488 lines.append(joiner.join(this))
  /external/autotest/frontend/client/src/autotest/tko/
TkoUtils.java 73 static String joinWithParens(String joiner, String first, String second) {
76 return Utils.joinStrings(joiner, Arrays.asList(new String[] {first, second}));
  /external/libcxx/test/std/experimental/iterator/ostream.joiner/ostream.joiner.ops/
ostream_joiner.op.assign.pass.cpp 57 typedef exp::ostream_joiner<typename std::decay<Delim>::type, CharT, Traits> Joiner;
59 static_assert((std::is_copy_constructible<Joiner>::value == std::is_copy_constructible<typename std::decay<Delim>::type>::value), "" );
60 static_assert((std::is_move_constructible<Joiner>::value == std::is_move_constructible<typename std::decay<Delim>::type>::value), "" );
61 static_assert((std::is_copy_assignable<Joiner> ::value == std::is_copy_assignable<typename std::decay<Delim>::type> ::value), "" );
62 static_assert((std::is_move_assignable<Joiner> ::value == std::is_move_assignable<typename std::decay<Delim>::type> ::value), "" );
65 Joiner joiner(sstream, d);
67 *joiner++ = *first++;
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/experimental/iterator/ostream.joiner/ostream.joiner.ops/
ostream_joiner.op.assign.pass.cpp 57 typedef exp::ostream_joiner<typename std::decay<Delim>::type, CharT, Traits> Joiner;
59 static_assert((std::is_copy_constructible<Joiner>::value == std::is_copy_constructible<typename std::decay<Delim>::type>::value), "" );
60 static_assert((std::is_move_constructible<Joiner>::value == std::is_move_constructible<typename std::decay<Delim>::type>::value), "" );
61 static_assert((std::is_copy_assignable<Joiner> ::value == std::is_copy_assignable<typename std::decay<Delim>::type> ::value), "" );
62 static_assert((std::is_move_assignable<Joiner> ::value == std::is_move_assignable<typename std::decay<Delim>::type> ::value), "" );
65 Joiner joiner(sstream, d);
67 *joiner++ = *first++;

Completed in 420 milliseconds

1 2 3 4 5 6 7 8 91011>>