Searched refs:substitute (Results 1 - 25 of 137) sorted by relevance

123456

/external/icu/icu4c/source/layout/
H A DMultipleSubstSubtables.cpp48 TTGlyphID substitute = SWAPW(sequenceTable->substituteArray[0]); local
50 if (filter != NULL && ! filter->accept(LE_SET_GLYPH(glyph, substitute))) {
54 glyphIterator->setCurrGlyphID(substitute);
61 TTGlyphID substitute = SWAPW(sequenceTable->substituteArray[i]); local
63 if (! filter->accept(substitute)) {
82 TTGlyphID substitute = SWAPW(sequenceTable->substituteArray[i]); local
84 newGlyphs[insert] = LE_SET_GLYPH(glyph, substitute);
H A DSingleSubstitutionSubtables.cpp49 TTGlyphID substitute = ((TTGlyphID) LE_GET_GLYPH(glyph)) + SWAPW(deltaGlyphID); local
51 if (filter == NULL || filter->accept(LE_SET_GLYPH(glyph, substitute))) {
52 glyphIterator->setCurrGlyphID(substitute);
67 TTGlyphID substitute = SWAPW(substituteArray[coverageIndex]); local
69 if (filter == NULL || filter->accept(LE_SET_GLYPH(glyph, substitute))) {
70 glyphIterator->setCurrGlyphID(substitute);
/external/chromium_org/tools/json_schema_compiler/
H A Dcode.py17 def Append(self, line='', substitute=True, indent_level=None):
21 substitute: indicated whether this line should be affected by
27 substitute=substitute))
49 if line.substitute:
55 self.Append(line.value, line.substitute)
105 self.Append(comment_prefix + line, substitute=False)
106 self.Append(comment_prefix + comment, substitute=False)
121 if self._code[i].substitute:
128 self._code[i].substitute
[all...]
/external/deqp/modules/glshared/
H A DglsLongStressTestUtil.hpp51 std::string substitute (const std::string&) const;
52 std::string substitute (const std::string&, const std::map<std::string, std::string>&) const;
H A DglsLongStressTestUtil.cpp58 string ProgramLibrary::substitute (const string& templ, const map<string, string>& additionalParams) const function in class:deqp::gls::LongStressTestUtil::ProgramLibrary
77 string ProgramLibrary::substitute (const std::string& templ) const function in class:deqp::gls::LongStressTestUtil::ProgramLibrary
79 return substitute(templ, map<string, string>());
122 firstLevelParams["VTX_DUMMY_INPUTS"] = substitute(vtxDummyInputs);
126 gls::ProgramContext context(substitute(vertexTemplate, firstLevelParams).c_str(), substitute(fragmentTemplate).c_str(), "a_position");
161 gls::ProgramContext context(substitute(vertexTemplate).c_str(), substitute(fragmentTemplate).c_str(), "a_position");
222 firstLevelParams["VTX_TEX_COORD_INPUTS"] = substitute(vtxTexCoordInputs);
223 firstLevelParams["VTX_TEX_COORD_OUTPUTS"] = substitute(vtxTexCoordOutput
[all...]
/external/chromium_org/third_party/skia/src/pdf/
H A DSkPDFCatalog.h71 /** Set substitute object for the passed object.
73 void setSubstitute(SkPDFObject* original, SkPDFObject* substitute);
75 /** Find and return any substitute object set for the passed object. If
80 /** Set file offsets for the resources of substitute objects.
83 * @return Total size of resources of substitute objects.
87 /** Emit the resources of substitute objects.
106 SubstituteMapping(SkPDFObject* original, SkPDFObject* substitute) argument
107 : fOriginal(original), fSubstitute(substitute) {
/external/skia/src/pdf/
H A DSkPDFCatalog.h71 /** Set substitute object for the passed object.
73 void setSubstitute(SkPDFObject* original, SkPDFObject* substitute);
75 /** Find and return any substitute object set for the passed object. If
80 /** Set file offsets for the resources of substitute objects.
83 * @return Total size of resources of substitute objects.
87 /** Emit the resources of substitute objects.
106 SubstituteMapping(SkPDFObject* original, SkPDFObject* substitute) argument
107 : fOriginal(original), fSubstitute(substitute) {
/external/chromium_org/third_party/cython/src/Cython/Compiler/Tests/
H A DTestTreeFragment.py23 T = self.fragment(u"y + y").substitute({"y": NameNode(pos=None, name="x")})
31 T = F.substitute({"x" : y})
37 T = F.substitute({"PASS" : pass_stat})
45 T = F.substitute({"v" : NameNode(pos=None, name="a")})
56 T = F.substitute(temps=[u"TMP"])
/external/chromium_org/tools/gyp/test/compiler-override/
H A Dgyptest-compiler-global-settings.py34 output.write(s.substitute(replacements))
50 output.write(s.substitute(replacements))
/external/chromium_org/third_party/harfbuzz-ng/src/
H A Dhb-ot-shape-private.hh59 inline void substitute (hb_font_t *font, hb_buffer_t *buffer) const { map.substitute (this, font, buffer); } function in struct:hb_ot_shape_plan_t
H A Dhb-ot-layout-gsub-table.hh111 * substitute GlyphID */
124 c->glyphs->add (substitute[iter.get_coverage ()]);
134 c->output->add (substitute[iter.get_coverage ()]);
156 if (unlikely (index >= substitute.len)) return TRACE_RETURN (false);
158 glyph_id = substitute[index];
171 if (unlikely (!substitute.serialize (c, substitutes, num_glyphs))) return TRACE_RETURN (false);
178 return TRACE_RETURN (coverage.sanitize (c, this) && substitute.sanitize (c));
187 substitute; /* Array of substitute member in struct:OT::SingleSubstFormat2
190 DEFINE_SIZE_ARRAY (6, substitute);
322 substitute; /* String of GlyphIDs to substitute */ member in struct:OT::Sequence
947 const ArrayOf<GlyphID> &substitute = StructAfter<ArrayOf<GlyphID> > (lookahead); local
973 const ArrayOf<GlyphID> &substitute = StructAfter<ArrayOf<GlyphID> > (lookahead); local
1000 const ArrayOf<GlyphID> &substitute = StructAfter<ArrayOf<GlyphID> > (lookahead); local
[all...]
/external/harfbuzz_ng/src/
H A Dhb-ot-shape-private.hh59 inline void substitute (hb_font_t *font, hb_buffer_t *buffer) const { map.substitute (this, font, buffer); } function in struct:hb_ot_shape_plan_t
H A Dhb-ot-layout-gsub-table.hh111 * substitute GlyphID */
124 c->glyphs->add (substitute[iter.get_coverage ()]);
134 c->output->add (substitute[iter.get_coverage ()]);
156 if (unlikely (index >= substitute.len)) return TRACE_RETURN (false);
158 glyph_id = substitute[index];
171 if (unlikely (!substitute.serialize (c, substitutes, num_glyphs))) return TRACE_RETURN (false);
178 return TRACE_RETURN (coverage.sanitize (c, this) && substitute.sanitize (c));
187 substitute; /* Array of substitute member in struct:OT::SingleSubstFormat2
190 DEFINE_SIZE_ARRAY (6, substitute);
322 substitute; /* String of GlyphIDs to substitute */ member in struct:OT::Sequence
947 const ArrayOf<GlyphID> &substitute = StructAfter<ArrayOf<GlyphID> > (lookahead); local
973 const ArrayOf<GlyphID> &substitute = StructAfter<ArrayOf<GlyphID> > (lookahead); local
1000 const ArrayOf<GlyphID> &substitute = StructAfter<ArrayOf<GlyphID> > (lookahead); local
[all...]
/external/pdfium/core/src/fxge/Microsoft SDK/include/
H A DGdiPlusStringFormat.h196 IN StringDigitSubstitute substitute
202 substitute
221 StringDigitSubstitute substitute; local
225 &substitute
227 return substitute;
/external/smack/src/org/xbill/DNS/
H A DGenerator.java97 substitute(String spec, long n) throws IOException { method in class:Generator
218 String namestr = substitute(namePattern, current);
220 String rdata = substitute(rdataPattern, current);
234 String namestr = substitute(namePattern, current);
236 String rdata = substitute(rdataPattern, current);
/external/chromium_org/chromeos/network/onc/
H A Donc_utils_unittest.cc62 std::string* substitute) const OVERRIDE {
64 *substitute = kLoginId;
66 *substitute = kLoginEmail;
H A Donc_utils.h62 // |substitute|. Currently, substitutes::kLoginIDField and
65 std::string* substitute) const = 0;
/external/chromium_org/v8/test/mjsunit/
H A Ddebug-stepin-positions.js85 function replaceStringRange(s, pos, substitute) {
86 return s.substring(0, pos) + substitute +
87 s.substring(pos + substitute.length);
/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A DCodeGeneratorInstrumentation.py230 return template_h.substitute(None,
313 header_lines.append(template.substitute(
339 cpp_lines.append(template_outofline.substitute(
367 return template.substitute(
477 accessor_list.append(template_instrumenting_agent_accessor.substitute(
494 header_lines = template_instrumenting_agents_h.substitute(
500 cpp_lines = template_instrumenting_agents_cpp.substitute(
536 fout.write(template_cpp.substitute(None,
/external/chromium_org/third_party/ots/src/
H A Dgsub.cc105 uint16_t substitute = 0; local
106 if (!subtable.ReadU16(&substitute)) {
109 if (substitute >= num_glyphs) {
110 OTS_WARNING("too large substitute: %u", substitute);
141 uint16_t substitute = 0; local
142 if (!subtable.ReadU16(&substitute)) {
145 if (substitute >= num_glyphs) {
480 uint16_t substitute = 0; local
481 if (!subtable.ReadU16(&substitute)) {
[all...]
/external/chromium_org/base/android/jni_generator/
H A Djni_generator.py790 return WrapOutput(template.substitute(values))
809 ret += [template.substitute(values)]
882 ret += [template.substitute(values)]
914 ret += [template.substitute(values)]
940 return template.substitute(values)
986 return template.substitute(values)
1061 return template.substitute(values)
1113 return template.substitute(values)
1189 return template.substitute(values)
1217 function_signature_template.substitute(value
[all...]
/external/chromium_org/content/public/browser/
H A Ddevtools_protocol_constants_generator.py139 output_file.write(template_h.substitute({
147 output_file.write(template_cc.substitute({
/external/clang/docs/tools/
H A Ddump_format_style.py14 def substitute(text, tag, contents): function
140 contents = substitute(contents, 'FORMAT_STYLE_OPTIONS', options_text)
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant-apache-regexp.jar ... int options int subsOptions public java.lang.String substitute (java.lang.String, java.lang.String ...
/external/chromium_org/chrome/test/mini_installer/
H A Dvariable_expander.py148 return string.Template(str).substitute(self._variable_mapping)

Completed in 2859 milliseconds

123456