Searched
full:regular (Results
901 -
925 of
2849) sorted by null
<<31323334353637383940>>
/external/icu4c/common/ |
ucnvbocu.cpp | 461 /* regular loop for all cases */ 576 * regular target. 595 /* now output what fits into the regular target */ 700 /* regular loop for all cases */ 800 * regular target. 819 /* now output what fits into the regular target */ [all...] |
/external/open-vcdiff/gtest/include/gtest/internal/ |
gtest-port.h | 127 // Regular expressions: 128 // RE - a simple regular expression class using the POSIX 129 // Extended Regular Expression syntax. Not available on 628 // Regular Expression syntax. 646 // FullMatch(str, re) returns true iff regular expression re matches 648 // PartialMatch(str, re) returns true iff regular expression re [all...] |
/external/protobuf/gtest/include/gtest/internal/ |
gtest-port.h | 127 // Regular expressions: 128 // RE - a simple regular expression class using the POSIX 129 // Extended Regular Expression syntax. Not available on 621 // Regular Expression syntax. 639 // FullMatch(str, re) returns true iff regular expression re matches 641 // PartialMatch(str, re) returns true iff regular expression re [all...] |
/external/protobuf/python/ |
mox.py | 654 # Determine if the tail of the queue is a group, or just a regular ordered 905 """Checks if a string matches a regular expression. 907 This uses a given regular expression to determine equality. 914 # pattern is the regular expression to search for 923 """Check to see if rhs matches regular expression pattern. 932 s = '<regular expression \'%s\'' % self.regex.pattern [all...] |
/frameworks/base/core/java/android/net/ |
ConnectivityManager.java | [all...] |
/external/chromium/build/ |
install-chroot.sh | 70 # Check that we are running as a regular user 72 echo "Run this script as a regular user and provide your \"sudo\"" \
|
/external/chromium/chrome/browser/extensions/ |
extension_context_menu_browsertest.cc | 396 ExtensionTestMessageListener created("created item regular", false); 400 ExtensionTestMessageListener onclick("onclick fired regular", false);
|
extension_cookies_api.cc | 482 // add its tab IDs to either the regular or incognito tab ID list depending 483 // whether the browser is regular or incognito.
|
/external/chromium/chrome/browser/history/ |
url_database.h | 244 // is_temporary is false when generating the "regular" URLs table. The expirer 261 // Inserts the given URL row into the URLs table, using the regular table
|
/external/chromium/chrome/browser/tab_contents/ |
thumbnail_generator.cc | 113 // weird PlatformCanvas one insetad of a regular one. To get a 114 // regular refcounted bitmap, we need to copy it.
|
/external/chromium/chrome/browser/visitedlink/ |
visitedlink_master.h | 349 // regular builds. Instead, we just have "default" values that these take 350 // in release builds that give "regular" behavior.
|
/external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/ |
javascripttokenizer.py | 17 """Regular expression based JavaScript parsing classes.""" 152 # List of regular expressions to match as operators. Some notes: for our
|
/external/clang/lib/Driver/ |
Compilation.cpp | 207 // able to remove), or non-regular files. Underlying tools may have 213 // Failure is only failure if the file exists and is "regular". There is
|
/external/freetype/src/cache/ |
ftcbasic.c | 343 * regular FTC_ImageType handle, or a legacy FTC_OldImageDesc one. 678 * regular FTC_ImageType handle, or a legacy FTC_OldImageDesc one.
|
/external/icu4c/i18n/ |
regexcst.pl | 9 # Compile the regular expression paser state table data into initialized C data. 205 print "// This file contains the state table for the ICU Regular Expression Pattern Parser\n";
|
regeximp.h | 7 // ICU Regular Expressions, 9 // a regular expression pattern.
|
uspoof_wsconf.cpp | 41 // Regular expression for parsing a line from the Unicode file confusablesWholeScript.txt 70 // Extract a regular expression match group into a char * string.
|
/external/icu4c/tools/toolutil/ |
udbgutil.cpp | 27 6 characters will strip off "USHOE_" leaving enum values of WIDE, REGULAR, and NARROW. 139 /* end regular */
|
/external/jsr305/javadoc/javax/annotation/ |
package-summary.html | 183 <TD>This qualifier is used to denote String values that should be a Regular 193 or regular expression syntax.</TD>
|
/external/libvpx/libvpx/examples/includes/PHP-SmartyPants-1.5.1e/ |
PHP SmartyPants Readme.txt | 235 `"` entities into regular quotes so SmartyPants can educate 327 * Changed a regular expression in `_TokenizeHTML` that could lead
|
/external/llvm/utils/lit/lit/ |
main.py | 224 "regular expression"), 305 parser.error("invalid regular expression for --filter: %r" % (
|
/external/proguard/src/proguard/optimize/peephole/ |
BranchTargetFinder.java | 198 * by means of a regular 'ret' instruction. 528 // Mark the regular subroutine return.
|
/external/proguard/src/proguard/retrace/ |
ReTrace.java | 67 * @param regularExpression the regular expression for parsing the lines in 85 * @param regularExpression the regular expression for parsing the lines in
|
/external/qemu/android/utils/ |
path.c | 228 /* checks that a path points to a regular file */ 261 /* checks that one can read/write a given (regular) file */
|
/external/regex-re2/re2/ |
prog.h | 5 // Compiled representation of regular expressions. 6 // See regexp.h for the Regexp class, which represents a regular
|
Completed in 569 milliseconds
<<31323334353637383940>>