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

  /prebuilts/misc/common/swig/include/2.0.11/php/
globalvar.i 20 zend_hash_add(&EG(symbol_table), (char*)"$1", sizeof("$1"), (void *)&z_var, sizeof(zval *), NULL);
38 zend_hash_add(&EG(symbol_table), (char*)"$1", sizeof("$1"), (void *)&z_var, sizeof(zval *), NULL);
47 zend_hash_add(&EG(symbol_table), (char*)"$1", sizeof("$1"), (void *)&z_var, sizeof(zval *), NULL);
56 zend_hash_add(&EG(symbol_table), (char*)"$1", sizeof("$1"), (void *)&z_var,
70 zend_hash_add(&EG(symbol_table), (char*)"$1", sizeof("$1"), (void *)&z_var,
79 zend_hash_add(&EG(symbol_table), (char*)"$1", sizeof("$1"), (void *)&z_var,
89 zend_hash_add(&EG(symbol_table), (char*)"$1", sizeof("$1"), (void*)&z_var,
102 zend_hash_add(&EG(symbol_table), (char*)"$1", sizeof("$1"), (void*)&z_var, sizeof(zval *), NULL);
112 zend_hash_add(&EG(symbol_table), (char*)"$1", sizeof("$1"), (void*)&resource, sizeof(zval *), NULL);
119 zend_hash_find(&EG(symbol_table), (char*)"$1", sizeof("$1"), (void**)&z_var)
    [all...]
  /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
  /frameworks/base/tools/aapt2/process/
SymbolTable_test.cpp 64 SymbolTable symbol_table(&mangler);
65 symbol_table.AppendSource(util::make_unique<ResourceTableSymbolSource>(table.get()));
67 EXPECT_NE(nullptr, symbol_table.FindByName(test::ParseNameOrDie("id/foo")));
68 EXPECT_NE(nullptr, symbol_table.FindByName(test::ParseNameOrDie("com.android.lib:id/foo")));
  /external/webrtc/webrtc/sound/
pulseaudiosoundsystem.cc 143 symbol_table()->pa_stream_set_state_callback()(stream_, NULL, NULL);
144 if (symbol_table()->pa_stream_disconnect()(stream_) != 0) {
148 symbol_table()->pa_stream_unref()(stream_);
163 int re = symbol_table()->pa_stream_get_latency()(stream_, &latency,
186 PulseAudioSymbolTable *symbol_table() { function in class:rtc::PulseAudioStream
228 symbol_table()->pa_stream_set_overflow_callback()(stream, &OverflowCallback,
261 pa_operation *op = symbol_table()->pa_context_get_source_info_by_index()(
263 symbol_table()->pa_stream_get_device_index()(stream_.stream()),
318 uint32_t device_index = symbol_table()->pa_stream_get_device_index()(
321 pa_operation *op = symbol_table()->pa_context_get_source_info_by_index()
397 PulseAudioSymbolTable *symbol_table() { function in class:rtc::PulseAudioInputStream
787 PulseAudioSymbolTable *symbol_table() { function in class:rtc::PulseAudioOutputStream
    [all...]
alsasoundsystem.cc 102 frames = symbol_table()->snd_pcm_avail_update()(handle_);
112 int ready = symbol_table()->snd_pcm_wait()(handle_, wait_timeout_ms_);
125 frames = symbol_table()->snd_pcm_avail_update()(handle_);
144 int err = symbol_table()->snd_pcm_delay()(handle_, &delay);
161 err = symbol_table()->snd_pcm_recover()(
175 symbol_table()->snd_pcm_stream()(handle_) == SND_PCM_STREAM_CAPTURE) {
178 err = symbol_table()->snd_pcm_start()(handle_);
190 err = symbol_table()->snd_pcm_drop()(handle_);
195 err = symbol_table()->snd_pcm_close()(handle_);
205 AlsaSymbolTable *symbol_table() { function in class:rtc::AlsaStream
    [all...]
  /external/selinux/libsepol/include/sepol/policydb/
avrule_block.h 38 extern int is_id_enabled(char *id, policydb_t * p, int symbol_table);
  /toolchain/binutils/binutils-2.25/bfd/
simple.c 166 (bfd *abfd, asection *sec, bfd_byte *outbuf, asymbol **symbol_table);
170 @var{symbol_table} will be used, or the symbols from @var{abfd} if
171 @var{symbol_table} is NULL. The output offsets for debug sections will
183 asymbol **symbol_table)
259 if (symbol_table == NULL)
264 symbol_table = (asymbol **) bfd_malloc (storage_needed);
265 bfd_canonicalize_symtab (abfd, symbol_table);
275 symbol_table);
coff-rs6000.c 1893 char *symbol_table; local
1978 char *symbol_table; local
    [all...]
bfd-in2.h     [all...]
  /external/selinux/libsepol/src/
avrule_block.c 155 int is_id_enabled(char *id, policydb_t * p, int symbol_table)
158 (scope_datum_t *) hashtab_search(p->scope[symbol_table].table, id);
  /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 \
  /art/runtime/
elf_file.cc 854 SymbolTable** symbol_table = GetSymbolTable(section_type); local
855 if (*symbol_table != nullptr || build_map) {
856 if (*symbol_table == nullptr) {
858 *symbol_table = new SymbolTable;
883 (*symbol_table)->insert(std::make_pair(name, symbol));
    [all...]
  /external/jemalloc/bin/
jeprof.in     [all...]
  /toolchain/binutils/binutils-2.25/binutils/testsuite/binutils-all/
ar.exp 182 proc symbol_table { } {
572 symbol_table
  /toolchain/binutils/binutils-2.25/gold/
dwarf_reader.h 416 read_section(Relobj* object, const unsigned char* symbol_table,
    [all...]
  /toolchain/binutils/binutils-2.25/binutils/
dlltool.c 3419 asymbol ** symbol_table; local
    [all...]
dwarf.c 6704 unsigned char *address_table, *symbol_table, *constant_pool; local
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.8/include/
bfd.h     [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.8/include/
bfd.h     [all...]

Completed in 1783 milliseconds