HomeSort by relevance Sort by last modified time
    Searched full:skeleton (Results 626 - 650 of 816) sorted by null

<<21222324252627282930>>

  /external/bison/tests/
output.at 116 AT_CHECK_OUTPUT([foo.yy], [%skeleton "lalr1.cc" %defines %verbose], [],
119 AT_CHECK_OUTPUT([subdir/foo.yy], [%skeleton "lalr1.cc" %defines %verbose], [],
123 AT_CHECK_OUTPUT([subdir/foo.yy], [%skeleton "lalr1.cc" %defines %verbose],
129 [%skeleton "lalr1.cc" %defines %verbose %file-prefix "output_dir/foo"],
169 [%skeleton "lalr1.cc" %defines], [--graph="location.hh"],
203 [[%skeleton "lalr1.cc"
regression.at 939 AT_CHECK_DANCER([%skeleton "lalr1.cc"])
1023 AT_CHECK_EXPECT2([%skeleton "lalr1.cc"])
    [all...]
  /external/bison/po/
eo.po 174 " -S, --skeleton=FILE specify the skeleton to use\n"
186 " -S, --skeleton=DOSIERO indiki la skeleton uzotan\n"
337 msgid "multiple skeleton declarations are invalid"
776 msgid "unclosed %s directive in skeleton"
781 msgid "too few arguments for %s directive in skeleton"
786 msgid "too many arguments for %s directive in skeleton"
    [all...]
es.po 229 " -S, --skeleton=FILE specify the skeleton to use\n"
240 " -S, --skeleton=FICHERO especifica el skeleton a utilizar\n"
371 msgid "multiple skeleton declarations are invalid"
819 msgid "unclosed %s directive in skeleton"
824 msgid "too few arguments for %s directive in skeleton"
829 msgid "too many arguments for %s directive in skeleton"
    [all...]
de.po 179 " -S, --skeleton=FILE specify the skeleton to use\n"
191 " -S, --skeleton=DATEI zu benutzende Skelettdatei angeben\n"
345 msgid "multiple skeleton declarations are invalid"
785 msgid "unclosed %s directive in skeleton"
790 msgid "too few arguments for %s directive in skeleton"
795 msgid "too many arguments for %s directive in skeleton"
    [all...]
fi.po 185 " -S, --skeleton=FILE specify the skeleton to use\n"
197 " -S, --skeleton=TIEDOSTO määrittele käytettävä runko\n"
357 msgid "multiple skeleton declarations are invalid"
799 msgid "unclosed %s directive in skeleton"
804 msgid "too few arguments for %s directive in skeleton"
809 msgid "too many arguments for %s directive in skeleton"
    [all...]
fr.po 182 " -S, --skeleton=FILE specify the skeleton to use\n"
195 " -S, --skeleton=FICHIER utiliser le FICHIER squelette\n"
350 msgid "multiple skeleton declarations are invalid"
792 msgid "unclosed %s directive in skeleton"
797 msgid "too few arguments for %s directive in skeleton"
802 msgid "too many arguments for %s directive in skeleton"
    [all...]
ga.po 189 " -S, --skeleton=FILE specify the skeleton to use\n"
202 " -S, --skeleton=COMHAD socraigh an chreatlach le húsáid\n"
351 msgid "multiple skeleton declarations are invalid"
811 msgid "unclosed %s directive in skeleton"
816 msgid "too few arguments for %s directive in skeleton"
821 msgid "too many arguments for %s directive in skeleton"
    [all...]
hr.po 180 " -S, --skeleton=FILE specify the skeleton to use\n"
193 " -S, --skeleton=DATOTEKA navedi predlo?ak za kori?tenje\n"
343 msgid "multiple skeleton declarations are invalid"
788 msgid "unclosed %s directive in skeleton"
793 msgid "too few arguments for %s directive in skeleton"
798 msgid "too many arguments for %s directive in skeleton"
    [all...]
ja.po 160 " -S, --skeleton=FILE specify the skeleton to use\n"
171 " -S, --skeleton=FILE ??????????????\n"
290 msgid "multiple skeleton declarations are invalid"
733 msgid "unclosed %s directive in skeleton"
738 msgid "too few arguments for %s directive in skeleton"
743 msgid "too many arguments for %s directive in skeleton"
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/
uspoof_impl.h 29 // The maximium length (in UTF-16 UChars) of the skeleton replacement string resulting from
63 /** Get the confusable skeleton transform for a single code point.
uspoof.cpp 410 // the mixed script table skeleton, which is what we want.
649 // Apply the skeleton mapping to the NFD normalized input string
650 // Accumulate the skeleton, possibly unnormalized, in a UnicodeString.
  /external/icu/icu4c/source/i18n/
uspoof_impl.h 29 // The maximium length (in UTF-16 UChars) of the skeleton replacement string resulting from
63 /** Get the confusable skeleton transform for a single code point.
uspoof.cpp 443 // the mixed script table skeleton, which is what we want.
682 // Apply the skeleton mapping to the NFD normalized input string
683 // Accumulate the skeleton, possibly unnormalized, in a UnicodeString.
  /frameworks/base/services/core/java/com/android/server/notification/
DowntimeConditionProvider.java 246 final String skeleton = DateFormat.is24HourFormat(mContext) ? "Hm" : "hma"; local
248 final String pattern = DateFormat.getBestDateTimePattern(locale, skeleton);
  /packages/apps/Contacts/src/com/android/contacts/datepicker/
DatePicker.java 212 String skeleton = mHasYear ? "yyyyMMMdd" : "MMMdd"; local
213 String pattern = DateFormat.getBestDateTimePattern(Locale.getDefault(), skeleton);
  /external/bison/data/
c++.m4 3 # C++ skeleton for Bison
lalr1.cc 1 # C++ skeleton for Bison
35 b4_copyright([Skeleton interface for Bison LALR(1) parsers in C++],
43 /* C++ LALR(1) parser skeleton written by Akim Demaille. */
270 b4_copyright([Skeleton implementation for Bison LALR(1) parsers in C++],
    [all...]
location.cc 1 # C++ skeleton for Bison
  /external/clang/include/clang/Frontend/
CodeGenOptions.h 131 /// in the backend for setting the name in the skeleton cu.
  /external/e2fsprogs/intl/
plural.y 23 skeleton file comes too late. This must come before <config.h>
  /external/guava/guava/src/com/google/common/hash/
AbstractStreamingHashFunction.java 26 * Skeleton implementation of {@link HashFunction}. Provides default implementations which
  /external/bison/
NEWS 709 neither %yacc, %language, %skeleton, or equivalent command-line
764 ** Java skeleton fixes:
    [all...]
  /external/bison/src/
parse-gram.y 176 PERCENT_SKELETON "%skeleton"
305 the skeleton ignores api.pure, but do warn now if there's a previous
312 | "%skeleton" STRING
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfDebug.h 313 // Holder for the skeleton information.
477 /// \brief Initialize common features of skeleton units.
502 /// emit it here if we don't have a skeleton CU for split dwarf.

Completed in 2284 milliseconds

<<21222324252627282930>>