/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/ |
D | portallocatorfactory.cc | 57 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()
|
D | peerconnectionfactory_unittest.cc | 250 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()
|
D | portallocatorfactory.h | 57 const std::vector<TurnConfiguration>& turn);
|
/external/chromium_org/v8/test/cctest/ |
D | test-threads.cc | 42 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/ |
D | cas.ll | 4 @turn = internal global i32 zeroinitializer 10 %b = atomicrmw xchg i32* @turn, i32 1 monotonic
|
/external/llvm/test/Transforms/TailCallElim/ |
D | inf-recursion.ll | 3 ; 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/ |
D | opt-ref.gyp | 7 # 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
|
D | opt-icf.gyp | 7 # 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
|
D | force-symbol-reference.gyp | 16 # turn on opt:ref to drop unused symbols to make sure we wouldn't
|
/external/chromium_org/chrome/browser/ui/cocoa/ |
D | task_manager_mac_unittest.mm | 55 // 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/ |
D | easy_unlock_turn_off_overlay.css | 5 #easy-unlock-turn-off-overlay {
|
/external/llvm/test/CodeGen/PowerPC/ |
D | extsh.ll | 1 ; This should turn into a single extsh
|
/external/chromium_org/tools/gyp/test/win/batch-file-action/ |
D | somecmd.bat | 4 :: which in turn fails because it's a filename containing >, nul, etc.
|
/external/chromium_org/third_party/leveldatabase/src/port/ |
D | README | 5 "port.h" in turn includes a platform specific "port_<platform>.h" file
|
/external/clang/test/SemaObjC/ |
D | self-assign.m | 10 // expected-note{{use '==' to turn this assignment into an equality comparison}} \
|
/external/llvm/test/Transforms/InstCombine/ |
D | 2008-06-19-UncondLoad.ll | 12 ; not safe to turn into an uncond load
|
D | JavaCompare.ll | 2 ; <= comparison. Check to make sure we turn it into a <= (only)
|
/external/chromium_org/third_party/webrtc/tools/loopback_test/ |
D | README | 4 turn. For now the test is used to analyse bandwidth estimation and get records
|
/external/gtest/ |
D | README.android | 6 TODO: turn this into a script!
|
/external/bison/m4/ |
D | assert.m4 | 15 [AS_HELP_STRING([--disable-assert], [turn off assertions])],
|
/external/ant-glob/ |
D | README.txt | 25 brought Condition). In turn this brought in BuildException which was trimmed
|
/external/protobuf/gtest/xcode/Config/ |
D | DebugProject.xcconfig | 16 // Deployment postprocessing is what triggers Xcode to strip, turn it off
|
/external/chromium_org/content/shell/renderer/test_runner/resources/fonts/ |
D | fonts.conf | 230 <!-- FontConfig doesn't currently provide a well-defined way to turn on
|
/external/chromium_org/testing/gtest/xcode/Config/ |
D | DebugProject.xcconfig | 16 // Deployment postprocessing is what triggers Xcode to strip, turn it off
|
/external/chromium_org/chrome/common/extensions/api/ |
D | BUILD.gn | 22 # Different APIs include some headers from chrome/common that in turn
|