Home
last modified time | relevance | path

Searched refs:substitute (Results 1 – 25 of 176) sorted by relevance

12345678

/external/chromium_org/tools/json_schema_compiler/
Dcode.py17 def Append(self, line='', substitute=True, indent_level=None): argument
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 = False
140 def __init__(self, value, substitute=True): argument
142 self.substitute = substitute
/external/icu/icu4c/source/layout/
DMultipleSubstSubtables.cpp48 TTGlyphID substitute = SWAPW(sequenceTable->substituteArray[0]); in process() local
50 if (filter != NULL && ! filter->accept(LE_SET_GLYPH(glyph, substitute))) { in process()
54 glyphIterator->setCurrGlyphID(substitute); in process()
61 TTGlyphID substitute = SWAPW(sequenceTable->substituteArray[i]); in process() local
63 if (! filter->accept(substitute)) { in process()
82 TTGlyphID substitute = SWAPW(sequenceTable->substituteArray[i]); in process() local
84 newGlyphs[insert] = LE_SET_GLYPH(glyph, substitute); in process()
DSingleSubstitutionSubtables.cpp49 TTGlyphID substitute = ((TTGlyphID) LE_GET_GLYPH(glyph)) + SWAPW(deltaGlyphID); in process() local
51 if (filter == NULL || filter->accept(LE_SET_GLYPH(glyph, substitute))) { in process()
52 glyphIterator->setCurrGlyphID(substitute); in process()
67 TTGlyphID substitute = SWAPW(substituteArray[coverageIndex]); in process() local
69 if (filter == NULL || filter->accept(LE_SET_GLYPH(glyph, substitute))) { in process()
70 glyphIterator->setCurrGlyphID(substitute); in process()
/external/deqp/modules/glshared/
DglsLongStressTestUtil.cpp58 string ProgramLibrary::substitute (const string& templ, const map<string, string>& additionalParams… in substitute() function in deqp::gls::LongStressTestUtil::ProgramLibrary
77 string ProgramLibrary::substitute (const std::string& templ) const in substitute() function in deqp::gls::LongStressTestUtil::ProgramLibrary
79 return substitute(templ, map<string, string>()); in substitute()
122 firstLevelParams["VTX_DUMMY_INPUTS"] = substitute(vtxDummyInputs); in generateBufferContext()
126 …gls::ProgramContext context(substitute(vertexTemplate, firstLevelParams).c_str(), substitute(fragm… in generateBufferContext()
161 …gls::ProgramContext context(substitute(vertexTemplate).c_str(), substitute(fragmentTemplate).c_str… in generateTextureContext()
222 firstLevelParams["VTX_TEX_COORD_INPUTS"] = substitute(vtxTexCoordInputs); in generateBufferAndTextureContext()
223 firstLevelParams["VTX_TEX_COORD_OUTPUTS"] = substitute(vtxTexCoordOutputs); in generateBufferAndTextureContext()
225 firstLevelParams["FRAG_TEX_COORD_INPUTS"] = substitute(fragTexCoordInputs); in generateBufferAndTextureContext()
227 firstLevelParams["FRAG_COLOR_EXPRESSION"] = substitute(fragColorExpression); in generateBufferAndTextureContext()
[all …]
DglsLongStressTestUtil.hpp51 std::string substitute (const std::string&) const;
52 …std::string substitute (const std::string&, const std::map<std::string, std::string>&)…
/external/chromium_org/third_party/cython/src/Cython/Compiler/Tests/
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/third_party/harfbuzz-ng/src/
Dhb-ot-layout-gsub-table.hh124 c->glyphs->add (substitute[iter.get_coverage ()]); in closure()
134 c->output->add (substitute[iter.get_coverage ()]); in collect_glyphs()
156 if (unlikely (index >= substitute.len)) return TRACE_RETURN (false); in apply()
158 glyph_id = substitute[index]; in apply()
171 if (unlikely (!substitute.serialize (c, substitutes, num_glyphs))) return TRACE_RETURN (false); in serialize()
178 return TRACE_RETURN (coverage.sanitize (c, this) && substitute.sanitize (c)); in sanitize()
187 substitute; /* Array of substitute member
190 DEFINE_SIZE_ARRAY (6, substitute);
257 unsigned int count = substitute.len; in closure()
259 c->glyphs->add (substitute[i]); in closure()
[all …]
Dhb-ot-shape-private.hh59 …inline void substitute (hb_font_t *font, hb_buffer_t *buffer) const { map.substitute (this, font, … in substitute() function
/external/harfbuzz_ng/src/
Dhb-ot-layout-gsub-table.hh124 c->glyphs->add (substitute[iter.get_coverage ()]); in closure()
134 c->output->add (substitute[iter.get_coverage ()]); in collect_glyphs()
156 if (unlikely (index >= substitute.len)) return TRACE_RETURN (false); in apply()
158 glyph_id = substitute[index]; in apply()
171 if (unlikely (!substitute.serialize (c, substitutes, num_glyphs))) return TRACE_RETURN (false); in serialize()
178 return TRACE_RETURN (coverage.sanitize (c, this) && substitute.sanitize (c)); in sanitize()
187 substitute; /* Array of substitute member
190 DEFINE_SIZE_ARRAY (6, substitute);
257 unsigned int count = substitute.len; in closure()
259 c->glyphs->add (substitute[i]); in closure()
[all …]
Dhb-ot-shape-private.hh59 …inline void substitute (hb_font_t *font, hb_buffer_t *buffer) const { map.substitute (this, font, … in substitute() function
/external/chromium_org/third_party/skia/src/pdf/
DSkPDFCatalog.h73 void setSubstitute(SkPDFObject* original, SkPDFObject* substitute);
106 SubstituteMapping(SkPDFObject* original, SkPDFObject* substitute) in SubstituteMapping()
107 : fOriginal(original), fSubstitute(substitute) { in SubstituteMapping()
DSkPDFCatalog.cpp144 SkPDFObject* substitute) { in setSubstitute() argument
170 SubstituteMapping newMapping(original, substitute); in setSubstitute()
/external/skia/src/pdf/
DSkPDFCatalog.h73 void setSubstitute(SkPDFObject* original, SkPDFObject* substitute);
106 SubstituteMapping(SkPDFObject* original, SkPDFObject* substitute) in SubstituteMapping()
107 : fOriginal(original), fSubstitute(substitute) { in SubstituteMapping()
DSkPDFCatalog.cpp144 SkPDFObject* substitute) { in setSubstitute() argument
170 SubstituteMapping newMapping(original, substitute); in setSubstitute()
/external/smack/src/org/xbill/DNS/
DGenerator.java97 substitute(String spec, long n) throws IOException { in substitute() method in Generator
218 String namestr = substitute(namePattern, current); in nextRecord()
220 String rdata = substitute(rdataPattern, current); in nextRecord()
234 String namestr = substitute(namePattern, current); in expand()
236 String rdata = substitute(rdataPattern, current); in expand()
/external/chromium_org/third_party/ots/src/
Dgsub.cc105 uint16_t substitute = 0; in ParseSingleSubstitution() local
106 if (!subtable.ReadU16(&substitute)) { in ParseSingleSubstitution()
109 if (substitute >= num_glyphs) { in ParseSingleSubstitution()
110 OTS_WARNING("too large substitute: %u", substitute); in ParseSingleSubstitution()
141 uint16_t substitute = 0; in ParseSequenceTable() local
142 if (!subtable.ReadU16(&substitute)) { in ParseSequenceTable()
145 if (substitute >= num_glyphs) { in ParseSequenceTable()
480 uint16_t substitute = 0; in ParseReverseChainingContextSingleSubstitution() local
481 if (!subtable.ReadU16(&substitute)) { in ParseReverseChainingContextSingleSubstitution()
484 if (substitute >= num_glyphs) { in ParseReverseChainingContextSingleSubstitution()
/external/pdfium/core/src/fxge/Microsoft SDK/include/
DGdiPlusStringFormat.h196 IN StringDigitSubstitute substitute in SetDigitSubstitution() argument
202 substitute in SetDigitSubstitution()
221 StringDigitSubstitute substitute; in GetDigitSubstitutionMethod() local
225 &substitute in GetDigitSubstitutionMethod()
227 return substitute; in GetDigitSubstitutionMethod()
/external/chromium_org/third_party/WebKit/Source/core/inspector/
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/base/android/jni_generator/
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(values))
[all …]
/external/chromium_org/chromeos/network/onc/
Donc_utils_unittest.cc62 std::string* substitute) const OVERRIDE { in GetSubstitute()
64 *substitute = kLoginId; in GetSubstitute()
66 *substitute = kLoginEmail; in GetSubstitute()
/external/chromium_org/v8/test/mjsunit/
Ddebug-stepin-positions.js85 function replaceStringRange(s, pos, substitute) { argument
86 return s.substring(0, pos) + substitute +
87 s.substring(pos + substitute.length);
/external/chromium_org/tools/gyp/test/compiler-override/
Dgyptest-compiler-global-settings.py34 output.write(s.substitute(replacements))
50 output.write(s.substitute(replacements))
/external/clang/docs/tools/
Ddump_format_style.py14 def substitute(text, tag, contents): function
140 contents = substitute(contents, 'FORMAT_STYLE_OPTIONS', options_text)
/external/chromium_org/content/public/browser/
Ddevtools_protocol_constants_generator.py139 output_file.write(template_h.substitute({
147 output_file.write(template_cc.substitute({
/external/chromium_org/third_party/WebKit/Source/platform/fonts/opentype/
DOpenTypeVerticalData.cpp140 OpenType::GlyphID substitute[1]; member
170 if (!isValidEnd(buffer, &singleSubstitution2->substitute[countTo])) in getSubstitutions()
181 map->set(coverage1->glyphArray[i], singleSubstitution2->substitute[i]); in getSubstitutions()
197 map->set(from, singleSubstitution2->substitute[indexTo]); in getSubstitutions()

12345678