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

12 3 4 5 6 7 8 91011>>

  /frameworks/base/data/fonts/
Android.mk 38 $(eval $(call create-font-symlink,DroidSans.ttf,Roboto-Regular.ttf))
48 LOCAL_MODULE := DroidSansEthiopic-Regular.ttf
56 LOCAL_MODULE := DroidSansTamil-Regular.ttf
91 DroidSansEthiopic-Regular.ttf \
92 DroidSansTamil-Regular.ttf \
128 Roboto-Regular.ttf \
132 DroidSerif-Regular.ttf \
144 $(eval $(call create-font-symlink,Roboto-Light.ttf,Roboto-Regular.ttf))
146 $(eval $(call create-font-symlink,RobotoCondensed-Regular.ttf,Roboto-Regular.ttf)
    [all...]
fallback_fonts-ja.xml 9 handle (the order is: regular, bold, italic, and bold-italic). The order in which the
37 <file>DroidNaskh-Regular-SystemUI.ttf</file>
42 <file>DroidSansEthiopic-Regular.ttf</file>
47 <file>DroidSansHebrew-Regular.ttf</file>
68 <file>DroidSansDevanagari-Regular.ttf</file>
73 <file>DroidSansTamil-Regular.ttf</file>
  /prebuilts/gcc/linux-x86/host/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...]
  /prebuilts/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/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...]
  /prebuilts/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/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...]
  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/include/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...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/tr1/
regex 51 * @defgroup tr1_regex Regular Expressions
52 * A facility for performing regular expression pattern matching.
64 * @name 5.1 Regular Expression Syntax Options
96 * Specifies that the matching of regular expressions against a character
102 * Specifies that when a regular expression is matched against a character
109 * Specifies that the regular expression engine should pay more attention to
110 * the speed with which regular expressions are matched, and less to the
111 * speed with which regular expression objects are constructed. Otherwise
123 * Specifies that the grammar recognized by the regular expression engine is
128 * POSIX regular expression grammar
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/tr1/
regex 51 * @defgroup tr1_regex Regular Expressions
52 * A facility for performing regular expression pattern matching.
64 * @name 5.1 Regular Expression Syntax Options
96 * Specifies that the matching of regular expressions against a character
102 * Specifies that when a regular expression is matched against a character
109 * Specifies that the regular expression engine should pay more attention to
110 * the speed with which regular expressions are matched, and less to the
111 * speed with which regular expression objects are constructed. Otherwise
123 * Specifies that the grammar recognized by the regular expression engine is
128 * POSIX regular expression grammar
    [all...]
  /external/proguard/src/proguard/util/
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/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
13 Inode: 12 Type: regular Mode: 0644 Flags: 0x0
  /libcore/luni/src/main/java/java/util/regex/
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 occurred.
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
regex.h 36 * @defgroup regex Regular Expressions
37 * A facility for performing regular expression pattern matching.
43 * @brief Describes aspects of a regular expression.
45 * A regular expression traits class that satisfies the requirements of
334 * Objects of specializations of this class represent regular expressions
337 * Storage for the regular expression is allocated and deallocated as
380 * Constructs a basic regular expression that does not match any
390 * @brief Constructs a basic regular expression from the sequence
395 * containing a regular expression.
398 * @throws regex_error if @p p is not a valid regular expression
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
regex.h 36 * @defgroup regex Regular Expressions
37 * A facility for performing regular expression pattern matching.
43 * @brief Describes aspects of a regular expression.
45 * A regular expression traits class that satisfies the requirements of
334 * Objects of specializations of this class represent regular expressions
337 * Storage for the regular expression is allocated and deallocated as
380 * Constructs a basic regular expression that does not match any
390 * @brief Constructs a basic regular expression from the sequence
395 * containing a regular expression.
398 * @throws regex_error if @p p is not a valid regular expression
    [all...]
  /cts/tests/tests/webkitsecurity/assets/
regexp-charclass-crash.html 1 <p>Tests a crash in the regular expression engine. If this test prints a PASS message, then it succeeded.</p>
  /device/moto/wingray/
vold.fstab 4 ## Regular device mount
  /external/v8/test/mjsunit/
define-property-gc.js 31 function Regular() {
40 var regular = new Regular();
41 Object.defineProperty(regular, '1', descElementNonWritable);
  /external/v8/test/mjsunit/regress/
regress-1174.js 33 function Regular() {
39 var regular = new Regular();
40 %DeoptimizeFunction(Regular);
  /external/icu4c/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/javassist/src/main/javassist/tools/reflect/
package.html 8 accesses on a regular Java object. It provides a class
14 translating a regular class into a reflective class.
28 uses only the regular Javassist API; they never call any hidden
  /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 expression, 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...]
  /external/llvm/docs/
re_format.7 43 .Nd POSIX regular expressions
45 Regular expressions (REs),
49 basic regular expressions
51 and extended regular expressions
53 Both forms of regular expressions are supported
56 Applications dealing with regular expressions
73 This manual page first describes regular expressions in general,
74 specifically extended regular expressions,
75 and then discusses differences between them and basic regular expressions.
76 .Sh EXTENDED REGULAR EXPRESSION
    [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/llvm/docs/CommandGuide/
llvm-extract.pod 40 =item B<--rfunc> I<function-regular-expr>
42 Extract the function(s) matching I<function-regular-expr> from the LLVM bitcode.
43 All functions matching the regular expression will be extracted. May be
51 =item B<--rglob> I<glob-regular-expr>
53 Extract the global variable(s) matching I<global-regular-expr> from the LLVM
54 bitcode. All global variables matching the regular expression will be extracted.

Completed in 1392 milliseconds

12 3 4 5 6 7 8 91011>>