OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:suffixes
(Results
76 - 100
of
734
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
dircache.py
38
"""Add '/'
suffixes
to directories."""
/external/icu/icu4c/source/i18n/
collationiterator.cpp
323
// All contraction
suffixes
start with characters with lccc!=0
337
// All contraction
suffixes
start with characters with lccc!=0
499
// and therefore need not remember the
suffixes
state from before a mismatch for retrying.
501
UCharsTrie
suffixes
(p);
502
if(skipped != NULL && !skipped->isEmpty()) { skipped->saveTrieState(
suffixes
); }
503
UStringTrieResult match =
suffixes
.firstForCodePoint(c);
507
ce32 = (uint32_t)
suffixes
.getValue();
511
if(skipped != NULL && !skipped->isEmpty()) { skipped->saveTrieState(
suffixes
); }
535
d,
suffixes
, ce32, lookAhead, c, errorCode);
548
match =
suffixes
.nextForCodePoint(c)
[
all
...]
/external/icu/icu4c/source/extra/uconv/
makedata.mak
59
#
Suffixes
for data files
60
.
SUFFIXES
: .ucm .cnv .dll .dat .res .txt .c
/external/llvm/test/Unit/
lit.cfg
12
#
suffixes
: A list of file extensions to treat as test files.
13
config.
suffixes
= []
/frameworks/compile/slang/lit-tests/
lit.cfg
8
#
suffixes
: A list of file extensions to treat as test files.
9
config.
suffixes
= ['.rs']
/external/bison/lib/
Makefile.am
26
SUFFIXES
=
/external/clang/test/Driver/
lto.c
13
// llvm-bc and llvm-ll outputs need to match regular
suffixes
/external/clang/test/Parser/
cxx11-user-defined-literals.cpp
134
void operator""_?""_?(unsigned long long) {} // expected-error {{differing user-defined
suffixes
('_?' and '_?') in string literal concatenation}}
135
void operator""_?""_\u212f(unsigned long long) {} // expected-error {{differing user-defined
suffixes
('_?' and '_?') in string literal concatenation}}
136
void operator""_\u212e""_?(unsigned long long) {} // expected-error {{differing user-defined
suffixes
('_?' and '_?') in string literal concatenation}}
137
void operator""_\u212e""_\u212f(unsigned long long) {} // expected-error {{differing user-defined
suffixes
('_?' and '_?') in string literal concatenation}}
/external/clang/test/Preprocessor/
output_paste_avoid.cpp
41
// Be careful with UD-
suffixes
.
/external/clang/test/SemaTemplate/
canonical-expr-type.cpp
51
// Test canonicalization doesn't conflate different literal
suffixes
.
/external/compiler-rt/test/lsan/
lit.common.cfg
51
config.
suffixes
= ['.c', '.cc', '.cpp']
/external/deqp/framework/delibs/cmake/
toolchain-symbian-gcce.cmake
13
# Set prefixes and
suffixes
for targets
/external/flac/libFLAC/ia32/
Makefile.am
31
SUFFIXES
= .nasm .lo
/external/flac/libFLAC/ppc/as/
Makefile.am
34
SUFFIXES
= .s .lo
/external/flac/libFLAC/ppc/gas/
Makefile.am
34
SUFFIXES
= .s .lo
/external/icu/icu4c/source/samples/cal/
Makefile.in
35
.
SUFFIXES
:
/external/icu/icu4c/source/samples/date/
Makefile.in
35
.
SUFFIXES
:
/external/icu/icu4c/source/samples/ufortune/resources/
fortune_resources.mak
38
.
SUFFIXES
: .txt
/external/icu/icu4c/source/test/compat/
Makefile.in
35
.
SUFFIXES
:
/external/icu/icu4c/source/test/thaitest/
Makefile.in
38
.
SUFFIXES
:
/external/icu/icu4c/source/tools/gentest/
Makefile.in
36
.
SUFFIXES
:
/external/llvm/include/llvm/MC/
StringTableBuilder.h
19
/// \brief Utility for building string tables with deduplicated
suffixes
.
/frameworks/base/packages/DocumentsUI/
wrap_alpha.py
6
# assume everything needs alpha
suffixes
/ndk/sources/host-tools/make-3.81/tests/scripts/options/
dash-B
14
.
SUFFIXES
:
/system/extras/perfprofd/quipper/base/
port.h
11
// DEPRECATED: Use ...LL and ...ULL
suffixes
.
Completed in 418 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>