/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/tr1/ |
modified_bessel_func.tcc | 71 * @param __Inu The output regular modified Bessel function. 73 * @param __Ipnu The output derivative of the regular 249 * @brief Return the regular modified Bessel function of order 252 * The regular modified cylindrical Bessel function is: 258 * @param __nu The order of the regular modified Bessel function. 259 * @param __x The argument of the regular modified Bessel function. 260 * @return The output regular modified Bessel function. 324 * @param __i_n The output regular modified spherical Bessel function. 327 * @param __ip_n The output derivative of the regular modified
|
/external/chromium_org/testing/gtest/src/ |
gtest-port.cc | 152 // Returns true iff regular expression re matches the entire str. 160 // Returns true iff regular expression re matches a substring of str 173 // Reserves enough bytes to hold the regular expression used for a 193 << "Regular expression \"" << regex 194 << "\" is not a valid POSIX Extended regular expression."; 252 << " in simple regular expression \"" << regex << "\": ").GetString(); 262 ADD_FAILURE() << "NULL is not a valid simple regular expression."; 313 // Matches a repeated regex atom followed by a valid simple regular 345 // valid simple regular expression and not start with "^", or the 376 // a valid simple regular expression, or the result is undefined [all...] |
/external/chromium_org/third_party/icu/source/i18n/unicode/ |
regex.h | 13 * ICU Regular Expressions, API for C++ 23 * \brief C++ API: Regular Expressions 25 * <h2>Regular Expression API</h2> 27 * <p>The ICU API for processing regular expressions consists of two classes, 30 * regular expression. They are created from a regular expression pattern string, 33 * <p>Class <code>RegexMatcher</code> bundles together a regular expression 39 * <p>Note that by constructing <code>RegexMatcher</code> objects directly from regular 90 * Class <code>RegexPattern</code> represents a compiled regular expression. It includes 92 * of a regular expression, methods for creating RegexMatchers that allow the patter [all...] |
/libcore/luni/src/main/java/java/util/regex/ |
Pattern.java | 24 * Patterns are compiled regular expressions. In many cases, convenience methods such as 27 * with the same regular expression, it may be more efficient to compile it once and reuse it. 45 * <h3>Regular expression syntax</h3> 51 * <p>Java supports a subset of Perl 5 regular expression syntax. An important gotcha is that Java 52 * has no regular expression literals, and uses plain old string literals instead. This means that 53 * you need an extra level of escaping. For example, the regular expression {@code \s+} has to 115 * <p>Quantifiers match some number of instances of the preceding regular expression. 212 * <p>The regular expression implementation used in Android is provided by 213 * <a href="http://www.icu-project.org">ICU</a>. The notation for the regular 216 * expected, but in rare cases Android may accept a regular expression that i [all...] |
/ndk/sources/host-tools/sed-4.2.1/po/ |
ro.po | 148 msgid "couldn't edit %s: not a regular file" 183 msgid "no previous regular expression" 184 msgstr "nici o expresie regular? anterioar?" 214 " use Perl 5's regular expressions syntax in the script.\n" 306 " use extended regular expressions in the script.\n" 450 msgid "Invalid regular expression" 451 msgstr "Expresie regular? incorect?" 494 msgid "Invalid preceding regular expression" 495 msgstr "Expresie regular? precedent? incorect?" 498 msgid "Premature end of regular expression [all...] |
id.po | 149 msgid "couldn't edit %s: not a regular file" 150 msgstr "tidak dapat mengubah %s: bukan berkas regular" 184 msgid "no previous regular expression" 215 " use Perl 5's regular expressions syntax in the script.\n" 312 " use extended regular expressions in the script.\n" 315 " gunakan ekspresi ekstensi regular dalam skrip.\n" 454 msgid "Invalid regular expression" 498 msgid "Invalid preceding regular expression" 502 msgid "Premature end of regular expression" 506 msgid "Regular expression too big [all...] |
/ndk/sources/third_party/googletest/googletest/src/ |
gtest-port.cc | 152 // Returns true iff regular expression re matches the entire str. 160 // Returns true iff regular expression re matches a substring of str 173 // Reserves enough bytes to hold the regular expression used for a 193 << "Regular expression \"" << regex 194 << "\" is not a valid POSIX Extended regular expression."; 252 << " in simple regular expression \"" << regex << "\": ").GetString(); 262 ADD_FAILURE() << "NULL is not a valid simple regular expression."; 313 // Matches a repeated regex atom followed by a valid simple regular 345 // valid simple regular expression and not start with "^", or the 376 // a valid simple regular expression, or the result is undefined [all...] |
/ndk/sources/host-tools/sed-4.2.1/doc/ |
sed.info | 60 * Extended regexps:: `egrep'-style regular expressions 71 * Regular Expressions:: Overview of regular expression syntax 225 Use extended regular expressions rather than basic regular 229 portable. *Note Extended regular expressions: Extended regexps. 288 * Regular Expressions:: Overview of regular expression syntax 331 File: sed.info, Node: Addresses, Next: Regular Expressions, Prev: Execution Cycle, Up: sed Programs 357 This will select any line which matches the regular expressio [all...] |
sed-in.texi | 88 * Extended regexps:: @command{egrep}-style regular expressions 90 * Perl regexps:: Perl-style regular expressions 103 * Regular Expressions:: Overview of regular expression syntax 131 Perl regexps:: Perl-style regular expressions 324 @cindex Extended regular expressions, choosing 325 @cindex @acronym{GNU} extensions, extended regular expressions 326 Use extended regular expressions rather than basic 327 regular expressions. Extended regexps are those that 331 @xref{Extended regexps, , Extended regular expressions} [all...] |
sed.texi | 89 * Extended regexps:: @command{egrep}-style regular expressions 91 * Perl regexps:: Perl-style regular expressions 104 * Regular Expressions:: Overview of regular expression syntax 132 Perl regexps:: Perl-style regular expressions 325 @cindex Extended regular expressions, choosing 326 @cindex @acronym{GNU} extensions, extended regular expressions 327 Use extended regular expressions rather than basic 328 regular expressions. Extended regexps are those that 332 @xref{Extended regexps, , Extended regular expressions} [all...] |
sed.1 | 53 use extended regular expressions in the script. 306 Match lines matching the regular expression 310 Match lines matching the regular expression 333 is a regular expression. 350 .SH "REGULAR EXPRESSIONS" 357 sequence in a regular expression matches the newline character,
|
/external/chromium_org/tools/gyp/tools/emacs/ |
gyp.el | 52 "Regular expression to introduce 'dependencies' section") 57 "Regular expression to introduce 'sources' sections") 61 "Regular expression to introduce conditions sections") 65 "Regular expression to introduce variables sections") 69 "Regular expression to introduce 'defines' sections") 73 "Regular expression to introduce 'targets' sections")
|
/external/jsilver/src/com/google/streamhtmlparser/impl/ |
JavascriptParserImpl.java | 142 * division operator or if it opens a regular expression literal. 149 * regular expression literal (or the opening of a javascript comment, 156 * regular expression, we rule out the later as it is an uncommon practice. 162 * opening a regular expression, if not, then we have a division operator. 167 * Division of a regular expression: var result = /test/ / 5; 168 * Prefix unary increment of a regular expression: var result = ++/test/;
|
/external/chromium/testing/gtest/src/ |
gtest-port.cc | 127 // Returns true iff regular expression re matches the entire str. 135 // Returns true iff regular expression re matches a substring of str 148 // Reserves enough bytes to hold the regular expression used for a 168 << "Regular expression \"" << regex 169 << "\" is not a valid POSIX Extended regular expression."; 227 << " in simple regular expression \"" << regex << "\": ").GetString(); 237 ADD_FAILURE() << "NULL is not a valid simple regular expression."; 288 // Matches a repeated regex atom followed by a valid simple regular 320 // valid simple regular expression and not start with "^", or the 351 // a valid simple regular expression, or the result is undefined [all...] |
/external/chromium_org/third_party/mesa/src/src/gtest/src/ |
gtest-port.cc | 127 // Returns true iff regular expression re matches the entire str. 135 // Returns true iff regular expression re matches a substring of str 148 // Reserves enough bytes to hold the regular expression used for a 168 << "Regular expression \"" << regex 169 << "\" is not a valid POSIX Extended regular expression."; 227 << " in simple regular expression \"" << regex << "\": ").GetString(); 237 ADD_FAILURE() << "NULL is not a valid simple regular expression."; 288 // Matches a repeated regex atom followed by a valid simple regular 320 // valid simple regular expression and not start with "^", or the 351 // a valid simple regular expression, or the result is undefined [all...] |
/external/gtest/src/ |
gtest-port.cc | 127 // Returns true iff regular expression re matches the entire str. 135 // Returns true iff regular expression re matches a substring of str 148 // Reserves enough bytes to hold the regular expression used for a 168 << "Regular expression \"" << regex 169 << "\" is not a valid POSIX Extended regular expression."; 227 << " in simple regular expression \"" << regex << "\": ").GetString(); 237 ADD_FAILURE() << "NULL is not a valid simple regular expression."; 288 // Matches a repeated regex atom followed by a valid simple regular 320 // valid simple regular expression and not start with "^", or the 351 // a valid simple regular expression, or the result is undefined [all...] |
/external/llvm/utils/unittest/googletest/ |
gtest-port.cc | 127 // Returns true iff regular expression re matches the entire str. 135 // Returns true iff regular expression re matches a substring of str 148 // Reserves enough bytes to hold the regular expression used for a 168 << "Regular expression \"" << regex 169 << "\" is not a valid POSIX Extended regular expression."; 227 << " in simple regular expression \"" << regex << "\": ").GetString(); 237 ADD_FAILURE() << "NULL is not a valid simple regular expression."; 288 // Matches a repeated regex atom followed by a valid simple regular 320 // valid simple regular expression and not start with "^", or the 351 // a valid simple regular expression, or the result is undefined [all...] |
/external/mesa3d/src/gtest/src/ |
gtest-port.cc | 127 // Returns true iff regular expression re matches the entire str. 135 // Returns true iff regular expression re matches a substring of str 148 // Reserves enough bytes to hold the regular expression used for a 168 << "Regular expression \"" << regex 169 << "\" is not a valid POSIX Extended regular expression."; 227 << " in simple regular expression \"" << regex << "\": ").GetString(); 237 ADD_FAILURE() << "NULL is not a valid simple regular expression."; 288 // Matches a repeated regex atom followed by a valid simple regular 320 // valid simple regular expression and not start with "^", or the 351 // a valid simple regular expression, or the result is undefined [all...] |
/external/open-vcdiff/gtest/src/ |
gtest-port.cc | 117 // Returns true iff regular expression re matches the entire str. 125 // Returns true iff regular expression re matches a substring of str 138 // Reserves enough bytes to hold the regular expression used for a 157 << "Regular expression \"" << regex 158 << "\" is not a valid POSIX Extended regular expression."; 216 << " in simple regular expression \"" << regex << "\": ").GetString(); 226 ADD_FAILURE() << "NULL is not a valid simple regular expression."; 277 // Matches a repeated regex atom followed by a valid simple regular 309 // valid simple regular expression and not start with "^", or the 340 // a valid simple regular expression, or the result is undefined [all...] |
/external/protobuf/gtest/src/ |
gtest-port.cc | 117 // Returns true iff regular expression re matches the entire str. 125 // Returns true iff regular expression re matches a substring of str 138 // Reserves enough bytes to hold the regular expression used for a 157 << "Regular expression \"" << regex 158 << "\" is not a valid POSIX Extended regular expression."; 216 << " in simple regular expression \"" << regex << "\": ").GetString(); 226 ADD_FAILURE() << "NULL is not a valid simple regular expression."; 277 // Matches a repeated regex atom followed by a valid simple regular 309 // valid simple regular expression and not start with "^", or the 340 // a valid simple regular expression, or the result is undefined [all...] |
/art/runtime/arch/x86/ |
asm_support_x86.S | 40 // Regular gas(1) lets you name macro parameters. 47 // Regular gas(1) uses \argument_name for macro arguments.
|
/art/runtime/jdwp/ |
object_registry.h | 34 // Is jni_reference a weak global or a regular global reference? 51 // also promote references to regular JNI global references (and demote them back again if
|
/external/chromium/chrome/browser/extensions/ |
all_urls_apitest.cc | 72 // Now verify we can script a regular http page. 99 // Now verify we can script a regular http page.
|
/external/chromium/chrome/browser/ui/cocoa/ |
bug_report_window_controller.h | 61 // When dialog switches from regular bug reports to phishing page, "save 63 // to restore if the user switches back to a regular bug report before
|
/external/chromium_org/chrome/browser/extensions/api/preference/ |
preference_helpers.cc | 26 const char kRegular[] = "regular"; 117 // b) regular pref changes are visible only to the incognito tabs if the
|