Searched refs:joined (Results 1 - 12 of 12) sorted by relevance

/external/eigen/doc/snippets/
H A DTutorial_AdvancedInitialization_Join.cpp9 RowVectorXd joined(7);
10 joined << vec1, vec2;
11 std::cout << "joined = " << joined << std::endl;
/external/smack/src/org/jivesoftware/smackx/workgroup/packet/
H A DOccupantsInfo.java88 // 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) { argument
108 this.joined = joined;
120 return joined;
154 Date joined = null;
163 ("joined"
[all...]
/external/guava/guava-tests/test/com/google/common/io/
H A DMultiInputStreamTest.java78 InputSupplier<InputStream> joined = ByteStreams.join(suppliers);
79 assertTrue(ByteStreams.equal(newByteSupplier(0, start), joined));
85 InputSupplier<InputStream> joined = ByteStreams.join(supplier, supplier);
86 assertEquals(20, ByteStreams.length(joined));
87 InputStream in = joined.getInput();
/external/smack/src/org/jivesoftware/smackx/muc/
H A DDefaultParticipantStatusListener.java34 public void joined(String participant) { method in class:DefaultParticipantStatusListener
H A DParticipantStatusListener.java32 * 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
H A DMultiUserChat.java90 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/
H A DElementAndAttributePolicies.java112 AttributePolicy joined = AttributePolicy.Util.join(
114 if (!joined.equals(attrPolicy)) {
119 anded.put(attrName, joined);
/external/iputils/
H A Drdisc.c1232 int joined[num_interfaces]; local
1234 memset(joined, 0, sizeof(joined));
1242 if (joined[j] == interfaces[i].ifindex)
1257 joined[i] = interfaces[i].ifindex;
/external/chromium_org/v8/tools/
H A Djs2c.py50 joined = ", ".join(result)
51 return textwrap.fill(joined, 80)
/external/owasp/sanitizer/distrib/lib/
H A Dowasp-java-html-sanitizer.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/owasp/ org/owasp/html/ org/owasp/html/AbstractTokenStream ...
/external/iproute2/doc/
H A Dip-cref.tex2247 is the \verb|static| flag, which indicates that the address was joined
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dfindbugs.jarMETA-INF/ META-INF/MANIFEST.MF default.xsl edu/ edu/umd/ edu/umd/cs/ edu/ ...

Completed in 914 milliseconds