/prebuilts/gdb/darwin-x86/lib/python2.7/distutils/ |
text_file.py | 57 with a backslash, then N+1 physical lines will be joined to 60 strip leading whitespace from lines that are joined to their
|
/prebuilts/gdb/linux-x86/lib/python2.7/distutils/ |
text_file.py | 57 with a backslash, then N+1 physical lines will be joined to 60 strip leading whitespace from lines that are joined to their
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/ |
text_file.py | 57 with a backslash, then N+1 physical lines will be joined to 60 strip leading whitespace from lines that are joined to their
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/ |
text_file.py | 57 with a backslash, then N+1 physical lines will be joined to 60 strip leading whitespace from lines that are joined to their
|
/external/apache-http/src/org/apache/http/message/ |
LineParser.java | 144 * must be joined by the caller before invoking this method.
|
/external/compiler-rt/cmake/Modules/ |
CompilerRTCompile.cmake | 11 # Make space separated -D and -U flags into joined flags.
|
/external/compiler-rt/lib/tsan/tests/rtl/ |
tsan_test_util.h | 67 // A thread is started in CTOR and joined in DTOR.
|
/external/deqp/framework/delibs/dethread/unix/ |
deThreadUnix.c | 134 /* Not joined, detach. */
|
/external/iw/ |
link.c | 74 printf("Joined IBSS %s (on %s)\n", mac_addr, dev);
|
/external/libchrome/sandbox/linux/services/ |
thread_helpers.cc | 140 // /proc. Start() above or following Stop(), the thread is started or joined,
|
/external/llvm/include/llvm/Option/ |
Option.h | 194 /// and name. This is used to determine where joined values
|
/external/llvm/unittests/Option/ |
OptionParsingTest.cpp | 209 // Check that a flag alias provides an empty argument to a joined option.
|
/external/opencv3/doc/py_tutorials/py_setup/py_intro/ |
py_intro.markdown | 8 **Vadim Pisarevsky** joined Gary Bradsky to manage Intel's Russian software OpenCV team. In 2005,
|
/external/testng/ |
ANNOUNCEMENT.txt | 56 Also, TestNG has joined OpenSymphony (big thanks to Patrick and Hani for setting this up). As a consequence of this move, there is now a TestNG users forum as well as a Wiki and JIRA for issue tracking.
|
/packages/apps/Email/provider_src/com/android/email/mail/store/imap/ |
ImapList.java | 194 * Returns text representations (i.e. getString()) of contents joined together with
|
/packages/services/Telephony/src/com/android/phone/common/mail/store/imap/ |
ImapList.java | 194 * Returns text representations (i.e. getString()) of contents joined together with
|
/prebuilts/go/darwin-x86/doc/codewalk/ |
markov.go | 74 // A prefix is a string of prefixLen words joined with spaces.
|
/prebuilts/go/darwin-x86/src/net/ |
interface.go | 74 // MulticastAddrs returns multicast, joined group addresses for
|
/prebuilts/go/linux-x86/doc/codewalk/ |
markov.go | 74 // A prefix is a string of prefixLen words joined with spaces.
|
/prebuilts/go/linux-x86/src/net/ |
interface.go | 74 // MulticastAddrs returns multicast, joined group addresses for
|
/system/bt/service/ipc/ |
ipc_handler_linux.cpp | 157 // the thread is joined while it's in the middle of the EventLoop() call. The
|
/external/iputils/ |
rdisc.c | 1232 int joined[num_interfaces]; local 1234 memset(joined, 0, sizeof(joined)); 1242 if (joined[j] == interfaces[i].ifindex) 1257 joined[i] = interfaces[i].ifindex; [all...] |
/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/ |
ContactAggregator.java | 114 // If we found an best matched contact, find out if the raw contact can be joined 300 * @return JOIN if the raw contact of {@code rawContactId} can be joined into the existing 302 * cannot be joined into the existing contact of {@code contactId}. RE_AGGREGATE if raw contact 410 * raw contacts cannot be joined with its best matching contacts directly. 469 * anymore, so they should get joined. [all...] |
/external/autotest/frontend/afe/ |
model_logic.py | 161 @param alias: alias of joined table 186 this model table <---> M2M pivot table <---> joined model table 189 @param alias: alias of joined table 235 For many-to-one relationships, the joined table contains the matching 238 For many-to-many relationships, the joined table contains the matching 264 """Get a non-null column on the table joined for the given query. [all...] |
/external/tcpdump/ |
print-pim.c | 200 ND_PRINT((ndo, " joined: %d pruned: %d", njoin, nprune)); 820 * | Number of Joined Sources | Number of Pruned Sources | 822 * | Encoded-Joined Source Address-1 | 827 * | Encoded-Joined Source Address-n | 889 ND_PRINT((ndo, ", joined sources: %u, pruned sources: %u", njoin, nprune)); 892 ND_PRINT((ndo, "\n\t joined source #%u: ", j+1));
|