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

1 2

  /external/eigen/doc/snippets/
Tutorial_AdvancedInitialization_Join.cpp 9 RowVectorXd joined(7);
10 joined << vec1, vec2;
11 std::cout << "joined = " << joined << std::endl;
  /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);
  /external/smack/src/org/jivesoftware/smackx/workgroup/packet/
OccupantsInfo.java 88 // Add the date when the occupant joined the room
89 buf.append("<joined>");
91 buf.append("</joined>");
103 private Date joined; field in class:OccupantsInfo.OccupantInfo
105 public OccupantInfo(String jid, String nickname, Date joined) {
108 this.joined = joined;
120 return joined;
154 Date joined = null; local
163 ("joined".equals(parser.getName()))) {
    [all...]
  /external/guava/guava-tests/test/com/google/common/io/
MultiInputStreamTest.java 78 InputSupplier<InputStream> joined = ByteStreams.join(suppliers); local
79 assertTrue(ByteStreams.equal(newByteSupplier(0, start), joined));
85 InputSupplier<InputStream> joined = ByteStreams.join(supplier, supplier); local
86 assertEquals(20, ByteStreams.length(joined));
87 InputStream in = joined.getInput();
  /external/smack/src/org/jivesoftware/smackx/muc/
DefaultParticipantStatusListener.java 34 public void joined(String participant) { method in class:DefaultParticipantStatusListener
ParticipantStatusListener.java 32 * Called when a new room occupant has joined the room. Note: Take in consideration that when
36 * @param participant the participant that has just joined the room
39 public abstract void joined(String participant); method in interface:ParticipantStatusListener
MultiUserChat.java 90 private boolean joined = false; field in class:MultiUserChat
117 // joined rooms whenever a disco request is received
188 * Returns an Iterator on the rooms where the user has joined using a given connection.
193 * @return an Iterator on the rooms where the user has joined using a given connection.
200 // Return an iterator on an empty collection (i.e. the user never joined a room)
205 * Returns an Iterator on the rooms where the requested user has joined. The Iterator will
210 * @return an Iterator on the rooms where the requested user has joined.
321 * (e.g. room already exists; user already joined to an existant room or
328 // If we've already joined the room, leave it before joining under a new
330 if (joined) {
    [all...]
  /external/owasp/sanitizer/src/main/org/owasp/html/
ElementAndAttributePolicies.java 112 AttributePolicy joined = AttributePolicy.Util.join( local
114 if (!joined.equals(attrPolicy)) {
119 anded.put(attrName, joined);
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
DataRowHandlerForStructuredPostal.java 95 final String joined = mSplitter.join(postal); local
96 update.put(StructuredPostal.FORMATTED_ADDRESS, joined);
DataRowHandlerForStructuredName.java 144 final String joined = mSplitter.join(name, true, true); local
145 update.put(StructuredName.DISPLAY_NAME, joined);
  /prebuilts/misc/common/swig/include/2.0.11/python/
pyinit.swg 48 PyObject *joined;
52 joined = PyUnicode_Concat(str, tail);
55 str = joined;
58 joined = PyUnicode_Concat(str, tail);
61 str = joined;
65 joined = PyUnicode_Concat(str, tail);
68 str = joined;
pyrun.swg 440 PyObject *joined = PyUnicode_Concat(repr, nrep);
443 repr = joined;
    [all...]
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
PostalSplitterForJapaneseTest.java 138 final String joined = mPostalSplitter.join(postal); local
139 assertEquals(formattedPostal, joined);
PostalSplitterTest.java 122 final String joined = mPostalSplitter.join(postal); local
123 assertEquals(formattedPostal, joined);
  /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/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...]
  /external/chromium_org/v8/tools/
js2c.py 50 joined = ", ".join(result)
51 return textwrap.fill(joined, 80)
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
RelativeLayoutConversionHelper.java 1470 Set<Integer> joined = new HashSet<Integer>(first.size() + second.size()); local
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_cookielib.py 143 joined = join_header_words([[("foo", None), ("bar", "baz")]])
144 self.assertEqual(joined, "foo; bar=baz")
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_cookielib.py 143 joined = join_header_words([[("foo", None), ("bar", "baz")]])
144 self.assertEqual(joined, "foo; bar=baz")
    [all...]
  /external/owasp/sanitizer/distrib/lib/
owasp-java-html-sanitizer.jar 
  /external/chromium_org/chrome/third_party/chromevox/third_party/closure-library/closure/goog/
base.js     [all...]
  /external/iproute2/doc/
ip-cref.tex     [all...]
  /external/owasp/sanitizer/tools/findbugs/lib/
findbugs.jar 

Completed in 1052 milliseconds

1 2