HomeSort by relevance Sort by last modified time
    Searched refs:template (Results 176 - 200 of 605) sorted by null

1 2 3 4 5 6 78 91011>>

  /sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/templates/
SimpleFile.java 50 public void process(TemplateCore template, ProcessArgument[] args, String processId,
85 Bundle bundle = Activator.getBundle(template.getTemplateInfo().getPluginId());
105 template.getValueStore());
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/ObjC/
ST4ObjC.stg 28 /** Template subgroup to add template rewrite output
142 /** x+=rule when output=template */
150 // TEMPLATE REWRITE
193 /** Invoke a template with a set of attribute name/value pairs.
194 * Set the value of the rule's template *after* having set
195 * the attributes because the rule's template might be used as
196 * an attribute to build a bigger template; you get a self-embedded
197 * template.
205 /** expr is a string expression that says what template to load *
    [all...]
  /docs/source.android.com/scripts/
build.py 44 # Step 1, concatenate the template pieces into a single template string
48 template = string.Template(t) variable
115 final = template.safe_substitute(main=main, sidebar=sidebar, sidebar2=sidebar2, \
  /external/chromium-trace/trace-viewer/third_party/webapp2/webapp2_extras/
jinja2.py 6 Jinja2 template support for webapp2.
77 # Renders a template and writes the result to the response.
148 """Renders a template and returns a response object.
151 The template filename, related to the templates directory.
153 Keyword arguments used as variables in the rendered template.
156 A rendered template.
161 """Loads a macro (or variable) a template exports. This can be used to
163 template named `_foo.html` with the following contents:
177 The template filename.
181 template = self.environment.get_template(filename
    [all...]
  /external/chromium-trace/trace-viewer/tracing/third_party/vinn/third_party/parse5/test/fixtures/
jsdom_parser_test.js 42 '<template><td>yo</td></template>',
43 '<select><template><option></option></template></select>'
  /external/lldb/test/api/check_public_api_headers/
TestPublicAPIHeaders.py 18 self.template = 'main.cpp.template'
34 """Generate main.cpp from main.cpp.template."""
35 temp = os.path.join(os.getcwd(), self.template)
  /external/lldb/test/warnings/uuid/
TestAddDsymCommand.py 16 self.template = 'main.cpp.template'
58 """Generate main.cpp from main.cpp.template."""
59 temp = os.path.join(os.getcwd(), self.template)
  /external/lldb/utils/test/
run-dis.py 27 # Command template of the invocation of lldb disassembler.
28 template = '%s/lldb-disasm.py -C "platform select remote-ios" -o "-n" -q -e %s -n %s' variable
63 command = template % (scriptPath, path, num_symbols if num_symbols > 0 else 1000)
  /frameworks/ex/camera2/utils/src/com/android/ex/camera2/utils/
Camera2RequestSettingsSet.java 42 * from the template of choice. Its revision identifier is initially
67 * Specify a setting, potentially overriding the template's default choice.
70 * the template's selection for that {@code key}; the difference here is
77 * the use of the template's default selection for this field.
129 * setting is unset or forced to the template-defined default.
220 * @param template A {@link CaptureRequest} template defined in
228 public CaptureRequest createRequest(CameraDevice camera, int template, Surface... targets)
234 Builder reqBuilder = camera.createCaptureRequest(template);
  /prebuilts/misc/common/swig/include/2.0.11/ruby/
director.swg 69 template <typename Type>
105 template <typename Type>
337 template <typename Type>
346 template <typename Type>
rubyiterators.swg 8 * containers), the template Iterator_T does the
280 template<typename OutConstIterator>
366 template<typename InOutIterator>
474 template <class ValueType>
490 template <class ValueType>
506 template<typename OutConstIterator,
537 template<typename InOutIterator,
578 template<typename OutConstIterator,
629 template<typename InOutIterator,
689 template< typename InOutIterator, typename FromOper, typename AsvalOper
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/
Parameter.java 54 * A template parameter editable and edited by the user.
57 * template, but the actual editing operation of that template in the wizard: it
73 AdtPlugin.printErrorToConsole("Unexpected template type '" + name + "'");
140 AdtPlugin.printErrorToConsole("Unexpected template constraint '" + name + "'");
155 /** The template defining the parameter */
156 public final TemplateMetadata template; field in class:Parameter
178 * A template expression using other template parameters for producing a
220 Parameter(@NonNull TemplateMetadata template, @NonNull Element parameter)
    [all...]
  /development/samples/SampleSyncAdapter/samplesyncadapter_server/
