HomeSort by relevance Sort by last modified time
    Searched full:regular (Results 676 - 700 of 4331) sorted by null

<<21222324252627282930>>

  /external/regex-re2/re2/testing/
dump.cc 12 // original regular expression. It can also use stack space
13 // linear in the size of the regular expression for inputs
  /external/v8/benchmarks/
run.html 117 <li><b>RegExp</b><br>Regular expression benchmark generated by extracting regular expression operations from 50 of the most popular web pages
  /frameworks/base/libs/hwui/
Snapshot.h 196 * (screen-space coordinates in the regular case.)
205 * (screen-space coordinates in the regular case.)
  /frameworks/compile/mclinker/include/mcld/Target/
TargetLDBackend.h 95 /// sizeNamePools - compute the size of regular name pools
96 /// In ELF executable files, regular name pools are .symtab, .strtab.,
  /frameworks/ex/common/tools/
make-iana-tld-pattern.py 7 * Regular expression to match all IANA top-level domains.
18 * Regular expression to match all IANA top-level domains for WEB_URL.
  /ndk/sources/host-tools/sed-4.2.1/sed/
regexp.c 37 "no previous regular expression\0"
41 #define BAD_MODIF (NO_REGEX + sizeof(N_("no previous regular expression")))
  /external/chromium_org/chrome/browser/extensions/api/storage/
settings_apitest.cc 265 // regular and incognito mode.
289 // regular and incognito mode.
312 // regular and incognito mode.
363 // regular and incognito mode.
408 // regular and incognito mode.
  /external/chromium_org/third_party/icu/source/i18n/
regexst.cpp 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.
73 // Unicode Set Definitions for Regular Expression \w
87 // Unicode Set Definitions for Regular Expression \s
  /external/icu4c/i18n/
regexst.cpp 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.
73 // Unicode Set Definitions for Regular Expression \w
89 // Unicode Set Definitions for Regular Expression \s
  /frameworks/base/core/java/android/util/
Patterns.java 23 * Commonly used regular expression patterns.
27 * Regular expression to match all IANA top-level domains.
61 * Regular expression pattern to match all IANA top-level domains.
67 * Regular expression to match all IANA top-level domains for WEB_URL.
111 * Regular expression pattern to match most part of RFC 3987
  /external/chromium_org/third_party/ply/
lex.py 57 # This regular expression is used to match valid token names
116 self.lexre = None # Master regular expression. This is a list of
118 # regular expression and findex is a list
120 self.lexretext = None # Current regular expression strings
317 # Look for a regular expression match
445 # Given a list of regular expression functions, this converts it to a list
461 # Given a list of regular expression function names, this converts it back to
478 # form the master regular expression. Given limitations in the Python re
714 # Sort the strings by regular expression length
751 self.log.error("%s:%d: No regular expression defined for rule '%s'",file,line,f.__name__
    [all...]
  /external/chromium/testing/gtest/test/
gtest-port_test.cc 326 // Verifies that Google Test choose regular expression engine appropriate to
371 // Tests that RE's constructors reject invalid regular expressions.
375 }, "\"?\" is not a valid POSIX Extended regular expression.");
663 "NULL is not a valid simple regular expression");
666 "Syntax error at index 1 in simple regular expression \"a\\\": ");
826 // Tests that RE's constructors reject invalid regular expressions.
830 }, "NULL is not a valid simple regular expression");
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/preference/
preference_api.cc 454 // Set regular extension controlled prefs.
464 // Set regular-only extension controlled prefs.
635 // Regular profiles can't access incognito unless include_incognito is true.
641 // Incognito profiles can't access regular mode ever, they only exist in
644 error_ = "Can't modify regular settings from an incognito context.";
719 // Incognito profiles can't access regular mode ever, they only exist in
722 error_ = "Can't modify regular settings from an incognito context.";
  /external/chromium_org/third_party/tcmalloc/vendor/doc/
cpuprofile.html 263 piece of the program. You specify a regular expression. Any portion
265 matching the regular expression is preserved. The rest of the
280 ignore samples that match a specified regular expression. E.g., if
455 based on the regular expression supplied with the option.
457 against the supplied regular expression. If none of the nodes
465 based on the regular expression supplied with the option.
467 against the supplied regular expression. If any of the nodes
  /frameworks/base/docs/html/reference/com/google/android/gms/wallet/
