HomeSort by relevance Sort by last modified time
    Searched full:substitution (Results 51 - 75 of 881) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/chromium_org/chrome/common/extensions/api/
i18n.json 40 "description": "Up to 9 substitution strings, if the message requires any."
  /external/chromium_org/third_party/WebKit/Source/platform/mac/
WebFontCache.h 30 // This interface exists so that third party products (like Silk) can patch in to an Obj-C method to manipulate WebKit's font caching/substitution.
  /external/chromium_org/tools/gyp/test/variables/commands/
commands.gyp 5 # This is a simple test file to make sure that variable 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/clang/test/CXX/temp/temp.arg/temp.arg.type/
p2.cpp 13 template <typename T> int f0(void *, const T&); // expected-note{{candidate template ignored: substitution failure}}
  /external/clang/test/SemaTemplate/
fun-template-def.cpp 51 void f2(__restrict T x) {} // expected-note {{substitution failure [with T = int]: restrict requires a pointer or reference ('int' is invalid}}
instantiation-backtrace.cpp 43 // expected-note {{substitution failure [with T1 = PR13365::Cls, T2 = int &]}}
overload-candidates.cpp 27 typename T::type get_type(const T&); // expected-note{{candidate template ignored: substitution failure [with T = int *]: type 'int *' cannot be used prior to '::'}}
29 void get_type(T *, int[(int)sizeof(T) - 9] = 0); // expected-note{{candidate template ignored: substitution failure [with T = int]: array size is negative}}
113 void baz() { } // expected-note {{candidate template ignored: substitution failure [with T = int]: no type named 'type' in 'PR15673::a_pony<int>'}}
  /external/compiler-rt/lib/
lit.common.cfg 50 instead define '%clangXXX' substitution in lit config. ***\n\n""") )
  /external/harfbuzz/src/
harfbuzz-gsub-private.h 46 substitution glyph index */
251 /* array of substitution lookups */
323 /* array of substitution lookups */
395 /* array of substitution lookups */
  /external/harfbuzz_ng/src/hb-old/
harfbuzz-gsub-private.h 46 substitution glyph index */
251 /* array of substitution lookups */
323 /* array of substitution lookups */
395 /* array of substitution lookups */
  /external/icu4c/layout/
MultipleSubstSubtables.cpp 26 // substitution if the *input* glyphs doesn't
  /external/llvm/tools/llvm-config/
CMakeLists.txt 11 # Compute the substitution values for various items.
  /external/chromium_org/chrome/tools/build/
version.py 7 version.py -- Chromium version string substitution utility.
37 Returns a dictionary of values to be used for substitution, populating
66 No attempt is made to avoid recursive substitution. The order
  /external/chromium_org/chromeos/network/onc/
onc_utils.h 73 // replacement strings are obtained from |substitution|.
76 const StringSubstitution& substitution,
82 const StringSubstitution& substitution,
onc_utils.cc 177 const StringSubstitution& substitution,
184 if (substitution.GetSubstitute(substitutes::kLoginIDField, &login_id)) {
191 if (substitution.GetSubstitute(substitutes::kEmailField, &email)) {
202 const StringSubstitution& substitution,
205 ExpandField(eap::kAnonymousIdentity, substitution, onc_object);
206 ExpandField(eap::kIdentity, substitution, onc_object);
209 ExpandField(vpn::kUsername, substitution, onc_object);
225 substitution, inner_object);
229 void ExpandStringsInNetworks(const StringSubstitution& substitution,
237 kNetworkConfigurationSignature, substitution, network)
    [all...]
  /external/chromium_org/third_party/icu/source/common/unicode/
ucnv_cb.h 51 * Now, suppose a callback wants to write the substitution character '?' to
94 * This function will write out the correct substitution character sequence
149 * This function will write out the Unicode substitution character (U+FFFD).
  /external/chromium_org/tools/gn/
file_template.h 26 // actual substitution in Ninja, writing the arguments in a rule and using
70 // Returns true if the given substitution type is used by this template.
119 // Extracts the given type of substitution from the given source. The source
  /external/icu4c/common/unicode/
ucnv_cb.h 51 * Now, suppose a callback wants to write the substitution character '?' to
94 * This function will write out the correct substitution character sequence
149 * This function will write out the Unicode substitution character (U+FFFD).
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
utilities.js 790 // The first character is a number, it might be a substitution index.
796 // then this is a substitution index.
834 d: function(substitution)
836 return !isNaN(substitution) ? substitution : 0;
839 f: function(substitution, token)
841 if (substitution && token.precision > -1)
842 substitution = substitution.toFixed(token.precision);
843 return !isNaN(substitution) ? substitution : (token.precision > -1 ? Number(0).toFixed(token.precision) : 0)
    [all...]
  /external/eigen/Eigen/src/SparseCore/
TriangularSolver.h 26 // forward substitution, row-major
60 // backward substitution, row-major
98 // forward substitution, col-major
130 // backward substitution, col-major
206 // forward substitution, col-major
  /external/chromium_org/third_party/icu/source/i18n/unicode/
rbnf.h 101 * &quot;&gt;&gt;&quot; token is called a <em>substitution</em> and tells the fomatter to
112 * <p>The &quot;&lt;&lt;&quot; represents a new kind of substitution. The &lt;&lt; isolates
120 * substitution, and the remainder is used to fill in the &gt;&gt; substitution. The meaning
123 * if a substitution is filled in with text that includes another substitution, that
124 * substitution is also filled in.</p>
130 * <p>Again, the meanings of the brackets and substitution tokens shift because the rule's
174 * evenly by 10, the hyphen and substitution in the brackets are omitted.]</td>
328 * may include zero, one, or two <em>substitution tokens,</em> and a range of text i
    [all...]
  /external/icu4c/i18n/unicode/
rbnf.h 101 * &quot;&gt;&gt;&quot; token is called a <em>substitution</em> and tells the fomatter to
112 * <p>The &quot;&lt;&lt;&quot; represents a new kind of substitution. The &lt;&lt; isolates
120 * substitution, and the remainder is used to fill in the &gt;&gt; substitution. The meaning
123 * if a substitution is filled in with text that includes another substitution, that
124 * substitution is also filled in.</p>
130 * <p>Again, the meanings of the brackets and substitution tokens shift because the rule's
174 * evenly by 10, the hyphen and substitution in the brackets are omitted.]</td>
328 * may include zero, one, or two <em>substitution tokens,</em> and a range of text i
    [all...]
  /dalvik/vm/compiler/template/
gen-template.py 41 # Set any omnipresent substitution values.
232 # be template-replaced using the substitution dictionary "dict".
236 # dictionary declaration with substitution strings. (This is implemented
289 # perform keyword substitution if a dictionary was provided
295 raise DataParseError("keyword substitution failed in %s: %s"
298 print "ERROR: substitution failed: " + line
  /dalvik/vm/mterp/
README.txt 92 to transfer control to a handler written in C. Text substitution is
113 will load from "armv5te/OP_NOP.S". A substitution dictionary will be
122 "armv5te/ALT_OP_NOP.S". A substitution dictionary will be applied
161 A substitution dictionary is applied to all opcode fragments as they are
180 specify values for the substitution dictionary, using standard Python
188 Specify default substitution dictionary values, using standard Python

Completed in 954 milliseconds

1 23 4 5 6 7 8 91011>>