/external/smack/src/org/jivesoftware/smackx/workgroup/packet/ |
TranscriptsProvider.java | 36 * An IQProvider for transcripts summaries.
53 List<Transcripts.TranscriptSummary> summaries = new ArrayList<Transcripts.TranscriptSummary>();
64 if (parser.getName().equals("transcripts")) {
70 return new Transcripts(userID, summaries);
73 private Transcripts.TranscriptSummary parseSummary(XmlPullParser parser) throws IOException,
78 List<Transcripts.AgentDetail> agents = new ArrayList<Transcripts.AgentDetail>();
105 return new Transcripts.TranscriptSummary(sessionID, joinTime, leftTime, agents);
108 private List<Transcripts.AgentDetail> parseAgents(XmlPullParser parser) throws IOException, XmlPullParserException { [all...] |
Transcripts.java | 28 * Represents a list of conversation transcripts that a user had in all his history. Each
34 public class Transcripts extends IQ {
42 private List<Transcripts.TranscriptSummary> summaries;
46 * Creates a transcripts request for the given userID.
48 * @param userID the id of the user to get his conversations transcripts.
50 public Transcripts(String userID) {
52 this.summaries = new ArrayList<Transcripts.TranscriptSummary>();
56 * Creates a Transcripts which will contain the transcript summaries of the given user.
62 public Transcripts(String userID, List<Transcripts.TranscriptSummary> summaries) { [all...] |
TranscriptProvider.java | 32 * An IQProvider for transcripts.
|
/external/smack/src/org/jivesoftware/smackx/workgroup/agent/ |
TranscriptManager.java | 23 import org.jivesoftware.smackx.workgroup.packet.Transcripts;
73 * Returns the transcripts of a given user. The answer will contain the complete history of
78 * @return the transcripts of a given user.
81 public Transcripts getTranscripts(String workgroupJID, String userID) throws XMPPException {
82 Transcripts request = new Transcripts(userID);
88 Transcripts response = (Transcripts) collector.nextResult(SmackConfiguration.getPacketReplyTimeout());
|
TranscriptSearchManager.java | 33 * A TranscriptSearchManager helps to retrieve the form to use for searching transcripts
47 * Returns the Form to use for searching transcripts. It is unlikely that the server
52 * @return the Form to use for searching transcripts.
|
AgentSession.java | 453 * Returns the transcripts of a given user. The answer will contain the complete history of
457 * @return the transcripts of a given user.
460 public Transcripts getTranscripts(String userID) throws XMPPException {
476 * Returns the Form to use for searching transcripts. It is unlikely that the server
480 * @return the Form to use for searching transcripts.
[all...] |
/external/chromium_org/third_party/WebKit/Source/web/ |
WebSpeechRecognitionResult.cpp | 41 void WebSpeechRecognitionResult::assign(const WebVector<WebString>& transcripts, const WebVector<float>& confidences, bool final) 43 ASSERT(transcripts.size() == confidences.size()); 45 Vector<RefPtr<WebCore::SpeechRecognitionAlternative> > alternatives(transcripts.size()); 46 for (size_t i = 0; i < transcripts.size(); ++i) 47 alternatives[i] = WebCore::SpeechRecognitionAlternative::create(transcripts[i], confidences[i]);
|
/external/chromium_org/third_party/WebKit/public/web/ |
WebSpeechRecognitionResult.h | 46 WEBKIT_EXPORT void assign(const WebVector<WebString>& transcripts, const WebVector<float>& confidences, bool final);
|
/external/chromium_org/content/renderer/ |
speech_recognition_dispatcher.cc | 196 WebVector<WebString> transcripts(num_hypotheses); 199 transcripts[i] = result.hypotheses[i].utterance; 202 webkit_result->assign(transcripts, confidences, !result.is_provisional);
|
/external/chromium_org/third_party/WebKit/Source/testing/runner/ |
MockWebSpeechRecognizer.cpp | 67 WebVector<WebString> transcripts(static_cast<size_t>(1)); 69 transcripts[0] = m_transcript; 73 finalResults[0].assign(transcripts, confidences, true);
|
/external/chromium/chrome/common/extensions/docs/static/ |
a11y.html | 19 Captions and transcripts give deaf people access to audio content,
|
/external/chromium_org/chrome/common/extensions/docs/templates/articles/ |
a11y.html | 19 Captions and transcripts give deaf people access to audio content,
|
/external/smack/src/org/jivesoftware/smackx/workgroup/user/ |
Workgroup.java | [all...] |
/external/chromium/chrome/common/extensions/docs/ |
a11y.html | 366 Captions and transcripts give deaf people access to audio content, [all...] |
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/share/info/ |
gdbint.info | [all...] |
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/share/info/ |
gdbint.info | [all...] |
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/share/info/ |
gdbint.info | [all...] |
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/share/info/ |
gdbint.info | [all...] |
/external/chromium_org/third_party/WebKit/PerformanceTests/Parser/resources/ |
final-url-en | 16 http://128.248.232.90/archives/mchb/amchp2004/b2/transcripts/session03e.htm [all...] |