HomeSort by relevance Sort by last modified time
    Searched full:regular (Results 1 - 25 of 1611) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/proguard/src/proguard/util/
package.html 2 This package contains utility classes for regular expression matching,...
ListParser.java 26 * This StringParser can create StringMatcher instances for regular expressions.
27 * The regular expressions are either presented as a list, or they are
54 // Does the regular expression contain a ',' list separator?
60 * Creates a StringMatcher for the given regular expression, which can
69 // Loop over all simple regular expressions, backward, creating a
93 * Creates a StringMatcher for the given regular expression, which is a
98 // Wrap the matcher if the regular expression starts with a '!' negator.
106 * Returns whether the given simple regular expression is negated.
122 System.out.println("Regular expression ["+args[0]+"]");
FileNameParser.java 26 * This StringParser can create StringMatcher instances for regular expressions
27 * matching file names. The regular expressions can contain the following
29 * '?' for a single regular file name character,
30 * '*' for any number of regular file name characters, and
31 * '**' for any number of regular file name characters or directory separator
91 // Return a matcher for the fixed first part of the regular expression,
106 System.out.println("Regular expression ["+args[0]+"]");
  /external/webkit/JavaScriptCore/tests/mozilla/ecma_2/LexicalConventions/
regexp-literals-002.js 11 var TITLE = "Regular Expression Literals";
15 // A regular expression literal represents an object of type RegExp.
18 "// A regular expression literal represents an object of type RegExp.",
regexp-literals-001.js 12 var TITLE = "Regular Expression Literals";
16 // Regular Expression Literals may not be empty; // should be regarded
24 "// should be a comment, not a regular expression literal",
  /packages/apps/Email/src/org/apache/commons/io/filefilter/
RegexFileFilter.java 26 * Filters files using supplied regular expression(s).
48 /** The regular expression pattern that will be used to match filenames */
52 * Construct a new regular expression filter.
54 * @param pattern regular string expression to match
66 * Construct a new regular expression filter with the specified flags case sensitivity.
68 * @param pattern regular string expression to match
84 * Construct a new regular expression filter with the specified flags.
86 * @param pattern regular string expression to match
98 * Construct a new regular expression filter for a compiled regular expression
    [all...]
  /external/icu4c/i18n/
regextxt.h 9 // This file contains utility code for supporting UText in the regular expression engine.
11 // This class is internal to the regular expression implementation.
12 // For the public Regular Expression API, see the file "unicode/regex.h"
regexst.h 9 // This class is internal to the regular expression implementation.
10 // For the public Regular Expression API, see the file "unicode/regex.h"
15 // all instances of regular expressions.
  /dalvik/dx/tests/057-dex-call-virtual/
info.txt 2 a couple cases of regular virtual method invocation work properly.
  /external/webkit/JavaScriptCore/pcre/
pcre.pri 1 # Perl Compatible Regular Expressions - Qt4 build info
  /ndk/tests/device/test-basic-rtti/
README 2 even if you are not using a regular C++ STL. No <typeinfo> required.
  /libcore/luni/src/main/java/java/util/regex/
MatchResult.java 23 * pair of parentheses in the regular expression and an additional group for
24 * the whole regular expression. The start, end, and contents of each group
34 * the whole regular expression.
53 * Returns the text that matched the whole regular expression.
60 * Returns the text that matched a given group of the regular expression.
72 * the number of groups in the original regular expression.
80 * the whole regular expression.
PatternSyntaxException.java 24 * {@link Pattern}. Might include a detailed description, the original regular
41 * Holds the syntactically incorrect regular expression, or null if the
42 * regular expression is not known.
60 * the syntactically incorrect regular expression, or
61 * {@code null} if the regular expression is not known.
73 * Returns the syntactically incorrect regular expression.
75 * @return the regular expression.
85 * original regular expression, and the index at which the error occured.
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/tr1_impl/
regex 27 * @brief The common implementation file for tr1 and std regular expressions.
38 * @defgroup tr1_regex Regular Expressions
39 * A facility for performing regular expression pattern matching.
49 * @name 5.1 Regular Expression Syntax Options
81 * Specifies that the matching of regular expressions against a character
87 * Specifies that when a regular expression is matched against a character
94 * Specifies that the regular expression engine should pay more attention to
95 * the speed with which regular expressions are matched, and less to the
96 * speed with which regular expression objects are constructed. Otherwise
108 * Specifies that the grammar recognized by the regular expression engine i
    [all...]
  /external/astl/
