HomeSort by relevance Sort by last modified time
    Searched defs:replacements (Results 1 - 7 of 7) sorted by null

  /external/webkit/WebCore/platform/
KURLGoogle.cpp 313 void KURLGooglePrivate::replaceComponents(const Replacements& replacements)
319 utf8String().length(), m_parsed, replacements, 0, &output, &newParsed);
575 KURLGooglePrivate::Replacements replacements; local
576 replacements.SetScheme(CharactersOrEmpty(protocol),
578 m_url.replaceComponents(replacements);
584 KURLGooglePrivate::Replacements replacements; local
585 replacements.SetHost(CharactersOrEmpty(host)
600 KURLGooglePrivate::Replacements replacements; local
622 KURLGooglePrivate::Replacements replacements; local
684 KURLGooglePrivate::Replacements replacements; local
691 KURLGooglePrivate::Replacements replacements; local
717 KURLGooglePrivate::Replacements replacements; local
    [all...]
  /external/proguard/src/proguard/classfile/editor/
CodeAttributeEditor.java 63 /*private*/public Instruction[] replacements = new Instruction[ClassConstants.TYPICAL_CODE_LENGTH]; field in class:CodeAttributeEditor
102 replacements = new Instruction[codeLength];
111 replacements[index] = null;
181 replacements[instructionOffset] = instruction;
201 replacements[instructionOffset] = new CompositeInstruction(instructions);
291 replacements[instructionOffset] != null ||
461 Instruction replacementInstruction = replacements[offset];
487 Instruction replacementInstruction = replacements[offset];
602 Instruction replacementInstruction = replacements[oldOffset];
688 Instruction replacementInstruction = replacements[oldOffset]
    [all...]
  /external/webkit/JavaScriptCore/runtime/
StringPrototype.cpp 335 Vector<UString, 16> replacements; local
372 replacements.append(result.toString(cachedCall.newCallFrame(exec)));
414 replacements.append(call(exec, replacement, callType, callData, exec->globalThisValue(), args).toString(exec));
418 replacements.append(substituteBackreferences(replacementString, source, ovector, reg));
432 if (!lastIndex && replacements.isEmpty())
438 return jsSpliceSubstringsWithSeparators(exec, sourceVal, source, sourceRanges.data(), sourceRanges.size(), replacements.data(), replacements.size());
    [all...]
  /prebuilt/common/eclipse/
org.eclipse.core.commands_3.4.0.I20080509-2000.jar 
  /external/proguard/lib/
proguard.jar 
  /prebuilt/common/ant/
ant.jar 
  /prebuilt/common/groovy/
groovy-all-1.7.0.jar 

Completed in 31 milliseconds