HomeSort by relevance Sort by last modified time
    Searched full:templates (Results 151 - 175 of 2178) sorted by null

1 2 3 4 5 67 8 91011>>

  /ndk/tests/device/test-stlport_shared-exception/jni/
pretty2.cpp 2 // Test whether __PRETTY_FUNCTION__ works in templates, functions and
  /ndk/tests/device/test-stlport_static-exception/jni/
pretty2.cpp 2 // Test whether __PRETTY_FUNCTION__ works in templates, functions and
  /prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/
_prolog.h 13 * in an 'extern "C"' scope which do not accept the templates exposed
  /external/deqp/doc/testlog-stylesheet/
testlog.xsl 30 <xsl:apply-templates/>
57 <xsl:apply-templates/>
70 <xsl:apply-templates/>
78 <xsl:apply-templates/>
85 <xsl:apply-templates/>
92 <xsl:apply-templates/>
106 <xsl:apply-templates/>
113 <xsl:apply-templates/>
120 <xsl:apply-templates/>
127 <xsl:apply-templates/>
    [all...]
  /external/antlr/antlr-3.4/runtime/ObjC/
README 18 directory in antlr-3.2/tool/src/main/resources/org/antlr/codegen/templates
20 antlr-3.2/tool/src/main/resources/org/antlr/codegen/templates/ObjC/*.
  /external/apache-xml/src/main/java/org/apache/xalan/processor/
WhitespaceInfoPaths.java 25 import org.apache.xalan.templates.Stylesheet;
26 import org.apache.xalan.templates.WhiteSpaceInfo;
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
ElemExtensionScript.java 21 package org.apache.xalan.templates;
95 * @see org.apache.xalan.templates.Constants
ElemOtherwise.java 21 package org.apache.xalan.templates;
39 * @see org.apache.xalan.templates.Constants
  /external/boringssl/src/tool/
internal.h 50 std::vector<std::string> &args, const struct argument *templates);
52 void PrintUsage(const struct argument *templates);
  /external/icu/icu4j/demos/
demos-build.launch 14 <mapEntry key="eclipse.pdebuild.templates" value="/D:/eclipse-SDK-3.4.2-win32/eclipse/plugins/org.eclipse.pde.build_3.4.1.R34x_v20081217/templates/"/>
  /external/libchrome/base/trace_event/etw_manifest/
chrome_events_win.man 24 <templates>
59 </templates>
  /external/libxml2/doc/
checkapisym.xsl 18 <xsl:apply-templates select="/api/symbols/function"/>
27 <xsl:apply-templates select="/api/symbols/variable"/>
  /external/llvm/docs/HistoricalNotes/
2001-06-20-.NET-Differences.txt 8 sat through the paper on adding templates to .NET CLR, and the speaker
10 little lowering or optimization). Also, the templates implementation in CLR
  /packages/apps/UnifiedEmail/src/org/apache/james/mime4j/util/
PartialInputStream.java 52 return super.read(b, off, len); //To change body of overridden methods use File | Settings | File Templates.
57 return super.skip(n); //To change body of overridden methods use File | Settings | File Templates.
  /prebuilts/misc/darwin-x86_64/sdl2/include/SDL2/
SDL_gesture.h 57 * \brief Save all currently loaded Dollar Gesture templates
72 * \brief Load Dollar Gesture templates from a file
  /prebuilts/misc/windows/sdl2/i686-w64-mingw32/include/SDL2/
SDL_gesture.h 57 * \brief Save all currently loaded Dollar Gesture templates
72 * \brief Load Dollar Gesture templates from a file
  /prebuilts/misc/windows/sdl2/include/
SDL_gesture.h 57 * \brief Save all currently loaded Dollar Gesture templates
72 * \brief Load Dollar Gesture templates from a file
  /prebuilts/misc/windows/sdl2/x86_64-w64-mingw32/include/SDL2/
SDL_gesture.h 57 * \brief Save all currently loaded Dollar Gesture templates
72 * \brief Load Dollar Gesture templates from a file
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/
TemplateTestWizard.java 16 package com.android.ide.eclipse.adt.internal.wizards.templates;
26 * Template wizard which creates parameterized templates
NewActivityWizard.java 16 package com.android.ide.eclipse.adt.internal.wizards.templates;
18 import static com.android.ide.eclipse.adt.internal.wizards.templates.NewProjectWizard.ATTR_BUILD_API;
19 import static com.android.ide.eclipse.adt.internal.wizards.templates.NewProjectWizard.ATTR_MIN_API;
20 import static com.android.ide.eclipse.adt.internal.wizards.templates.NewProjectWizard.ATTR_MIN_API_LEVEL;
21 import static com.android.ide.eclipse.adt.internal.wizards.templates.NewProjectWizard.ATTR_PACKAGE_NAME;
22 import static com.android.ide.eclipse.adt.internal.wizards.templates.NewProjectWizard.ATTR_TARGET_API;
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/etc/
mmetrics-frames.xsl 57 <xsl:apply-templates select="." mode="class.name"/>
85 <xsl:apply-templates select="." mode="overview.packages"/>
90 <xsl:apply-templates select="." mode="all.packages"/>
95 <xsl:apply-templates select="." mode="all.classes"/>
99 <xsl:apply-templates select=".//package"/>
111 <xsl:apply-templates select="." mode="classes.list"/>
116 <xsl:apply-templates select="." mode="package.summary"/>
124 <xsl:apply-templates select="." mode="class.details"/>
132 <xsl:if test="parent::class"><xsl:apply-templates select="parent::class" mode="class.name"/>.<xsl:value-of select="@name"/></xsl:if><xsl:if test="not(parent::class)"><xsl:value-of select="@name"/></xsl:if>
520 <xsl:apply-templates select="." mode="print.metrics"/
    [all...]
  /external/autotest/puppylab/
results_mocker.py 15 from autotest_lib.puppylab import templates
84 """Apply templates to keyval files.
98 templates.job_keyvals_template %
119 templates.success_job_template % test_info)
122 templates.success_job_template % test_info)
125 templates.success_test_template % test_info)
  /external/clang/test/PCH/
cxx-templates.cpp 2 // RUN: %clang_cc1 -std=c++11 -triple %itanium_abi_triple -fcxx-exceptions -fexceptions -include %S/cxx-templates.h -verify %s -ast-dump -o -
3 // RUN: %clang_cc1 -std=c++11 -triple %itanium_abi_triple -fcxx-exceptions -fexceptions -include %S/cxx-templates.h %s -emit-llvm -o - -DNO_ERRORS | FileCheck %s
6 // RUN: %clang_cc1 -std=c++11 -triple %itanium_abi_triple -fcxx-exceptions -fexceptions -x c++-header -emit-pch -o %t %S/cxx-templates.h
11 // RUN: %clang_cc1 -std=c++11 -triple %itanium_abi_triple -fcxx-exceptions -fexceptions -fmodules -x c++-header -emit-pch -o %t %S/cxx-templates.h
16 // RUN: %clang_cc1 -std=c++11 -triple %itanium_abi_triple -fcxx-exceptions -fdelayed-template-parsing -fexceptions -x c++-header -emit-pch -o %t %S/cxx-templates.h
107 // expected-error@cxx-templates.h:305 {{incomplete}}
  /prebuilts/go/darwin-x86/src/text/template/
helper.go 5 // Helper functions to make constructing templates easier.
15 // Functions and methods to parse templates.
36 // ParseFiles parses the named files and associates the resulting templates with
39 // Since the templates created by ParseFiles are named by the base
65 // all the templates together. Also, if this file has the same name
96 // pattern and associates the resulting templates with t. The pattern is
  /prebuilts/go/linux-x86/src/text/template/
helper.go 5 // Helper functions to make constructing templates easier.
15 // Functions and methods to parse templates.
36 // ParseFiles parses the named files and associates the resulting templates with
39 // Since the templates created by ParseFiles are named by the base
65 // all the templates together. Also, if this file has the same name
96 // pattern and associates the resulting templates with t. The pattern is

Completed in 2066 milliseconds

1 2 3 4 5 67 8 91011>>