HomeSort by relevance Sort by last modified time
    Searched full:regular (Results 201 - 225 of 2849) sorted by null

1 2 3 4 5 6 7 891011>>

  /ndk/sources/host-tools/sed-4.2.1/doc/
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/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/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/libvpx/libvpx/third_party/googletest/src/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/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...]
  /ndk/sources/host-tools/sed-4.2.1/po/
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...]
  /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/clang/test/CodeGenObjC/
metadata_symbols.m 11 // CHECK-X86_64: @"\01L_OBJC_LABEL_CLASS_$" = internal global {{.*}}, section "__DATA, __objc_classlist, regular, no_dead_strip", align 8
35 // CHECK-ARMV6: @"\01L_OBJC_LABEL_CLASS_$" = internal global {{.*}}, section "__DATA, __objc_classlist, regular, no_dead_strip", align 4
  /external/icu4c/samples/ugrep/
readme.txt 2 ugrep: a sample program demonstrating the use of ICU regular expression API.
11 The program searches for the specified regular expression in each of the
  /external/jmonkeyengine/engine/src/core/com/jme3/asset/
AssetCache.java 75 // put in regular cache
123 * Deletes all the assets in the regular cache.
  /external/kernel-headers/original/asm-x86/
sigcontext.h 38 /* Regular FPU environment */
48 unsigned short magic; /* 0xffff = regular FPU data only */
  /external/markdown/markdown/
inlinepatterns.py 7 that extend markdown.Pattern. Each pattern object uses a single regular
10 pattern.getCompiledRegExp() # returns a regular expression
18 Also note that all the regular expressions used by inline must
23 Finally, the order in which regular expressions are applied is very
39 * then bracketed links, first regular then reference-style
54 The actual regular expressions for patterns
125 * pattern: A regular expression that matches a pattern
137 """ Return a compiled regular expression. """
  /external/regex-re2/re2/testing/
tester.h 5 // Comparative tester for regular expression matching.
48 // regular expression in a given configuration
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_2/String/
split-001.js 11 * Since regular expressions have been part of JavaScript since 1.2, there
12 * are already tests for regular expressions in the js1_2/regexp folder.
split-003.js 11 * Since regular expressions have been part of JavaScript since 1.2, there
12 * are already tests for regular expressions in the js1_2/regexp folder.
  /external/webkit/Source/JavaScriptCore/tests/mozilla/js1_2/regexp/
flags.js 24 Description: 'Tests regular expressions using flags "i" and "g"'
33 var TITLE = 'regular expression flags with flags "i" and "g"';
  /frameworks/base/core/java/android/os/
CountDownTimer.java 23 * regular notifications on intervals along the way.
94 * Callback fired on regular interval.
  /frameworks/base/core/java/android/util/
DebugUtils.java 44 * <p>The class name and the values are regular expressions.</p>
56 * heavily on regular expressions and reflection. Calls to this method
  /frameworks/base/data/fonts/
vendor_fonts.xml 17 provided in the order of the styles supported for that family: regular, bold, italic, and
19 Providing two means that these two fonts will render regular and bold fonts (italics will
  /frameworks/base/docs/html/tools/debugging/
systrace.jd 166 <p>A well-behaved application executes many small operations quickly and with a regular rhythm,
173 <strong>Figure 2.</strong> Excerpt from a trace of a smoothly running application with a regular
178 a regular process rhythm (1). The lower section of figure 2 shows a magnified section of
198 system processes. With display execution, drawing screen frames with a regular rhythm is essential
199 for good performance. Having a regular rhythm for display ensures that animations and motion are
205 also executing to look for places where it drops out of its regular rhythm.</p>
225 <p>Regular, rhythmic execution of the <strong>SurfaceFlinger</strong> process is essential to smooth
226 display of screen content, particularly for animations and motion. Interruptions in the regular
  /frameworks/base/include/androidfw/
AssetDir.h 61 * Get the type of a file (usually regular or directory).
132 FileType mFileType; // regular, directory, etc
  /libcore/luni/src/main/native/
java_util_regex_Pattern.cpp 53 case U_REGEX_SET_CONTAINS_STRING: return "Regular expressions cannot have UnicodeSets containing strings";
57 case U_REGEX_STACK_OVERFLOW: return "Regular expression backtrack stack overflow";

Completed in 1523 milliseconds

1 2 3 4 5 6 7 891011>>