HomeSort by relevance Sort by last modified time
    Searched full:regular (Results 176 - 200 of 4331) sorted by null

1 2 3 4 5 6 78 91011>>

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
fnmatch.py 6 The functions operate by translating the pattern into a regular
7 expression. They cache the compiled regular expressions for speed.
9 The function translate(PATTERN) returns a regular expression
82 """Translate a shell PATTERN to a regular expression.
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
fnmatch.py 6 The functions operate by translating the pattern into a regular
7 expression. They cache the compiled regular expressions for speed.
9 The function translate(PATTERN) returns a regular expression
82 """Translate a shell PATTERN to a regular expression.
  /external/antlr/antlr-3.4/runtime/Python/
pylintrc 138 # A regular expression matching names used for dummy variables (i.e. not used).
161 # Regular expression which should only match functions or classes name which do
165 # Regular expression which should only match correct module names
168 # Regular expression which should only match correct module level names
171 # Regular expression which should only match correct class names
174 # Regular expression which should only match correct function names
177 # Regular expression which should only match correct method names
180 # Regular expression which should only match correct instance attribute names
183 # Regular expression which should only match correct argument names
186 # Regular expression which should only match correct variable name
    [all...]
  /external/chromium/chrome/common/extensions/docs/examples/extensions/proxy_configuration/_locales/en/
messages.json 23 "message": "Setting regular proxy settings failed. Sorry!",
24 "description": "Error message, displayed when failing to set regular proxy settings."
  /external/chromium/net/ftp/
ftp_directory_listing_parser_netware_unittest.cc 34 // The parser requires a "total n" line before accepting regular input.
61 // The parser requires a "total n" line before accepting regular input.
  /external/chromium_org/chrome/browser/chromeos/login/
user_flow.h 42 // UserFlow implementation for regular login flow.
57 // UserFlow stub for non-regular flows.
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/proxy_configuration/_locales/en/
messages.json 23 "message": "Setting regular proxy settings failed. Sorry!",
24 "description": "Error message, displayed when failing to set regular proxy settings."
  /external/chromium_org/v8/test/mjsunit/
regexp-call-as-function.js 28 // Test that regular expressions can be called as functions. Calling
29 // a regular expression as a function corresponds to calling it's exec
  /external/clang/test/CodeGenObjC/
image-info.m 10 // CHECK-FRAGILE-NEXT: !2 = metadata !{i32 1, metadata !"Objective-C Image Info Section", metadata !"__OBJC, __image_info,regular"}
16 // CHECK-NONFRAGILE-NEXT: !2 = metadata !{i32 1, metadata !"Objective-C Image Info Section", metadata !"__DATA, __objc_imageinfo, regular, no_dead_strip"}
metadata-symbols-64.m 26 // CHECK: @"\01L_OBJC_CLASSLIST_SUP_REFS_$_{{[0-9]*}}" = internal global {{.*}} section "__DATA, __objc_superrefs, regular, no_dead_strip", align 8
28 // CHECK: @"\01L_OBJC_CLASSLIST_SUP_REFS_$_{{[0-9]*}}" = internal global {{.*}} section "__DATA, __objc_superrefs, regular, no_dead_strip", align 8
30 // CHECK: @"\01L_OBJC_CLASSLIST_REFERENCES_$_{{[0-9]*}}" = internal global {{.*}} section "__DATA, __objc_classrefs, regular, no_dead_strip", align 8
32 // CHECK: @"\01L_OBJC_LABEL_CLASS_$" = internal global {{.*}} section "__DATA, __objc_classlist, regular, no_dead_strip", align 8
33 // CHECK: @"\01L_OBJC_LABEL_CATEGORY_$" = internal global {{.*}} section "__DATA, __objc_catlist, regular, no_dead_strip", align 8
  /external/llvm/test/Transforms/GlobalOpt/
