HomeSort by relevance Sort by last modified time
    Searched defs:substitute (Results 1 - 25 of 122) sorted by null

1 2 3 4 5

  /external/clang/docs/tools/
dump_format_style.py 16 def substitute(text, tag, contents): function
195 contents = substitute(contents, 'FORMAT_STYLE_OPTIONS', options_text)
  /external/deqp/modules/glshared/
glsLongStressTestUtil.cpp 58 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(vtxTexCoordOutputs)
    [all...]
  /external/harfbuzz_ng/src/
hb-ot-shape-private.hh 59 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
hb-ot-layout-gsub-table.hh 118 * substitute GlyphID */
129 unsigned int count = substitute.len;
135 c->glyphs->add (substitute[iter.get_coverage ()]);
144 unsigned int count = substitute.len;
149 c->output->add (substitute[iter.get_coverage ()]);
171 if (unlikely (index >= substitute.len)) return_trace (false);
173 glyph_id = substitute[index];
186 if (unlikely (!substitute.serialize (c, substitutes, num_glyphs))) return_trace (false);
194 return_trace (coverage.sanitize (c, this) && substitute.sanitize (c));
203 substitute; /* Array of substitut member in struct:OT::SingleSubstFormat2
325 substitute; \/* String of GlyphIDs to substitute *\/ member in struct:OT::Sequence
952 const ArrayOf<GlyphID> &substitute = StructAfter<ArrayOf<GlyphID> > (lookahead); local
980 const ArrayOf<GlyphID> &substitute = StructAfter<ArrayOf<GlyphID> > (lookahead); local
1006 const ArrayOf<GlyphID> &substitute = StructAfter<ArrayOf<GlyphID> > (lookahead); local
1037 const ArrayOf<GlyphID> &substitute = StructAfter<ArrayOf<GlyphID> > (lookahead); local
    [all...]
hb-ot-layout.cc 1242 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
    [all...]
  /external/python/cpython3/Lib/
string.py 101 def substitute(*args, **kws): member in class:Template
103 raise TypeError("descriptor 'substitute' of 'Template' object "
  /frameworks/rs/script_api/
GenerateStubsWhiteList.cpp 102 const string substitute = findSubstitute(*i, apiLevel, intSize); local
103 if (substitute.empty()) {
128 istringstream stream(substitute);
  /art/compiler/optimizing/
load_store_elimination.cc 135 // Find an instruction's substitute if it's a removed load.
144 HInstruction* substitute = substitute_instructions_for_loads_[i]; local
145 // The substitute list is a flat hierarchy.
146 DCHECK_EQ(FindSubstitute(substitute), substitute); local
147 return substitute;
156 "Unexpected heap_value that has a substitute " << heap_value->DebugName();
162 // the other removed load has the same substitute and type and is dominated
167 HInstruction* substitute = substitute_instructions_for_loads_[index]; local
179 if (substitute2 == substitute &
210 HInstruction* substitute = substitute_instructions_for_loads_[i]; local
215 DCHECK_EQ(FindSubstitute(substitute), substitute); local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
string.py 88 Used by .{safe_,}substitute() to combine the mapping and keyword
148 def substitute(*args, **kws): member in class:Template
150 raise TypeError("descriptor 'substitute' of 'Template' object "
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
string.py 88 Used by .{safe_,}substitute() to combine the mapping and keyword
148 def substitute(self, *args, **kws): member in class:Template
  /external/guice/lib/build/
munge.jar 
  /external/python/cpython2/Lib/
string.py 88 Used by .{safe_,}substitute() to combine the mapping and keyword
148 def substitute(*args, **kws): member in class:Template
150 raise TypeError("descriptor 'substitute' of 'Template' object "
  /prebuilts/gdb/darwin-x86/lib/python2.7/
string.py 88 Used by .{safe_,}substitute() to combine the mapping and keyword
148 def substitute(self, *args, **kws): member in class:Template
  /prebuilts/gdb/linux-x86/lib/python2.7/
string.py 88 Used by .{safe_,}substitute() to combine the mapping and keyword
148 def substitute(self, *args, **kws): member in class:Template
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
string.py 88 Used by .{safe_,}substitute() to combine the mapping and keyword
148 def substitute(self, *args, **kws): member in class:Template
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
string.py 88 Used by .{safe_,}substitute() to combine the mapping and keyword
148 def substitute(self, *args, **kws): member in class:Template
  /external/ImageMagick/MagickCore/
type.c 351 *substitute;
509 type_info=GetTypeInfoByFamily(fontmap[i].substitute,style,stretch,weight,
343 *substitute; member in struct:_Fontmap
    [all...]
  /external/swiftshader/third_party/PowerVR_SDK/Tools/
PVRTString.cpp 1914 CPVRTString& CPVRTString::substitute(char _src,char _subDes, bool _all) function in class:CPVRTString
1934 CPVRTString& CPVRTString::substitute(const char* _src, const char* _dest, bool _all) function in class:CPVRTString
    [all...]
  /external/mksh/src/
eval.c 120 substitute(const char *cp, int f) function
365 v_evaluate(&v, substitute(sp, 0),
471 evaluate(substitute(stg = wdstrip(beg, 0), 0),
475 evaluate(substitute(stg = wdstrip(mid, 0), 0),
735 * Restore our position and substitute
    [all...]
  /external/skia/tools/bookmaker/
includeWriter.cpp 1597 string substitute; local
1615 string substitute; local
1666 string substitute; local
    [all...]
  /external/skqp/tools/bookmaker/
includeWriter.cpp 1495 string substitute; local
1513 string substitute; local
1591 string substitute; local
    [all...]
  /external/tensorflow/tensorflow/core/framework/
function.cc 645 auto substitute = [attr_values](StringPiece name, AttrValue* val) { local
659 if (!SubstitutePlaceholders(substitute, &attr.second)) {
    [all...]
  /external/annotation-tools/asmx/test/lib/
jakarta-oro-2.0.8.jar 
  /external/guice/extensions/persist/lib/
oro-2.0.8.jar 
  /prebuilts/tools/common/m2/repository/oro/oro/2.0.8/
oro-2.0.8.jar 

Completed in 2253 milliseconds

1 2 3 4 5