HomeSort by relevance Sort by last modified time
    Searched refs:symbols (Results 351 - 375 of 480) sorted by null

<<11121314151617181920

  /external/chromium_org/third_party/mesa/src/src/glsl/
glsl_parser_extras.cpp 52 this->symbols = new(mem_ctx) glsl_symbol_table;
ir.h     [all...]
  /external/chromium_org/v8/src/
gdb-jit.cc 869 Writer::Slot<ELFSymbol::SerializedLayout> symbols = local
878 symbols.at(0).set(ELFSymbol::SerializedLayout(0,
884 WriteSymbolsList(&locals_, symbols.at(1), strtab);
885 WriteSymbolsList(&globals_, symbols.at(locals_.length() + 1), strtab);
    [all...]
object-observe.js 279 // TODO(rossberg): adjust once there is a story for symbols vs proxies.
  /external/clang/include/clang/StaticAnalyzer/Core/
CheckerManager.h 318 /// \brief Run checkers for live symbols.
321 /// register symbols of interest as live. These symbols will not be marked
326 /// \brief Run checkers for dead symbols.
328 /// Notifies checkers when symbols become dead. For example, this allows
344 /// \param invalidated A set of all symbols potentially touched by the change.
366 /// \param Escaped The list of escaped symbols.
367 /// \param Call The corresponding CallEvent, if the symbols escape as
456 const InvalidatedSymbols *symbols,
  /external/jpeg/
ltmain.sh 644 # Prefer using a static library (so that no silly _DYNAMIC symbols
991 # Check to see if the archive will have undefined symbols.
994 $echo "$modename: warning: undefined symbols not allowed in $host shared libraries" 1>&2
999 # Don't allow undefined symbols.
    [all...]
  /external/linux-tools-perf/
builtin-test.c 106 * to fixup the symbols.
118 * Now look at the symbols in the vmlinux DSO and check if we find all of them
122 for (nd = rb_first(&vmlinux_map->dso->symbols[type]); nd; nd = rb_next(nd)) {
  /external/linux-tools-perf/util/scripting-engines/
trace-event-python.c 165 define_values(PRINT_SYMBOL, args->symbol.symbols, ev_name,
  /external/mesa3d/src/glsl/
glsl_parser_extras.cpp 52 this->symbols = new(mem_ctx) glsl_symbol_table;
ir.h     [all...]
  /external/qemu/distrib/jpeg-6b/
ltmain.sh 644 # Prefer using a static library (so that no silly _DYNAMIC symbols
991 # Check to see if the archive will have undefined symbols.
994 $echo "$modename: warning: undefined symbols not allowed in $host shared libraries" 1>&2
999 # Don't allow undefined symbols.
    [all...]
  /external/v8/src/
gdb-jit.cc 866 Writer::Slot<ELFSymbol::SerializedLayout> symbols = local
875 symbols.at(0).set(ELFSymbol::SerializedLayout(0,
881 WriteSymbolsList(&locals_, symbols.at(1), strtab);
882 WriteSymbolsList(&globals_, symbols.at(locals_.length() + 1), strtab);
    [all...]
  /external/zlib/src/
make_vms.com 21 $! 0.08 20120219 Make it work on VAX again, pre-load missing symbols to shared
298 $! Check command line options and set symbols accordingly
  /frameworks/base/tools/aapt/
AaptAssets.cpp 1961 const sp<AaptSymbols>& symbols = javaSymbols->mNestedSymbols.valueAt(i); local
2565 const sp<AaptSymbols>& symbols = mJavaSymbols.valueAt(i); local
    [all...]
  /dalvik/vm/
Dvm.mk 347 # The following symbols are usually defined in the asm file, but
  /external/elfutils/tests/
run-strings-test.sh 405 testfile8: 85c0 Discard symbols from object files.
474 testfile9: 3e20 Discard symbols from object files.
  /external/icu4c/i18n/
rbnf.cpp     [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/builders/
PreCompilerBuilder.java 1203 Collection<SymbolLoader> symbols = libMap.get(packageName); local
    [all...]
  /bionic/libc/
Android.mk 911 # ensures that symbols that are pulled into those new libraries from libgcc.a are not declared
912 # external; if that were the case, then libc would not pull those symbols from libgcc.a as it
913 # should, instead relying on the external symbols from the dependent libraries. That would
  /external/chromium/sdch/open-vcdiff/
ltmain.sh 1114 # to make a dll which has undefined symbols, in which case not
1117 # that all symbols are satisfied, otherwise we get a static library.
    [all...]
  /external/chromium/third_party/libevent/
ltmain.sh 1114 # to make a dll which has undefined symbols, in which case not
1117 # that all symbols are satisfied, otherwise we get a static library.
    [all...]
  /external/chromium_org/third_party/libevent/
ltmain.sh 1114 # to make a dll which has undefined symbols, in which case not
1117 # that all symbols are satisfied, otherwise we get a static library.
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/config/
ltmain.sh 1106 # to make a dll which has undefined symbols, in which case not
1109 # that all symbols are satisfied, otherwise we get a static library.
    [all...]
  /external/libffi/
ltmain.sh 1107 # to make a dll which has undefined symbols, in which case not
1110 # that all symbols are satisfied, otherwise we get a static library.
    [all...]
  /external/llvm/autoconf/
ltmain.sh 1077 # to make a dll which has undefined symbols, in which case not
1080 # that all symbols are satisfied, otherwise we get a static library.
    [all...]

Completed in 954 milliseconds

<<11121314151617181920