Home
last modified time | relevance | path

Searched refs:turn (Results 1 – 25 of 403) sorted by relevance

12345678910>>...17

/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
Dportallocatorfactory.cc57 const std::vector<TurnConfiguration>& turn) { in CreatePortAllocator() argument
68 for (size_t i = 0; i < turn.size(); ++i) { in CreatePortAllocator()
69 cricket::RelayCredentials credentials(turn[i].username, turn[i].password); in CreatePortAllocator()
72 if (cricket::StringToProto(turn[i].transport_type.c_str(), &protocol)) { in CreatePortAllocator()
74 turn[i].server, protocol, turn[i].secure)); in CreatePortAllocator()
77 relay_server.priority = static_cast<int>(turn.size() - i - 1); in CreatePortAllocator()
80 LOG(LS_WARNING) << "Ignoring TURN server " << turn[i].server << ". " in CreatePortAllocator()
81 << "Reason= Incorrect " << turn[i].transport_type in CreatePortAllocator()
Dpeerconnectionfactory_unittest.cc250 webrtc::PortAllocatorFactoryInterface::TurnConfiguration turn( in TEST_F() local
252 turn_configs.push_back(turn); in TEST_F()
271 webrtc::PortAllocatorFactoryInterface::TurnConfiguration turn( in TEST_F() local
273 turn_configs.push_back(turn); in TEST_F()
Dportallocatorfactory.h57 const std::vector<TurnConfiguration>& turn);
/external/chromium_org/v8/test/cctest/
Dtest-threads.cc42 static Turn turn = FILL_CACHE; variable
56 CHECK_EQ(FILL_CACHE, turn); in Run()
69 turn = CLEAN_CACHE; in Run()
75 } while (turn != SECOND_TIME_FILL_CACHE); in Run()
80 turn = DONE; in Run()
94 if (turn == CLEAN_CACHE) { in Run()
101 turn = SECOND_TIME_FILL_CACHE; in Run()
122 CHECK_EQ(DONE, turn); in TEST()
/external/llvm/test/Analysis/BasicAA/
Dcas.ll4 @turn = internal global i32 zeroinitializer
10 %b = atomicrmw xchg i32* @turn, i32 1 monotonic
/external/llvm/test/Transforms/TailCallElim/
Dinf-recursion.ll3 ; Don't turn this into an infinite loop, this is probably the implementation
15 ; Do turn other calls into infinite loops though.
/external/chromium_org/tools/gyp/test/win/linker-flags/
Dopt-ref.gyp7 # Have to turn on function level linking here to get the function packaged
8 # as a COMDAT so that it's eligible for optimizing away. Also turn on
Dopt-icf.gyp7 # Have to turn on function level linking here to get the function packaged
8 # as a COMDAT so that it's eligible for merging. Also turn on debug
Dforce-symbol-reference.gyp16 # turn on opt:ref to drop unused symbols to make sure we wouldn't
/external/chromium_org/chrome/browser/ui/cocoa/
Dtask_manager_mac_unittest.mm55 // Releases the controller, which in turn deletes |bridge|.
86 // Releases the controller, which in turn deletes |bridge|.
122 // Releases the controller, which in turn deletes |bridge|.
/external/chromium_org/chrome/browser/resources/options/
Deasy_unlock_turn_off_overlay.css5 #easy-unlock-turn-off-overlay {
/external/llvm/test/CodeGen/PowerPC/
Dextsh.ll1 ; This should turn into a single extsh
/external/chromium_org/tools/gyp/test/win/batch-file-action/
Dsomecmd.bat4 :: which in turn fails because it's a filename containing >, nul, etc.
/external/chromium_org/third_party/leveldatabase/src/port/
DREADME5 "port.h" in turn includes a platform specific "port_<platform>.h" file
/external/clang/test/SemaObjC/
Dself-assign.m10 // expected-note{{use '==' to turn this assignment into an equality comparison}} \
/external/llvm/test/Transforms/InstCombine/
D2008-06-19-UncondLoad.ll12 ; not safe to turn into an uncond load
DJavaCompare.ll2 ; <= comparison. Check to make sure we turn it into a <= (only)
/external/chromium_org/third_party/webrtc/tools/loopback_test/
DREADME4 turn. For now the test is used to analyse bandwidth estimation and get records
/external/gtest/
DREADME.android6 TODO: turn this into a script!
/external/bison/m4/
Dassert.m415 [AS_HELP_STRING([--disable-assert], [turn off assertions])],
/external/ant-glob/
DREADME.txt25 brought Condition). In turn this brought in BuildException which was trimmed
/external/protobuf/gtest/xcode/Config/
DDebugProject.xcconfig16 // Deployment postprocessing is what triggers Xcode to strip, turn it off
/external/chromium_org/content/shell/renderer/test_runner/resources/fonts/
Dfonts.conf230 <!-- FontConfig doesn't currently provide a well-defined way to turn on
/external/chromium_org/testing/gtest/xcode/Config/
DDebugProject.xcconfig16 // Deployment postprocessing is what triggers Xcode to strip, turn it off
/external/chromium_org/chrome/common/extensions/api/
DBUILD.gn22 # Different APIs include some headers from chrome/common that in turn

12345678910>>...17