HomeSort by relevance Sort by last modified time
    Searched full:regular (Results 176 - 200 of 2509) sorted by null

1 2 3 4 5 6 78 91011>>

  /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/llvm/tools/llvm-extract/
llvm-extract.cpp 55 // ExtractRegExpFuncs - The functions, matched via regular expression, to
59 "regular expression"),
67 // ExtractRegExpGlobals - The globals, matched via regular expression, to
71 "regular expression"),
111 // Extract globals via regular expression matching.
144 // Extract functions via regular expression matching.
  /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/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/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/astl/include/
sstream 90 // In a regular STL this is <char> full specialization.
114 // In a regular STL stringstream inherits from ostringstream and
  /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/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/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";
  /libcore/luni/src/test/java/libcore/io/
MemoryTest.java 36 // Regular copy.
69 // Regular copy. Memset first so we start from a known state.
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/asm/
sigcontext.h 37 /* Regular FPU environment */
47 unsigned short magic; /* 0xffff = regular FPU data only */

Completed in 643 milliseconds

1 2 3 4 5 6 78 91011>>