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

1 2 3 4 5 6 7 8 91011>>

  /external/webkit/LayoutTests/fast/encoding/GBK/
close-gbk-converter-expected.txt 1 This tests performs a sequence of actions that result in a GBK converter with substitution enabled being destroyed.
close-gbk-converter.html 20 <p>This tests performs a sequence of actions that result in a GBK converter with substitution enabled being destroyed.</p>
  /ndk/sources/host-tools/sed-4.2.1/testsuite/
recall2.sed 4 # them if they are then used in a substitution.
  /external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.type/
p17.cpp 4 template<short s> void f(A<s>); // expected-note{{candidate template ignored: substitution failure}}
25 template<short s> void h(int (&)[s], A<s>); // expected-note{{candidate template ignored: substitution failure}}
  /external/clang/test/SemaTemplate/
alias-template-template-param.cpp 6 // Substitution of the alias template transforms the TemplateSpecializationType
instantiation-order.cpp 14 g<int>(0); // not ok, substitution inside A<int> is a hard error
  /external/icu4c/i18n/
nfsubs.h 87 * Sets the substitution's divisor. Used by NFRule.setBaseValue().
96 * Replaces result with the string describing the substitution.
112 * rule text begins (this value is added to this substitution's
124 * rule text begins (this value is added to this substitution's
134 * substitution refers to, and the result is inserted into the result
145 * substitution refers to, and the result is inserted into the result
159 * to this substitution. If there's a match, a mathematical
167 * character (or 0 if the substitution didn't match)
174 * the substitution will also try matching the text against
196 * the substitution and the one matching the substitution) or partia
    [all...]
nfsubs.cpp 436 // throw new IllegalArgumentException("Illegal substitution character");
461 // throw new IllegalArgumentException("Illegal substitution syntax");
501 // if the description is ">>>", this substitution bypasses the
514 // throw new IllegalArgumentException("Illegal substitution syntax");
526 * Set's the substitution's divisor. Used by NFRule.setBaseValue().
546 * @param The substitution to compare this one to
565 * Returns a textual description of the substitution
566 * @return A textual description of the substitution. This might
601 * rule text begins (this value is added to this substitution's
609 // on the type of substitution this is, then just call it
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/
Messages.java 32 * Bind the given message's substitution locations with the given string values.
42 * Bind the given message's substitution locations with the given string values.
53 * Bind the given message's substitution locations with the given string values.
65 * Bind the given message's substitution locations with the given string values.
  /external/webkit/Source/WebCore/manual-tests/wml/
variable-substitution.wml 4 <card id="card1" title="Test variable substitution">
5 <p>Test for variable substitution</p>
  /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/chrome/browser/ui/cocoa/
event_utils.h 23 // substitution of the modifiers without having to create a new event from
  /external/clang/test/PCH/
cxx11-user-defined-literals.cpp 20 // expected-note@11 {{substitution failure}}
  /external/clang/test/
lit.site.cfg.in 11 # Support substitution of the tools and libs dirs with user parameters. This is
  /external/compiler-rt/lib/asan/lit_tests/
lit.site.cfg.in 12 # apply substitution.
  /external/compiler-rt/lib/msan/lit_tests/
lit.site.cfg.in 9 # apply substitution.
  /external/compiler-rt/lib/tsan/lit_tests/Unit/
lit.site.cfg.in 10 # apply substitution.
  /external/compiler-rt/lib/tsan/lit_tests/
lit.site.cfg.in 11 # apply substitution.
  /external/compiler-rt/lib/ubsan/lit_tests/
lit.site.cfg.in 11 # apply substitution.
  /external/llvm/test/Unit/
lit.site.cfg.in 11 # Support substitution of the tools_dir and build_mode with user parameters.
  /external/webkit/Source/WebCore/inspector/front-end/
utilities.js 843 // The first character is a number, it might be a substitution index.
848 // then this is a substitution index.
879 d: function(substitution)
881 if (typeof substitution == "object" && WebInspector.RemoteObject.type(substitution) === "number")
882 substitution = substitution.description;
883 substitution = parseInt(substitution);
884 return !isNaN(substitution) ? substitution : 0
    [all...]
  /external/harfbuzz/src/
harfbuzz-gsub.h 39 /* Lookup types for glyph substitution */
69 /* the next two fields are used for an alternate substitution callback
  /external/harfbuzz_ng/src/hb-old/
harfbuzz-gsub.h 39 /* Lookup types for glyph substitution */
69 /* the next two fields are used for an alternate substitution callback
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
wordexp.h 33 WRDE_NOCMD = (1 << 2), /* Don't do command substitution. */
58 WRDE_CMDSUB, /* Command substitution with WRDE_NOCMD. */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
wordexp.h 33 WRDE_NOCMD = (1 << 2), /* Don't do command substitution. */
58 WRDE_CMDSUB, /* Command substitution with WRDE_NOCMD. */

Completed in 3159 milliseconds

1 2 3 4 5 6 7 8 91011>>