OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:addcandidate
(Results
1 - 23
of
23
) sorted by null
/external/webrtc/talk/app/webrtc/
jsepsessiondescription_unittest.cc
139
EXPECT_TRUE(jsep_desc_->
AddCandidate
(&jsep_candidate));
155
EXPECT_TRUE(jsep_desc_->
AddCandidate
(&jsep_candidate));
173
EXPECT_TRUE(jsep_desc_->
AddCandidate
(&jsep_candidate));
190
EXPECT_FALSE(jsep_desc_->
AddCandidate
(&bad_candidate1));
193
EXPECT_FALSE(jsep_desc_->
AddCandidate
(&bad_candidate2));
200
EXPECT_TRUE(jsep_desc_->
AddCandidate
(&jsep_candidate));
204
EXPECT_TRUE(jsep_desc_->
AddCandidate
(&jsep_candidate));
214
EXPECT_TRUE(jsep_desc_->
AddCandidate
(&jsep_candidate_with_credentials));
236
EXPECT_TRUE(jsep_desc_->
AddCandidate
(&jsep_candidate));
jsepsessiondescription.h
76
virtual bool
AddCandidate
(const IceCandidateInterface* candidate);
jsep.h
114
virtual bool
AddCandidate
(const IceCandidateInterface* candidate) = 0;
jsepsessiondescription.cc
119
bool JsepSessionDescription::
AddCandidate
(
webrtcsdp_unittest.cc
714
jdesc_.
AddCandidate
(&jice);
[
all
...]
webrtcsession_unittest.cc
[
all
...]
webrtcsessiondescriptionfactory.cc
126
dest_desc->
AddCandidate
(source_candidates->at(n));
webrtcsession.cc
[
all
...]
webrtcsdp.cc
[
all
...]
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
FilterPointRepresentation.java
62
public void
addCandidate
(FilterPoint c) {
FilterRedEyeRepresentation.java
64
addCandidate
(new RedEyeCandidate(rect, bounds));
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/EN/
OpenWnnEngineEN.java
132
addCandidate
(word);
138
addCandidate
(new WnnWord(mInputString, mSearchKey));
142
addCandidate
(new WnnWord(mSearchKey.substring(0,1).toUpperCase() + mSearchKey.substring(1),
147
addCandidate
(new WnnWord(mSearchKey.toUpperCase(), mSearchKey));
162
private boolean
addCandidate
(WnnWord word) {
/external/v8/src/heap/
mark-compact-inl.h
74
void CodeFlusher::
AddCandidate
(SharedFunctionInfo* shared_info) {
82
void CodeFlusher::
AddCandidate
(JSFunction* function) {
mark-compact.h
202
inline void
AddCandidate
(SharedFunctionInfo* shared_info);
203
inline void
AddCandidate
(JSFunction* function);
objects-visiting-inl.h
453
collector->code_flusher()->
AddCandidate
(shared);
480
collector->code_flusher()->
AddCandidate
(function);
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/JAJP/
OpenWnnEngineJAJP.java
219
addCandidate
(word);
237
addCandidate
((WnnWord)convResult.next());
251
addCandidate
(it.next());
273
private boolean
addCandidate
(WnnWord word) {
/frameworks/minikin/libs/minikin/
LineBreaker.cpp
114
// to
addCandidate
.
254
addCandidate
(cand);
270
addCandidate
(cand);
273
// Helper method for
addCandidate
()
288
void LineBreaker::
addCandidate
(Candidate cand) {
364
// All breaks but the last have been added in
addCandidate
already.
/frameworks/minikin/include/minikin/
LineBreaker.h
209
void
addCandidate
(Candidate cand);
/external/clang/include/clang/Sema/
TemplateDeduction.h
306
TemplateSpecCandidate &
addCandidate
() {
Overload.h
759
OverloadCandidate &
addCandidate
(unsigned NumConversions = 0) {
/external/clang/lib/Sema/
SemaOverload.cpp
[
all
...]
SemaTemplate.cpp
[
all
...]
SemaTemplateInstantiate.cpp
[
all
...]
Completed in 966 milliseconds