Home
last modified time | relevance | path

Searched refs:Regex (Results 1 – 8 of 8) sorted by relevance

/frameworks/rs/rsov/driver/
D.clang-format52 - Regex: '^<.*\.h>'
54 - Regex: '^<.*'
56 - Regex: '.*'
/frameworks/rs/rsov/compiler/
D.clang-format52 - Regex: '^"(llvm|llvm-c|clang|clang-c)/'
54 - Regex: '^(<|"(gtest|isl|json)/)'
56 - Regex: '.*'
/frameworks/base/cmds/incidentd/
D.clang-format16 - Regex: '^"Log\.h"'
/frameworks/base/cmds/statsd/
D.clang-format16 - Regex: '^"Log\.h"'
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf/Reflection/
DDescriptorPool.cs184 private static readonly Regex ValidationRegex = new Regex("^[_A-Za-z][_A-Za-z0-9]*$",
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf/
DJsonParser.cs62 …private static readonly Regex TimestampRegex = new Regex(@"^(?<datetime>[0-9]{4}-[01][0-9]-[0-3][0…
63 …private static readonly Regex DurationRegex = new Regex(@"^(?<sign>-)?(?<int>[0-9]{1,12})(?<subsec…
/frameworks/base/packages/EasterEgg/src/com/android/egg/quares/
DQuaresActivity.kt138 label.text = resName.replace(Regex("^.*/"), "") in checkVictory()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/python/
Dmox.py904 class Regex(Comparator): class