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

1 2

  /prebuilts/gdb/darwin-x86/lib/python2.7/ctypes/macholib/
dylib.py 15 (?P<shortname>\w+?)
34 shortname='Name',
49 def d(location=None, name=None, shortname=None, version=None, suffix=None):
53 shortname=shortname,
framework.py 15 (?P<shortname>\w+).framework/
17 (?P=shortname)
34 shortname='Name',
48 def d(location=None, name=None, shortname=None, version=None, suffix=None):
52 shortname=shortname,
  /prebuilts/gdb/linux-x86/lib/python2.7/ctypes/macholib/
dylib.py 15 (?P<shortname>\w+?)
34 shortname='Name',
49 def d(location=None, name=None, shortname=None, version=None, suffix=None):
53 shortname=shortname,
framework.py 15 (?P<shortname>\w+).framework/
17 (?P=shortname)
34 shortname='Name',
48 def d(location=None, name=None, shortname=None, version=None, suffix=None):
52 shortname=shortname,
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/macholib/
dylib.py 15 (?P<shortname>\w+?)
34 shortname='Name',
49 def d(location=None, name=None, shortname=None, version=None, suffix=None):
53 shortname=shortname,
framework.py 15 (?P<shortname>\w+).framework/
17 (?P=shortname)
34 shortname='Name',
48 def d(location=None, name=None, shortname=None, version=None, suffix=None):
52 shortname=shortname,
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/macholib/
dylib.py 15 (?P<shortname>\w+?)
34 shortname='Name',
49 def d(location=None, name=None, shortname=None, version=None, suffix=None):
53 shortname=shortname,
framework.py 15 (?P<shortname>\w+).framework/
17 (?P=shortname)
34 shortname='Name',
48 def d(location=None, name=None, shortname=None, version=None, suffix=None):
52 shortname=shortname,
  /external/jacoco/org.jacoco.report/src/org/jacoco/report/internal/html/page/
ClassPage.java 72 final String shortname = pos == -1 ? vmname : vmname.substring(pos + 1); local
73 return shortname + ".html";
  /external/mesa3d/src/mesa/main/
es_generator.py 106 'shortname' : 'es1'
112 'shortname' : 'es2'
169 shortname = VersionSpecificValues[version]['shortname'] variable
202 """ % (versionHeader, versionExtHeader, shortname.upper())
    [all...]
  /external/icu/icu4c/source/samples/ufortune/
fortunedefs.mk 20 # Resource shortname
  /toolchain/binutils/binutils-2.25/include/
xtensa-isa-internal.h 125 const char *shortname; /* Abbreviated name. */ member in struct:xtensa_regfile_internal_struct
xtensa-isa.h 627 ignores "view" regfiles since they always have the same shortname as
634 xtensa_regfile_lookup_shortname (xtensa_isa isa, const char *shortname);
  /external/autotest/client/profilers/powertop/src/
urbnum.c 62 static void update_urbnum(char *path, uint64_t count, char *shortname)
123 sprintf(ptr->human_name, _("USB device %4s : %s (%s)"), shortname, name, vendor);
  /prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/
buildtools.py 291 destdir, shortname = os.path.split(destname)
292 if shortname[-4:] == '.app':
294 shortname = shortname[:-4]
319 builder.name = shortname
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
buildtools.py 291 destdir, shortname = os.path.split(destname)
292 if shortname[-4:] == '.app':
294 shortname = shortname[:-4]
319 builder.name = shortname
  /system/media/camera/docs/
html.mako 121 # docs with link name from shortname.
122 def html_link(target, shortname):
123 if shortname == '':
126 shortname = target
128 shortname = target[lastdot + 1:]
136 return '<a href="https://developer.android.com/reference/%s">%s</a>' % (target, shortname)
metadata_helpers.py 824 def javadoc_link_filter(target, shortname):
825 return '{@link %s %s}' % (target, shortname)
    [all...]
  /external/autotest/client/common_lib/
cartesian_config.py 229 def get_dicts(self, node=None, ctx=[], content=[], shortname=[], dep=[]):
334 # Update shortname
336 shortname = shortname + node.name
340 for d in self.get_dicts(n, ctx, new_content, shortname, dep):
346 d = {"name": name, "dep": dep, "shortname": ".".join(shortname)}
523 _reserved_keys = set(("name", "shortname", "dep"))
691 print "dict %4d: %s" % (i + 1, d["shortname"])
  /toolchain/binutils/binutils-2.25/gold/
options.cc 85 const int shortname_as_int = static_cast<int>(this->shortname);
87 if (this->shortname != '\0')
100 if (this->shortname != '\0')
102 len += printf("-%c", this->shortname);
112 && !(this->longname[0] == this->shortname
    [all...]
options.h 127 // Most options have both a shortname (one letter) and a longname.
143 // SHORTNAME is the short-name of the option, as a char, or '\0' if the
150 // --help output is "-shortname HELPARG, --longname HELPARG: HELPSTRING"
163 char shortname; member in struct:gold::options::One_option
172 : longname(ln), dashes(d), shortname(sn), default_value(dv ? dv : ""),
234 Struct_special(const char* varname, Dashes dashes, char shortname,
237 : option(varname, dashes, shortname, "", helpstring, helparg, false, this),
630 // the alphabet, we show the option whose shortname is that letter
    [all...]
  /toolchain/binutils/binutils-2.25/bfd/
xtensa-isa.c     [all...]
elflink.c 1573 char *shortname; local
4564 char *shortname, *p; local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
javax.servlet.jsp_2.0.0.v200806031607.jar 
  /toolchain/binutils/binutils-2.25/gas/config/
tc-mmix.c     [all...]

Completed in 899 milliseconds

1 2