/toolchain/binutils/binutils-2.25/binutils/ |
rdcoff.c | 45 /* This structure is used to hold the symbols, as well as the current 46 location within the symbols. */ 50 /* The symbols. */ 52 /* The number of symbols. */ 142 parse_coff_type (bfd *abfd, struct coff_symbols *symbols, 157 type = parse_coff_type (abfd, symbols, types, coff_symno, newtype, 163 type = parse_coff_type (abfd, symbols, types, coff_symno, newtype, 191 type = parse_coff_type (abfd, symbols, types, coff_symno, newtype, 194 parse_coff_base_type (abfd, symbols, 232 return parse_coff_base_type (abfd, symbols, types, coff_symno, ntype 661 struct coff_symbols symbols; local [all...] |
/external/zopfli/src/zopfli/ |
tree.h | 37 Converts a series of Huffman tree bitlengths, to the bit values of the symbols. 40 unsigned* symbols);
|
/frameworks/base/core/res/ |
Android.mk | 25 # Generate private symbols into the com.android.internal.R class 27 LOCAL_AAPT_FLAGS += --private-symbols com.android.internal
|
/packages/apps/Settings/tests/robotests/src/android/app/admin/ |
PasswordMetrics.java | 38 public int symbols = 0; field in class:PasswordMetrics
|
/prebuilts/go/darwin-x86/src/compress/bzip2/ |
move_to_front.go | 10 // by starting with an initial list of symbols and references symbols by their 17 // of symbols. 18 func newMTFDecoder(symbols []byte) moveToFrontDecoder { 19 if len(symbols) > 256 { 20 panic("too many symbols") 22 return moveToFrontDecoder(symbols) 29 panic("newMTFDecoderWithRange: cannot have > 256 symbols")
|
/prebuilts/go/linux-x86/src/compress/bzip2/ |
move_to_front.go | 10 // by starting with an initial list of symbols and references symbols by their 17 // of symbols. 18 func newMTFDecoder(symbols []byte) moveToFrontDecoder { 19 if len(symbols) > 256 { 20 panic("too many symbols") 22 return moveToFrontDecoder(symbols) 29 panic("newMTFDecoderWithRange: cannot have > 256 symbols")
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/ |
local_label_coff.d | 7 # Check if relocations against local symbols are converted to 8 # relocations against section symbols.
|
local_label_elf.d | 7 # Check if relocations against local symbols are converted to 8 # relocations against section symbols.
|
local_label_wince.d | 7 # Check if relocations against local symbols are converted to 8 # relocations against section symbols.
|
nomapping.s | 11 @ Obsolete mapping symbols generated by armcc.
|
thumbrel.s | 1 @ Check that PC-relative relocs against local function symbols are
|
thumbver.s | 1 @ Check that symbols created by .symver are marked as Thumb.
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/mmix/ |
basep-11.s | 1 # Test that we handle weak symbols with base-plus-offset relocs.
|
reloc8.s | 1 # Simple relocations against 8-bit extern symbols.
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/sh/sh64/ |
ptext-1.s | 1 ! PT, PTA, PTB expansion for external symbols.
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/tic54x/ |
macro1.s | 1 * Subsripted substitution symbols
|
/system/extras/tools/ |
graph_lockdep_chains | 217 sort -u > /tmp/${progname}.symbols 227 if [ -s /tmp/${progname}.symbols ]; then 231 grep "${filter}" /tmp/${progname}.symbols | 233 grep -v "${filter}" /tmp/${progname}.symbols | 238 grep "${filter}" /tmp/${progname}.symbols | 240 grep -v "${filter}" /tmp/${progname}.symbols | 248 if [ -s /tmp/${progname}.symbols ]; then 251 fgrep -f /tmp/${progname}.symbols /tmp/${progname}.formed 266 if [ -s /tmp/${progname}.symbols ]; then 267 beautify < /tmp/${progname}.symbols | [all...] |
/external/icu/icu4c/source/i18n/ |
digitformatter.cpp | 39 DigitFormatter::DigitFormatter(const DecimalFormatSymbols &symbols) { 40 setDecimalFormatSymbols(symbols); 45 const DecimalFormatSymbols &symbols) { 46 fLocalizedDigits[0] = symbols.getConstSymbol(DecimalFormatSymbols::kZeroDigitSymbol).char32At(0); 47 fLocalizedDigits[1] = symbols.getConstSymbol(DecimalFormatSymbols::kOneDigitSymbol).char32At(0); 48 fLocalizedDigits[2] = symbols.getConstSymbol(DecimalFormatSymbols::kTwoDigitSymbol).char32At(0); 49 fLocalizedDigits[3] = symbols.getConstSymbol(DecimalFormatSymbols::kThreeDigitSymbol).char32At(0); 50 fLocalizedDigits[4] = symbols.getConstSymbol(DecimalFormatSymbols::kFourDigitSymbol).char32At(0); 51 fLocalizedDigits[5] = symbols.getConstSymbol(DecimalFormatSymbols::kFiveDigitSymbol).char32At(0); 52 fLocalizedDigits[6] = symbols.getConstSymbol(DecimalFormatSymbols::kSixDigitSymbol).char32At(0) [all...] |
/external/icu/icu4c/source/test/intltest/ |
miscdtfm.cpp | 163 DateFormatSymbols* symbols = new DateFormatSymbols(Locale::getUS(), status); local 168 SimpleDateFormat *df = new SimpleDateFormat(UnicodeString("E hh:mm"), *symbols, status); 175 symbols->setLocalPatternChars(UnicodeString("abcdefghijklmonpqr")); // change value of field 189 delete symbols; 198 DateFormatSymbols* symbols = new DateFormatSymbols(Locale::getUS(), status); local 202 df->setDateFormatSymbols(*symbols); 208 symbols->setLocalPatternChars(UnicodeString("abcdefghijklmonpqr")); // change value of field 222 delete symbols; 229 DateFormatSymbols* symbols = new DateFormatSymbols(Locale::getUS(), status); local 231 SimpleDateFormat *df = new SimpleDateFormat(UnicodeString("E hh:mm"), symbols, status) 258 DateFormatSymbols* symbols = new DateFormatSymbols(Locale::getUS(), status); local 330 DateFormatSymbols *symbols = new DateFormatSymbols(Locale::getJapan(), status); local [all...] |
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/ |
DateFormatMiscTests.java | 77 DateFormatSymbols symbols = new DateFormatSymbols(Locale.US); local 78 SimpleDateFormat df = new SimpleDateFormat("E hh:mm", symbols); 85 symbols.setLocalPatternChars("abcdefghijklmonpqr"); // change value of field 98 DateFormatSymbols symbols = new DateFormatSymbols(Locale.US); local 100 df.setDateFormatSymbols(symbols); 107 symbols.setLocalPatternChars("abcdefghijklmonpqr"); // change value of field 133 DateFormatSymbols symbols = new DateFormatSymbols(Locale.JAPAN); local 134 final String[] eras = symbols.getEraNames(); 140 final String zones[][] = symbols.getZoneStrings();
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
DateFormatMiscTests.java | 76 DateFormatSymbols symbols = new DateFormatSymbols(Locale.US); local 77 SimpleDateFormat df = new SimpleDateFormat("E hh:mm", symbols); 84 symbols.setLocalPatternChars("abcdefghijklmonpqr"); // change value of field 97 DateFormatSymbols symbols = new DateFormatSymbols(Locale.US); local 99 df.setDateFormatSymbols(symbols); 106 symbols.setLocalPatternChars("abcdefghijklmonpqr"); // change value of field 132 DateFormatSymbols symbols = new DateFormatSymbols(Locale.JAPAN); local 133 final String[] eras = symbols.getEraNames(); 139 final String zones[][] = symbols.getZoneStrings();
|
/external/autotest/server/site_tests/security_kASLR/ |
security_kASLR.py | 49 symbols = {} 52 # Just keep regular text symbols for now. 55 symbols.setdefault(symbol, addr) 56 return symbols 87 symbols = self._parse_kallsyms(kallsyms) 89 assert symbols.has_key(self.target_symbol), \ 92 addr = symbols[self.target_symbol]
|
/toolchain/binutils/binutils-2.25/gas/testsuite/lib/ |
doobjcmp | 51 if (doboth $BOTH objdump +symbols > /dev/null) 53 echo Symbols ok. 59 echo but symbols are simply ordered differently. 63 echo and symbols differ in content.
|
/frameworks/base/core/java/android/app/admin/ |
PasswordMetrics.java | 44 public int symbols = 0; field in class:PasswordMetrics 55 int numeric, int symbols, int nonLetter) { 61 this.symbols = symbols; 72 symbols = in.readInt(); 79 && numeric == 0 && symbols == 0 && nonLetter == 0; 95 dest.writeInt(symbols); 116 int symbols = 0; local 134 symbols++; 142 final boolean hasNonNumeric = (letters + symbols) > 0 [all...] |
/external/selinux/python/sepolicy/sepolicy/ |
generate.py | 217 self.symbols = {} 218 self.symbols["openlog"] = "set_use_kerberos(True)" 219 self.symbols["openlog"] = "set_use_kerb_rcache(True)" 220 self.symbols["openlog"] = "set_use_syslog(True)" 221 self.symbols["gethostby"] = "set_use_resolve(True)" 222 self.symbols["getaddrinfo"] = "set_use_resolve(True)" 223 self.symbols["getnameinfo"] = "set_use_resolve(True)" 224 self.symbols["krb"] = "set_use_kerberos(True)" 225 self.symbols["gss_accept_sec_context"] = "set_manage_krb5_rcache(True)" 226 self.symbols["krb5_verify_init_creds"] = "set_manage_krb5_rcache(True) [all...] |