| /external/chromium_org/third_party/icu/source/i18n/ |
| rbt.cpp | 206 * limit, with replacements happening under it.
|
| /external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/ |
| glcpp-parse.c | 119 token_list_t *replacements); 126 token_list_t *replacements); [all...] |
| /external/chromium_org/third_party/protobuf/vsprojects/ |
| readme.txt | 53 libraries will *not* be usable as drop-in replacements.
|
| /external/icu4c/i18n/ |
| rbt.cpp | 206 * limit, with replacements happening under it.
|
| /external/protobuf/vsprojects/ |
| readme.txt | 53 libraries will *not* be usable as drop-in replacements.
|
| /external/qemu/distrib/libpng-1.2.19/ |
| pngerror.c | 190 /* This is the default error handling function. Note that replacements for
|
| /external/stlport/stlport/stl/config/ |
| _msvc.h | 188 /* The desktop variants starting with VC8 have a set of more secure replacements
|
| /ndk/sources/cxx-stl/stlport/stlport/stl/config/ |
| _msvc.h | 188 /* The desktop variants starting with VC8 have a set of more secure replacements
|
| /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/config/ |
| _msvc.h | 188 /* The desktop variants starting with VC8 have a set of more secure replacements
|
| /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/config/ |
| _msvc.h | 188 /* The desktop variants starting with VC8 have a set of more secure replacements
|
| /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/config/ |
| _msvc.h | 188 /* The desktop variants starting with VC8 have a set of more secure replacements
|
| /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/config/ |
| _msvc.h | 188 /* The desktop variants starting with VC8 have a set of more secure replacements
|
| /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/config/ |
| _msvc.h | 188 /* The desktop variants starting with VC8 have a set of more secure replacements
|
| /system/core/libnl_2/ |
| netlink.c | 104 /* NOTE: Does not currently support callback replacements!!! */
|
| /external/bison/data/m4sugar/ |
| foreach.m4 | 3 # foreach-based replacements for recursive functions. 45 # arguments, making these replacements very attractive for M4 1.4.x. 48 # fewer macros, these replacements actually pessimize performance.
|
| /external/chromium_org/chrome/renderer/resources/extensions/ |
| json_schema.js | 507 * |replacements| is an array of values to replace '*' characters in the 510 JSONSchemaValidator.prototype.addError = function(path, key, replacements) { 513 message: JSONSchemaValidator.formatError(key, replacements)
|
| /external/chromium_org/third_party/angle/src/compiler/preprocessor/ |
| DirectiveParser.cpp | 385 macro.replacements.push_back(*token); 388 if (!macro.replacements.empty()) 392 macro.replacements.front().setHasLeadingSpace(false);
|
| /external/chromium/googleurl/src/ |
| url_canon_unittest.cc | 119 // Magic string used in the replacements code that tells SetupReplComp to 130 // tests for wide replacements. 133 void (url_canon::Replacements<CHAR>::*set)(const CHAR*, 135 void (url_canon::Replacements<CHAR>::*clear)(), 136 url_canon::Replacements<CHAR>* rep, [all...] |
| /packages/apps/UnifiedEmail/src/com/android/mail/ui/ |
| ConversationViewFragment.java | 789 final List<ConversationOverlayItem> replacements = Lists.newArrayList(); local [all...] |
| /external/chromium_org/chrome/browser/ |
| chrome_content_browser_client.cc | 299 url_canon::Replacements<char> replacements; local 300 replacements.SetHost(host.c_str(), 302 replacements.SetPath(path.c_str(), 304 return url.ReplaceComponents(replacements); 554 // the Replacements object. 556 GURL::Replacements replacements; local 557 replacements.SetPathStr(path_copy); 558 effective_url = effective_url.ReplaceComponents(replacements); [all...] |
| /build/tools/atree/ |
| files.cpp | 142 // Note: rather than be fancy to detect recursive replacements,
|
| /external/chromium/chrome/browser/history/ |
| visitsegment_database.cc | 117 GURL::Replacements r;
|
| /external/chromium/net/url_request/ |
| url_request_http_job.cc | 190 url_canon::Replacements<char> replacements; local 192 replacements.SetScheme(kNewScheme, 194 GURL new_location = request->url().ReplaceComponents(replacements); [all...] |
| /external/chromium_org/chrome/browser/extensions/api/webstore_private/ |
| webstore_private_apitest.cc | 119 GURL::Replacements replace_host;
|
| /external/chromium_org/chrome_frame/ |
| chrome_active_document.cc | 953 url_canon::Replacements<char> replacements; local [all...] |