/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/faqwiz/ |
faqconf.py | 18 SHORTNAME = "Generic" # FAQ name with "FAQ" omitted
87 COOKIE_NAME = SHORTNAME + "-FAQ-Wizard" # Name used for Netscape cookie
88 FAQNAME = SHORTNAME + " FAQ" # Name of the FAQ
|
/external/linux-kselftest/tools/testing/selftests/mqueue/ |
mq_perf_tests.c | 104 .shortName = 'c', 125 .shortName = 'f', 139 .shortName = 'p',
|
/external/python/cpython2/Tools/faqwiz/ |
faqconf.py | 18 SHORTNAME = "Generic" # FAQ name with "FAQ" omitted 87 COOKIE_NAME = SHORTNAME + "-FAQ-Wizard" # Name used for Netscape cookie 88 FAQNAME = SHORTNAME + " FAQ" # Name of the FAQ
|
/external/swiftshader/third_party/LLVM/lib/Object/ |
COFFObjectFile.cpp | 109 if (symb->Name.ShortName[7] == 0) 111 Result = StringRef(symb->Name.ShortName); 114 Result = StringRef(symb->Name.ShortName, 8);
|
/toolchain/binutils/binutils-2.27/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...] |
/external/curl/tests/python_dependencies/impacket/ |
smb.py | 553 def __init__(self, ctime, atime, mtime, filesize, allocsize, attribs, shortname, longname): 561 self.__shortname = shortname[:string.index(shortname, '\0')] 563 self.__shortname = shortname 627 return '<SharedFile instance: shortname="' + self.__shortname + '", longname="' + self.__longname + '", filesize=' + str(self.__filesize) + '>' [all...] |
/tools/loganalysis/src/com/android/loganalysis/util/config/ |
OptionSetter.java | 486 if (option.shortName() != Option.NO_SHORT_NAME) { 488 addNameToMap(optionMap, optionSource, String.valueOf(option.shortName()), 492 String.valueOf(option.shortName()), field, index); [all...] |
/tools/tradefederation/core/src/com/android/tradefed/config/ |
Configuration.java | [all...] |
OptionSetter.java | 665 if (option.shortName() != Option.NO_SHORT_NAME) { 667 // Note that shortName is not supported with device specified, full name needs 669 addNameToMap(optionMap, optionSource, String.valueOf(option.shortName()), 673 String.valueOf(option.shortName()), field, index, deviceName); [all...] |
/tools/tradefederation/core/src/com/android/tradefed/testtype/ |
InstrumentationTest.java | 86 shortName = 'p', 97 @Option(name = "class", shortName = 'c', 101 @Option(name = "method", shortName = 'm', [all...] |
/external/icu/icu4c/source/config/ |
icu-config.1.in | |
/external/toybox/tests/ |
tar.test | 78 testing "shortname filename" "tar -cf testFile.tar $f && [ -e testFile.tar ] && echo 'yes'; rm -f $f; tar -xf testFile.tar && [ -f $f ] && cat $f && strings testFile.tar | grep -o LongLink; rm -f testFile.tar; rm -f $f" "yes\nThis is testdata\n" "" ""
|
/prebuilts/go/darwin-x86/src/cmd/link/internal/ld/ |
pe.go | 311 shortName string 363 copy(h.Name[:], sect.shortName) 412 shortName: name, 442 h.shortName = fmt.Sprintf("/%d", off) [all...] |
/prebuilts/go/linux-x86/src/cmd/link/internal/ld/ |
pe.go | 311 shortName string 363 copy(h.Name[:], sect.shortName) 412 shortName: name, 442 h.shortName = fmt.Sprintf("/%d", off) [all...] |
/external/lzma/CPP/7zip/UI/Common/ |
EnumDirItems.cpp | 39 // di.ShortName = fs2us(fi.ShortName);
|
/external/syslinux/core/fs/fat/ |
fat.c | 465 /* Produce the shortname version, in case we need it. */ 664 /* Use the shortname */
|
/toolchain/binutils/binutils-2.27/include/ |
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);
|
/toolchain/binutils/binutils-2.27/bfd/ |
elflink.c | 1713 char *shortname; local 4883 char *shortname, *p; local [all...] |
/external/llvm/lib/Object/ |
COFFObjectFile.cpp | [all...] |
/art/runtime/interpreter/ |
unstarted_runtime.cc | [all...] |
/device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/ |
PeImage.h | 272 /// Length of ShortName.
|
/external/autotest/client/cros/cellular/wardmodem/configurations/ |
base.conf | 298 # Viz: [['Long name of an operator', 'shortname', '666', '7']]
|
/external/deqp/modules/gles2/functional/ |
es2fShaderStateQueryTests.cpp | [all...] |
/external/dng_sdk/source/ |
dng_xmp_sdk.cpp | 291 extraNamespaces->shortName,
|