HomeSort by relevance Sort by last modified time
    Searched refs:tpl (Results 1 - 25 of 27) sorted by null

1 2

  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/score/
tcond.d 190 240: 0b05 tpl!
191 242: 0b05 tpl!
192 244: 0b05 tpl!
193 246: 0b05 tpl!
194 248: 0b05 tpl!
195 24a: 0b05 tpl!
196 24c: 8000ac54 tpl
199 260: 0b05 tpl!
200 262: 0b05 tpl!
201 264: 0b05 tpl!
    [all...]
  /build/tools/droiddoc/templates-pdk/assets/
android-developer-docs.css 1357 .g-tpl-240 .g-unit,
1358 .g-unit .g-tpl-240 .g-unit,
1359 .g-unit .g-unit .g-tpl-240 .g-unit {
1365 .g-unit .g-unit .g-tpl-240 .g-first,
1366 .g-unit .g-tpl-240 .g-first,
1367 .g-tpl-240 .g-first {
1374 .g-tpl-240-alt .g-unit,
1375 .g-unit .g-tpl-240-alt .g-unit,
1376 .g-unit .g-unit .g-tpl-240-alt .g-unit {
1382 .g-unit .g-unit .g-tpl-240-alt .g-first
    [all...]
  /external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rcssmin/_setup/py2/
setup.py 204 tpl = ['recursive-include %s *' % docs['examples.dir']]
206 tpl.extend(["global-exclude %s" % item
210 result.append(_data.Documentation.from_templates(*tpl, **{
216 tpl = ['recursive-include %s *' % docs['userdoc.dir']]
218 tpl.extend(["global-exclude %s" % item
222 result.append(_data.Documentation.from_templates(*tpl, **{
228 tpl = ['recursive-include %s *' % docs['apidoc.dir']]
230 tpl.extend(["global-exclude %s" % item
234 result.append(_data.Documentation.from_templates(*tpl, **{
data.py 92 for tpl in templates:
93 for line in tpl.split(';'):
  /external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rcssmin/_setup/py3/
setup.py 205 tpl = ['recursive-include %s *' % docs['examples.dir']]
207 tpl.extend(["global-exclude %s" % item
211 result.append(_data.Documentation.from_templates(*tpl, **{
217 tpl = ['recursive-include %s *' % docs['userdoc.dir']]
219 tpl.extend(["global-exclude %s" % item
223 result.append(_data.Documentation.from_templates(*tpl, **{
229 tpl = ['recursive-include %s *' % docs['apidoc.dir']]
231 tpl.extend(["global-exclude %s" % item
235 result.append(_data.Documentation.from_templates(*tpl, **{
data.py 92 for tpl in templates:
93 for line in tpl.split(';'):
  /external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rjsmin/_setup/py2/
setup.py 204 tpl = ['recursive-include %s *' % docs['examples.dir']]
206 tpl.extend(["global-exclude %s" % item
210 result.append(_data.Documentation.from_templates(*tpl, **{
216 tpl = ['recursive-include %s *' % docs['userdoc.dir']]
218 tpl.extend(["global-exclude %s" % item
222 result.append(_data.Documentation.from_templates(*tpl, **{
228 tpl = ['recursive-include %s *' % docs['apidoc.dir']]
230 tpl.extend(["global-exclude %s" % item
234 result.append(_data.Documentation.from_templates(*tpl, **{
data.py 92 for tpl in templates:
93 for line in tpl.split(';'):
  /external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rjsmin/_setup/py3/
setup.py 205 tpl = ['recursive-include %s *' % docs['examples.dir']]
207 tpl.extend(["global-exclude %s" % item
211 result.append(_data.Documentation.from_templates(*tpl, **{
217 tpl = ['recursive-include %s *' % docs['userdoc.dir']]
219 tpl.extend(["global-exclude %s" % item
223 result.append(_data.Documentation.from_templates(*tpl, **{
229 tpl = ['recursive-include %s *' % docs['apidoc.dir']]
231 tpl.extend(["global-exclude %s" % item
235 result.append(_data.Documentation.from_templates(*tpl, **{
data.py 92 for tpl in templates:
93 for line in tpl.split(';'):
  /external/doclava/res/assets/templates/assets/
doclava-developer-docs.css 1007 .g-tpl-240 .g-unit,
1008 .g-unit .g-tpl-240 .g-unit,
1009 .g-unit .g-unit .g-tpl-240 .g-unit {
1015 .g-unit .g-unit .g-tpl-240 .g-first,
1016 .g-unit .g-tpl-240 .g-first,
1017 .g-tpl-240 .g-first {
1024 .g-tpl-240-alt .g-unit,
1025 .g-unit .g-tpl-240-alt .g-unit,
1026 .g-unit .g-unit .g-tpl-240-alt .g-unit {
1032 .g-unit .g-unit .g-tpl-240-alt .g-first
    [all...]
  /packages/apps/Settings/src/com/android/settings/applications/
AppOpsState.java 500 public List<AppOpEntry> buildState(OpsTemplate tpl) {
501 return buildState(tpl, 0, null, RECENCY_COMPARATOR);
525 public List<AppOpEntry> buildState(OpsTemplate tpl, int uid, String packageName) {
526 return buildState(tpl, uid, packageName, RECENCY_COMPARATOR);
529 public List<AppOpEntry> buildState(OpsTemplate tpl, int uid, String packageName,
539 for (int i=0; i<tpl.ops.length; i++) {
540 if (tpl.showPerms[i]) {
541 String perm = AppOpsManager.opToPermission(tpl.ops[i]);
544 permOps.add(tpl.ops[i]);
545 opToOrder[tpl.ops[i]] = i
    [all...]
AppOpsDetails.java 104 for (AppOpsState.OpsTemplate tpl : AppOpsState.ALL_TEMPLATES) {
105 List<AppOpsState.AppOpEntry> entries = mState.buildState(tpl,
  /build/tools/droiddoc/templates-ndk/assets/
android-developer-docs.css     [all...]
  /build/tools/droiddoc/templates-sac/assets/
android-developer-docs.css     [all...]
  /build/tools/droiddoc/templates-sdk/assets/
android-developer-docs.css     [all...]
  /developers/build/buildSrc/src/main/groovy/com/example/android/samples/build/
ApplyTemplates.groovy 157 def Template tpl = this.cfg.getTemplate(inputFile)
163 tpl.process(parameters, out)
  /external/selinux/libsemanage/src/
genhomedircon.c 552 semanage_list_t * tpl, const char *user,
568 for (; tpl; tpl = tpl->next) {
569 line = replace_all(tpl->data, repl);
586 semanage_list_t * tpl, char *homedir)
594 for (; tpl; tpl = tpl->next) {
595 line = replace_all(tpl->data, repl)
    [all...]
  /build/tools/droiddoc/templates-pdk/
customizations.cs 3 <div class="g-section g-tpl-240" id="body-content">
12 <div class="g-section g-tpl-240" id="body-content">
26 <div class="g-section g-tpl-240" id="body-content">
45 <div class="g-section g-tpl-240" id="body-content">
  /external/chromium-trace/catapult/telemetry/third_party/altgraph/altgraph/
ObjectGraph.py 52 for tpl in (self.graph.describe_edge(e) for e in lst):
53 ident = tpl[n]
  /system/media/camera/docs/
metadata_parser_xml.py 311 tpl = Template(filename=template, lookup=lookup)
314 tpl.render_context(ctx)
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/mturk/
question.py 428 for tpl in self.selections:
429 value_xml = SelectionAnswer.SELECTION_VALUE_XML_TEMPLATE % (TYPE_TAG, tpl[0], TYPE_TAG)
430 selection_xml = SelectionAnswer.SELECTION_XML_TEMPLATE % (tpl[1], value_xml)
  /external/opencv3/modules/imgproc/src/
templmatch.cpp 567 static bool ipp_crossCorr(const Mat& src, const Mat& tpl, Mat& dst)
572 IppiSize tplRoiSize = {tpl.cols,tpl.rows};
594 status = ippFunc(src.ptr(), (int)src.step, srcRoiSize, tpl.ptr(), (int)tpl.step, tplRoiSize, dst.ptr<Ipp32f>(), (int)dst.step, funCfg, pBuffer);
600 static bool ipp_sqrDistance(const Mat& src, const Mat& tpl, Mat& dst)
605 IppiSize tplRoiSize = {tpl.cols,tpl.rows};
627 status = ippFunc(src.ptr(), (int)src.step, srcRoiSize, tpl.ptr(), (int)tpl.step, tplRoiSize, dst.ptr<Ipp32f>(), (int)dst.step, funCfg, pBuffer)
    [all...]
  /toolchain/binutils/binutils-2.25/
Makefile.def 2 AutoGen definitions Makefile.tpl;
4 // Makefile.in is generated from Makefile.tpl by 'autogen Makefile.def'.
  /external/e2fsprogs/misc/
fsck.c 401 const char *tpl; local
407 tpl = (strncmp(type, "fsck.", 5) ? "%s/fsck.%s" : "%s/%s");
410 sprintf(prog, tpl, s, type);

Completed in 1142 milliseconds

1 2