HomeSort by relevance Sort by last modified time
    Searched refs:substitution (Results 1 - 25 of 58) sorted by null

1 2 3

  /cts/tools/signature-tools/src/signature/compare/model/subst/
ViewpointAdapter.java 51 Map<ITypeVariableDefinition, ITypeReference> substitution = local
58 substitution.put(paramsIterator.next(), argumentsIterator.next());
60 return substitution;
99 // here happens the substitution
  /external/chromium_org/chromeos/network/onc/
onc_utils_unittest.cc 81 StringSubstitutionStub substitution; local
82 ExpandStringsInOncObject(kNetworkConfigurationSignature, substitution,
94 StringSubstitutionStub substitution; local
95 ExpandStringsInOncObject(kNetworkConfigurationSignature, substitution,
onc_utils.h 74 // replacement strings are obtained from |substitution|.
77 const StringSubstitution& substitution,
83 const StringSubstitution& substitution,
onc_utils.cc 179 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,
239 kNetworkConfigurationSignature, substitution, network)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/common/
utilities.js 946 // The first character is a number, it might be a substitution index.
952 // then this is a substitution index.
993 d: function(substitution)
995 return !isNaN(substitution) ? substitution : 0;
1001 f: function(substitution, token)
1003 if (substitution && token.precision > -1)
1004 substitution = substitution.toFixed(token.precision);
1005 return !isNaN(substitution) ? substitution : (token.precision > -1 ? Number(0).toFixed(token.precision) : 0)
    [all...]
  /external/chromium_org/chrome/third_party/chromevox/third_party/closure-library/closure/goog/string/
string.js 27 * Does simple python-style string substitution.
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/opentype/
OpenTypeVerticalData.cpp 155 if (lookupType != 1) // "Single Substitution Subtable" is all what we support
158 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/clang/test/CXX/stmt.stmt/stmt.iter/stmt.ranged/
p1.cpp 17 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/ui/webui/resources/js/
local_strings.js 32 * @return {string} The string after format substitution.
  /ndk/build/core/
setup-abi.mk 30 # For now, handle this with a simple substitution. We may want to implement
init.mk 387 # case our automatic substitution function (described below) doesn't work.
428 $(info Using cygwin substitution rules:)
  /external/chromium_org/chrome/browser/chromeos/net/
onc_utils.cc 186 UserStringSubstitution substitution(user);
187 chromeos::onc::ExpandStringsInNetworks(substitution, network_configs);
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/components/
DOMBreakpointsSidebarPane.js 165 s: function(substitution)
167 return substitution;
  /external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/
statetracker.py 352 substitution = distance[i][j] + cost
356 if deletion <= insertion and deletion <= substitution:
362 elif insertion <= substitution:
370 # Substitution is best.
371 best = substitution
  /external/chromium_org/third_party/closure_linter/closure_linter/
statetracker.py 476 substitution = distance[i][j] + cost
480 if deletion <= insertion and deletion <= substitution:
486 elif insertion <= substitution:
494 # Substitution is best.
495 best = substitution
    [all...]
  /external/chromium_org/tools/grit/grit/node/
message.py 180 '''Applies substitution to this message.
  /external/chromium_org/tools/grit/grit/
util.py 540 '''Obtain a regular expression that will find substitution keys in text.
570 Performs a simple substitution if the fragment is exactly of the form
577 A string with the substitution done.
  /libcore/luni/src/main/java/java/util/
Formatter.java 1081 CharSequence substitution = transform(token, argument); local
    [all...]
  /ndk/sources/host-tools/sed-4.2.1/testsuite/
bsd.sh 274 # Check that t clears the substitution done flag
285 # Check that reading a line clears the substitution done flag
372 echo Testing substitution commands
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/host/interface/
abstract_tts.js 93 // Create an expression that matches all words in the substitution
229 // Substitute all symbols in the substitution dictionary. This is pretty
528 * Substitution dictionary. These symbols or patterns are ALWAYS substituted
580 * Substitution dictionary regexp.
  /external/chromium_org/chrome/third_party/chromevox/third_party/closure-library/closure/goog/asserts/
asserts.js 84 * @param {Array.<*>} defaultArgs The substitution arguments for defaultMessage.
86 * @param {Array.<*>} givenArgs The substitution arguments for givenMessage.
  /external/linux-tools-perf/perf-3.12.0/tools/perf/config/
utilities.mak 118 # an intrictate shell command substitution is constructed
  /external/chromium_org/v8/src/
liveedit.cc 931 explicit ReplacingVisitor(Code* original, Code* substitution)
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);
    [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/
regexp-dna.js     [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-1.0/
regexp-dna.js     [all...]

Completed in 2185 milliseconds

1 2 3