OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:new_candidate
(Results
1 - 8
of
8
) sorted by null
/external/webrtc/webrtc/p2p/base/
port.cc
[
all
...]
port.h
569
// |
new_candidate
| except the type, update |remote_candidate_| to
570
// |
new_candidate
|.
571
void MaybeUpdatePeerReflexiveCandidate(const Candidate&
new_candidate
);
p2ptransportchannel_unittest.cc
1901
const cricket::Candidate&
new_candidate
= conn3->remote_candidate();
local
[
all
...]
/external/webrtc/talk/app/webrtc/
webrtcsessiondescriptionfactory.cc
124
const IceCandidateInterface*
new_candidate
= source_candidates->at(n);
local
125
if (!dest_candidates->HasCandidate(
new_candidate
))
/external/toybox/toys/pending/
diff.c
118
static struct candidate *
new_candidate
(int i, int j, struct candidate* prev)
function
164
c =
new_candidate
(i , j, pr);
321
kcand[0] =
new_candidate
(0 , 0, NULL);
322
kcand[1] =
new_candidate
(file[0].len+1, file[1].len+1, NULL); //the fence
/external/v8/tools/release/
create_release.py
67
self["
new_candidate
"] = "0"
/external/bison/lib/
hash.c
548
float
new_candidate
= candidate / tuning->growth_threshold;
local
549
if (SIZE_MAX <=
new_candidate
)
551
candidate =
new_candidate
;
[
all
...]
/prebuilts/misc/linux-x86/bison/
bison
Completed in 3144 milliseconds