LineItem.Role.html 90 href="//fonts.googleapis.com/css?family=Roboto:regular,medium,thin,italic,mediumitalic,bold" title="roboto">
754 <td class="jd-linkcol"><a href="/reference/com/google/android/gms/wallet/LineItem.Role.html#REGULAR">REGULAR</a></td>
755 <td class="jd-descrcol" width="100%">Regular item.</td>
822 <A NAME="REGULAR"></A>
832 REGULAR
842 <div class="jd-tagdata jd-tagdescr"><p>Regular item.
  /frameworks/base/docs/html/training/sync-adapters/
running-sync-adapter.jd 44 event. For example, you may want your sync adapter to run on a regular schedule, either after a
81 At regular intervals
112 at regular intervals uses battery power even if no updates are available, GCM only sends
307 your sync adapter periodically on a regular schedule, you should disable
357 have regular updates. Periodic runs also make sense if you want to balance the availability of
362 To run your sync adapter at regular intervals, call
441 use other signals to trigger a sync or schedule them at regular intervals, without user input.
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/
Inet6AddressTest.java 36 // IP V6 regular multicast and non-multicast tests
121 // IP V6 regular address tests for loopback
199 // IP V6 regular address tests for link local addresses
238 // IP V6 regular address tests for link local addresses
270 // IP V6 regular address tests for Mulitcase Global addresses
344 // IP V6 regular address tests for Mulitcase node local addresses
405 // IP V6 regular address tests for Mulitcase link local addresses
488 // IP V6 regular address tests for Multicast site-local addresses
570 // IP V6 regular address tests for Mulitcase organization-local
    [all...]
  /ndk/sources/host-tools/nawk-20071023/
b.c 36 #define HAT (NCHARS+2) /* matches ^ in regular expr */
231 /* in the parsing of regular expressions, metacharacters like . have */
336 FATAL("regular expression too big: %.30s...", s);
605 Node *reparse(const char *p) /* parses regular expression pointed to by p */
606 { /* uses relex() to scan regular expression */
614 /* FATAL("empty regular expression"); previous */
619 FATAL("syntax error in regular expression %s at %s", lastre, prestr);
672 FATAL("syntax error in regular expression %s at %s", lastre, prestr);
674 FATAL("illegal primary in regular expression %s at %s", lastre, prestr);
  /external/chromium/chrome/browser/extensions/
extension_pref_value_map_unittest.cc 289 int effective_value_regular_; // desired winner regular
338 // ext1 regular is set to "val1", ext2 incognito is set to "val4"
339 // --> the winning regular value is "val1", the winning incognito
  /external/chromium/sdch/open-vcdiff/src/gtest/
gtest-port.cc 57 // Returns true iff str contains regular expression re.
70 << "Regular expression \"" << regex
71 << "\" is not a valid POSIX Extended regular expression.";
  /external/chromium/testing/gtest/include/gtest/
gtest-death-test.h 89 // On the regular expressions used in death tests:
106 // 'x' and 'y' denote regular expressions; 'm' and 'n' are for
132 // case, please try to rewrite your regular expression within the
  /external/chromium_org/components/url_matcher/
url_matcher.h 34 // Also supported is matching regular expressions against the URL (URL_MATCHES).
78 // Returns whether this URLMatcherCondition is a regular expression to be
82 // Returns whether this URLMatcherCondition is a regular expression that shall
  /external/chromium_org/media/base/android/
media_source_player.h 239 // regular seek. Only valid when |SEEK_EVENT_PENDING| is pending.
244 // If already doing a browser seek when a regular seek request arrives,
245 // these fields remember the regular seek so OnDemuxerSeekDone() can trigger
  /external/chromium_org/ppapi/api/
ppb_file_io.idl 43 * regular file. <code>PP_FILEOPENFLAG_WRITE</code> must also be specified.
66 * The <code>PPB_FileIO</code> struct is used to operate on a regular file
92 * Open() opens the specified regular file for I/O according to the given
  /external/chromium_org/testing/gtest/include/gtest/
gtest-death-test.h 100 // On the regular expressions used in death tests:
117 // 'x' and 'y' denote regular expressions; 'm' and 'n' are for
143 // case, please try to rewrite your regular expression within the

Completed in 628 milliseconds

<<21222324252627282930>>