/external/llvm/autoconf/m4/ |
sanity_check.m4 | 3 dnl output with a regular expression. If the output is non-empty, the program
|
/external/llvm/test/ExecutionEngine/RuntimeDyld/X86/ |
MachO_x86-64_PIC_relocations.s | 5 .section __TEXT,__text,regular,pure_instructions
|
/external/llvm/test/Instrumentation/AddressSanitizer/ |
do-not-touch-odr-global.ll | 1 ; This test checks that we instrument regular globals, but do not touch
|
/external/llvm/test/MC/MachO/ARM/ |
long-call-branch-island-relocation.s | 28 .section __TEXT,initcode,regular,pure_instructions
|
/external/pdfium/core/src/fxge/ge/ |
fx_ge_linux.cpp | 66 {{"TakaoPGothic", "VL PGothic", "IPAPGothic", "VL Gothic", "Kochi Gothic", "VL Gothic regular"}},
67 {{"TakaoGothic", "VL Gothic", "IPAGothic", "Kochi Gothic", NULL, "VL Gothic regular"}},
68 {{"TakaoPMincho", "IPAPMincho", "VL Gothic", "Kochi Mincho", NULL, "VL Gothic regular"}},
69 {{"TakaoMincho", "IPAMincho", "VL Gothic", "Kochi Mincho", NULL, "VL Gothic regular"}},
|
/external/proguard/examples/annotations/examples/ |
NativeCallBack.java | 19 * The -keep option regular ProGuard configuration will make sure it is
|
/external/protobuf/java/src/test/java/com/google/protobuf/ |
LiteTest.java | 57 // Since lite messages are a subset of regular messages, we can mostly 59 // tested by the regular tests. All this test really verifies is that 85 // implemented completely differently from the regular library. We 99 // different code path between lite and regular libraries, and as of this
|
/external/regex-re2/re2/ |
onepass.cc | 8 // regular expression search with submatch tracking for 9 // what I call "one-pass regular expressions". (An alternate 10 // name might be "backtracking-free regular expressions".) 12 // One-pass regular expressions have the property that 29 // A simple intuition for identifying one-pass regular expressions 37 // But if we have a one-pass regular expression, there is no 41 // On a one-pass regular expression, the NFA code in nfa.cc 46 // One-pass regular expressions get used a lot when RE is 51 // "One-unambiguous regular languages", Information and Computation 142(2). 66 // non-determinism in an NFA for a one-pass regular expressio [all...] |
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/ |
ShadowSpannableStringBuilder.java | 10 * Shadow of {@code SpannableStringBuilder} implemented using a regular {@code StringBuilder}
|
/external/skia/src/gpu/ |
GrTest.cpp | 29 // GrDrawTarget and regular drawing. We could also assert or fail in GrContext drawing methods
|
/external/valgrind/main/drd/tests/ |
recursive_mutex.c | 2 * Note: locking a regular mutex twice causes a deadlock.
|
/external/webrtc/src/system_wrappers/interface/ |
rw_lock_wrapper.h | 15 // these OSs regular critical sections have been used to approximate RW lock
|
/frameworks/base/core/java/com/android/internal/util/ |
Predicate.java | 23 * given regular expression.
|
/frameworks/base/media/java/android/media/ |
MediaCodecList.java | 37 * Count the number of available (regular) codecs. 52 * the given {@code index} in the regular list. 129 * for regular (buffer-to-buffer) decoding or encoding. 138 * not suitable for regular (buffer-to-buffer) decoding or encoding. These
|
/packages/apps/KeyChain/support/src/com/android/keychain/tests/support/ |
IKeyChainServiceTestSupport.aidl | 22 * KeyChainServiceTest which needs to run as a regular app user, but
|
/packages/apps/Mms/tests/src/com/android/mms/util/ |
PhoneNumberComparisonTest.java | 36 // test comparing one shortcode to a regular phone number
|
/packages/apps/PhoneCommon/res/values-land/ |
styles.xml | 31 <item name="android:fontFamily">sans-serif-regular</item>
|
/packages/apps/UnifiedEmail/src/com/android/mail/utils/ |
ConversationViewUtils.java | 34 // apply a correction to the default body text style to get regular text to the size we want
|
/packages/providers/CalendarProvider/ |
Android.mk | 36 # would dilute the coverage results. These options do not affect regular
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/ |
setuptools_extension.py | 45 """Just like a regular Extension, but built as a library instead"""
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
sre_constants.py | 2 # Secret Labs' Regular Expression Engine 4 # various symbols used by the regular expression engine. 226 * Secret Labs' Regular Expression Engine 228 * regular expression matching engine
|
re.py | 2 # Secret Labs' Regular Expression Engine 17 r"""Support for regular expressions (RE). 19 This module provides regular expression matching operations similar to 24 Regular expressions can contain both special and ordinary characters. 26 regular expressions; they simply match themselves. You can 48 (?:...) Non-grouping version of regular parentheses. 78 match Match a regular expression pattern to the beginning of a string. 86 purge Clear the regular expression cache. 189 "Compile a regular expression pattern, returning a pattern object." 193 "Clear the regular expression cache [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/ |
setuptools_extension.py | 45 """Just like a regular Extension, but built as a library instead"""
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
sre_constants.py | 2 # Secret Labs' Regular Expression Engine 4 # various symbols used by the regular expression engine. 226 * Secret Labs' Regular Expression Engine 228 * regular expression matching engine
|
/prebuilts/tools/common/proguard/proguard4.7/examples/annotations/examples/ |
NativeCallBack.java | 19 * The -keep option regular ProGuard configuration will make sure it is
|