HomeSort by relevance Sort by last modified time
    Searched refs:Regular (Results 26 - 45 of 45) sorted by null

12

  /prebuilts/go/darwin-x86/src/cmd/doc/
doc_test.go 25 yes []string // Regular expressions that should match.
26 no []string // Regular expressions that should not match.
  /prebuilts/go/linux-x86/src/cmd/doc/
doc_test.go 25 yes []string // Regular expressions that should match.
26 no []string // Regular expressions that should not match.
  /external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/experimental/javascript/closure/string/
string.js 331 * Regular expression used for splitting a string into substrings of fractional
406 * Regular expression used for determining if a string needs to be encoded.
465 * Using statics for the regular expressions and strings is an optimization
527 * Regular expression that matches an ampersand, for use in escaping.
535 * Regular expression that matches a less than sign, for use in escaping.
543 * Regular expression that matches a greater than sign, for use in escaping.
551 * Regular expression that matches a double quote, for use in escaping.
559 * Regular expression that matches any character that needs to be escaped.
664 * Regular expression that matches an HTML entity.
    [all...]
  /external/skia/src/sfnt/
SkOTTable_OS_2_V1.h 363 Regular,
SkOTTable_OS_2_V2.h 378 Regular,
SkOTTable_OS_2_V3.h 388 Regular,
SkOTTable_OS_2_V4.h 420 Regular,
  /prebuilts/go/darwin-x86/src/archive/tar/
common.go 28 TypeReg = '0' // regular file
29 TypeRegA = '\x00' // regular file
173 c_ISREG = 0100000 // Regular file
  /prebuilts/go/linux-x86/src/archive/tar/
common.go 28 TypeReg = '0' // regular file
29 TypeRegA = '\x00' // regular file
173 c_ISREG = 0100000 // Regular file
  /external/llvm/include/llvm/Object/
MachO.h 146 enum class Kind { Regular, Lazy, Weak };
  /external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/experimental/javascript/closure/
json.js 47 // against regular expressions that look for non-JSON patterns. We are
208 * Regular expression used to match characters that need to be replaced.
210 * regular expressions. The condition below detects such behaviour and
211 * adjusts the regular expression accordingly.
  /prebuilts/go/darwin-x86/src/flag/
flag_test.go 344 fs.BoolVar(&flag, "flag", false, "regular flag")
345 // Regular flag invocation should work
354 t.Error("help called for regular flag")
  /prebuilts/go/linux-x86/src/flag/
flag_test.go 344 fs.BoolVar(&flag, "flag", false, "regular flag")
345 // Regular flag invocation should work
354 t.Error("help called for regular flag")
  /prebuilts/go/darwin-x86/src/net/
dial_test.go 559 // Regular division.
  /prebuilts/go/linux-x86/src/net/
dial_test.go 559 // Regular division.
  /external/bison/
maint.mk 209 # Regular expression (ERE) denoting either a forbidden construct
214 # Regular expression (ERE) denoting lines to ignore that matched
468 # re: a regular expression that matches IFF something provided by $h is used.
833 # Create a list of regular expressions matching the names
    [all...]
  /external/llvm/lib/Object/
MachOObjectFile.cpp     [all...]
  /external/v8/src/debug/
debug.js 41 // Regular expression to skip "crud" at the beginning of a source line which is
42 // not really code. Currently the regular expression matches whitespace and
    [all...]
  /ndk/tests/device/test-libc++-shared-full/jni/
Android.mk 19 # The following are for compiling libc++ tests only. Regular code doesn't need them
    [all...]
  /ndk/tests/device/test-libc++-static-full/jni/
Android.mk 19 # The following are for compiling libc++ tests only. Regular code doesn't need them
    [all...]

Completed in 1416 milliseconds

12