HomeSort by relevance Sort by last modified time
    Searched refs:turn (Results 1 - 25 of 97) sorted by null

1 2 3 4

  /external/chromium_org/chrome/browser/resources/options/
easy_unlock_turn_off_overlay.css 5 #easy-unlock-turn-off-overlay {
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
portallocatorfactory.cc 57 const std::vector<TurnConfiguration>& turn) {
68 for (size_t i = 0; i < turn.size(); ++i) {
69 cricket::RelayCredentials credentials(turn[i].username, turn[i].password);
72 if (cricket::StringToProto(turn[i].transport_type.c_str(), &protocol)) {
74 turn[i].server, protocol, turn[i].secure));
77 relay_server.priority = static_cast<int>(turn.size() - i - 1);
80 LOG(LS_WARNING) << "Ignoring TURN server " << turn[i].server << ".
    [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
198 // This test verifies creation of PeerConnection with valid STUN and TURN
250 webrtc::PortAllocatorFactoryInterface::TurnConfiguration turn(
252 turn_configs.push_back(turn);
256 // This test verifies the PeerConnection created properly with TURN url which
271 webrtc::PortAllocatorFactoryInterface::TurnConfiguration turn(
    [all...]
  /external/chromium_org/v8/test/cctest/
test-threads.cc 35 enum Turn {
42 static Turn turn = FILL_CACHE; variable
56 CHECK_EQ(FILL_CACHE, turn);
69 turn = CLEAN_CACHE;
75 } while (turn != SECOND_TIME_FILL_CACHE);
80 turn = DONE;
94 if (turn == CLEAN_CACHE) {
101 turn = SECOND_TIME_FILL_CACHE;
122 CHECK_EQ(DONE, turn);
    [all...]
  /external/chromium_org/content/shell/renderer/test_runner/resources/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.
  /external/llvm/test/MC/ARM/
thumb2-cbn-to-next-inst.s 8 cbnz r2, L1 @ this can't be encoded, must turn into a nop
15 cbz r2, L3 @ this can't be encoded, must turn into a nop
  /external/chromium_org/tools/perf/page_sets/third_party/webrtc/samples/js/base/
adapter.js 60 } else if (url_parts[0].indexOf('turn') === 0) {
62 // Create iceServer with turn url.
63 // Ignore the transport parameter from TURN url for FF version <=27.
73 // FF 27 and above supports transport parameters in TURN url,
136 } else if (url_parts[0].indexOf('turn') === 0) {
137 // Chrome M28 & above uses below TURN format.
  /external/clang/test/SemaCXX/
warn-bool-conversion.cpp 58 expected-note {{suffix with parentheses to turn this into a function call}}
  /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

Completed in 538 milliseconds

1 2 3 4