dashboard.py 28 from google.appengine.ext.webapp import template namespace
63 self.response.out.write(template.render(path, template_values))
150 self.response.out.write(template.render(path, template_values))
192 self.response.out.write(template.render(path, template_values))
  /external/mesa3d/src/gallium/auxiliary/
Makefile 24 include ../Makefile.template
  /frameworks/base/core/java/android/webkit/
URLUtil.java 87 public static String composeSearchUrl(String inQuery, String template,
89 int placeHolderIndex = template.indexOf(queryPlaceHolder);
96 buffer.append(template.substring(0, placeHolderIndex));
105 buffer.append(template.substring(
  /frameworks/base/services/tests/servicestests/src/com/android/server/net/
NetworkStatsCollectionTest.java 173 NetworkTemplate template, long rxBytes, long rxPackets, long txBytes, long txPackets) {
175 template, Long.MIN_VALUE, Long.MAX_VALUE).getTotal(null);
180 NetworkTemplate template, long rxBytes, long rxPackets, long txBytes, long txPackets) {
182 template, Long.MIN_VALUE, Long.MAX_VALUE).getTotalIncludingTags(null);
  /packages/apps/Tag/src/com/android/apps/tag/record/
VCardRecord.java 93 CharSequence template = activity.getResources().getText(R.string.import_vcard); local
94 String description = TextUtils.expandTemplate(template, getDisplayName()).toString();
101 CharSequence template = context.getResources().getText(R.string.vcard_title); local
102 return TextUtils.expandTemplate(template, getDisplayName()).toString();
  /prebuilts/misc/common/swig/include/2.0.11/php/
director.swg 84 template <typename Type>
130 template <typename Type>
  /prebuilts/misc/common/swig/include/2.0.11/
swiglabels.swg 6 /* template workaround for compilers that cannot correctly implement the C++ standard */
9 # define SWIGTEMPLATEDISAMBIGUATOR template
13 # define SWIGTEMPLATEDISAMBIGUATOR template
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/
build_ext.py 718 template = "python%s"
720 template = template + '_d'
721 extra = [(template % (sysconfig.get_config_var('VERSION')))]
736 template = "python%d%d"
738 template = template + '_d'
739 pythonlib = (template %
749 template = "python%d%d"
753 # template = template + '_d
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/
build_ext.py 718 template = "python%s"
720 template = template + '_d'
721 extra = [(template % (sysconfig.get_config_var('VERSION')))]
736 template = "python%d%d"
738 template = template + '_d'
739 pythonlib = (template %
749 template = "python%d%d"
753 # template = template + '_d
    [all...]
  /system/core/libziparchive/
Android.mk 67 -Wno-unnamed-type-template-args
  /external/skia/resources/
slides_transitions.lua 1 function scale_text_delta(template, delta)
2 template = template.slide
3 for i = 1, #template do
4 local paint = template[i].paint
  /prebuilts/misc/common/swig/include/2.0.11/python/
director.swg 162 template <typename Type>
178 template <typename Type>
423 template <typename Type>
432 template <typename Type>
463 template <typename Type>
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
aetypes.py 559 template = """
563 exec template % ("Text", 'text')
564 exec template % ("Character", 'cha ')
565 exec template % ("Word", 'cwor')
566 exec template % ("Line", 'clin')
567 exec template % ("paragraph", 'cpar')
568 exec template % ("Window", 'cwin')
569 exec template % ("Document", 'docu')
570 exec template % ("File", 'file')
571 exec template % ("InsertionPoint", 'cins'
    [all...]

Completed in 1872 milliseconds

1 2 3 4 5 6 78 91011>>