/external/deqp/modules/glshared/ |
D | glsLongStressTestUtil.cpp | 58 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 …]
|
D | glsLongStressTestUtil.hpp | 51 std::string substitute (const std::string&) const; 52 …std::string substitute (const std::string&, const std::map<std::string, std::string>&)…
|
/external/harfbuzz_ng/src/ |
D | hb-ot-layout-gsub-table.hh | 129 unsigned int count = substitute.len; in closure() 135 c->glyphs->add (substitute[iter.get_coverage ()]); in closure() 143 unsigned int count = substitute.len; in collect_glyphs() 149 c->output->add (substitute[iter.get_coverage ()]); in collect_glyphs() 171 if (unlikely (index >= substitute.len)) return_trace (false); in apply() 173 glyph_id = substitute[index]; in apply() 186 if (unlikely (!substitute.serialize (c, substitutes, num_glyphs))) return_trace (false); in serialize() 194 return_trace (coverage.sanitize (c, this) && substitute.sanitize (c)); in sanitize() 203 substitute; /* Array of substitute member 206 DEFINE_SIZE_ARRAY (6, substitute); [all …]
|
D | hb-ot-shape-private.hh | 59 …inline void substitute (hb_font_t *font, hb_buffer_t *buffer) const { map.substitute (this, font, … in substitute() function
|
/external/toolchain-utils/crosperf/ |
D | results_report_templates.py | 20 return _TabMenuTemplate.substitute(table_name=escaped) 52 return _ResultsSectionHTML.substitute(sect_name=table_name, 192 return _MainHTML.substitute(perf_init=perf_init, chart_js=chart_js,
|
/external/libmojo/base/android/jni_generator/ |
D | jni_generator.py | 763 return WrapOutput(template.substitute(values)) 815 ret += [template.substitute(values)] 853 return template.substitute(values) 954 return template.substitute(values) 957 return Template('JavaParamRef<${TYPE}>(env, ${NAME})').substitute({ 1029 return template.substitute(values) 1122 function_signature_template.substitute(values)) 1125 function_header_with_unused_template.substitute(values)) 1127 values['FUNCTION_HEADER'] = function_header_template.substitute(values) 1128 return template.substitute(values) [all …]
|
/external/curl/tests/data/ |
D | test1085 | 35 # use the startup of the IPv6 test server as a substitute check for this).
|
/external/clang/docs/tools/ |
D | dump_format_style.py | 16 def substitute(text, tag, contents): function 195 contents = substitute(contents, 'FORMAT_STYLE_OPTIONS', options_text)
|
/external/swiftshader/third_party/LLVM/test/lib/ |
D | llvm.exp | 48 proc substitute { line test tmpFile } { procedure 171 set runline [ substitute $runline $test $tmpFile ]
|
/external/guice/lib/build/ |
D | munge.jar | ... int countQuotes (java.lang.String)
void substitute ()
public void process () throws java. ... |
/external/swiftshader/third_party/PowerVR_SDK/Tools/ |
D | PVRTString.h | 328 CPVRTString& substitute(char _src,char _subDes, bool _all = true); 337 CPVRTString& substitute(const char* _src, const char* _subDes, bool _all = true);
|
/external/swiftshader/third_party/LLVM/test/CodeGen/PowerPC/ |
D | 2009-08-17-inline-asm-addr-mode-breakage.ll | 5 ; It is wrong on powerpc to substitute reg+reg for $0; the stw opcode
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/ |
D | ant-apache-regexp.jar | ... int options
int subsOptions
public java.lang.String substitute (java.lang.String, java.lang ... |
/external/opencv/ |
D | NOTICE | 32 (including, but not limited to, procurement of substitute goods or services; 153 // (including, but not limited to, procurement of substitute goods or services; 313 // (including, but not limited to, procurement of substitute goods or services; 355 // (including, but not limited to, procurement of substitute goods or services; 397 // (including, but not limited to, procurement of substitute goods or services; 439 //(including, but not limited to, procurement of substitute goods or services; 481 // (including, but not limited to, procurement of substitute goods or services; 523 //(including, but not limited to, procurement of substitute goods or services; 564 // (including, but not limited to, procurement of substitute goods or services; 606 // (including, but not limited to, procurement of substitute goods or services; [all …]
|
/external/guice/extensions/persist/lib/ |
D | oro-2.0.8.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/apache/
org/ ... |
/external/llvm/test/CodeGen/PowerPC/ |
D | 2009-08-17-inline-asm-addr-mode-breakage.ll | 5 ; It is wrong on powerpc to substitute reg+reg for $0; the stw opcode
|
/external/autotest/client/cros/image_comparison/ |
D | publisher.py | 98 formatted_html = html.substitute(tags)
|
/external/selinux/python/semanage/ |
D | seobject.py | 1765 target, substitute = i.split() 1766 self.equiv[target] = substitute 1778 target, substitute = i.split() 1779 self.equiv_dist[target] = substitute 1800 def add_equal(self, target, substitute): argument 1805 if substitute != "/" and substitute[-1] == "/": 1806 …ValueError(_("Substiture %s is not valid. Substitute is not allowed to end with '/'") % substitute) 1817 ….audit_encode_nv_string("sglob", target, 0), audit.audit_encode_nv_string("tglob", substitute, 0))) 1819 self.equiv[target] = substitute 1823 def modify_equal(self, target, substitute): argument [all …]
|
/external/vixl/tools/ |
D | generate_tests.py | 711 generated_file = template.substitute({
|
/external/llvm/test/Transforms/LoopUnswitch/ |
D | 2015-09-18-Addrspace.ll | 4 ; input for the addrspacecast should not be used as a substitute for itself
|
/external/kmod/m4/ |
D | dolt.m4 | 136 dnl Done writing out doltcompile; substitute it for libtool compilation. 171 dnl Done writing out doltlibtool; substitute it for libtool.
|
/external/libmojo/mojo/public/cpp/ |
D | README.md | 14 able to substitute their own implementation of any such support library, and
|
/external/icu/icu4c/source/i18n/ |
D | i18n.rc | 2 // It will permanently substitute version numbers that are intended to be
|
/external/icu/icu4c/source/io/ |
D | io.rc | 2 // It will permanently substitute version numbers that are intended to be
|
/external/icu/icu4c/source/common/ |
D | common.rc | 2 // It will permanently substitute version numbers that are intended to be
|