Searched refs:substitution (Results 1 - 23 of 23) 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.h73 // replacement strings are obtained from |substitution|.
76 const StringSubstitution& substitution,
82 const StringSubstitution& substitution,
H A Donc_utils.cc175 const StringSubstitution& substitution,
182 if (substitution.GetSubstitute(substitutes::kLoginIDField, &login_id)) {
189 if (substitution.GetSubstitute(substitutes::kEmailField, &email)) {
200 const StringSubstitution& substitution,
203 ExpandField(eap::kAnonymousIdentity, substitution, onc_object);
204 ExpandField(eap::kIdentity, substitution, onc_object);
207 ExpandField(vpn::kUsername, substitution, onc_object);
223 substitution, inner_object);
227 void ExpandStringsInNetworks(const StringSubstitution& substitution, argument
235 kNetworkConfigurationSignature, substitution, networ
174 ExpandField(const std::string fieldname, const StringSubstitution& substitution, base::DictionaryValue* onc_object) argument
198 ExpandStringsInOncObject( const OncValueSignature& signature, const StringSubstitution& substitution, base::DictionaryValue* onc_object) argument
[all...]
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
H A Dutilities.js662 // The first character is a number, it might be a substitution index.
668 // then this is a substitution index.
706 d: function(substitution)
708 return !isNaN(substitution) ? substitution : 0;
711 f: function(substitution, token)
713 if (substitution && token.precision > -1)
714 substitution = substitution.toFixed(token.precision);
715 return !isNaN(substitution)
[all...]
H A DDOMBreakpointsSidebarPane.js136 s: function(substitution)
138 return substitution;
/external/chromium_org/chrome/browser/chromeos/net/
H A Donc_utils.cc178 UserStringSubstitution substitution(user);
179 chromeos::onc::ExpandStringsInNetworks(substitution, network_configs);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/scripts_cvs/searchcvs/
H A Dparsecvs.php14 keyword substitution: kv //store, 'b', 'k', 'kv', 'kvl', 'v' are (currently) used
39 ^keyword\ substitution:\ (.+?$)\\n
/external/chromium_org/third_party/WebKit/Source/core/platform/graphics/opentype/
H A DOpenTypeVerticalData.cpp160 const SubstitutionSubTable* substitution = validateOffset<SubstitutionSubTable>(buffer, subTableOffsets[i]); local
161 if (!substitution)
163 const CoverageTable* coverage = substitution->coverage(buffer);
166 if (substitution->substFormat != 2) // "Single Substitution Format 2" is all what we support
168 const SingleSubstitution2SubTable* singleSubstitution2 = validatePtr<SingleSubstitution2SubTable>(buffer, substitution);
/external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/
H A Dstatetracker.py352 substitution = distance[i][j] + cost
356 if deletion <= insertion and deletion <= substitution:
362 elif insertion <= substitution:
371 best = substitution
/external/chromium_org/third_party/closure_linter/closure_linter/
H A Dstatetracker.py352 substitution = distance[i][j] + cost
356 if deletion <= insertion and deletion <= substitution:
362 elif insertion <= substitution:
371 best = substitution
/external/clang/test/CXX/stmt.stmt/stmt.iter/stmt.ranged/
H A Dp1.cpp17 auto begin(T &&t) -> decltype(t.begin()) { return t.begin(); } // expected-note 2{{ignored: substitution failure}}
19 auto end(T &&t) -> decltype(t.end()) { return t.end(); } // expected-note {{candidate template ignored: substitution failure [with T = }}
23 expected-note 2{{candidate template ignored: substitution failure [with T = }}
25 auto end(T &&t) -> decltype(t.alt_end()) { return t.alt_end(); } // expected-note {{candidate template ignored: substitution failure [with T = }}
/external/chromium_org/remoting/host/plugin/
H A Dhost_script_object.h210 // a string->string mapping without substitution. Stores the translation in
217 // a string->string mapping with one substitution. Stores the translation in
222 const char* substitution,
H A Dhost_script_object.cc1521 const char* substitution,
1523 int argc = substitution ? 2 : 1;
1526 if (substitution) {
1527 STRINGZ_TO_NPVARIANT(substitution, args[1]);
1518 LocalizeStringWithSubstitution( NPObject* localize_func, const char* tag, const char* substitution, string16* result) argument
/external/v8/src/
H A Dliveedit.cc960 void Replace(Code* substitution) { argument
962 *(rvalues_[i]) = substitution;
964 Address substitution_entry = substitution->instruction_start();
982 // Finds all references to original and replaces them with substitution.
983 static void ReplaceCodeObject(Code* original, Code* substitution) { argument
984 ASSERT(!HEAP->InNewSpace(substitution));
1007 visitor.Replace(substitution);
/external/chromium_org/v8/src/
H A Dliveedit.cc1023 explicit ReplacingVisitor(Code* original, Code* substitution) argument
1024 : original_(original), substitution_(substitution) {
1060 // Finds all references to original and replaces them with substitution.
1062 Handle<Code> substitution) {
1072 ASSERT(!heap->InNewSpace(*substitution));
1076 ReplacingVisitor visitor(*original, *substitution);
1061 ReplaceCodeObject(Handle<Code> original, Handle<Code> substitution) argument
/external/chromium_org/chrome/browser/profile_resetter/
H A Dprofile_resetter_unittest.cc268 const std::string& substitution) {
272 str->replace(placeholder_pos, placeholder.size(), substitution);
266 ReplaceString(std::string* str, const std::string& placeholder, const std::string& substitution) argument
/external/linux-tools-perf/config/
H A Dutilities.mak118 # an intrictate shell command substitution is constructed
/external/chromium_org/chrome/browser/chromeos/cros/
H A Dnetwork_library_impl_base.cc1015 UserStringSubstitution substitution; local
1017 substitution,
/external/libvorbis/doc/
H A D07-floor1.tex385 15) for each scalar in vector [floor], perform a lookup substitution using
/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/dropbear/libtomcrypt/
H A Dcrypt.tex5292 requires only 200 bytes of memory. This is achieved by not pre-computing the substitution boxes. Having this

Completed in 1423 milliseconds