/external/eigen/doc/snippets/ |
H A D | Tutorial_AdvancedInitialization_Join.cpp | 9 RowVectorXd joined(7); 10 joined << vec1, vec2; 11 std::cout << "joined = " << joined << std::endl;
|
/external/smack/src/org/jivesoftware/smackx/workgroup/packet/ |
H A D | 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) {
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 D | MultiInputStreamTest.java | 78 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 D | DefaultParticipantStatusListener.java | 34 public void joined(String participant) { method in class:DefaultParticipantStatusListener
|
H A D | 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
|
H A D | 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/ |
H A D | ElementAndAttributePolicies.java | 112 AttributePolicy joined = AttributePolicy.Util.join( 114 if (!joined.equals(attrPolicy)) { 119 anded.put(attrName, joined);
|
/external/iputils/ |
H A D | 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;
|
/external/chromium_org/v8/tools/ |
H A D | js2c.py | 50 joined = ", ".join(result) 51 return textwrap.fill(joined, 80)
|
/external/owasp/sanitizer/distrib/lib/ |
H A D | owasp-java-html-sanitizer.jar | META-INF/ META-INF/MANIFEST.MF org/ org/owasp/ org/owasp/html/ org/owasp/html/AbstractTokenStream ... |
/external/iproute2/doc/ |
H A D | ip-cref.tex | 2247 is the \verb|static| flag, which indicates that the address was joined
|
/external/owasp/sanitizer/tools/findbugs/lib/ |
H A D | findbugs.jar | META-INF/ META-INF/MANIFEST.MF default.xsl edu/ edu/umd/ edu/umd/cs/ edu/ ... |