HomeSort by relevance Sort by last modified time
    Searched refs:substitute (Results 26 - 50 of 120) sorted by null

12 3 4 5

  /external/chromium-trace/trace-viewer/third_party/WebOb/webob/
exc.py 288 return t_obj.substitute(args)
293 return self.plain_template_obj.substitute(status=self.status,
299 return self.html_template_obj.substitute(status=self.status,
    [all...]
  /external/icu/icu4c/source/common/
locdispnames.cpp 299 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));
    [all...]
  /external/skia/src/pdf/
SkPDFTypes.cpp 462 SkPDFObject* substitute) {
463 SkASSERT(original != substitute);
465 fSubstituteMap.set(original, SkRef(substitute));
  /external/harfbuzz_ng/src/
hb-ot-map-private.hh 124 HB_INTERNAL void substitute (const struct hb_ot_shape_plan_t *plan, hb_font_t *font, hb_buffer_t *buffer) const;
hb-ot-shape.cc 292 /* Substitute */
457 c->plan->substitute (c->font, buffer);
  /external/protobuf/src/google/protobuf/compiler/java/
java_name_resolver.cc 25 // LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
37 #include <google/protobuf/stubs/substitute.h>
  /external/protobuf/src/google/protobuf/compiler/javamicro/
javamicro_helpers.cc 25 // LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
42 #include <google/protobuf/stubs/substitute.h>
319 return strings::Substitute(
332 return strings::Substitute(
  /external/protobuf/src/google/protobuf/compiler/
mock_code_generator.cc 25 // LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
43 #include <google/protobuf/stubs/substitute.h>
233 return strings::Substitute("$0: $1, $2, $3, $4\n",
subprocess.cc 25 // LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
47 #include <google/protobuf/stubs/substitute.h>
245 *error = strings::Substitute(
437 *error = strings::Substitute(
443 *error = strings::Substitute(
importer_unittest.cc 25 // LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
46 #include <google/protobuf/stubs/substitute.h>
  /build/tools/releasetools/
ota_from_target_files 352 def CopyPartitionFiles(itemset, input_zip, output_zip=None, substitute=None):
356 skipped (but the other side effects still happen). substitute is an
376 if substitute and fn in substitute and substitute[fn] is None:
379 if substitute and fn in substitute:
380 data = substitute[fn]
    [all...]
ota_from_target_files.py 352 def CopyPartitionFiles(itemset, input_zip, output_zip=None, substitute=None):
356 skipped (but the other side effects still happen). substitute is an
376 if substitute and fn in substitute and substitute[fn] is None:
379 if substitute and fn in substitute:
380 data = substitute[fn]
    [all...]
  /external/mksh/src/
eval.c 114 substitute(const char *cp, int f) function
355 v_evaluate(&v, substitute(sp, 0),
463 evaluate(substitute(stg = wdstrip(beg, 0), 0),
467 evaluate(substitute(stg = wdstrip(mid, 0), 0),
508 pat = substitute(tpat0, 0);
511 rrep = substitute(d, 0);
739 * Restore our position and substitute
    [all...]
main.c 358 substitute(initsubs, 0);
596 include(substitute("$HOME/.profile", 0), 0, NULL, true);
598 cp = substitute(substitute("${ENV:-" MKSHRC_PATH "}",
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.lucene.analysis_1.9.1.v20100518-1140.jar 
org.eclipse.core.variables_3.2.400.v20100505.jar 
  /external/protobuf/src/google/protobuf/compiler/cpp/
cpp_helpers.cc 25 // LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
44 #include <google/protobuf/stubs/substitute.h>
327 return strings::Substitute(
  /external/protobuf/src/google/protobuf/stubs/
common_unittest.cc 25 // LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
36 #include <google/protobuf/stubs/substitute.h>
84 strings::Substitute("$0 $1:$2: $3",
  /external/selinux/policycoreutils/semanage/
seobject.py     [all...]
  /external/protobuf/
Android.mk 166 src/google/protobuf/stubs/substitute.cc \
315 src/google/protobuf/stubs/substitute.cc \
316 src/google/protobuf/stubs/substitute.h \
  /build/core/
envsetup.mk 128 # We'll substitute with the real value after loading BoardConfig.mk.
178 # Now we can substitute with the real value of TARGET_COPY_OUT_VENDOR
  /external/protobuf/src/google/protobuf/compiler/javanano/
javanano_helpers.cc 25 // LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
43 #include <google/protobuf/stubs/substitute.h>
  /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/lldb/utils/vim-lldb/plugin/
lldb.vim 148 return empty(a:term) ? substitute(expand('<cWORD>'), '^\A*\(.\{-}\)\A*$', '\1', '') : a:term

Completed in 1026 milliseconds

12 3 4 5