Home
last modified time | relevance | path

Searched defs:suffixes (Results 1 – 25 of 71) sorted by relevance

123

/external/llvm-project/llvm/cmake/modules/
DGetLibraryName.cmake5 set(suffixes ${CMAKE_FIND_LIBRARY_SUFFIXES}) variable
/external/llvm-project/lldb/source/Plugins/Language/ObjCPlusPlus/
DObjCPlusPlusLanguage.cpp20 const auto suffixes = {".h", ".mm"}; in LLDB_PLUGIN_DEFINE() local
/external/icu/icu4c/source/i18n/
Dcollationsets.cpp264 UCharsTrie::Iterator suffixes(p, 0, errorCode); in compareContractions() local
330 UCharsTrie::Iterator suffixes(p, 0, errorCode); in addContractions() local
573 UCharsTrie::Iterator suffixes(p + 2, 0, errorCode); in handleContractions() local
Dcollationiterator.cpp503 UCharsTrie suffixes(p); in nextCE32FromContraction() local
558 const CollationData *d, UCharsTrie &suffixes, uint32_t ce32, in nextCE32FromDiscontiguousContraction()
/external/python/cpython3/Tools/c-analyzer/c_analyzer/common/
Dfiles.py112 def iter_files_by_suffix(root, suffixes, relparent=None, *, argument
/external/llvm/utils/lit/lit/
DTestingConfig.py119 def __init__(self, parent, name, suffixes, test_format, argument
/external/python/cpython2/Doc/tools/
Drstlint.py54 def checker(*suffixes, **kwds):
/external/python/cpython3/Doc/tools/
Drstlint.py55 def checker(*suffixes, **kwds):
/external/rust/crates/regex/src/literal/
Dmod.rs23 pub fn suffixes(_: Literals) -> Self { in suffixes() method
/external/icu/android_icu4j/src/main/java/android/icu/impl/coll/
DTailoredSet.java293 CharsTrie.Iterator suffixes = new CharsTrie(p, pidx).iterator(); in compareContractions() local
365 CharsTrie.Iterator suffixes = new CharsTrie(p, pidx).iterator(); in addContractions() local
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
DTailoredSet.java291 CharsTrie.Iterator suffixes = new CharsTrie(p, pidx).iterator(); in compareContractions() local
363 CharsTrie.Iterator suffixes = new CharsTrie(p, pidx).iterator(); in addContractions() local
/external/cldr/tools/java/org/unicode/cldr/tool/
DGenerateLanguageData.java88 Set<String> suffixes = Iso639Data.getEncompassedForMacro(languageCode); in main() local
/external/llvm-project/clang/docs/tools/
Dgenerate_formatted_state.py32 suffixes = (".cpp", ".h") variable
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/number/
DNumberSkeletonTest.java274 String[] suffixes = { "", "/@##", " scientific", "/@## scientific" }; in stemsRequiringOption() local
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/number/
DNumberSkeletonTest.java271 String[] suffixes = { "", "/@##", " scientific", "/@## scientific" }; in stemsRequiringOption() local
/external/llvm-project/llvm/utils/lit/lit/
DTestingConfig.py104 def __init__(self, parent, name, suffixes, test_format, argument
Dutil.py176 def listdir_files(dirname, suffixes=None, exclude_filenames=None): argument
/external/swiftshader/third_party/llvm-10.0/scripts/
Dupdate.py225 def list_files(src_base, src, dst_base, suffixes): argument
/external/python/cpython3/Tools/c-analyzer/c_analyzer/symbols/
Dfind.py85 suffixes=('.c',), argument
/external/gflags/src/
Dgflags_completions.cc471 static void PushNameWithSuffix(vector<string>* suffixes, const char* suffix) { in PushNameWithSuffix()
483 vector<string> suffixes; in TryFindModuleAndPackageDir() local
/external/tensorflow/tensorflow/core/kernels/
Dragged_tensor_to_sparse_kernel.cc192 std::vector<std::vector<int64>> suffixes{{}}; in MakeIndexSuffixes() local
/external/llvm-project/llvm/utils/
Dextract_symbols.py404 suffixes = ['.lib','.a','.obj','.o'] variable
/external/llvm/utils/
Dextract_symbols.py391 suffixes = ['.lib','.a','.obj','.o'] variable
/external/mesa3d/include/android_stub/backtrace/
DBacktraceMap.h153 void SetSuffixesToIgnore(std::vector<std::string> suffixes) { in SetSuffixesToIgnore()
/external/iptables/extensions/
Dlibxt_rateest.c65 } suffixes[] = { variable

123