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

1 2 3 4 5 67 8 91011>>

  /external/jpeg/
ltconfig 928 # Regexp to match symbols that can be accessed directly from C.
940 # Cannot use undefined symbols on IRIX because inlined functions mess us up.
973 # Now try to grab the symbols.
988 # Make sure that we snagged all the symbols we need.
1007 /* The number of symbols in dld_preloaded_symbols, -1 if unsorted. */
1010 /* The mapping between symbol names and symbols. */
    [all...]
  /external/qemu/distrib/jpeg-6b/
ltconfig 928 # Regexp to match symbols that can be accessed directly from C.
940 # Cannot use undefined symbols on IRIX because inlined functions mess us up.
973 # Now try to grab the symbols.
988 # Make sure that we snagged all the symbols we need.
1007 /* The number of symbols in dld_preloaded_symbols, -1 if unsorted. */
1010 /* The mapping between symbol names and symbols. */
    [all...]
  /external/regex-re2/
Makefile 41 MAKE_SHARED_LIBRARY=$(CXX) -dynamiclib $(LDFLAGS) -exported_symbols_list libre2.symbols.darwin
43 MAKE_SHARED_LIBRARY=$(CXX) -shared -Wl,-soname,libre2.so.$(SONAME),--version-script=libre2.symbols $(LDFLAGS)
  /frameworks/base/core/java/android/app/admin/
DevicePolicyManager.java 582 * minimum number of symbols required in the password. After setting this,
598 * @param length The new desired minimum number of symbols required in the
612 * Retrieve the current number of symbols required in the password for all
620 * @return The minimum number of symbols required in the password.
635 * minimum number of non-letter characters (numerical digits or symbols)
    [all...]
  /frameworks/rs/
Android.mk 52 # These symbols are normally defined by BUILD_XXX, but we need to define them
  /frameworks/wilhelm/src/
Android.mk 67 # Reduce size of .so and hide internal global symbols
  /ndk/build/core/
default-build-commands.mk 19 # symbol references to the same symbols as exported by shared libraries
  /cts/tools/dasm/etc/
java_cup-new.jar 
java_cup.jar 
java_cup.jar.old 
  /development/scripts/
stack 25 print " --symbols-dir=path"
26 print " the path to a symbols dir, such as =/tmp/out/target/product/dream/symbols"
28 print " --symbols-zip=path"
29 print " the path to a symbols zip file, such as =dream-symbols-12345.zip"
34 print " 2) if it's an official build, download the symbols "
56 print "\n%s, to access the symbols, please enter your LDAP " % user,
102 DEFAULT_SYMROOT = "/tmp/symbols"
106 """Attempts to download the symbols from the build server
    [all...]
  /external/bison/src/
lalr.c 434 k, symbols[k]->tag,
  /external/v8/test/mjsunit/
switch.js 141 // Symbols
395 } else if (test_type === 'symbols') {
439 var test_types = ['symbols', 'strings', 'oddball', 'smi', 'heapnum'];
  /ndk/build/tools/
dev-platform-import.sh 48 The script also extracts the list of dynamic symbols exported by system libraries,
75 and generate symbol files in \$OUT_DIR/android-\$API/arch-\$ARCH/symbols.
459 # Now extract dynamic symbols from the copied shared libraries
460 # Note that this script will also filter unwanted symbols
462 $PROGDIR/gen-system-symbols.sh "$PLATFORM_ROOT/lib" "$PLATFORM_ROOT/symbols"
  /prebuilts/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/libs/armeabi/include/bits/
c++config.h 1 // Predefined symbols and macros -*- C++ -*-
158 without inlining due to lack of weak symbols
    [all...]
  /prebuilts/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/libs/armeabi-v7a/include/bits/
c++config.h 1 // Predefined symbols and macros -*- C++ -*-
158 without inlining due to lack of weak symbols
    [all...]
  /prebuilts/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/libs/armeabi/include/bits/
c++config.h 1 // Predefined symbols and macros -*- C++ -*-
158 without inlining due to lack of weak symbols
    [all...]
  /prebuilts/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/libs/armeabi-v7a/include/bits/
c++config.h 1 // Predefined symbols and macros -*- C++ -*-
158 without inlining due to lack of weak symbols
    [all...]
  /prebuilts/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/libs/x86/include/bits/
c++config.h 1 // Predefined symbols and macros -*- C++ -*-
158 without inlining due to lack of weak symbols
    [all...]
  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/libs/armeabi/include/bits/
c++config.h 1 // Predefined symbols and macros -*- C++ -*-
158 without inlining due to lack of weak symbols
    [all...]
  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/libs/armeabi-v7a/include/bits/
c++config.h 1 // Predefined symbols and macros -*- C++ -*-
158 without inlining due to lack of weak symbols
    [all...]
  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/libs/x86/include/bits/
c++config.h 1 // Predefined symbols and macros -*- C++ -*-
158 without inlining due to lack of weak symbols
    [all...]
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
error.rb 366 A recognizer expected to match symbol that is not in some set of symbols but
384 upon the current and future input symbols, but it has determined that
393 symbols. Thus, NoViableAlternative errors indicate that the current input does
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/
SerializationStressTest.java 183 java.text.DateFormatSymbols symbols = new java.text.DateFormatSymbols(); typedefs
184 symbols.setZoneStrings(new String[][] { { "a", "b", "c", "d", "e" },
186 ((java.text.SimpleDateFormat) DATEFORM).setDateFormatSymbols(symbols);
  /external/icu4c/i18n/
unum.cpp 851 DecimalFormatSymbols symbols(*dcf->getDecimalFormatSymbols());
852 symbols.setSymbol((DecimalFormatSymbols::ENumberFormatSymbol)symbol,
854 dcf->setDecimalFormatSymbols(symbols);

Completed in 1533 milliseconds

1 2 3 4 5 67 8 91011>>