HomeSort by relevance Sort by last modified time
    Searched refs:symbol (Results 201 - 225 of 324) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/bison/doc/
refcard.tex 339 \key{Declare a terminal symbol.}{\%token <{\it t\/}>
342 \key{Declare a terminal symbol, and define its association.}
362 definition, {\it n} is a {\it terminal} symbol name, {\it m} is a
363 {\it non-terminal} symbol name, and {\it association} can be one of
426 For altering the precedence of a symbol use:
444 \key{Access data associated with a symbol.} {\$\$, \$0\dots\${\it n}}
447 \key{Access symbol's location.} {@\$, @0\dots@{\it n}}
  /external/chromium/chrome/browser/resources/keyboard/
main.js 12 var SYMBOL_MODE = 'symbol';
150 * @param {Character} symbol The Character for SYMBOL_MODE.
154 function Key(key, shift, num, symbol) {
163 this.modes_[SYMBOL_MODE] = symbol;
310 * The symbol key: switches the keyboard into symbol mode.
  /system/core/init/
init_parser.c 55 #define KEYWORD(symbol, flags, nargs, func) \
56 [ K_##symbol ] = { #symbol, func, nargs + 1, flags, },
  /external/iptables/iptables/
xtoptions.c 404 const struct tos_symbol_info *symbol; local
416 for (symbol = tos_symbol_names; symbol->name != NULL; ++symbol)
417 if (strcasecmp(cb->arg, symbol->name) == 0) {
418 cb->val.tos_value = symbol->value;
  /external/chromium/build/
install-build-deps.sh 78 - // Clear the local symbol information.
106 - // We should no longer need the local symbol values.
  /external/llvm/lib/Archive/
ArchiveReader.cpp 36 // Completely parse the Archive's symbol table and populate symTab member var.
56 *error = "Malformed symbol table: length not consistent with size";
107 // The empty name ( '/' and 15 blanks) is for a foreign (non-LLVM) symbol
113 // __LLVM_SYM_TAB__ identifies the symbol table for LLVM bitcode.
161 *error = "invalid SVR4 symbol table name";
275 // check if this is the foreign symbol table
280 // What? Multiple foreign symbol tables? Just chuck it
299 // This is the LLVM symbol table for the archive. If we've seen it
300 // already, its an error. Otherwise, parse the symbol table and move on.
303 *error = "invalid archive: multiple symbol tables"
    [all...]
  /ndk/build/tools/
dev-system-import.sh 237 # Temp file used to list shared library symbol exclusions
239 SYMBOL_EXCLUDES=/tmp/ndk-$USER/ndk-symbol-excludes.txt
241 # Temp file used to list shared library symbol inclusions, these
243 SYMBOL_INCLUDES=/tmp/ndk-$USER/ndk-symbol-includes.txt
245 # Reset the symbol exclusion list to its default
248 # By default, do not export C++ mangled symbol, which all start with _Z
265 # Clear symbol exclusion/inclusion files
272 # $1: path to symbol list file
365 dump "Generating symbol file: $symfile"
  /external/harfbuzz/contrib/
harfbuzz-unicode.c 274 HB_Library_Resolve(const char *library, int version, const char *symbol) {
  /external/llvm/autoconf/m4/
ltdl.m4 284 [Define if libtool can extract symbol lists from object files.])
400 [Define if dlsym() requires a leading underscore in symbol names.])
  /external/llvm/include/llvm/Bitcode/
Archive.h 51 SVR4SymbolTableFlag = 2, ///< Member is a SVR4 symbol table
52 BSD4SymbolTableFlag = 4, ///< Member is a BSD4 symbol table
53 LLVMSymbolTableFlag = 8, ///< Member is an LLVM symbol table
117 /// @returns true iff the member is a SVR4 (non-LLVM) symbol table
118 /// @brief Determine if this member is a SVR4 symbol table.
121 /// @returns true iff the member is a BSD4.4 (non-LLVM) symbol table
122 /// @brief Determine if this member is a BSD4.4 symbol table.
125 /// @returns true iff the archive member is the LLVM symbol table
126 /// @brief Determine if this member is the LLVM symbol table.
200 /// purposes such as editing and linking. Full symbol table support is provide
    [all...]
  /external/llvm/include/llvm/Object/
COFF.h 170 error_code getSymbolName(const coff_symbol *symbol, StringRef &Res) const;
  /external/llvm/include/llvm/Support/
COFF.h 56 struct symbol { struct in namespace:llvm::COFF
81 /// Storage class tells where and what the symbol represents
84 IMAGE_SYM_CLASS_NULL = 0, ///< No symbol
86 IMAGE_SYM_CLASS_EXTERNAL = 2, ///< External symbol
109 /// Line number, reformatted as symbol
112 /// External symbol in dmert public lib
243 // Auxiliary Symbol Formats
  /external/llvm/lib/MC/
MCDwarf.cpp 72 // Create a symbol at in the current section for use in the line entry.
74 // Set the value of the symbol to use for the MCLineEntry.
80 // Create a (local) line entry with the symbol and the current .loc info.
190 // Switch to the section to be able to create a symbol at its end.
194 // Create a symbol at the end of the section.
196 // Set the value of the symbol, as we are at the end of the section.
215 // Create a symbol at the beginning of this section.
217 // Set the value of the symbol, as we are at the start of the section.
220 // Create a symbol for the end of the section (to be set when we get there).
231 // Create a symbol for the end of the prologue (to be set when we get there)
    [all...]
  /external/llvm/projects/sample/autoconf/m4/
ltdl.m4 284 [Define if libtool can extract symbol lists from object files.])
400 [Define if dlsym() requires a leading underscore in symbol names.])
  /external/valgrind/main/none/tests/
cmdline2.stdout.exp 66 --require-text-symbol=:sonamepattern:symbolpattern abort run if the
68 text symbol. Patterns can contain ? and *.
82 --trace-symtab=no|yes show symbol table details? [no]
cmdline1.stdout.exp 66 --require-text-symbol=:sonamepattern:symbolpattern abort run if the
68 text symbol. Patterns can contain ? and *.
  /prebuilt/darwin-x86/toolchain/arm-linux-androideabi-4.4.x/include/
bfdlink.h 61 bfd_link_hash_new, /* Symbol is new. */
62 bfd_link_hash_undefined, /* Symbol seen before, but undefined. */
63 bfd_link_hash_undefweak, /* Symbol is weak and undefined. */
64 bfd_link_hash_defined, /* Symbol is defined. */
65 bfd_link_hash_defweak, /* Symbol is weak and defined. */
66 bfd_link_hash_common, /* Symbol is common. */
67 bfd_link_hash_indirect, /* Symbol is an indirect link. */
82 asection *section; /* Symbol section. */
108 require a traversal. When an undefined or common symbol is
112 doublecheck the symbol type
    [all...]
  /prebuilt/linux-x86/toolchain/arm-linux-androideabi-4.4.x/include/
bfdlink.h 61 bfd_link_hash_new, /* Symbol is new. */
62 bfd_link_hash_undefined, /* Symbol seen before, but undefined. */
63 bfd_link_hash_undefweak, /* Symbol is weak and undefined. */
64 bfd_link_hash_defined, /* Symbol is defined. */
65 bfd_link_hash_defweak, /* Symbol is weak and defined. */
66 bfd_link_hash_common, /* Symbol is common. */
67 bfd_link_hash_indirect, /* Symbol is an indirect link. */
82 asection *section; /* Symbol section. */
108 require a traversal. When an undefined or common symbol is
112 doublecheck the symbol type
    [all...]
  /external/v8/src/
bootstrapper.cc 327 Handle<String> symbol = factory->LookupAsciiSymbol(name); local
330 factory->NewFunctionWithoutPrototype(symbol, call_code) :
331 factory->NewFunctionWithPrototype(symbol,
337 SetLocalPropertyNoThrow(target, symbol, function, DONT_ENUM);
339 function->shared()->set_instance_class_name(*symbol);
454 Handle<String> symbol = factory->LookupAsciiSymbol("Empty"); local
456 factory->NewFunctionWithoutPrototype(symbol, kNonStrictMode);
999 Handle<String> symbol = factory->LookupAsciiSymbol("Arguments"); local
    [all...]
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter7/
codegen.ml 317 (* Create an alloca for each argument and register the argument in the symbol
331 (* Add arguments to variable symbol table. *)
353 (* Add all arguments to the symbol table and create their allocas. *)
  /external/webkit/Source/ThirdParty/ANGLE/src/compiler/
glslang_lex.cpp 3123 TSymbol* symbol = yyextra->symbolTable.find(yytext); local
    [all...]
  /sdk/emulator/qtools/
trace_reader.h 40 // The symbol for the virtual machine interpreter, or NULL
346 // symbol with the most underscores last.
596 // we need to create an (unknown) symbol with address 0, otherwise some
628 // Get the symbol table section
631 fprintf(stderr, "Can't read symbol table from '%s'\n", full_path);
635 // Get the symbol string table section
638 fprintf(stderr, "Can't read symbol string table from '%s'\n", full_path);
642 // Load the symbol string table data
666 // This will allow us to replace the symbol names with the name of
685 // If the symbol does not have a name, or if the name starts with
1526 symbol_type *symbol = &symbols[nsymbols]; local
    [all...]
  /external/stlport/stlport/stl/
_monetary.c 165 case money_base::symbol: {
430 //No reason to add a space last if the money symbol do not have to be display
431 //if (__format.field[3] == (char) money_base::symbol && !__generate_curr) {
461 case money_base::symbol:
  /external/webkit/Source/WebCore/inspector/
InspectorValues.cpp 467 unsigned int symbol = static_cast<unsigned int>(c); local
468 String symbolCode = String::format("\\u%04X", symbol);
  /external/zlib/
make_vms.com 676 $! information to build a symbol vector for a shareable image
743 $ search a.tmp "symbol:","EGSY$V_DEF 1","EGSY$V_NORM 1"/out=b.tmp
746 $ search c.tmp "symbol:"/out=d.tmp
749 sub/symbol: "/symbol_vector=(/whole
754 $ search e.tmp "symbol:"/out=f.tmp
757 sub/symbol: "/symbol_vector=(/whole

Completed in 953 milliseconds

1 2 3 4 5 6 7 891011>>