/external/chromium_org/net/data/proxy_resolver_v8_unittest/ |
passthrough.js | 13 // Form a string that kind-of resembles a host. We will replace any 21 c = '.'; // Replace unsupported characters with a dot.
|
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/ |
peerconnectionendtoend_unittest.cc | 66 void Replace(const std::string& line, 188 Replace("\r\n", gice_creds, sdp);
|
webrtcsdp_unittest.cc | 384 static void Replace(const std::string& line, 391 static void ReplaceAndTryToParse(const char* search, const char* replace) { 394 Replace(search, replace, &sdp); 398 EXPECT_NE(std::string::npos, error.line.find(replace)); 419 Replace("a=sendrecv", new_direction, message); 425 Replace("m=audio 2345", "m=audio 0", message); 428 Replace("m=video 3457", "m=video 0", message); [all...] |
/external/chromium/third_party/libjingle/source/talk/site_scons/ |
talk.py | 469 env.Replace(**{field : value}) 482 env_64bit.Replace(OBJSUFFIX = '64' + env_64bit['OBJSUFFIX']) 483 env_64bit.Replace(SHOBJSUFFIX = '64' + env_64bit['SHOBJSUFFIX']) 495 env_64bit.Replace(LIBS = libs)
|
/external/chromium_org/content/public/browser/ |
render_widget_host.h | 257 // Makes an IPC call to tell webkit to replace the currently selected word 259 virtual void Replace(const base::string16& word) = 0; 261 // Makes an IPC call to tell webkit to replace the misspelling in the current
|
/external/clang/lib/Tooling/ |
Refactoring.cpp | 157 Replacement Replace("<stdin>", I->getOffset(), I->getLength(), 159 if (!Replace.apply(Rewrite)) 186 Replacements &RefactoringTool::getReplacements() { return Replace; } 210 return tooling::applyAllReplacements(Replace, Rewrite);
|
/external/chromium_org/third_party/mesa/src/docs/ |
MESA_multithread_makecurrent.spec | 66 Replace the following sentence from section 2.2 Rendering Contexts: 78 Replace the following sentence from section 3.3.7 Rendering Contexts: 85 Replace the following sentence from section 3.5 Rendering Contexts:
|
/external/mesa3d/docs/ |
MESA_multithread_makecurrent.spec | 66 Replace the following sentence from section 2.2 Rendering Contexts: 78 Replace the following sentence from section 3.3.7 Rendering Contexts: 85 Replace the following sentence from section 3.5 Rendering Contexts:
|
/external/clang/include/clang/Tooling/ |
Refactoring.h | 192 Replacements Replace;
|
/cts/build/ |
test_executable.mk | 19 # 1. Replace "include $(BUILD_EXECUTABLE)"
|
test_gtest_package.mk | 19 # Replace "include $(BUILD_PACKAGE)" with "include $(BUILD_CTS_GTEST_PACKAGE)"
|
test_package.mk | 19 # Replace "include $(BUILD_PACKAGE)" with "include $(BUILD_CTS_PACKAGE)"
|
/external/chromium/chrome/browser/notifications/ |
notification_ui_manager.cc | 36 void Replace(const Notification& new_notification) { 193 (*iter)->Replace(notification);
|
/external/chromium_org/chrome/browser/notifications/ |
balloon_notification_ui_manager.cc | 32 void Replace(const Notification& new_notification) { 105 (*iter)->Replace(notification);
|
/external/chromium_org/ppapi/native_client/tests/ppapi_browser/extension_mime_handler/ |
nacl.scons | 14 env.Replace(TEST_DIR='${SOURCE_ROOT}/ppapi/native_client/tests/ppapi_browser/' +
|
/external/chromium_org/ppapi/native_client/tests/ppapi_browser/manifest/ |
nacl.scons | 11 env.Replace(TEST_DIR='${SOURCE_ROOT}/ppapi/native_client/tests/ppapi_browser/' +
|
/external/chromium_org/v8/src/ |
collection.js | 110 // Replace the internal table with a new empty table. 211 // Replace the internal table with a new empty table. 304 // Replace the internal table with a new empty table. 384 // Replace the internal table with a new empty table.
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/ |
DebugEventSocketProxy.cs | 437 txt = txt.Replace( "%", "%25" ); // escape all escape char ;) 438 txt = txt.Replace( "\n", "%0A" ); // escape \n 439 txt = txt.Replace( "\r", "%0D" ); // escape \r
|
/external/chromium_org/chrome/browser/plugins/ |
plugin_infobar_delegates.cc | 300 PluginInstallerInfoBarDelegate::Replace( 331 void PluginInstallerInfoBarDelegate::Replace( 439 Replace(infobar(), installer(), plugin_metadata_->Clone(), new_install_,
|
plugin_infobar_delegates.h | 142 static void Replace(InfoBar* infobar,
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/ |
R600KernelParameters.cpp | 72 void Replace(Function *Fun); 222 void R600KernelParameters::Replace(Function* Fun) { 432 Replace(&F);
|
/external/mesa3d/src/gallium/drivers/radeon/ |
R600KernelParameters.cpp | 72 void Replace(Function *Fun); 222 void R600KernelParameters::Replace(Function* Fun) { 432 Replace(&F);
|
/external/chromium_org/third_party/libphonenumber/src/phonenumbers/ |
regexp_adapter_icu.cc | 179 bool Replace(string* string_to_process,
|
/external/chromium_org/tools/grit/grit/ |
util.py | 231 def Replace(match): 239 out = _HTML_CHARS_TO_ESCAPE.sub(Replace, text) 251 def Replace(match): 260 return match.group() # Don't replace 265 return match.group() # Unknown HTML character entity - don't replace 267 out = _HTML_ENTITY.sub(Replace, text) 367 # will replace forward slashes with backward slashes. 368 path = path.replace('\\', '/') 459 text = text.replace('\r\n', '\n') 460 text = text.replace('\r', '\n' [all...] |
/external/chromium_org/ui/message_center/ |
message_center_impl.cc | 110 void Replace(const std::string& id, scoped_ptr<Change> change); 158 // TODO(dewittj): Replace changes_ with a deque. 183 Replace(id, change.Pass()); 191 Replace(old_id, change.Pass()); 198 Replace(id, change.Pass()); 216 void ChangeQueue::Replace(const std::string& changed_id, 561 // |notification_list| will replace the notification instead of adding new.
|