HomeSort by relevance Sort by last modified time
    Searched refs:symbol_table (Results 1 - 18 of 18) sorted by null

  /external/chromium_org/third_party/mesa/src/scons/
source_list.py 16 self.symbol_table = {}
53 expanded += val[cur:deref_pos] + self.symbol_table[sym]
77 self.symbol_table[sym] = val
79 self.symbol_table[sym] += ' ' + val
81 if sym not in self.symbol_table:
82 self.symbol_table[sym] = val
127 return self.symbol_table
130 self.symbol_table[name] = value
  /external/mesa3d/scons/
source_list.py 16 self.symbol_table = {}
53 expanded += val[cur:deref_pos] + self.symbol_table[sym]
77 self.symbol_table[sym] = val
79 self.symbol_table[sym] += ' ' + val
81 if sym not in self.symbol_table:
82 self.symbol_table[sym] = val
127 return self.symbol_table
130 self.symbol_table[name] = value
  /external/chromium_org/third_party/webrtc/sound/
pulseaudiosoundsystem.cc 139 symbol_table()->pa_stream_set_state_callback()(stream_, NULL, NULL);
140 if (symbol_table()->pa_stream_disconnect()(stream_) != 0) {
144 symbol_table()->pa_stream_unref()(stream_);
159 int re = symbol_table()->pa_stream_get_latency()(stream_, &latency,
182 PulseAudioSymbolTable *symbol_table() { function in class:rtc::PulseAudioStream
235 symbol_table()->pa_stream_set_overflow_callback()(stream, &OverflowCallback,
268 pa_operation *op = symbol_table()->pa_context_get_source_info_by_index()(
270 symbol_table()->pa_stream_get_device_index()(stream_.stream()),
325 uint32_t device_index = symbol_table()->pa_stream_get_device_index()(
328 pa_operation *op = symbol_table()->pa_context_get_source_info_by_index()
394 PulseAudioSymbolTable *symbol_table() { function in class:rtc::PulseAudioInputStream
785 PulseAudioSymbolTable *symbol_table() { function in class:rtc::PulseAudioOutputStream
    [all...]
alsasoundsystem.cc 98 frames = symbol_table()->snd_pcm_avail_update()(handle_);
108 int ready = symbol_table()->snd_pcm_wait()(handle_, wait_timeout_ms_);
121 frames = symbol_table()->snd_pcm_avail_update()(handle_);
140 int err = symbol_table()->snd_pcm_delay()(handle_, &delay);
157 err = symbol_table()->snd_pcm_recover()(
171 symbol_table()->snd_pcm_stream()(handle_) == SND_PCM_STREAM_CAPTURE) {
174 err = symbol_table()->snd_pcm_start()(handle_);
186 err = symbol_table()->snd_pcm_drop()(handle_);
191 err = symbol_table()->snd_pcm_close()(handle_);
201 AlsaSymbolTable *symbol_table() { function in class:rtc::AlsaStream
    [all...]
  /external/libsepol/include/sepol/policydb/
avrule_block.h 34 extern int is_id_enabled(char *id, policydb_t * p, int symbol_table);
  /external/chromium_org/third_party/android_crazy_linker/src/src/
crazy_linker_elf_symbols.h 63 const ELF::Sym* symbol_table() const { return symbol_table_; } function in class:crazy::ElfSymbols
  /external/libsepol/src/
avrule_block.c 153 int is_id_enabled(char *id, policydb_t * p, int symbol_table)
156 (scope_datum_t *) hashtab_search(p->scope[symbol_table].table, id);
  /external/lldb/source/Plugins/ObjectFile/ELF/
ObjectFileELF.h 248 ParseSymbolTable(lldb_private::Symtab *symbol_table,
254 ParseSymbols(lldb_private::Symtab *symbol_table,
265 ParseTrampolineSymbols(lldb_private::Symtab *symbol_table,
ObjectFileELF.cpp     [all...]
  /external/bison/src/
symtab.c 581 static struct hash_table *symbol_table = NULL; variable in typeref:struct:hash_table
643 symbol_table = hash_initialize (HT_INITIAL_CAPACITY,
668 entry = hash_lookup (symbol_table, &probe);
675 if (!hash_insert (symbol_table, entry))
765 hash_free (symbol_table);
792 size_t count = hash_get_n_entries (symbol_table);
796 hash_get_entries (symbol_table, (void**)symbols_sorted, count);
876 | FDEFINES. Set up vectors SYMBOL_TABLE, TAGS of symbols. |
  /external/mesa3d/src/mesa/
Android.mk 131 program/symbol_table.c
146 program/symbol_table.c
sources.mak 269 $(SRCDIR)program/symbol_table.c \
  /external/chromium_org/third_party/tcmalloc/chromium/src/
pprof     [all...]
  /external/jemalloc/bin/
pprof     [all...]
  /art/runtime/
elf_file.cc 853 SymbolTable** symbol_table = GetSymbolTable(section_type); local
854 if (*symbol_table != nullptr || build_map) {
855 if (*symbol_table == nullptr) {
857 *symbol_table = new SymbolTable;
880 (*symbol_table)->insert(std::make_pair(name, symbol));
893 CHECK(*symbol_table != nullptr);
894 SymbolTable::const_iterator it = (*symbol_table)->find(symbol_name);
895 if (it == (*symbol_table)->end()) {
    [all...]
  /external/chromium_org/third_party/tcmalloc/vendor/src/
pprof     [all...]
  /external/chromium_org/third_party/icu/source/test/intltest/
wbnf.cpp 522 if ((symbol_table = symbols)){
523 symbol_table->put(varName, varRef);
532 if (symbol_table){
534 symbol_table->find(var_name, &var_ref);
543 SymbolTable * symbol_table; member in class:Variable
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/
sources.mak 269 $(SRCDIR)program/symbol_table.c \

Completed in 3037 milliseconds