OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:turn
(Results
1 - 25
of
90
) sorted by null
1
2
3
4
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
portallocatorfactory.cc
59
const std::vector<TurnConfiguration>&
turn
) {
74
for (size_t i = 0; i <
turn
.size(); ++i) {
75
cricket::RelayCredentials credentials(
turn
[i].username,
turn
[i].password);
78
if (cricket::StringToProto(
turn
[i].transport_type.c_str(), &protocol)) {
80
turn
[i].server, protocol,
turn
[i].secure));
84
LOG(LS_WARNING) << "Ignoring
TURN
server " <<
turn
[i].server << ". "
85
<< "Reason= Incorrect " <<
turn
[i].transport_typ
[
all
...]
portallocatorfactory.h
57
const std::vector<TurnConfiguration>&
turn
);
peerconnectionfactory_unittest.cc
59
static const char kTurnIceServer[] = "
turn
:test%40hello.com@test.com:1234";
61
"
turn
:test@hello.com?transport=tcp";
69
"
turn
:test.com:1234";
82
"
turn
:test@[2401:fa00:4::]:1234";
164
// This test verifies creation of PeerConnection with valid STUN and
TURN
220
webrtc::PortAllocatorFactoryInterface::TurnConfiguration
turn
(
222
turn_configs.push_back(
turn
);
226
// This test verifies the PeerConnection created properly with
TURN
url which
241
webrtc::PortAllocatorFactoryInterface::TurnConfiguration
turn
(
243
turn_configs.push_back(
turn
);
[
all
...]
/external/chromium_org/v8/test/cctest/
test-threads.cc
36
enum
Turn
{
43
static
Turn
turn
= FILL_CACHE;
variable
57
CHECK_EQ(FILL_CACHE,
turn
);
70
turn
= CLEAN_CACHE;
76
} while (
turn
!= SECOND_TIME_FILL_CACHE);
81
turn
= DONE;
95
if (
turn
== CLEAN_CACHE) {
102
turn
= SECOND_TIME_FILL_CACHE;
123
CHECK_EQ(DONE,
turn
);
[
all
...]
/external/v8/test/cctest/
test-threads.cc
56
enum
Turn
{
63
static
Turn
turn
= FILL_CACHE;
variable
74
CHECK_EQ(FILL_CACHE,
turn
);
86
turn
= CLEAN_CACHE;
92
} while (
turn
!= SECOND_TIME_FILL_CACHE);
97
turn
= DONE;
109
if (
turn
== CLEAN_CACHE) {
115
turn
= SECOND_TIME_FILL_CACHE;
138
CHECK_EQ(DONE,
turn
);
[
all
...]
/external/clang/test/SemaCXX/
warn-func-as-bool.cpp
31
expected-note {{suffix with parentheses to
turn
this into a function call}}
/external/chromium_org/third_party/WebKit/Source/testing/data/fonts/
fonts.conf
230
<!-- FontConfig doesn't currently provide a well-defined way to
turn
on
/external/chromium_org/v8/test/mjsunit/regress/
regress-crbug-242502.js
44
// Called twice on o1 to
turn
monomorphic.
47
// Called on four other objects to
turn
megamorphic.
61
//
Turn
IC megamorphic again.
/bionic/libdl/
Android.mk
10
# libgcc.a are made static to libdl.so. This in
turn
ensures that libraries that
/external/markdown/MarkdownTest/
MarkdownTest.pl
133
Flag to
turn
on using the command line 'tidy' tool to normalize HTML
/external/chromium_org/v8/test/mjsunit/compiler/
property-static.js
31
//
turn
into polymorphic or generic loads.
/external/replicaisland/src/com/replica/replicaisland/
PatrolComponent.java
115
if (targetFacingDirection < 0.0f) { // we want to
turn
to the left
123
} else if (targetFacingDirection > 0.0f) { // we want to
turn
to the right
271
public void setTurnToFacePlayer(boolean
turn
) {
272
mTurnToFacePlayer =
turn
;
/external/stlport/test/eh/
cygwin.mak
39
# dwa 12/22/99 -- had to
turn
off -ansi flag so we could use SGI IOSTREAMS
djgpp.mak
39
# dwa 12/22/99 -- had to
turn
off -ansi flag so we could use SGI IOSTREAMS
gcc-99r1.mak
39
# dwa 12/22/99 -- had to
turn
off -ansi flag so we could use SGI IOSTREAMS
gcc-apple-macosx.mak
40
# dwa 12/22/99 -- had to
turn
off -ansi flag so we could use SGI IOSTREAMS
gcc-freebsd.mak
40
# dwa 12/22/99 -- had to
turn
off -ansi flag so we could use SGI IOSTREAMS
gcc-hp11.mak
41
# dwa 12/22/99 -- had to
turn
off -ansi flag so we could use SGI IOSTREAMS
gcc-irix.mak
40
# dwa 12/22/99 -- had to
turn
off -ansi flag so we could use SGI IOSTREAMS
gcc-linux.mak
40
# dwa 12/22/99 -- had to
turn
off -ansi flag so we could use SGI IOSTREAMS
gcc-netbsd.mak
40
# dwa 12/22/99 -- had to
turn
off -ansi flag so we could use SGI IOSTREAMS
gcc.mak
40
# dwa 12/22/99 -- had to
turn
off -ansi flag so we could use SGI IOSTREAMS
hpacc.mak
40
# dwa 12/22/99 -- had to
turn
off -ansi flag so we could use SGI IOSTREAMS
mingw32.mak
39
# dwa 12/22/99 -- had to
turn
off -ansi flag so we could use SGI IOSTREAMS
/external/chromium_org/chrome/common/extensions/docs/examples/api/eventPage/basic/
background.js
67
// in
turn
keeping the event page awake - until we call sendResponse.
Completed in 540 milliseconds
1
2
3
4