HomeSort by relevance Sort by last modified time
    Searched full:regular (Results 76 - 100 of 2509) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/chromium/chrome/browser/extensions/
extension_pref_store.h 21 // Constructs an ExtensionPrefStore for a regular or an incognito profile.
  /external/chromium/chrome/common/extensions/docs/examples/extensions/proxy_configuration/
background.html 25 {'value': persistedSettings.regular});
  /external/icu4c/i18n/
regextxt.cpp 9 // This file contains utility code for supporting UText in the regular expression engine.
  /external/jsr305/ri/src/main/java/javax/annotation/
RegEx.java 14 * This qualifier is used to denote String values that should be a Regular
  /external/llvm/test/CodeGen/ARM/
2009-10-30.ll 3 ; computed when there are 5 or more regular arguments.
  /external/llvm/test/MC/AsmParser/
exprs-invalid.s 3 // CHECK: .section __TEXT,__text,regular,pure_instructions
  /external/mksh/src/
00-NOTE.txt 4 (not part of regular mksh releases anyway)
  /external/oprofile/libregex/
demangle_symbol.h 22 /// normal plus a pass through the regular expression to simplify
  /external/proguard/src/proguard/util/
NameParser.java 24 * This StringParser can create StringMatcher instances for regular expressions
25 * matching names. The regular expressions are interpreted as comma-separated
76 // Return a matcher for the fixed first part of the regular expression,
91 System.out.println("Regular expression ["+args[0]+"]");
  /external/regex-re2/
README 1 This is the source code repository for RE2, a regular expression library.
  /external/webkit/LayoutTests/dom/html/level2/html/
HTMLOptGroupElement01.html 11 <OPTGROUP LABEL="Regular Employees">
HTMLOptGroupElement02.html 11 <OPTGROUP LABEL="Regular Employees">
  /external/webkit/LayoutTests/dom/xhtml/level2/html/
HTMLOptGroupElement01.xhtml 13 <optgroup label="Regular Employees">
HTMLOptGroupElement02.xhtml 13 <optgroup label="Regular Employees">
  /packages/apps/Email/src/org/apache/james/mime4j/field/address/parser/
Token.java 45 * A reference to the next regular (non-special) token from the input
48 * set to null. This is true only if this token is also a regular
56 * token, but after the immediately preceding regular (non-special) token.
63 * immediately follow it (without an intervening regular token). If there
  /packages/apps/Email/src/org/apache/james/mime4j/field/contenttype/parser/
Token.java 45 * A reference to the next regular (non-special) token from the input
48 * set to null. This is true only if this token is also a regular
56 * token, but after the immediately preceding regular (non-special) token.
63 * immediately follow it (without an intervening regular token). If there
  /packages/apps/Email/src/org/apache/james/mime4j/field/datetime/parser/
Token.java 45 * A reference to the next regular (non-special) token from the input
48 * set to null. This is true only if this token is also a regular
56 * token, but after the immediately preceding regular (non-special) token.
63 * immediately follow it (without an intervening regular token). If there
  /system/core/rootdir/etc/
vold.fstab 6 ## Regular device mount
  /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/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"}
  /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

Completed in 431 milliseconds

1 2 34 5 6 7 8 91011>>