HomeSort by relevance Sort by last modified time
    Searched full:joined (Results 51 - 75 of 338) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/avahi/avahi-sharp/
AvahiTest.cs 33 Console.WriteLine ("joined service name: " + Client.JoinServiceName ("FooBar", "_foo", "local"));
  /external/google-breakpad/src/testing/src/
gmock-matchers.cc 69 // the joined string.
  /external/libchrome/base/threading/
worker_pool_posix.h 9 // worker threads are not joined during process shutdown. This means that
  /external/llvm/include/llvm/ADT/
IntEqClasses.h 13 // Initially each integer has its own equivalence class. Classes are joined by
  /external/llvm/lib/Support/
IntEqClasses.cpp 13 // Initially each integer has its own equivalence class. Classes are joined by
  /external/llvm/test/CodeGen/X86/
2012-05-19-CoalescerCrash.ll 5 ; virtual registers. Stale identity copies that had already been joined were
  /external/markdown/docs/extensions/
Meta-Data.txt 67 line breaks if desired. Or the items could be joined where appropriate. No
  /external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/core/util/
StringUtil.java 60 * @return the Strings within the parts collection joined together using the specified delimiter
  /hardware/qcom/gps/msm8909/utils/
LocThread.h 85 // for a while until the thread is joined.
  /hardware/qcom/gps/msm8996/utils/
LocThread.h 85 // for a while until the thread is joined.
  /packages/services/Telephony/src/com/android/phone/common/mail/store/
ImapStore.java 86 * Returns UIDs of Messages joined with "," as the separator.
  /external/antlr/antlr-3.4/runtime/Ruby/lib/
antlr3.rb 113 # they will be joined to the end of the libray path using
121 # they will be joined to the end of the path using
  /external/llvm/lib/Option/
Option.cpp 133 // A Flag alias for a Joined option must provide an argument.
200 // If this is not an exact match, it is a joined arg.
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
DataRowHandlerForStructuredName.java 144 final String joined = mSplitter.join(name, true, true); local
145 update.put(StructuredName.DISPLAY_NAME, joined);
  /external/jetty/src/java/org/eclipse/jetty/util/component/
AggregateLifeCycle.java 91 * Stop the joined lifecycle beans in the reverse order they were added.
115 * Destroy the joined Destroyable beans in the reverse order they were added.
148 /** Is the bean joined to the aggregate.
150 * @return True if the aggregate contains the bean and it is joined
172 // beans are joined unless they are started lifecycles
179 * @param managed True if the LifeCycle is to be joined, otherwise it will be disjoint.
  /build/soong/common/
paths.go 319 // joined together with filepath.Join). This also validates that the path
419 // Join creates a new SourcePath with paths... joined with the current path. The
467 // joined together with filepath.Join). This also validates that the path
485 // Join creates a new OutputPath with paths... joined with the current path. The
658 // each path component does not attempt to leave its component. Returns a joined
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/
ThreadTest.java 613 assertTrue("Joined thread is still alive", !st.isAlive());
658 assertTrue("Joined thread is still alive", !st.isAlive());
710 assertTrue("Joined thread is not alive", st.isAlive());
768 assertTrue("Joined thread was interrupted", true);
770 assertTrue("Joined thread is still alive", !t.isAlive());
  /external/llvm/include/llvm/Option/
ArgList.h 278 /// \param Joined - If true, render the argument as joined with
282 bool Joined = false) const;
  /external/tcpdump/tests/
pimv2_dm-v.out 21 group #1: 239.123.123.123, joined sources: 0, pruned sources: 1
129 group #1: 239.123.123.123, joined sources: 0, pruned sources: 1
223 group #1: 239.123.123.123, joined sources: 0, pruned sources: 1
  /frameworks/compile/slang/
RSCCOptions.td 32 def target_api_EQ : Joined<["-"], "target-api=">, Alias<target_api>;
92 def rs_package_name_EQ : Joined<["-"], "rs-package-name=">, Alias<rs_package_name>;
94 def W : Joined<["-"], "W">, HelpText<"Enable the specified warning">;
  /prebuilts/go/darwin-x86/src/path/filepath/
path.go 178 // SplitList splits a list of paths joined by the OS-specific ListSeparator,
231 // If the path is not absolute it will be joined with the current
250 // joined to basepath with an intervening separator. That is,
  /prebuilts/go/linux-x86/src/path/filepath/
path.go 178 // SplitList splits a list of paths joined by the OS-specific ListSeparator,
231 // If the path is not absolute it will be joined with the current
250 // joined to basepath with an intervening separator. That is,
  /frameworks/compile/mclinker/include/mcld/ADT/
BinTree.h 446 // @param the tree being joined.
447 // @return the joined tree
  /frameworks/compile/mclinker/include/mcld/
InputTree.h 191 // @param the tree being joined.
192 // @return the joined tree
  /packages/apps/Contacts/src/com/android/contacts/activities/
ContactEditorBaseActivity.java 178 * Invoked after the contact is joined.
210 // user joined the contact with another and closed the activity before

Completed in 1918 milliseconds

1 23 4 5 6 7 8 91011>>