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

<<11121314151617181920

  /frameworks/rs/
Android.mk 57 # These symbols are normally defined by BUILD_XXX, but we need to define them
  /system/extras/tests/bionic/libc/
Android.mk 114 # The -Wl,--export-dynamic ensures that dynamic symbols are
  /external/qemu/
arm-dis.c     [all...]
  /frameworks/base/services/java/com/android/server/
DevicePolicyManagerService.java 321 out.startTag(null, "min-password-symbols");
323 out.endTag(null, "min-password-symbols");
416 } else if ("min-password-symbols".equals(tag)) {
1891 int symbols = 0; local
    [all...]
  /external/chromium_org/sdch/open-vcdiff/
ltmain.sh     [all...]
  /external/chromium_org/third_party/libxml/src/
ltmain.sh     [all...]
  /external/chromium_org/third_party/sqlite/src/
ltmain.sh     [all...]
  /external/chromium_org/third_party/tcmalloc/vendor/
ltmain.sh     [all...]
  /external/libmtp/
ltmain.sh     [all...]
  /external/libogg/
ltmain.sh     [all...]
  /external/libpng/
ltmain.sh     [all...]
  /external/libusb/
ltmain.sh     [all...]
  /external/libusb-compat/
ltmain.sh     [all...]
  /external/libvorbis/
ltmain.sh     [all...]
  /external/open-vcdiff/
ltmain.sh     [all...]
  /external/protobuf/
ltmain.sh     [all...]
  /external/qemu/distrib/sdl-1.2.15/build-scripts/
ltmain.sh     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderListMarker.cpp 126 static String toSymbolic(int number, const CharacterType* symbols, unsigned symbolsSize)
135 letters.append(symbols[numberShadow % symbolsSize]);
138 letters.append(symbols[numberShadow % symbolsSize]);
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/
base.py     [all...]
  /external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
glsl_lexer.cc     [all...]
  /cts/tools/dasm/src/java_cup/
Main.java 31 * <dt> -symbols name
48 * <dd> produce a dump of the symbols and grammar
224 " -symbols name specify name for symbol constant class [default \"sym\"]\n"+
232 " -dump_grammar produce a human readable dump of the symbols and grammar\n"+
284 else if (argv[i].equals("-symbols"))
289 usage("-symbols must have a name argument");
447 /** Check for unused symbols. Unreduced productions get checked when
590 emit.symbols(symbol_class_file, include_non_terms);
640 /* unused symbols */
709 System.err.println(" Symbols "
    [all...]
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
dfa.rb 40 alternatives in a rule based upon lookahead symbols from an input stream.
  /external/bison/src/
tables.c 68 the (array of) symbols FROMS[VECTOR].
302 symbol *sym = errp->symbols[i];
  /external/chromium_org/build/android/
adb_gdb 739 # if we can use the symbolic libraries under $ANDROID_PRODUCT_OUT/symbols/
749 PULL_LIBS_DIR=$ANDROID_PRODUCT_OUT/symbols
947 echo "echo Attaching and reading symbols, this may take a while.." \
  /external/chromium_org/third_party/icu/source/i18n/
smpdtfmt.cpp 310 const DateFormatSymbols& symbols,
314 fSymbols(new DateFormatSymbols(symbols)),
352 * the last resort symbols.
459 // We will need the calendar to know what type of symbols to load.
478 // create a symbols object from the locale
912 * Append symbols[value] to dst. Make sure the array index is not out
918 const UnicodeString* symbols,
922 dst += symbols[value];
    [all...]

Completed in 1276 milliseconds

<<11121314151617181920