/art/test/144-static-field-sigquit/ |
expected.txt | 4 Joined threads
|
/external/eigen/doc/snippets/ |
Tutorial_AdvancedInitialization_Join.cpp | 9 RowVectorXd joined(7); 10 joined << vec1, vec2; 11 std::cout << "joined = " << joined << std::endl;
|
/art/test/039-join-main/ |
expected.txt | 4 @ JoinMainSub successfully joined main
|
/packages/apps/Dialer/tests/src/com/android/dialer/util/ |
DialerUtilsTest.java | 54 CharSequence joined = DialerUtils.join(mResources, mItems); local 55 assertEquals("", joined); 64 CharSequence joined = DialerUtils.join(mResources, mItems); local 65 assertEquals("Hello", joined); 75 CharSequence joined = DialerUtils.join(mResources, mItems); local 76 assertEquals("Hello, there", joined);
|
/packages/apps/UnifiedEmail/src/com/android/mail/utils/ |
StringUtils.java | 11 * Returns a string containing the tokens joined by delimiters. 20 * Returns a string containing the tokens joined by delimiters.
|
/external/icu/icu4c/source/test/intltest/ |
simplethread.h | 18 void join(); // A thread must be joined before deleting its SimpleThread.
|
/external/valgrind/drd/tests/ |
pth_detached3.c | 20 /* Invoke pthread_detach() with the thread ID of a joined thread. */
|
/packages/apps/Messaging/src/com/android/messaging/util/ |
ConversationIdSet.java | 60 String joined = null; local 62 joined = conversationIdSet2; 64 joined = conversationIdSet1 + JOIN_DELIMITER + conversationIdSet2; 66 return joined;
|
/external/clang/include/clang/Driver/ |
Options.td | 139 def driver_mode : Joined<["--"], "driver-mode=">, Group<internal_driver_Group>, 207 def objcmt_whitelist_dir_path: Joined<["-"], "objcmt-whitelist-dir-path=">, Flags<[CC1Option]>, 210 def : Joined<["-"], "objcmt-white-list-dir-path=">, Flags<[CC1Option]>, 214 def ccc_ : Joined<["-"], "ccc-">, Group<internal_Group>, Flags<[Unsupported]>; 232 def G_EQ : Joined<["-"], "G=">, Flags<[DriverOption]>; 267 def O : Joined<["-"], "O">, Group<O_Group>, Flags<[CC1Option]>; 269 def Ofast : Joined<["-"], "Ofast">, Group<O_Group>, Flags<[CC1Option]>; 276 def Rpass_EQ : Joined<["-"], "Rpass=">, Group<R_value_Group>, Flags<[CC1Option]>, 279 def Rpass_missed_EQ : Joined<["-"], "Rpass-missed=">, Group<R_value_Group>, 283 def Rpass_analysis_EQ : Joined<["-"], "Rpass-analysis=">, Group<R_value_Group> [all...] |
/art/test/088-monitor-verification/smali/ |
UnbalancedJoin.smali | 24 # Lock levels are "opposite" for the joined flows.
|
/external/valgrind/helgrind/tests/ |
tc02_simple_tls.c | 7 has modified it and then joined with the parent. Tests simple
|
/external/valgrind/none/tests/solaris/ |
threads_exitall.c | 35 fprintf(stderr, "Thread joined\n");
|
/external/llvm/unittests/Option/ |
Opts.td | 8 def B : Joined<["-"], "B">, HelpText<"The B option">, MetaVarName<"B">, Flags<[OptFlag2]>; 16 def Ceq : Joined<["-", "--"], "C=">, Alias<C>, Flags<[OptFlag1]>;
|
/frameworks/compile/mclinker/tools/mcld/ |
Options.td | 17 def Entry : Joined<["--"], "entry=">, 31 def SOName : Joined<["-"], "soname=">, 50 def Dyld : Joined<["--"], "dynamic-linker=">, 95 def ICF : Joined<["--"], "icf=">, 120 def OutputAlias : Joined<["--"], "output=">, 124 def OutputFormat: Joined<["--"], "oformat=">, 172 def InputFormat : Joined<["--"], "format=">, 225 def HashStyle : Joined<["--"], "hash-style=">, 256 def Script : Joined<["--"], "script=">, 263 def Namespec : Joined<["--"], "library="> [all...] |
/external/guava/guava-tests/test/com/google/common/io/ |
MultiInputStreamTest.java | 76 ByteSource joined = ByteSource.concat(sources); local 77 assertTrue(newByteSource(0, start).contentEquals(joined)); 82 ByteSource joined = ByteSource.concat(source, source); local 83 assertEquals(20, joined.size()); 84 InputStream in = joined.openStream();
|
/packages/inputmethods/LatinIME/tools/dicttool/compat/android/text/ |
TextUtils.java | 55 * Returns list of multiple {@link CharSequence} joined into a single 66 * Returns a string containing the tokens joined by delimiters. 67 * @param tokens an array objects to be joined. Strings will be formed from 85 * Returns a string containing the tokens joined by delimiters. 86 * @param tokens an array objects to be joined. Strings will be formed from
|
/external/llvm/include/llvm/Option/ |
OptParser.td | 34 def KIND_JOINED : OptionKind<"Joined", 1>; 41 // An option which is either joined to its (non-empty) value, or followed by its 44 // An option which is both joined to its (first) value, and followed by its 63 // RenderJoined - The option should be rendered joined, even if separate (only 67 // RenderSeparate - The option should be rendered separately, even if joined 68 // (only sensible on joined options). 102 class Joined<list<string> prefixes, string name>
|
/art/test/144-static-field-sigquit/src/ |
Main.java | 30 System.out.println("Joined threads");
|
/external/llvm/lib/LibDriver/ |
Options.td | 10 Joined<["/", "-", "-?"], name#":">, HelpText<help>; 21 class QF<string name> : Joined<["/", "-", "-?"], name#":">;
|
/packages/apps/Camera2/src/com/android/camera/async/ |
Futures2.java | 34 * 2 parameter async function for joined async results. 41 * 3 parameter async function for joined async results. 81 * Create a new joined future from two existing futures and a joining function 111 * Create a new joined future from two existing futures and an async function 124 * Create a new joined future from three existing futures and a joining function 157 * Create a new joined future from three existing futures and an async function
|
/frameworks/rs/ |
rsCppUtils.cpp | 55 std::unique_ptr<const char> joined(rsuJoinStrings(nArgs, args)); 56 ALOGV("Invoking %s with args '%s'", exe, joined.get());
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/ |
test_text_file.py | 43 # "collapse" joined lines 47 # "collapse" joined lines
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/ |
test_text_file.py | 43 # "collapse" joined lines 47 # "collapse" joined lines
|
/external/tcpdump/tests/ |
pimv2_sm-v.out | 19 group #1: 239.123.123.123, joined sources: 1, pruned sources: 0 20 joined source #1: 1.1.1.1(SWR) 53 group #1: 239.123.123.123, joined sources: 1, pruned sources: 0 54 joined source #1: 1.1.1.1(SWR) 89 group #1: 239.123.123.123, joined sources: 1, pruned sources: 0 90 joined source #1: 1.1.1.1(SWR) 123 group #1: 239.123.123.123, joined sources: 1, pruned sources: 0 124 joined source #1: 1.1.1.1(SWR) 159 group #1: 239.123.123.123, joined sources: 1, pruned sources: 0 160 joined source #1: 1.1.1.1(SWR [all...] |
/art/test/039-join-main/src/ |
Main.java | 47 System.out.print("@ JoinMainSub successfully joined main\n");
|