HomeSort by relevance Sort by last modified time
    Searched refs:symbols (Results 126 - 150 of 280) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/mesa3d/src/glsl/
builtin_function.cpp 42 st->symbols->language_version = 130;
48 sh->symbols = st->symbols;
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/extensions/
XKBstr.h 401 Atom symbols; member in struct:_XkbNamesRec
539 char * symbols; member in struct:_XkbComponentNames
559 XkbComponentNamePtr symbols; member in struct:_XkbComponentList
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/extensions/
XKBstr.h 401 Atom symbols; member in struct:_XkbNamesRec
539 char * symbols; member in struct:_XkbComponentNames
559 XkbComponentNamePtr symbols; member in struct:_XkbComponentList
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/extensions/
XKBstr.h 401 Atom symbols; member in struct:_XkbNamesRec
539 char * symbols; member in struct:_XkbComponentNames
559 XkbComponentNamePtr symbols; member in struct:_XkbComponentList
  /external/webkit/Source/ThirdParty/ANGLE/src/compiler/
OutputHLSL.cpp 118 TSymbolTableLevel *symbols = mContext.symbolTable.getGlobalLevel(); local
121 for (TSymbolTableLevel::const_iterator namedSymbol = symbols->begin(); namedSymbol != symbols->end(); namedSymbol++)
269 TSymbolTableLevel *symbols = mContext.symbolTable.getGlobalLevel(); local
271 for (TSymbolTableLevel::const_iterator namedSymbol = symbols->begin(); namedSymbol != symbols->end(); namedSymbol++)
    [all...]
  /external/icu4c/i18n/unicode/
decimfmt.h 136 * <em>symbols</em>. The pattern may be set directly using
139 * digits. The symbols are stored in a DecimalFormatSymbols
141 * pattern and symbols are read from ICU's locale data.
151 * still happening, and if the symbols are modified, the grouping character
269 * <p>The prefixes, suffixes, and various symbols used for infinity, digits,
272 * be taken that the symbols and strings do not conflict, or parsing will be
332 * between the first and second grouping symbols. These
681 * Create a DecimalFormat using the default pattern and symbols
696 * Create a DecimalFormat from the given pattern and the symbols
713 * Create a DecimalFormat from the given pattern and symbols
    [all...]
  /ndk/build/tools/
gen-platforms.sh 32 # Also, we generate on-the-fly shell dynamic libraries from list of symbols:
34 # $SRC/android-N/arch-A/symbols --> $DST/android-N/arch-A/usr/lib
303 # $2+: List of symbols
309 echo "$@" | tr ' ' '\n' | grep -v -F -f $PROGDIR/toolchain-symbols/$ARCH/libgcc.a.functions.txt
368 # In certain cases, the symbols directory doesn't exist,
484 gen_shell_libraries $ARCH $PLATFORM_SRC/arch-$ARCH/symbols $PLATFORM_DST/$SYSROOT/lib
build-ndk-sysroot.sh 174 DYNAMIC_LIBS_DIR=$PRODUCT_DIR/symbols/system/lib
  /external/libvpx/examples/includes/geshi/
geshi.php 333 'SYMBOLS' => false,
1870 $symbols = $this->hsc($symbols); variable
    [all...]
  /bionic/libc/netbsd/resolv/
res_debug.c 575 const struct res_sym *symbols; local
579 symbols = __p_update_section_syms;
582 symbols = __p_default_section_syms;
585 return (sym_ntos(symbols, section, (int *)0));
  /external/linux-tools-perf/
builtin-annotate.c 62 &al->map->dso->symbols[al->map->type]);
245 "only consider symbols in these dsos"),
258 "load module symbols - WARNING: use only with -k and LIVE kernel"),
265 "Look for files with symbols relative to this directory"),
  /external/linux-tools-perf/util/
symbol.h 150 struct rb_root symbols[MAP__NR_TYPES]; member in struct:dso
trace-event.h 91 struct print_flag_sym *symbols; member in struct:print_arg_symbol
  /external/llvm/include/llvm/Bitcode/
