HomeSort by relevance Sort by last modified time
    Searched defs:sym (Results 1 - 25 of 142) sorted by null

1 2 3 4 5 6

  /cts/tools/dasm/src/java_cup/runtime/
symbol.java 9 * of the symbol number that they represent in the sym field. Finally,
26 sym = sym_num;
41 public int sym; field in class:symbol
  /packages/apps/Camera/jni/feature_mos/src/mosaic/
EdgePointerUtil.h 22 inline EdgePointer sym(EdgePointer a) function
  /external/elfutils/libelf/
gelf_update_sym.c 60 Elf32_Sym *sym; local
78 sym = &((Elf32_Sym *) data_scn->d.d_buf)[ndx];
81 sym->name = src->name
gelf_update_symshndx.c 86 Elf32_Sym *sym; local
104 sym = &((Elf32_Sym *) symdata_scn->d.d_buf)[ndx];
107 sym->name = src->name
  /external/qemu/distrib/sdl-1.2.12/src/loadso/beos/
SDL_sysloadso.c 50 void *sym = NULL; local
52 status_t rc = get_image_symbol(library_id, name, B_SYMBOL_TYPE_TEXT, &sym);
56 return (sym);
  /external/elfutils/tests/
asm-tst6.c 48 AsmSym_t *sym; local
71 sym = asm_newsym (scn, buf, sizeof (uint32_t), STT_OBJECT,
73 if (sym == NULL)
90 if (asm_scngrp_newsignature (grp, sym) != 0)
asm-tst7.c 112 GElf_Sym *sym; local
121 sym = gelf_getsym (elf_getdata (scn, NULL), cnt, &sym_mem);
122 if (sym == NULL)
129 if (sym->st_shndx != SHN_COMMON)
132 (unsigned int) sym->st_shndx);
136 if (sym->st_value != 16)
139 (uintmax_t) sym->st_value);
143 if (sym->st_size != 4)
146 (uintmax_t) sym->st_value);
asm-tst8.c 113 GElf_Sym *sym; local
122 sym = gelf_getsym (elf_getdata (scn, NULL), cnt, &sym_mem);
123 if (sym == NULL)
130 if (sym->st_shndx != SHN_ABS)
133 (unsigned int) sym->st_shndx);
137 if (sym->st_value != 0xfeedbeef)
140 (uintmax_t) sym->st_value);
144 if (sym->st_size != 4)
147 (uintmax_t) sym->st_value);
151 if (GELF_ST_TYPE (sym->st_info) != STT_FILE
    [all...]
  /external/qemu/android/skin/
keyset.h 94 /* convert a (sym,mod) pair into a descriptive string. e.g. "Ctrl-K" or "Alt-A", etc..
97 extern const char* skin_key_symmod_to_str ( int sym, int mod );
99 /* convert a key binding description into a (sym,mod) pair. returns 0 on success, -1
118 int sym; // really a SDL key symbol member in struct:__anon9465
129 extern SkinKeyCommand skin_keyset_get_command( SkinKeyset* kset, int sym, int mod );
  /external/qemu/distrib/sdl-1.2.12/include/
SDL_keyboard.h 56 SDLKey sym; /* SDL virtual keysym */ member in struct:SDL_keysym
  /prebuilt/darwin-x86/sdl/include/SDL/
SDL_keyboard.h 56 SDLKey sym; /* SDL virtual keysym */ member in struct:SDL_keysym
  /prebuilt/linux-x86/sdl/include/SDL/
SDL_keyboard.h 56 SDLKey sym; /* SDL virtual keysym */ member in struct:SDL_keysym
  /prebuilt/windows/sdl/host/include/SDL/
SDL_keyboard.h 60 SDLKey sym; /* SDL virtual keysym */ member in struct:SDL_keysym
  /prebuilt/windows/sdl/include/SDL/
SDL_keyboard.h 56 SDLKey sym; /* SDL virtual keysym */ member in struct:SDL_keysym
  /sdk/emulator/qtools/
bb_dump.cpp 36 symbol_type *sym; local
40 if (GetNextValidEvent(trace, &event, &ignored, &sym))
44 event.bb_addr, sym->name);
check_trace.cpp 38 symbol_type *sym; local
42 if (GetNextValidEvent(trace, &event, &ignored, &sym))
parse_options-inl.h 28 inline bool IsValidEvent(BBEvent *event, symbol_type *sym)
35 if (sym == NULL || included_procedures.Find(sym->name) == 0)
39 if (sym == NULL || excluded_procedures.Find(sym->name))
56 symbol_type *sym = trace->LookupFunction(pid, addr, time); local
58 if (lump_kernel && (sym->region->flags & region_type::kIsKernelRegion)) {
60 kernel_sym = sym;
61 sym->name = ":kernel";
63 sym = kernel_sym
103 symbol_type *sym = NULL; local
    [all...]
  /external/bison/src/
symlist.h 32 symbol *sym; member in struct:symbol_list
56 /* Create a list containing SYM at LOC. */
57 symbol_list *symbol_list_new (symbol *sym, location loc);
62 /* Prepend SYM at LOC to the LIST. */
64 symbol *sym,
  /external/bluetooth/glib/gmodule/
gmodule-dyld.c 115 NSSymbol sym; local
121 sym = NSLookupAndBindSymbol (symbol_name);
123 sym = NULL;
126 sym = NSLookupSymbolInModule (handle, symbol_name);
128 if (!sym)
136 return NSAddressOfSymbol (sym);
  /external/icu4c/common/
ruleiter.h 51 const SymbolTable* sym; member in class:RuleCharacterIterator
95 * @param sym the symbol table, or null if there is none. If sym is null,
102 RuleCharacterIterator(const UnicodeString& text, const SymbolTable* sym,
  /external/javassist/src/main/javassist/compiler/ast/
MethodDecl.java 28 Symbol sym = getReturn().getVariable(); local
29 return sym != null && initName.equals(sym.get());
  /external/qemu/distrib/sdl-1.2.12/src/video/picogui/
SDL_pgevents.c 47 SDL_keysym sym; local
48 SDL_memset(&sym,0,sizeof(sym));
49 sym.sym = evt->e.kbd.key;
50 sym.mod = evt->e.kbd.mods;
51 SDL_PrivateKeyboard(evt->type == PG_WE_KBD_KEYDOWN, &sym);
57 SDL_keysym sym; local
58 SDL_memset(&sym,0,sizeof(sym));
    [all...]
  /external/svox/pico/lib/
picotrns.h 33 * - The input to the transducer is a list of pos/sym pairs, where pos are arbitrary position markers
40 * - Inserted symbols are allways preceded by a positioned pos/sym pair, e.g.
70 #define PICOTRNS_POS_IGNORE (picoos_int16) -3 /* value to mark a pos/sym pair to be ignored (e.g. start/term symbols only used by the transducer) */
75 picoos_int16 sym; member in struct:picotrns_possym
  /system/core/debuggerd/x86/
unwind.c 22 const struct symbol* sym = 0; local
31 sym = symbol_table_lookup(mi->symbols, rel_pc);
33 if (sym) {
35 stack_level, eip, mi ? mi->name : "", sym->name);
60 sym = symbol_table_lookup(mi->symbols, rel_pc);
62 if (sym) {
64 stack_level, stack_ptr, stack_content, mi ? mi->name : "", sym->name);
  /cts/tools/dasm/src/java_cup/
terminal_set.java 74 * @param sym the terminal symbol we are looking for.
76 public boolean contains(terminal sym)
79 not_null(sym);
80 return _elements.get(sym.index());
128 * @param sym the terminal being added.
131 public boolean add(terminal sym)
136 not_null(sym);
139 result = _elements.get(sym.index());
143 _elements.set(sym.index());
151 * @param sym the terminal being removed
    [all...]

Completed in 2643 milliseconds

1 2 3 4 5 6