Searched defs:turn (Results 1 - 9 of 9) sorted by relevance

/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...]
/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/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/opencv/cvaux/src/
H A Dcvscanlines.cpp1395 int i, j, turn; local
1421 turn = 1;
1423 turn = -1;
1595 if( turn == 1 )
1644 if( turn == 1 )
/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...]
/external/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...]
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/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...]
/external/skia/src/core/
H A DSkPath.cpp452 int turn = firstDirection ^ (corners - 1); local
453 int directionCycle = 3 == corners ? 0 : nextDirection ^ turn;
454 if ((directionCycle ^ turn) != nextDirection) {
1416 // now turn before/after into normals
/external/chromium_org/third_party/skia/src/core/
H A DSkPath.cpp452 int turn = firstDirection ^ (corners - 1); local
453 int directionCycle = 3 == corners ? 0 : nextDirection ^ turn;
454 if ((directionCycle ^ turn) != nextDirection) {
1322 // now turn before/after into normals

Completed in 233 milliseconds