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

  /external/chromium_org/android_webview/build/
install_binary 10 echo "Usage: install_binary path/to/binary path/to/target1 path/to/target2 path/to/symbols path/to/symbols2"
17 SYMBOLS=$4
20 mkdir -p $(dirname $SYMBOLS)
22 cp $SOURCE $SYMBOLS
24 ln $SYMBOLS $SYMBOLS2
  /external/chromium_org/chrome/tools/build/mac/
verify_order 7 # Verifies that no global text symbols are present in a Mach-O file
9 # (LAST_SYMBOL). If LAST_SYMBOL is not found in MACH_O_FILE or if symbols
13 # This script can be used to verify that all of the global text symbols in
24 SYMBOLS=$(nm -fgjn -s __TEXT __text "${MACH_O_FILE}")
25 if [ ${?} -ne 0 ] || [ -z "${SYMBOLS}" ] ; then
26 echo "${0}: no symbols in ${MACH_O_FILE}" >& 2
30 LAST_SYMBOLS=$(grep -A 100 -Fx "${LAST_SYMBOL}" <<< "${SYMBOLS}")
38 echo "${0}: unordered symbols in ${MACH_O_FILE}:" >& 2
  /external/libvpx/libvpx/examples/includes/geshi/geshi/
z80.php 77 'SYMBOLS' => array(
109 'SYMBOLS' => array(
ruby.php 128 'SYMBOLS' => array(
165 'SYMBOLS' => array(
205 2 => "([A-Z][a-zA-Z0-9_]*::)+[A-Z][a-zA-Z0-9_]*",//Static OOP symbols
rails.php 306 'SYMBOLS' => array(
345 'SYMBOLS' => array(
  /ndk/build/tools/
gen-system-symbols.sh 17 # gen-system-symbols.sh
40 For some of these libraries, it will remove symbols that are not meant
102 # Temp file used to filter symbols
103 SYMBOL_TMPFILE=/tmp/ndk-$USER/ndk-symbols-list.txt
111 # __INIT_ARRAY__ and __FINI_ARRAY__ are special symbols that should
136 # Filter the list of symbols from a file
144 # $2+: List of symbols (functions or variables)
145 # Out: sorted list of filtered symbols, based on library name
150 local SYMBOLS="$@"
151 (echo "$SYMBOLS" | tr ' ' '\n' | sort -u) > $SYMBOL_TMPFIL
    [all...]
  /frameworks/base/core/java/com/android/internal/widget/
PasswordEntryKeyboardHelper.java 62 private static final int SYMBOLS = 3;
130 mSymbolsKeyboard = new PasswordEntryKeyboard(mContext, mLayouts[SYMBOLS], width, height);
149 mSymbolsKeyboard = new PasswordEntryKeyboard(mContext, mLayouts[SYMBOLS]);
  /external/libvpx/libvpx/examples/includes/geshi/contrib/
langcheck.php 323 if(!isset($language_data['SYMBOLS'])) {
324 report_error(TYPE_ERROR, 'Language file contains no $language_data[\'SYMBOLS\'] structure to check!');
325 } else if (!is_array($language_data['SYMBOLS'])) {
326 report_error(TYPE_ERROR, 'Language file contains a $language_data[\'SYMBOLS\'] structure which is not an array!');
423 'BRACKETS', 'STRINGS', 'NUMBERS', 'METHODS', 'SYMBOLS',
464 report_error(TYPE_NOTICE, "Language file contains an keyword ('$kw') at \$language_data['KEYWORDS'][$key][$id] which seems to be better suited for the symbols section!");
    [all...]
  /external/v8/src/
type-info.cc 318 case CompareIC::SYMBOLS:
338 return state == CompareIC::SYMBOLS;
447 case CompareIC::SYMBOLS:
code-stubs.cc 216 case CompareIC::SYMBOLS:
ic.h 775 SYMBOLS,
ic.cc     [all...]
  /external/chromium_org/third_party/tcmalloc/chromium/src/
pprof 137 # Special routine name that should not have any symbols.
154 <profile> is a remote form. Symbols are obtained from host:port$SYMBOL_PAGE
166 pprof --symbols <program>
182 --add_lib=<file> Read additional symbols and line info from the given library
199 --symbols Print demangled symbol names found at given addresses
389 "symbols!" => \$main::opt_symbols,
435 # Disassembly/listing/symbols mode requires address-level info
524 # --symbols needs a binary-name (to run nm on, etc) but not profiles
571 # Printing symbols is special and requires a lot less info that most.
573 PrintSymbols(*STDIN); # Get /proc/maps and symbols output from stdi
    [all...]
  /external/chromium_org/third_party/tcmalloc/vendor/src/
pprof 137 # Special routine name that should not have any symbols.
154 <profile> is a remote form. Symbols are obtained from host:port$SYMBOL_PAGE
166 pprof --symbols <program>
182 --add_lib=<file> Read additional symbols and line info from the given library
199 --symbols Print demangled symbol names found at given addresses
389 "symbols!" => \$main::opt_symbols,
435 # Disassembly/listing/symbols mode requires address-level info
524 # --symbols needs a binary-name (to run nm on, etc) but not profiles
571 # Printing symbols is special and requires a lot less info that most.
573 PrintSymbols(*STDIN); # Get /proc/maps and symbols output from stdi
    [all...]
  /external/v8/src/x64/
code-stubs-x64.cc     [all...]
  /external/v8/src/arm/
code-stubs-arm.cc     [all...]
  /external/v8/src/ia32/
code-stubs-ia32.cc     [all...]
  /external/v8/src/mips/
code-stubs-mips.cc     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 
  /external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
compiler.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/tools/common/m2/internal/com/google/code/findbugs/findbugs/2.0.1/
findbugs-2.0.1.jar 

Completed in 470 milliseconds