HomeSort by: relevance | last modified time | path
    Searched refs:Regular (Results 1 - 25 of 32) sorted by relevancy

1 2

  /src/external/ofl/font-liberation-ttf/
Makefile 13 LiberationMono-Italic.ttf LiberationMono-Regular.ttf \
15 LiberationSans-Italic.ttf LiberationSans-Regular.ttf \
17 LiberationSerif-Italic.ttf LiberationSerif-Regular.ttf
  /src/external/gpl3/gcc/dist/libsanitizer/lsan/
lsan_posix.h 45 ThreadType thread_type = ThreadType::Regular);
lsan_fuchsia.cpp 59 ThreadContextLsanBase::ThreadStart(tid, GetTid(), ThreadType::Regular, &args);
  /src/external/gpl3/gcc.old/dist/libsanitizer/lsan/
lsan_posix.h 45 ThreadType thread_type = ThreadType::Regular);
lsan_fuchsia.cpp 58 ThreadContextLsanBase::ThreadStart(tid, GetTid(), ThreadType::Regular, &args);
  /src/external/bsd/openldap/dist/libraries/liblunicode/ure/
README 27 Unicode and Regular Expressions
30 This is a simple regular expression package for matching against Unicode text
40 o Regular expression and text already normalized.
158 * Allocate the dynamic storage needed to compile regular expressions.
162 for each regular expression in a list {
163 re = next regular expression;
167 * Compile the regular expression with the case insensitive flag
  /src/external/bsd/zstd/dist/contrib/pzstd/
Options.h 25 enum class WriteMode { Regular, Auto, Sparse };
Options.cpp 143 writeMode = WriteMode::Regular;
  /src/external/apache2/llvm/dist/clang/lib/IndexSerialization/
SerializablePathCollection.cpp 72 PathPool::RootDirKind Root = PathPool::RootDirKind::Regular;
83 if (Root != PathPool::RootDirKind::Regular) {
  /src/external/apache2/llvm/dist/clang/include/clang/IndexSerialization/
SerializablePathCollection.h 48 Regular = 0,
  /src/external/gpl3/gdb.old/dist/gdb/
gdb_buildall.sh 39 -e <regexp> Regular expression for selecting the targets to build.
73 # A regular expression for selecting targets
gdb_mbuild.sh 37 -e <regexp> Regular expression for selecting the targets to build.
85 # A regular expression for selecting targets
  /src/external/gpl3/gdb/dist/gdb/
gdb_buildall.sh 39 -e <regexp> Regular expression for selecting the targets to build.
73 # A regular expression for selecting targets
gdb_mbuild.sh 37 -e <regexp> Regular expression for selecting the targets to build.
85 # A regular expression for selecting targets
  /src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
sanitizer_thread_registry.h 33 Regular, // Normal thread
sanitizer_thread_registry.cpp 23 thread_type(ThreadType::Regular), parent_tid(0), next(0) {
  /src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
sanitizer_thread_registry.h 32 Regular, // Normal thread
sanitizer_thread_registry.cpp 21 thread_type(ThreadType::Regular), parent_tid(0), next(0) {
  /src/external/gpl3/gcc/dist/libsanitizer/asan/
asan_fuchsia.cpp 217 asanThreadRegistry().StartThread(thread->tid(), os_id, ThreadType::Regular,
asan_thread.cpp 284 asanThreadRegistry().StartThread(tid(), os_id, ThreadType::Regular, nullptr);
  /src/external/gpl3/gcc.old/dist/libsanitizer/asan/
asan_fuchsia.cpp 219 asanThreadRegistry().StartThread(thread->tid(), os_id, ThreadType::Regular,
asan_thread.cpp 266 asanThreadRegistry().StartThread(tid(), os_id, ThreadType::Regular, nullptr);
  /src/external/gpl3/gcc.old/dist/libsanitizer/tsan/
tsan_rtl.cpp 416 ThreadStart(thr, tid, GetTid(), ThreadType::Regular);
  /src/usr.bin/make/unit-tests/
directive-for.mk 192 # Regular global variables and the "variables" from the .for loop don't
  /src/external/apache2/llvm/dist/llvm/include/llvm/Object/
MachO.h 213 enum class Kind { Regular, Lazy, Weak };

Completed in 37 milliseconds

1 2