OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetWord
(Results
1 - 7
of
7
) sorted by null
/external/opencv/otherlibs/highgui/
bitstrm.h
104
int
GetWord
();
115
int
GetWord
();
grfmt_bmp.cpp
151
m_width = m_strm.
GetWord
();
152
m_height = m_strm.
GetWord
();
258
int code = m_strm.
GetWord
();
347
int code = m_strm.
GetWord
();
grfmt_tiff.cpp
278
int val = m_strm.
GetWord
();
335
array[i] = ((RMByteStream&)m_strm).
GetWord
();
338
array[i] = ((RLByteStream&)m_strm).
GetWord
();
379
m_byteorder = (TiffByteOrder)m_strm.
GetWord
();
grfmt_jpeg.cpp
585
int code = m_low_strm.
GetWord
();
838
int length = lstrm.
GetWord
();
846
m_version = lstrm.
GetWord
();
853
m_height = lstrm.
GetWord
();
854
m_width = lstrm.
GetWord
();
909
m_MCUs = lstrm.
GetWord
();
1034
int length = lstrm.
GetWord
();
1091
m_MCUs = lstrm.
GetWord
();
[
all
...]
bitstrm.cpp
284
int RLByteStream::
GetWord
()
325
int RMByteStream::
GetWord
()
/external/chromium/third_party/libjingle/source/talk/examples/call/
callclient.cc
84
std::string
GetWord
(const std::vector<std::string>& words,
163
const std::string& command =
GetWord
(words, 0, "");
210
std::string to =
GetWord
(words, 1, "");
213
std::string to =
GetWord
(words, 1, "");
220
JoinMuc(
GetWord
(words, 1, ""));
222
InviteToMuc(words[1],
GetWord
(words, 2, ""));
224
LeaveMuc(
GetWord
(words, 1, ""));
/external/chromium_org/third_party/libjingle/source/talk/examples/call/
callclient.cc
86
std::string
GetWord
(const std::vector<std::string>& words,
191
const std::string& command =
GetWord
(words, 0, "");
213
std::string to =
GetWord
(words, 1, "");
223
std::string id =
GetWord
(words, 1, "");
330
std::string to =
GetWord
(words, 1, "");
337
std::string to =
GetWord
(words, 1, "");
351
JoinMuc(
GetWord
(words, 1, ""));
353
LookupAndJoinMuc(
GetWord
(words, 1, ""));
355
InviteToMuc(words[1],
GetWord
(words, 2, ""));
357
LeaveMuc(
GetWord
(words, 1, ""))
[
all
...]
Completed in 296 milliseconds