/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/regex-re2/doc/ |
mksyntaxgo | 25 Package syntax parses regular expressions into parse trees and compiles 26 parse trees into programs. Most clients of regular expressions will use the 31 The regular expression syntax understood by this package when parsing with the Perl flag is as follows.
|
mksyntaxhtml | 25 <title>RE2 regular expression syntax reference</title> 28 <h1>RE2 regular expression syntax reference</h1> 31 <tr><td colspan=2>This page lists the regular expression syntax accepted by RE2.</td></tr>
|
mksyntaxwiki | 20 #summary I define UNIX as ?30 definitions of regular expressions living under one roof.? ?Don Knuth 27 <tr><td colspan="2">This page lists the regular expression syntax accepted by RE2.</td></tr>
|
/external/proguard/src/proguard/util/ |
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]+"]");
|
StringParser.java | 25 * regular expression. 32 * Creates a StringMatcher for the given regular expression.
|
/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. 93 * traditional regular expression word boundaries. See 111 * Open (compile) an ICU regular expression. Compiles the regular expression in 113 * The resulting regular expression handle can then be used to perform various 117 * @param pattern The Regular Expression pattern to be compiled. 121 * 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.rst | 49 **--rfunc** *function-regular-expr* 51 Extract the function(s) matching *function-regular-expr* from the LLVM bitcode. 52 All functions matching the regular expression will be extracted. May be 64 **--rglob** *glob-regular-expr* 66 Extract the global variable(s) matching *global-regular-expr* from the LLVM 67 bitcode. All global variables matching the regular expression will be extracted.
|
/external/llvm/include/llvm/Support/ |
Regex.h | 1 //===-- Regex.h - Regular Expression matcher implementation -*- C++ -*-----===// 10 // This file implements a POSIX regular expression matcher. Both Basic and 11 // Extended POSIX regular expressions (ERE) are supported. EREs were extended 40 /// By default, the POSIX extended regular expression (ERE) syntax is 41 /// assumed. Pass this flag to turn on basic regular expressions (BRE) 46 /// Compiles the given regular expression \p Regex.
|
/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/clang/test/Headers/ |
ms-null-ms-header-vs-stddef.cpp | 11 // nothing in regular builds. This should continue to work even with stddef.h
|
/external/clang/test/SemaCXX/ |
short-wchar-sign.cpp | 6 // Check that short wchar_t is unsigned, and that regular wchar_t is not.
|
/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
|
/frameworks/base/data/fonts/ |
system_fonts.xml | 8 support: regular, bold, italic and bold-italic. If less than four styles are listed, then 30 <file>Roboto-Regular.ttf</file> 62 <file>RobotoCondensed-Regular.ttf</file> 82 <file>DroidSerif-Regular.ttf</file>
|
/frameworks/base/docs/downloads/design/ |
Roboto_Hinted_20111129.zip | |
Roboto_Hinted_20120823.zip | |
/frameworks/compile/mclinker/lib/LD/ |
ELFFileFormat.cpp | 70 LDFileFormat::Regular, 79 LDFileFormat::Regular, 95 LDFileFormat::Regular, 100 LDFileFormat::Regular, 110 LDFileFormat::Regular, 115 LDFileFormat::Regular, 120 LDFileFormat::Regular, 125 LDFileFormat::Regular, 135 LDFileFormat::Regular, 142 LDFileFormat::Regular, [all...] |
/ndk/tests/device/test-basic-exceptions/ |
README | 2 even if you are not using a regular C++ STL. No <stdexcept> required.
|
/external/chromium/chrome/browser/extensions/ |
extension_pref_value_map.h | 17 // extension pref values (incognito and regular) are stored herein and 25 // - The effective regular extension pref value is determined by the regular 29 // another extension with higher precedence overrides it with a regular 42 // .reg = regular value 68 // Note that regular extension pref values need to be reported to 69 // incognito and to regular ExtensionPrefStores. 137 // regardless whether they are set for incognito or regular pref values.
|
/external/llvm/test/Transforms/GlobalOpt/ |
cxx-dtor.ll | 13 define internal void @__cxx_global_var_init() nounwind section "__TEXT,__StaticInit,regular,pure_instructions" { 30 define internal void @_GLOBAL__I_a() nounwind section "__TEXT,__StaticInit,regular,pure_instructions" {
|
/packages/providers/ContactsProvider/ |
Android.mk | 18 # would dilute the coverage results. These options do not affect regular 25 # would dilute the coverage results. These options do not affect regular
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/asm/ |
sigcontext32.h | 25 /* Regular FPU environment */ 35 unsigned short magic; /* 0xffff = regular FPU data only */
|