README 1 ASTL (Android STL) is a slimmed-down version of the regular C++ STL.
4 packages. As a result only a subset of the regular STL is provided. We only add
  /external/e2fsprogs/tests/r_inline_xattr/
expect 3 Inode: 1550 Type: regular Mode: 0644 Flags: 0x0 Generation: 3498507810
13 Inode: 12 Type: regular Mode: 0644 Flags: 0x0 Generation: 3498507810
  /device/samsung/crespo/
vold.fstab 6 ## Regular device mount
  /external/clearsilver/man/man3/
cgiwrap_write.3 31 cgiwrap that replaces fwrite(stdout) in regular CGIs
  /external/chromium/third_party/icu/source/i18n/
regexst.h 9 // This class is internal to the regular expression implementation.
10 // For the public Regular Expression API, see the file "unicode/regex.h"
15 // all instances of regular expressions.
  /external/chromium/third_party/icu/public/i18n/unicode/
uregex.h 13 * ICU Regular Expressions, API for C
18 * \brief C API: Regular Expressions
34 * Structure representing a compiled regular rexpression, plus the results
42 * Constants for Regular Expression Match Modes.
92 * traditional regular expression word boundaries. See
110 * Open (compile) an ICU regular expression. Compiles the regular expression in
112 * The resulting regular expression handle can then be used to perform various
115 * @param pattern The Regular Expression pattern to be compiled.
119 * the regular expression, UREGEX_CASE_INSENSITIVE, fo
    [all...]
  /external/libxml2/include/libxml/
xmlregexp.h 2 * Summary: regular expressions handling
3 * Description: basic API for libxml regular expressions handling used
25 * A libxml regular expression, they can actually be far more complex
34 * A libxml progressive regular expression evaluation context
65 * @exec: the regular expression context
111 * Formal regular expression handling
  /external/protobuf/java/src/main/java/com/google/protobuf/
ExtensionRegistryLite.java 41 * {@code ExtensionRegistryLite}. Similarly, if all your types are regular
43 * make sense to mix the two, since if you have any regular types in your
45 * the lite runtime, so you might as well make all your types be regular types.
47 * where one uses lite types and one uses regular), you may find yourself
59 * lite regular lite ExtensionRegistry
60 * regular regular regular ExtensionRegistry
64 * Note that just as regular types are not allowed to contain lite-type fields,
66 * regular types must be fully accessible via reflection, which in turn mean
    [all...]
  /external/icu4c/i18n/unicode/
uregex.h 13 * ICU Regular Expressions, API for C
18 * \brief C API: Regular Expressions
36 * Structure representing a compiled regular rexpression, plus the results
44 * Constants for Regular Expression Match Modes.
94 * traditional regular expression word boundaries. See
112 * Open (compile) an ICU regular expression. Compiles the regular expression in
114 * The resulting regular expression handle can then be used to perform various
118 * @param pattern The Regular Expression pattern to be compiled.
122 * the regular expression, UREGEX_CASE_INSENSITIVE, fo
    [all...]
  /device/htc/passion-common/
vold.fstab 7 ## Regular device mount
  /external/proguard/src/proguard/classfile/visitor/
ClassNameFilter.java 31 * matches a given regular expression.
43 * @param regularExpression the regular expression against which class names
58 * @param regularExpression the regular expression against which class names
73 * @param regularExpressionMatcher the regular expression against which

Completed in 1507 milliseconds

1 2 3 4 5 6 7 8 91011>>