/external/eigen/doc/snippets/ |
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/ |
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...] |
/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 | 149 final String joined = mSplitter.join(name, true, true); local 150 update.put(StructuredName.DISPLAY_NAME, joined);
|
/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);
|
/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...] |
/external/iproute2/doc/ |
ip-cref.tex | [all...] |
/prebuilts/tools/common/m2/internal/com/google/code/findbugs/findbugs/2.0.1/ |
findbugs-2.0.1.jar | |