Archive.h 201 /// for loading only those files that resolve symbols. Note that read
310 /// @brief Open an existing archive and load its symbols.
373 /// archive into another module based on unresolved symbols. Note that the
377 /// associated module defines multiple symbols.
387 /// more than one symbol at a time. If \p symbols contains a list of
388 /// undefined symbols in some module, then calling this method is like
389 /// making one complete pass through the archive to resolve symbols but is
391 /// exit, the symbols resolved by this method will be removed from \p
392 /// symbols to ensure they are not re-searched on a subsequent call. If
393 /// you need to retain the list of symbols, make a copy
    [all...]
  /external/openfst/src/include/fst/script/
fstscript.h 64 #include <fst/script/symbols.h>
  /external/v8/src/
platform-freebsd.cc 318 char** symbols = backtrace_symbols(addresses.start(), frames_count); local
319 if (symbols == NULL) {
329 symbols[i]); local
334 free(symbols);
platform-linux.cc 573 char** symbols = backtrace_symbols(addresses.start(), frames_count); local
574 if (symbols == NULL) {
584 symbols[i]); local
589 free(symbols);
    [all...]
platform-openbsd.cc 365 char** symbols = backtrace_symbols(addresses.start(), frames_count); local
366 if (symbols == NULL) {
376 symbols[i]); local
381 free(symbols);
  /sdk/emulator/qtools/
trace_reader_base.h 76 DexSym *symbols; member in struct:DexFileList
  /external/valgrind/main/VEX/switchback/
linker.c 145 char** symbols;
160 /* A private hash table for local symbols. */
    [all...]
  /external/valgrind/main/VEX/unused/
linker.c 81 char** symbols; member in struct:_ObjectCode
96 /* A private hash table for local symbols. */
1045 oc->symbols = malloc(oc->n_symbols * sizeof(char*));
    [all...]
  /external/bison/data/
glr.c 112 # symbols on RHS.
131 # Expansion of @NUM, where the current rule has RULE-LENGTH symbols
334 /* YYMAXRHS -- Maximum number of symbols on right-hand side of rule. */
336 /* YYMAXLEFT -- Maximum number of symbols to the left of a handle
390 /* YYR2[YYN] -- Number of symbols composing right hand side of rule YYN. */
965 /** Number of symbols composing the right hand side of rule #RULE. */
    [all...]
yacc.c 104 # symbols on RHS.
123 # Expansion of @NUM, where the current rule has RULE-LENGTH symbols
144 /* All symbols defined below should begin with yy or YY, to avoid
148 define necessary library symbols; they are noted "INFRINGES ON
295 /* The parser invokes alloca or malloc; define the necessary symbols. */
495 /* YYR2[YYN] -- Number of symbols composing right hand side of rule YYN. */
705 /* The symbols being reduced. */
1047 /* The number of symbols on the RHS of the reduced rule.
    [all...]
  /external/bison/doc/
refcard.tex 323 \key{Prepend a prefix to external symbols.} {-p {\it prefix}}
356 \key{Tell {\tt bison} the data type of symbols.}
415 symbols that make up the non-terminal. For example:
440 \section{Grammar Variables and Symbols}
468 \key{Data type associated with symbols.} {YYSTYPE}
  /external/elfutils/src/
ld.h 185 /* List of symbols in this section (set only for merge-able sections
187 struct symbol *symbols; member in struct:usedfiles::scninfo
233 /* Indirection table for the symbols defined here. */
236 /* For undefined or common symbols we need a reference to the symbol
724 /* Tail of list of symbols for this section. Only set if the
726 struct symbol *symbols; member in struct:scnhead
736 /* Define hash table for version symbols. */
832 /* If true undefined symbols when building DSOs are not fatal. */
856 /* List of the symbols we created from linker script definitions. */
860 /* Table with known symbols. *
    [all...]

Completed in 4014 milliseconds

1 2 3 4 56 7 8 91011>>