HomeSort by relevance Sort by last modified time
    Searched defs:symbol (Results 76 - 100 of 520) sorted by null

1 2 34 5 6 7 8 91011>>

  /frameworks/base/tools/aapt2/process/
SymbolTable.cpp 67 const SymbolTable::Symbol* SymbolTable::FindByName(const ResourceName& name) {
80 if (const std::shared_ptr<Symbol>& s = cache_.get(*name_with_package)) {
93 std::unique_ptr<Symbol> symbol = delegate_->FindByName(*mangled_name, sources_); local
94 if (symbol == nullptr) {
98 // Take ownership of the symbol into a shared_ptr. We do this because
100 std::shared_ptr<Symbol> shared_symbol(std::move(symbol));
107 // The symbol has an ID, so we can also cache this!
116 const SymbolTable::Symbol* SymbolTable::FindById(const ResourceId& id)
122 std::unique_ptr<Symbol> symbol = delegate_->FindById(id, sources_); local
145 const SymbolTable::Symbol* symbol = nullptr; local
159 std::unique_ptr<SymbolTable::Symbol> symbol = source->FindByName(name); local
170 std::unique_ptr<SymbolTable::Symbol> symbol = source->FindById(id); local
191 std::unique_ptr<SymbolTable::Symbol> symbol = util::make_unique<SymbolTable::Symbol>(); local
276 Attribute::Symbol symbol; local
    [all...]
  /frameworks/base/tools/aapt2/test/
Builders.h 121 Symbol symbol; local
122 symbol.state = state;
123 symbol.allow_new = allow_new;
124 CHECK(table_->SetSymbolStateAllowMangled(res_name, id, symbol, GetDiagnostics()));
192 attr_->symbols.push_back(Attribute::Symbol{
Context.h 140 std::unique_ptr<SymbolTable::Symbol> symbol = local
141 util::make_unique<SymbolTable::Symbol>(id, std::move(attr), true);
142 symbol_source_->name_map_[ParseNameOrDie(name)] = symbol.get();
143 symbol_source_->id_map_[id] = symbol.get();
144 symbol_source_->symbols_.push_back(std::move(symbol));
150 std::unique_ptr<SymbolTable::Symbol> symbol = local
151 util::make_unique<SymbolTable::Symbol>(id, std::move(attr), false);
152 symbol_source_->name_map_[ParseNameOrDie(name)] = symbol.get()
    [all...]
  /frameworks/compile/mclinker/include/mcld/LD/
BranchIsland.h 115 const LDSymbol* symbol() const { return m_pSymbol; } function in class:mcld::BranchIsland::Key
121 llvm::StringRef sym_name(KEY.symbol()->name());
133 if (KEY1.symbol() == KEY2.symbol()) {
137 if (KEY1.symbol()->hasFragRef() && KEY2.symbol()->hasFragRef()) {
138 const FragmentRef* ref1 = KEY1.symbol()->fragRef();
139 const FragmentRef* ref2 = KEY2.symbol()->fragRef();
  /prebuilts/ndk/r10/sources/cxx-stl/stlport/stlport/stl/
_monetary.h 42 enum part {none, space, symbol, sign, value}; enumerator in enum:money_base::part
  /prebuilts/ndk/r11/sources/cxx-stl/stlport/stlport/stl/
_monetary.h 42 enum part {none, space, symbol, sign, value}; enumerator in enum:money_base::part
  /prebuilts/ndk/r13/sources/cxx-stl/stlport/stlport/stl/
_monetary.h 42 enum part {none, space, symbol, sign, value}; enumerator in enum:money_base::part
  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/glslang/MachineIndependent/
SymbolTable.cpp 38 // Symbol table for parsing. Most functionaliy and main ideas
187 // Symbol table levels are a map of pointers to symbols that have to be deleted.
225 TSymbol* symbol = candidate->second; local
226 symbol->setExtensions(num, extensions);
243 // Copy a symbol, but the copy is writable; call readOnly() afterward if that's not desired.
  /toolchain/binutils/binutils-2.25/gas/config/
xtensa-istack.h 66 symbolS *symbol; member in struct:tinsn_struct
  /toolchain/binutils/binutils-2.25/gas/
struc-symbol.h 1 /* struct_symbol.h - Internal symbol structure
26 /* Wether the symbol is a local_symbol. */
29 /* Wether symbol has been written. */
32 /* Whether symbol value has been completely resolved (used during
33 final pass over symbol table). */
36 /* Whether the symbol value is currently being resolved (used to
37 detect loops in symbol dependencies). */
40 /* Whether the symbol value is used in a reloc. This is used to
45 /* Whether the symbol is used as an operand or in an expression.
48 a symbol is used in backend routines. *
77 struct symbol struct
    [all...]
  /art/tools/common/
common.py 67 def symbol(self): member in class:LogSeverity
73 if log_severity.symbol == s:
75 raise ValueError("{0} is not a valid log severity symbol".format(s))
340 env.update({'ANDROID_LOG_TAGS':'*:' + log_severity.symbol.lower()})
  /bionic/libc/bionic/
malloc_common.cpp 236 char symbol[128]; local
237 snprintf(symbol, sizeof(symbol), "%s_%s", prefix, suffix);
238 *func = reinterpret_cast<FunctionType>(dlsym(malloc_impl_handler, symbol));
240 error_log("%s: dlsym(\"%s\") failed", getprogname(), symbol);
  /bionic/tools/versioner/src/
Preprocessor.cpp 422 const Symbol& symbol = symbol_it.second; local
424 for (const auto& decl_it : symbol.declarations) {
  /build/soong/cc/
sanitize.go 36 "-Wl,-plugin-opt,O1 -Wl,-export-dynamic-symbol=__cfi_check"
  /development/tools/rmtypedefs/test/com/android/tools/rmtypedefs/
RmTypeDefsTest.java 175 // Make sure the Visibility symbol is completely gone from the outer class
193 String symbol = new String(contents, i, length, UTF_8); local
195 sub.equals(symbol));
  /external/ImageMagick/coders/
xpm.c 629 symbol[MagickPathExtent];
803 symbol[0]=Cixel[k];
807 symbol[j]=Cixel[k];
809 symbol[j]='\0';
811 symbol,name);
827 symbol[0]=Cixel[k];
831 symbol[j]=Cixel[k];
833 symbol[j]='\0';
834 (void) CopyMagickString(buffer,symbol,MagickPathExtent);
893 symbol[MagickPathExtent]
622 symbol[MagickPathExtent]; local
885 symbol[MagickPathExtent]; local
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/codegen/
RubyTarget.java 120 } else if ( formatName.equals( "symbol" ) ) {
121 return symbol( idString );
205 private String symbol( String value ) { method in class:RubyTarget.RubyRenderer
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_symbolizer_win.cc 72 // to the symbol search path. All the failures below are not fatal.
107 PSYMBOL_INFO symbol = (PSYMBOL_INFO)buffer; local
108 symbol->SizeOfStruct = sizeof(SYMBOL_INFO);
109 symbol->MaxNameLen = MAX_SYM_NAME;
112 (DWORD64)addr, &offset, symbol);
121 frame->info.function = internal_strdup(symbol->Name);
  /external/elfutils/tests/
backtrace.c 89 // we see the "main" symbol.
113 /* __restore_rt - glibc maybe does not have to have this symbol. */
389 // Find inferior symbol named "jmp".
394 GElf_Sym symbol; local
395 const char *symbol_name = dwfl_module_getsym (data.mod, symi, &symbol, NULL);
398 switch (GELF_ST_TYPE (symbol.st_info))
410 jmp = (void (*) (void)) (uintptr_t) symbol.st_value;
  /external/harfbuzz_ng/src/
hb-ft.cc 76 bool symbol; /* Whether selected cmap is symbol cmap. */ member in struct:hb_ft_font_t
81 _hb_ft_font_create (FT_Face ft_face, bool symbol, bool unref)
89 ft_font->symbol = symbol;
180 if (unlikely (ft_font->symbol) && unicode <= 0x00FFu)
182 /* For symbol-encoded OpenType fonts, we duplicate the
186 * under "Non-Standard (Symbol) Fonts". */
472 bool symbol = ft_face->charmap && ft_face->charmap->encoding == FT_ENCODING_MS_SYMBOL; local
476 _hb_ft_font_create (ft_face, symbol, unref)
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/impl/
ICUCurrencyDisplayInfoProvider.java 278 // 0 == symbol element
279 String symbol = item.getString(0); local
280 result.put(symbol, isoCode);
  /external/icu/icu4c/source/test/intltest/
tsdtfmsy.cpp 44 DateFormatSymbols *symbol; local
46 symbol=new DateFormatSymbols(Locale::getDefault(), status);
48 month=symbol->getMonths(cnt);
57 delete symbol;
63 DateFormatSymbols *symbol; local
65 symbol=new DateFormatSymbols(Locale::getDefault(), status);
73 const UnicodeString * month = symbol->getMonths(cnt,context[i],width[j]);
82 delete symbol;
88 DateFormatSymbols *symbol; local
90 symbol=new DateFormatSymbols(Locale::getDefault(), status)
116 DateFormatSymbols *symbol; local
147 DateFormatSymbols *symbol=new DateFormatSymbols(Locale::getEnglish(), status); local
    [all...]
  /external/llvm/include/llvm/Object/
Archive.h 146 class Symbol {
152 bool operator ==(const Symbol &other) const {
156 Symbol(const Archive *p, uint32_t symi, uint32_t stri)
162 Symbol getNext() const;
166 Symbol symbol; member in class:llvm::object::Archive::symbol_iterator
168 symbol_iterator(const Symbol &s) : symbol(s) {}
169 const Symbol *operator->() const { return &symbol; }
    [all...]
  /external/llvm/tools/obj2yaml/
elf2yaml.cpp 32 StringRef StrTable, ELFYAML::Symbol &S);
149 ELFYAML::Symbol S;
166 llvm_unreachable("Unknown ELF symbol binding");
176 StringRef StrTable, ELFYAML::Symbol &S) {
223 R.Symbol = NameOrErr.get();
363 const Elf_Sym *symbol = Obj.getSymbol(Symtab, Shdr->sh_info); local
371 Expected<StringRef> symbolName = symbol->getName(StrTab);
  /external/lzma/Java/Tukaani/src/org/tukaani/xz/lzma/
LZMADecoder.java 157 int symbol = 1; local
161 symbol = (symbol << 1) | rc.decodeBit(probs, symbol);
162 } while (symbol < 0x100);
173 bit = rc.decodeBit(probs, offset + matchBit + symbol);
174 symbol = (symbol << 1) | bit;
176 } while (symbol < 0x100);
179 lz.putByte((byte)symbol);
    [all...]

Completed in 1099 milliseconds

1 2 34 5 6 7 8 91011>>