Searched
full:suffixes (Results
326 -
350 of
960) sorted by null
<<11121314151617181920>>
/libcore/ojluni/src/main/java/java/util/ |
Scanner.java | [all...] |
/ndk/sources/host-tools/make-3.81/doc/ |
make.info-2 | 521 A double-suffix rule is defined by a pair of suffixes: the target 525 two-suffix rule whose target and source suffixes are `.o' and `.c' is 535 target against a defined list of known suffixes. When `make' sees a 538 suffixes concatenated, this rule is taken as a double-suffix rule. 541 suffixes. Therefore, if you define a rule whose target is `.c.o', 568 suffix or pair of suffixes concatenated as a target in the data base. 570 The known suffixes are simply the names of the prerequisites of the 571 special target `.SUFFIXES'. You can add your own suffixes by writing a 572 rule for `.SUFFIXES' that adds more prerequisites, as in [all...] |
/art/runtime/ |
utf_test.cc | 166 const std::map<std::vector<uint16_t>, std::vector<uint8_t>> suffixes { 184 for (const auto& suffix : suffixes) {
|
/build/kati/ |
dep.cc | 268 if (GetRuleInputs(Intern(".SUFFIXES"), &targets, &loc)) { 272 WARN("%s:%d: kati doesn't support .SUFFIXES with prerequisites",
|
/external/antlr/antlr-3.4/runtime/Python/tests/ |
t060leftrecursion.py | 144 # | '*'^ declarator // binds less tight than suffixes 181 # | '*' declarator -> ^('*' declarator) // binds less tight than suffixes
|
/external/antlr/antlr-3.4/tool/src/test/java/org/antlr/test/ |
TestLeftRecursion.java | 73 " | '*'^ declarator\n" + // binds less tight than suffixes 104 " | '*' declarator -> ^('*' declarator) \n" + // binds less tight than suffixes
|
/external/clang/INPUTS/ |
c99-intconst-1.c | 122 /* Check a decimal value, with all suffixes. */ 140 /* Check an octal or hexadecimal value, with all suffixes. */
|
/external/clang/www/demo/ |
index.cgi | 293 my %suffixes = ( 337 my $extension = $suffixes{ $c->param('language') };
|
/external/icu/icu4c/source/i18n/ |
collationdatabuilder.cpp | 793 // Flatten prefixes and nested suffixes (contractions) [all...] |
/external/libdivsufsort/lib/ |
utils.c | 195 fprintf(stderr, "Suffixes in wrong order.\n" 204 /* check suffixes. */
|
/ndk/sources/host-tools/make-3.81/ |
Makefile.ami | 138 .SUFFIXES: 139 .SUFFIXES: .o .c .h .ps .dvi .info .texinfo
|
SMakefile | 144 .SUFFIXES: 145 .SUFFIXES: .o .c .h .ps .dvi .info .texinfo
|
commands.c | 80 any suffix in the .SUFFIXES list stripped off for 99 for (d = enter_file (".SUFFIXES")->deps; d != 0; d = d->next)
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/ |
cstdint.hpp | 393 // Borland/Intel/Microsoft compilers have width specific suffixes: 502 # endif // Borland/Microsoft specific width suffixes
|
/prebuilts/go/darwin-x86/src/html/template/ |
js.go | 56 // Suffixes for all punctuators from section 7.7 of the language spec 60 // Suffixes for all punctuators from section 7.7 of the language spec
|
/prebuilts/go/linux-x86/src/html/template/ |
js.go | 56 // Suffixes for all punctuators from section 7.7 of the language spec 60 // Suffixes for all punctuators from section 7.7 of the language spec
|
/toolchain/binutils/binutils-2.25/bfd/po/ |
Make-in | 68 .SUFFIXES: 69 .SUFFIXES: .c .o .po .pox .gmo .mo .msg .cat
|
/toolchain/binutils/binutils-2.25/gas/doc/ |
c-arc.texi | 236 Determines the kinds of suffixes to be allowed. Valid values are 239 conditional suffixes and flag setting by the extension instruction.
|
/cts/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/build/ |
CompatibilityBuildHelper.java | 249 * @return a {@link String} to use for directory suffixes created from the given time.
|
/cts/tests/tests/assist/common/src/android/assist/common/ |
Utils.java | 81 /** Test name suffixes */
|
/external/ImageMagick/config/ |
missing | 60 Version suffixes to PROGRAM as well as the prefixes 'gnu-', 'gnu', and
|
/external/autotest/server/site_tests/brillo_BootLoader/ |
brillo_BootLoader.py | 31 """Gets number of slots supported and slot suffixes used.
|
/external/c-ares/ |
Makefile.am | 152 SUFFIXES = .3 .html
|
/external/cblas/src/ |
Makefile | 242 .SUFFIXES: .o .c .f
|
/external/chromium-trace/catapult/third_party/typ/typ/ |
runner.py | 344 self._add_tests_to_set(test_set, args.suffixes, 377 def _add_tests_to_set(self, test_set, suffixes, top_level_dir, classifier, 390 for suffix in suffixes: 395 for suffix in suffixes:
|
Completed in 1214 milliseconds
<<11121314151617181920>>