Searched defs:substitution (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/chromeos/network/onc/
H A Donc_utils_unittest.cc81 StringSubstitutionStub substitution; local
82 ExpandStringsInOncObject(kNetworkConfigurationSignature, substitution,
94 StringSubstitutionStub substitution; local
95 ExpandStringsInOncObject(kNetworkConfigurationSignature, substitution,
H A Donc_utils.cc179 const StringSubstitution& substitution,
186 if (substitution.GetSubstitute(substitutes::kLoginIDField, &login_id)) {
193 if (substitution.GetSubstitute(substitutes::kEmailField, &email)) {
204 const StringSubstitution& substitution,
207 ExpandField(eap::kAnonymousIdentity, substitution, onc_object);
208 ExpandField(eap::kIdentity, substitution, onc_object);
211 ExpandField(vpn::kUsername, substitution, onc_object);
227 substitution, inner_object);
231 void ExpandStringsInNetworks(const StringSubstitution& substitution, argument
239 kNetworkConfigurationSignature, substitution, networ
178 ExpandField(const std::string& fieldname, const StringSubstitution& substitution, base::DictionaryValue* onc_object) argument
202 ExpandStringsInOncObject( const OncValueSignature& signature, const StringSubstitution& substitution, base::DictionaryValue* onc_object) argument
[all...]
/external/chromium_org/chrome/browser/profile_resetter/
H A Dprofile_resetter_unittest.cc410 const std::string& substitution) {
414 str->replace(placeholder_pos, placeholder.size(), substitution);
408 ReplaceString(std::string* str, const std::string& placeholder, const std::string& substitution) argument
/external/chromium_org/third_party/WebKit/Source/platform/fonts/opentype/
H A DOpenTypeVerticalData.cpp158 const SubstitutionSubTable* substitution = validateOffset<SubstitutionSubTable>(buffer, subTableOffsets[i]); local
159 if (!substitution)
161 const CoverageTable* coverage = substitution->coverage(buffer);
164 if (substitution->substFormat != 2) // "Single Substitution Format 2" is all what we support
166 const SingleSubstitution2SubTable* singleSubstitution2 = validatePtr<SingleSubstitution2SubTable>(buffer, substitution);
/external/chromium_org/v8/src/
H A Dliveedit.cc931 explicit ReplacingVisitor(Code* original, Code* substitution) argument
932 : original_(original), substitution_(substitution) {
968 // Finds all references to original and replaces them with substitution.
970 Handle<Code> substitution) {
979 DCHECK(!heap->InNewSpace(*substitution));
981 ReplacingVisitor visitor(*original, *substitution);
969 ReplaceCodeObject(Handle<Code> original, Handle<Code> substitution) argument
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.apache.jasper_5.5.17.v201004212143.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/jarjar/lib/
H A Dapache-ant-1.9.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/javascript/ com/google/javascript/jscomp/ ...
/external/chromium_org/third_party/closure_compiler/compiler/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 192 milliseconds