Searched refs:turn (Results 1 - 25 of 46) sorted by relevance

12

/external/chromium_org/chrome/browser/resources/options/
H A Deasy_unlock_turn_off_overlay.css5 #easy-unlock-turn-off-overlay {
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
H A Dportallocatorfactory.cc57 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 << ". "
81 << "Reason= Incorrect " << turn[
55 CreatePortAllocator( const std::vector<StunConfiguration>& stun, const std::vector<TurnConfiguration>& turn) argument
[all...]
H A Dportallocatorfactory.h57 const std::vector<TurnConfiguration>& turn);
H A Dpeerconnectionfactory_unittest.cc59 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";
250 webrtc::PortAllocatorFactoryInterface::TurnConfiguration turn(
252 turn_configs.push_back(turn);
271 webrtc::PortAllocatorFactoryInterface::TurnConfiguration turn(
273 turn_configs.push_back(turn);
/external/chromium_org/v8/test/cctest/
H A Dtest-threads.cc42 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);
/external/chromium_org/content/shell/renderer/test_runner/resources/fonts/
H A Dfonts.conf230 <!-- FontConfig doesn't currently provide a well-defined way to turn on
/external/llvm/test/MC/ARM/
H A Dthumb2-cbn-to-next-inst.s8 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/clang/test/SemaCXX/
H A Dwarn-bool-conversion.cpp58 expected-note {{suffix with parentheses to turn this into a function call}}
/external/markdown/MarkdownTest/
H A DMarkdownTest.pl133 Flag to turn on using the command line 'tidy' tool to normalize HTML
/external/replicaisland/src/com/replica/replicaisland/
H A DPatrolComponent.java115 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) { argument
272 mTurnToFacePlayer = turn;
/external/stlport/test/eh/
H A Dcygwin.mak39 # dwa 12/22/99 -- had to turn off -ansi flag so we could use SGI IOSTREAMS
H A Ddjgpp.mak39 # dwa 12/22/99 -- had to turn off -ansi flag so we could use SGI IOSTREAMS
H A Dgcc-99r1.mak39 # dwa 12/22/99 -- had to turn off -ansi flag so we could use SGI IOSTREAMS
H A Dgcc-apple-macosx.mak40 # dwa 12/22/99 -- had to turn off -ansi flag so we could use SGI IOSTREAMS
H A Dgcc-freebsd.mak40 # dwa 12/22/99 -- had to turn off -ansi flag so we could use SGI IOSTREAMS
H A Dgcc-hp11.mak41 # dwa 12/22/99 -- had to turn off -ansi flag so we could use SGI IOSTREAMS
H A Dgcc-irix.mak40 # dwa 12/22/99 -- had to turn off -ansi flag so we could use SGI IOSTREAMS
H A Dgcc-linux.mak40 # dwa 12/22/99 -- had to turn off -ansi flag so we could use SGI IOSTREAMS
H A Dgcc-netbsd.mak40 # dwa 12/22/99 -- had to turn off -ansi flag so we could use SGI IOSTREAMS
H A Dgcc.mak40 # dwa 12/22/99 -- had to turn off -ansi flag so we could use SGI IOSTREAMS
H A Dhpacc.mak40 # dwa 12/22/99 -- had to turn off -ansi flag so we could use SGI IOSTREAMS
H A Dmingw32.mak39 # dwa 12/22/99 -- had to turn off -ansi flag so we could use SGI IOSTREAMS
/external/jemalloc/include/jemalloc/internal/
H A Dsize_classes.sh187 * be defined prior to inclusion, and it in turn defines:
/external/llvm/lib/Support/Windows/
H A DSignals.inc41 // we will turn off the warnings for this just file. However, MinGW also does
42 // not support push and pop for diagnostics, so we have to manually turn it
/external/chromium_org/third_party/freetype/src/base/
H A Dftstroke.c1205 FT_Angle turn; local
1209 turn = FT_Angle_Diff( stroker->angle_in, stroker->angle_out );
1211 /* no specific corner processing is required if the turn is 0 */
1212 if ( turn == 0 )
1215 /* when we turn to the right, the inside side is 0 */
1219 if ( turn < 0 )
1891 FT_Angle turn; local
1906 turn = FT_Angle_Diff( stroker->angle_in,
1909 /* no specific corner processing is required if the turn is 0 */
1910 if ( turn !
[all...]

Completed in 596 milliseconds

12