externally-initialized-global-ctr.ll 15 define internal void @__cxx_global_var_init() section "__TEXT,__StaticInit,regular,pure_instructions" {
21 define internal void @_GLOBAL__I_a() section "__TEXT,__StaticInit,regular,pure_instructions" {
  /external/v8/test/mjsunit/
regexp-call-as-function.js 28 // Test that regular expressions can be called as functions. Calling
29 // a regular expression as a function corresponds to calling it's exec
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
regexp.h 39 by mapping to the POSIX regular expression matcher. The interface
49 GETC() Return the value of the next character in the regular
53 PEEKC() Return the value of the next character in the regular
63 the compiled regular expression.
78 50 Regular expression overflow.
114 the compiled regular expression. */
206 /* Find the next match in STRING. The compiled regular expression is
213 /* Match the beginning of STRING with the compiled regular expression
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
regexp.h 39 by mapping to the POSIX regular expression matcher. The interface
49 GETC() Return the value of the next character in the regular
53 PEEKC() Return the value of the next character in the regular
63 the compiled regular expression.
78 50 Regular expression overflow.
114 the compiled regular expression. */
206 /* Find the next match in STRING. The compiled regular expression is
213 /* Match the beginning of STRING with the compiled regular expression
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
regexp.h 39 by mapping to the POSIX regular expression matcher. The interface
49 GETC() Return the value of the next character in the regular
53 PEEKC() Return the value of the next character in the regular
63 the compiled regular expression.
78 50 Regular expression overflow.
114 the compiled regular expression. */
206 /* Find the next match in STRING. The compiled regular expression is
213 /* Match the beginning of STRING with the compiled regular expression
  /external/chromium_org/third_party/sqlite/src/ext/rtree/
README 24 3 and 11. Unlike regular SQLite tables, r-tree tables are strongly
49 use a regular DROP TABLE statement:
63 column of a regular table. The system automatically assigns
83 by regular tables. However, some query patterns are more efficient
87 regular tables).
92 indices on regular tables.
  /external/chromium_org/content/renderer/media/android/
media_source_delegate.h 83 // expectation that a regular seek will be arriving and to trivially finish
84 // any browser seeks that may be requested prior to the regular seek.
89 // Also sets the expectation that a regular seek will be arriving and to
91 // regular seek.
242 // not a regular seek is expected soon. If a regular seek is expected soon,
244 // regular seek, if using |chunk_demuxer_|, and any requested browser seek
  /external/chromium_org/third_party/re2/re2/testing/
regexp_generator.cc 5 // Regular expression generator: generates all possible
6 // regular expressions within parameters (see regexp_generator.h for details).
20 // Then RunPostfix turns each sequence into a regular expression
57 // Generates all possible regular expressions (within the parameters),
64 // Generates random regular expressions, calling HandleRegexp for each one.
89 // Each sequence is handed off to RunPostfix to generate a regular expression.
177 // Interprets the postfix command sequence to create a regular expression
exhaustive_tester.cc 5 // Exhaustive testing of regular expression matching.
8 // a maximum regular expression length, and a maximum number of letters
9 // that can appear in the regular expression. Given these parameters,
10 // it tries every possible regular expression and string, verifying that
28 "Stop testing a regular expression after finding this many "
  /external/regex-re2/re2/testing/
regexp_generator.cc 5 // Regular expression generator: generates all possible
6 // regular expressions within parameters (see regexp_generator.h for details).
20 // Then RunPostfix turns each sequence into a regular expression
57 // Generates all possible regular expressions (within the parameters),
64 // Generates random regular expressions, calling HandleRegexp for each one.
89 // Each sequence is handed off to RunPostfix to generate a regular expression.
177 // Interprets the postfix command sequence to create a regular expression
  /external/llvm/tools/llvm-extract/
llvm-extract.cpp 56 // ExtractRegExpFuncs - The functions, matched via regular expression, to
60 "regular expression"),
69 // ExtractRegExpAliases - The aliases, matched via regular expression, to
73 "regular expression"),
81 // ExtractRegExpGlobals - The globals, matched via regular expression, to
85 "regular expression"),
125 // Extract aliases via regular expression matching.
159 // Extract globals via regular expression matching.
192 // Extract functions via regular expression matching.
  /ndk/sources/host-tools/ndk-stack/
ndk-stack-parser.c 54 /* Compiled regular expressions */
67 /* Regular expression for the process ID information line. */
70 /* Regular expression for the signal information line. */
73 /* Regular expression for the frame information line. */
93 /* Matches a string against a regular expression.
95 * line - String to matches against the regular expression.
96 * regex - Regular expression to match the string against.
98 * string that matches the regular expression.
158 /* Release compiled regular expressions */
  /development/tools/idegen/
README 57 has one regular expression per line that matches paths (relative to the
59 use Java's regular expression parser (see java.util.regex.Parser).
64 this regular expression: "^packages/apps/(?!Browser)".
70 Each line in the file is a regular expression that matches a source root
72 path matches a regular expression that comes earlier in the file, that
  /external/chromium_org/ui/gfx/
matrix3_unittest.cc 79 Matrix3F regular = Matrix3F::Zeros(); local
80 regular.set(0.57f, 0.205f, 0.942f,
83 Matrix3F inv_regular = regular.Inverse();
84 regular.set(2.51540616f, -0.55138018f, -1.98968043f,
87 EXPECT_TRUE(regular.IsNear(inv_regular, 0.00001f));
  /external/llvm/test/CodeGen/X86/
2007-09-17-ObjcFrameEH.ll 22 [1 x %struct._objc_category*] [ %struct._objc_category* bitcast ({ i8*, i8*, %struct._objc_method_list*, i32, i32, i32, i32 }* @"\01L_OBJC_CATEGORY_NSString_local" to %struct._objc_category*) ] }, section "__OBJC,__symbols,regular,no_dead_strip" ; <{ i32, i32, i16, i16, [1 x %struct._objc_category*] }*> [#uses=2]
29 i8* bitcast (i8 (%struct.NSString*, %struct.objc_selector*) * @"-[NSString(local) isNullOrNil]" to i8*) } ] }, section "__OBJC,__cat_inst_meth,regular,no_dead_strip" ; <{ i32, i32, [1 x %struct._objc_method] }*> [#uses=3]
37 i32 0 }, section "__OBJC,__category,regular,no_dead_strip" ; <{ i8*, i8*, %struct._objc_method_list*, i32, i32, i32, i32 }*> [#uses=2]
38 @"\01L_OBJC_IMAGE_INFO" = internal constant [2 x i32] zeroinitializer, section "__OBJC,__image_info,regular" ; <[2 x i32]*> [#uses=1]
43 %struct._objc_symtab* bitcast ({ i32, i32, i16, i16, [1 x %struct._objc_category*] }* @"\01L_OBJC_SYMBOLS" to %struct._objc_symtab*) }, section "__OBJC,__module_info,regular,no_dead_strip" ; <%struct._objc_module*> [#uses=1]

Completed in 2882 milliseconds

1 2 3 4 5 6 78 91011>>