HomeSort by relevance Sort by last modified time
    Searched refs:replacement (Results 226 - 250 of 350) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/parse-only/
prototype-1.6.0.3.js 343 gsub: function(pattern, replacement) {
345 replacement = arguments.callee.prepareReplacement(replacement);
350 result += String.interpret(replacement(match));
359 sub: function(pattern, replacement, count) {
360 replacement = this.gsub.prepareReplacement(replacement);
365 return replacement(match);
545 String.prototype.gsub.prepareReplacement = function(replacement) {
546 if (Object.isFunction(replacement)) return replacement
    [all...]
concat-jquery-mootools-prototype.js     [all...]
  /external/proguard/src/proguard/optimize/evaluation/
EvaluationShrinker.java 441 Instruction replacement = codeAttributeEditor.replacements[offset]; local
442 if (replacement != null)
444 System.out.println(" is replaced by: "+replacement);
    [all...]
  /external/chromium/chrome/common/extensions/docs/js/
api_page_generator.js 438 var replacement = "<a href='" + page + "#type-" + type + "'>" + type +
440 result = result.replace(matches[i], replacement);
  /external/chromium_org/chrome/browser/search_engines/
template_url.h 149 // Returns true if this URL supports search term replacement.
159 // If this TemplateURLRef does not support replacement (SupportsReplacement
210 // Returns true if this TemplateURLRef has a replacement term of
280 struct Replacement {
281 Replacement(ReplacementType type, size_t index)
285 // Indicates the location in where the replacement is replaced. If
292 typedef std::vector<struct Replacement> Replacements;
297 // TemplateURLRef internally caches values to make replacement quick. This
347 // Handles a replacement by using real term data. If the replacement
    [all...]
  /external/chromium_org/chrome/browser/spellchecker/
feedback_sender.cc 86 std::vector<base::string16>(1, result.replacement),
  /external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
glcpp-parse.c 4020 token_list_t *replacement; local
    [all...]
  /external/oprofile/events/mips/1004K/
events 92 event:0x3a counters:0 um:zero minimum:500 name:EVICTION_COUNT : 58-0 Cache lines written back due to cache replacement or non-coherent cache operation
169 event:0x43a counters:1 um:zero minimum:500 name:WRITEBACK_COUNT : 58-1 Cache lines written back due to cache replacement or any cache operation (non-coherent, self, or external coherent)
  /external/ceres-solver/jni/
Android.mk 75 # Ceres Solver ships with a replacement for glog that provides a
  /external/chromium_org/third_party/WebKit/Source/core/editing/
SpellChecker.cpp 602 misspellingRange->startContainer()->document().markers()->addMarker(misspellingRange.get(), DocumentMarker::Spelling, result->replacement, result->hash);
616 invisibleSpellcheckRange->startContainer()->document().markers()->addMarker(invisibleSpellcheckRange.get(), DocumentMarker::InvisibleSpellcheck, result->replacement, result->hash);
630 // If this fails for any reason, the fallback is to go one position beyond the last replacement
    [all...]
TextCheckingHelper.cpp 93 misspelling.replacement = client.getAutoCorrectSuggestionForMisspelledWord(String(text + misspelling.location, misspelling.length));
  /external/chromium_org/third_party/WebKit/Source/wtf/text/
StringImpl.h 419 ALWAYS_INLINE PassRefPtr<StringImpl> replace(UChar pattern, const char* replacement, unsigned replacementLength) { return replace(pattern, reinterpret_cast<const LChar*>(replacement), replacementLength); }
  /external/chromium_org/tools/gyp/pylib/gyp/generator/
xcode.py 544 replacement = expansions[variable]
545 string = re.sub(re.escape(to_replace), replacement, string)
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src/org/eclipse/releng/generators/
TestResultsGenerator.java 604 String replacement) {
609 resultString = resultString + replacement;
    [all...]
  /external/valgrind/main/none/tests/
cmdline1.stdout.exp 86 specify patterns for function wrapping or replacement.
cmdline2.stdout.exp 86 specify patterns for function wrapping or replacement.
  /external/v8/src/arm/
lithium-arm.h 422 LLabel* replacement() const { return replacement_; } function in class:v8::internal::LLabel
    [all...]
  /external/v8/src/ia32/
lithium-ia32.h 404 LLabel* replacement() const { return replacement_; } function in class:v8::internal::LLabel
    [all...]
  /external/v8/src/mips/
lithium-mips.h 421 LLabel* replacement() const { return replacement_; } function in class:v8::internal::LLabel
    [all...]
  /external/v8/src/x64/
lithium-x64.h 423 LLabel* replacement() const { return replacement_; } function in class:v8::internal::LLabel
    [all...]
  /external/chromium_org/chrome/browser/resources/standalone/
standalone_hack.js 25 * A replacement chrome.send method that supplies static data for the
  /external/chromium_org/third_party/WebKit/Source/bindings/scripts/
idl_parser.pm 417 my $replacement = $typedefs{$name};
419 $type =~ s/($regex)/$replacement/g;
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
compiler.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.jarprocessor_1.0.200.v20100503a.jar 
  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
CanvasRenderingContext2D.cpp     [all...]

Completed in 802 milliseconds

1 2 3 4 5 6 7 8 91011>>