Searched defs:substitute (Results 1 - 25 of 42) sorted by path

12

/external/chromium_org/third_party/WebKit/Source/platform/fonts/opentype/
H A DOpenTypeVerticalData.cpp140 OpenType::GlyphID substitute[1]; member in struct:blink::OpenType::SingleSubstitution2SubTable
170 if (!isValidEnd(buffer, &singleSubstitution2->substitute[countTo]))
181 map->set(coverage1->glyphArray[i], singleSubstitution2->substitute[i]);
197 map->set(from, singleSubstitution2->substitute[indexTo]);
/external/chromium_org/third_party/cython/src/Cython/Compiler/
H A DTreeFragment.py229 def substitute(self, nodes={}, temps=[], pos = None): member in class:TreeFragment
/external/chromium_org/third_party/cython/src/Cython/Tempita/
H A D_tempita.py23 ``string.Template``) you can call the ``tmpl.substitute(**kw)``
24 method to make a substitution (or ``tmpl.substitute(a_dict)``).
162 def substitute(self, *args, **kw): member in class:Template
210 return templ.substitute(ns)
383 return tmpl.substitute(kw)
388 return tmpl.substitute(vars)
508 return tmpl.substitute(kw)
1184 result = template.substitute(vars)
/external/chromium_org/third_party/harfbuzz-ng/src/
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...]
H A Dhb-ot-layout.cc932 void hb_ot_map_t::substitute (const hb_ot_shape_plan_t *plan, hb_font_t *font, hb_buffer_t *buffer) const function in class:hb_ot_map_t
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
/external/chromium_org/third_party/icu/source/common/
H A Dlocdispnames.cpp299 const char *substitute,
337 /* no string from a resource bundle: convert the substitute */
338 length=(int32_t)uprv_strlen(substitute);
339 u_charsToUChars(substitute, dest, uprv_min(length, destCapacity));
295 _getStringOrCopyKey(const char *path, const char *locale, const char *tableKey, const char* subTableKey, const char *itemKey, const char *substitute, UChar *dest, int32_t destCapacity, UErrorCode *pErrorCode) argument
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dregextst.cpp1429 UnicodeString substitute = UNICODE_STRING_SIMPLE("--\\u0043--"); local
1431 UnicodeString result = matcher->replaceAll(substitute, status);
1437 UnicodeString substitute = UNICODE_STRING_SIMPLE("--\\U00010000--"); local
1439 UnicodeString result = matcher->replaceAll(substitute, status);
/external/chromium_org/third_party/libaddressinput/src/java/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF AndroidManifest.xml android/ android/Manifest$permission.class ...
/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/third_party/skia/src/pdf/
H A DSkPDFCatalog.cpp67 // If it's not in the main array, check if it's a substitute object.
144 SkPDFObject* substitute) {
146 // Sanity check: is the original already in substitute list?
170 SubstituteMapping newMapping(original, substitute);
173 // Add resource objects of substitute object to catalog.
143 setSubstitute(SkPDFObject* original, SkPDFObject* substitute) argument
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) {
H A DSkPDFImage.cpp623 SkPDFStream* substitute = SkNEW_ARGS(SkPDFImage, (*this)); local
624 setSubstitute(substitute);
625 catalog->setSubstitute(this, 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/deqp/modules/glshared/
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/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant-apache-oro.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
H A Dant-apache-regexp.jar ... int options int subsOptions public java.lang.String substitute (java.lang.String, java.lang.String ...
H A Dant-nodeps.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.apache.jasper_5.5.17.v201004212143.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.apache.lucene.analysis_1.9.1.v20100518-1140.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.core.variables_3.2.400.v20100505.jar ... variables.IStringVariableManager manager private java.util.HashSet substitute (java.lang.String, boolean, boolean, org.eclipse ...
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.launching_3.5.100.v20100526.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.osgi_3.6.1.R36x_v20100806.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 2087 milliseconds

12