/frameworks/base/docs/html/guide/practices/ui_guidelines/ |
icon_design_dialog.jd | 99 <p>Templates for creating icons in Adobe Photoshop are available in the <a 101 Templates Pack</a>.</p>
|
icon_design_list.jd | 101 <p>Templates for creating icons in Adobe Photoshop are available in the <a 103 Templates Pack</a>.</p>
|
/hardware/libhardware/modules/camera/ |
ExampleCamera.cpp | 185 // Create standard settings templates from copies of base metadata 191 // Use base settings to create all other templates and set them
|
/hardware/libhardware/modules/usbcamera/ |
Camera.h | 77 // Accessor method used by initDevice() to set the templates' metadata 123 // Static array of standard camera settings templates
|
/external/owasp/sanitizer/tools/findbugs/src/xsl/ |
plain.xsl | 83 <xsl:apply-templates select="/BugCollection/FindBugsSummary"/> 140 <xsl:apply-templates select="/BugCollection/BugPattern"> 143 </xsl:apply-templates> 205 <xsl:apply-templates select="$warningSet"> 209 </xsl:apply-templates>
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/ |
ant-trax.jar | |
/external/valgrind/coregrind/m_demangle/ |
cp-demangle.c | 254 /* A list of templates. This is used while printing. */ 275 /* The list of templates which applies to this modifier. */ 276 struct d_print_template *templates; member in struct:d_print_mod 310 /* The list of templates, if any, that was current when this 312 struct d_print_template *templates; member in struct:d_saved_scope 343 /* The current list of templates, if any. */ 344 struct d_print_template *templates; member in struct:d_print_info 363 /* Array of templates for saving into scopes. */ 367 /* Number of copy templates in the above array. */ [all...] |
/toolchain/binutils/binutils-2.25/libiberty/ |
cp-demangle.c | 239 /* A list of templates. This is used while printing. */ 260 /* The list of templates which applies to this modifier. */ 261 struct d_print_template *templates; member in struct:d_print_mod 295 /* The list of templates, if any, that was current when this 297 struct d_print_template *templates; member in struct:d_saved_scope 328 /* The current list of templates, if any. */ 329 struct d_print_template *templates; member in struct:d_print_info 348 /* Array of templates for saving into scopes. */ 352 /* Number of copy templates in the above array. */ [all...] |
/external/apache-xml/src/main/java/org/apache/xalan/processor/ |
StylesheetHandler.java | 28 import javax.xml.transform.Templates; 36 import org.apache.xalan.templates.Constants; 37 import org.apache.xalan.templates.ElemForEach; 38 import org.apache.xalan.templates.ElemTemplateElement; 39 import org.apache.xalan.templates.Stylesheet; 40 import org.apache.xalan.templates.StylesheetRoot; 103 Class func = org.apache.xalan.templates.FuncDocument.class; 106 // func = new org.apache.xalan.templates.FuncKey(); 108 func = org.apache.xalan.templates.FuncFormatNumb.class; 253 * create a Templates object, which the caller can get onc [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/lib32/ |
libstdc++.so | |
libstdc++.so.6 | |
libstdc++.so.6.0.18 | |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/lib32/ |
libstdc++.so | |
libstdc++.so.6 | |
libstdc++.so.6.0.19 | |
/external/opencv3/modules/core/doc/ |
intro.markdown | 198 ### Fixed Pixel Types. Limited Use of Templates 200 Templates is a great feature of C++ that enables implementation of very powerful, efficient and yet 201 safe data structures and algorithms. However, the extensive use of templates may dramatically 203 implementation when templates are used exclusively. This could be fine for basic algorithms but not 206 Matlab that do not have templates at all or have limited template capabilities, the current OpenCV 207 implementation is based on polymorphism and runtime dispatching over templates. In those places 211 version the use of templates is limited.
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/cp/ |
cp-tree.def | 117 DECL_INITIAL associated templates (methods &c) 119 For non-class templates: 244 templates. */ 283 is a condition, used in templates to express noexcept (condition). */ 294 and COND_EXPR for the benefit of templates. */ 303 respectively. Only used in templates. */ 362 /* Represents an argument pack of types (or templates). An argument
|
/external/libxml2/doc/ |
site.xsl | 500 <xsl:apply-templates/> 575 <xsl:apply-templates mode="subcontent" select="node()"/> 580 <xsl:apply-templates mode="subcontent" select="@*|node()"/> 586 <xsl:apply-templates mode="subcontent" select="@*|node()"/> 651 <xsl:apply-templates mode="subfile" select="$header/following-sibling::*[preceding-sibling::h2[1] = $header and name() != 'h2' ]"/> 674 <xsl:apply-templates mode="content" select="@*|node()"/> 705 <xsl:apply-templates mode="content" select="($firsth2/preceding-sibling::*)"/> 732 <xsl:apply-templates mode="head"/> 738 <xsl:apply-templates/>
|
/external/apache-xml/src/main/java/org/apache/xalan/templates/ |
StylesheetRoot.java | 21 package org.apache.xalan.templates; 31 import javax.xml.transform.Templates; 54 implements java.io.Serializable, Templates 97 throw new TransformerConfigurationException(XSLMessages.createMessage(XSLTErrorResources.ER_CANNOT_INIT_DEFAULT_TEMPLATES, null), se); //"Can't init default templates!", se); 191 //============== Templates Interface ================ 194 * Create a new transformation context for this Templates object. 212 * without mutating the Templates object, and then handed in to 215 * <p>For XSLT, Attribute Value Templates attribute values will 225 //============== End Templates Interface ================ 395 * @param importList The working import list. Templates are added here in the revers [all...] |
/external/apache-xml/src/main/java/org/apache/xalan/transformer/ |
TransformerImpl.java | 55 import org.apache.xalan.templates.AVT; 56 import org.apache.xalan.templates.Constants; 57 import org.apache.xalan.templates.ElemAttributeSet; 58 import org.apache.xalan.templates.ElemForEach; 59 import org.apache.xalan.templates.ElemSort; 60 import org.apache.xalan.templates.ElemTemplate; 61 import org.apache.xalan.templates.ElemTemplateElement; 62 import org.apache.xalan.templates.ElemTextLiteral; 63 import org.apache.xalan.templates.ElemVariable; 64 import org.apache.xalan.templates.OutputProperties [all...] |
/external/autotest/client/cros/ |
network_chroot.py | 103 """Add a filename-content dict to the set of templates for the chroot 106 templates to be applied to the chroot. The keys to this dict 117 be applied to the config file templates.
|
/external/ceres-solver/docs/source/ |
conf.py | 30 # Add any paths that contain templates here, relative to this directory. 135 # Custom sidebar templates, maps document names to template names. 138 # Additional templates that should be rendered to pages, maps page names to
|
/external/chromium-trace/catapult/telemetry/third_party/modulegraph/doc/ |
conf.py | 42 # Add any paths that contain templates here, relative to this directory. 149 # Custom sidebar templates, maps document names to template names. 152 # Additional templates that should be rendered to pages, maps page names to
|
/external/chromium-trace/catapult/third_party/beautifulsoup4/doc/source/ |
conf.py | 30 # Add any paths that contain templates here, relative to this directory. 133 # Custom sidebar templates, maps document names to template names. 136 # Additional templates that should be rendered to pages, maps page names to
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/crcmod/docs/source/ |
conf.py | 30 # Add any paths that contain templates here, relative to this directory. 133 # Custom sidebar templates, maps document names to template names. 136 # Additional templates that should be rendered to pages, maps page names to
|