OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:regular
(Results
601 - 625
of
2849
) sorted by null
<<
21
22
23
24
25
26
27
28
29
30
>>
/ndk/sources/host-tools/sed-4.2.1/lib/
regcomp.c
3
/* Extended
regular
expression matching and search library.
141
gettext_noop ("Invalid
regular
expression") /* REG_BADPAT */
143
#define REG_ECOLLATE_IDX (REG_BADPAT_IDX + sizeof "Invalid
regular
expression")
174
gettext_noop ("Invalid preceding
regular
expression") /* REG_BADRPT */
176
#define REG_EEND_IDX (REG_BADRPT_IDX + sizeof "Invalid preceding
regular
expression")
177
gettext_noop ("Premature end of
regular
expression") /* REG_EEND */
179
#define REG_ESIZE_IDX (REG_EEND_IDX + sizeof "Premature end of
regular
expression")
180
gettext_noop ("
Regular
expression too big") /* REG_ESIZE */
182
#define REG_ERPAREN_IDX (REG_ESIZE_IDX + sizeof "
Regular
expression too big")
210
/* re_compile_pattern is the GNU
regular
expression compiler: i
[
all
...]
regex.h
3
/* Definitions for data structures and routines for the
regular
118
^ is an anchor if it is at the beginning of a
regular
120
$ is an anchor if it is at the end of a
regular
expression, or
338
/* If this bit is set, then use extended
regular
expression syntax.
339
If not set, then use basic
regular
expression syntax. */
560
/* Compile the
regular
expression PATTERN, with length LENGTH
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
regex.h
1
/* Definitions for data structures and routines for the
regular
64
^ is an anchor if it is at the beginning of a
regular
66
$ is an anchor if it is at the end of a
regular
expression, or
268
/* If this bit is set, then use extended
regular
expression syntax.
269
If not set, then use basic
regular
expression syntax. */
451
/* Compile the
regular
expression PATTERN, with length LENGTH
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
regex.h
1
/* Definitions for data structures and routines for the
regular
64
^ is an anchor if it is at the beginning of a
regular
66
$ is an anchor if it is at the end of a
regular
expression, or
268
/* If this bit is set, then use extended
regular
expression syntax.
269
If not set, then use basic
regular
expression syntax. */
451
/* Compile the
regular
expression PATTERN, with length LENGTH
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
regex.h
1
/* Definitions for data structures and routines for the
regular
64
^ is an anchor if it is at the beginning of a
regular
66
$ is an anchor if it is at the end of a
regular
expression, or
268
/* If this bit is set, then use extended
regular
expression syntax.
269
If not set, then use basic
regular
expression syntax. */
451
/* Compile the
regular
expression PATTERN, with length LENGTH
/external/gtest/test/
gtest-port_test.cc
346
// Verifies that Google Test choose
regular
expression engine appropriate to
391
// Tests that RE's constructors reject invalid
regular
expressions.
395
}, "\"?\" is not a valid POSIX Extended
regular
expression.");
683
"NULL is not a valid simple
regular
expression");
686
"Syntax error at index 1 in simple
regular
expression \"a\\\": ");
846
// Tests that RE's constructors reject invalid
regular
expressions.
850
}, "NULL is not a valid simple
regular
expression");
[
all
...]
/external/libvpx/libvpx/third_party/googletest/src/test/
gtest-port_test.cc
346
// Verifies that Google Test choose
regular
expression engine appropriate to
391
// Tests that RE's constructors reject invalid
regular
expressions.
395
}, "\"?\" is not a valid POSIX Extended
regular
expression.");
683
"NULL is not a valid simple
regular
expression");
686
"Syntax error at index 1 in simple
regular
expression \"a\\\": ");
846
// Tests that RE's constructors reject invalid
regular
expressions.
850
}, "NULL is not a valid simple
regular
expression");
[
all
...]
/external/libvpx/libvpx/examples/includes/geshi/docs/
CHANGES
87
- Added support for Escape
Regular
Expressions (BenBE)
140
- Added an optimizer for lists to
regular
expressions. Using these cached lists results in a speedup of approx. 50%.
184
* Removed explicit escaping of / in
Regular
Expressions (BenBE)
213
* Fixed a
regular
expression in mIRC language file that caused a warning message to be issued (BenBE)
255
- Implemented minimalistic support for JavaScript \ Perl
Regular
Expressions (SF#1786665, SF#1754333, SF#1956631, BenBE)
305
colour of a
regular
expression match
366
- Changed some
regular
expressions to possibly help with badly performing
474
- Now using a simpler
regular
expression for numbers (Brice Bernard)
[
all
...]
/build/libs/host/
CopyFile.c
202
* Copy a
regular
file. If the destination file exists and is not a
203
*
regular
file, we fail. However, we use stat() rather than lstat(),
214
DBUG(("--- copying
regular
'%s' to '%s'\n", src, dst));
219
"acp: destination '%s' exists and is not
regular
file\n",
367
"acp: destination '%s' exists and is not
regular
or symlink\n",
/external/chromium/chrome/browser/net/
url_fixer_upper.cc
515
// The rules are different here than for
regular
fixup, since we need to handle
516
// input like "hello.html" and know to look in the current directory.
Regular
519
//
regular
fixup.
563
// Invalid files fall through to
regular
processing.
566
// Fall back on
regular
fixup for this input.
/external/chromium/sdch/open-vcdiff/src/gtest/internal/
gtest-port.h
95
//
Regular
expressions:
96
// RE - a simple
regular
expression class using the POSIX
97
// Extended
Regular
Expression syntax. Not available on
334
//
Regular
Expression syntax.
352
// Returns true iff str contains
regular
expression re.
/external/libphonenumber/java/src/com/android/i18n/phonenumbers/
AsYouTypeFormatter.java
69
// A pattern that is used to match character classes in
regular
expressions. An example of a
72
// Any digit in a
regular
expression that actually denotes a digit. For example, in the
regular
93
//
regular
expression that matches up to this number of digits.
118
// A cache for frequently used country-specific
regular
expressions.
/external/v8/src/
string.js
226
// Delegate to one of the
regular
expression variants if necessary.
376
// Compute the string of a given
regular
expression capture.
389
// Add the string of a given
regular
expression capture to the
406
// Helper function for replacing
regular
expressions with the result of a
613
// Separator is a
regular
expression.
/frameworks/base/core/java/android/os/
Environment.java
350
* in the
regular
list of music for the user.
361
* in the list of podcasts that the user can select (not as
regular
373
* in the list of ringtones that the user can select (not as
regular
385
* in the list of alarms that the user can select (not as
regular
397
* in the list of notifications that the user can select (not as
regular
/frameworks/compile/mclinker/lib/LD/
ELFObjectWriter.cpp
62
case LDFileFormat::
Regular
:
98
case LDFileFormat::
Regular
:
151
// Write out
regular
ELF sections
654
llvm::report_fatal_error("Target fragment should not be in a
regular
section.\n");
657
llvm::report_fatal_error("invalid fragment should not be in a
regular
section.\n");
/external/chromium/chrome/browser/history/
text_database.cc
22
// indexes the contents and title of the pages. The other is a
regular
SQLITE
33
// "info"
regular
table:
188
// using a
regular
index (all FTS columns are special and are treated as
/external/chromium/chrome/browser/resources/options/
search_page.js
289
// that would be problematic for
regular
expressions.
293
// Generate a
regular
expression and replace string for hilighting
373
* @param {RegEx} regex A
regular
expression for finding search matches.
/external/chromium/net/disk_cache/
disk_cache.h
202
// There are only two streams for sparse entries: a
regular
control stream
203
// (index 0) that must be accessed through the
regular
API (ReadData and
284
// case the caller should just wait for the
regular
callback to be invoked
/external/guava/guava-tests/test/com/google/common/collect/
ContiguousSetTest.java
89
ContiguousSet<Integer>
regular
= Ranges.closed(1, 3).asSet(integers());
local
90
assertTrue(
regular
instanceof RegularContiguousSet);
91
reserializeAndAssert(
regular
);
/external/icu4c/i18n/
regexcst.txt
10
# ICU
Regular
Expression Parser State Table
12
# This state table is used when reading and parsing a
regular
expression pattern
453
# back to generic
regular
expression parsing.
/external/jsilver/src/com/google/clearsilver/jsilver/autoescape/
AutoEscapeContext.java
205
return HtmlParserFactory.createParserInAttribute(HtmlParser.ATTR_TYPE.
REGULAR
, true, null);
209
return HtmlParserFactory.createParserInAttribute(HtmlParser.ATTR_TYPE.
REGULAR
, false, null);
387
case
REGULAR
:
/external/llvm/docs/CommandGuide/
FileCheck.rst
203
FileCheck allows you to specify
regular
expressions in matching strings,
206
support mixing and matching fixed string matching with
regular
expressions.
216
Because
regular
expressions are enclosed with double braces, they are
/external/llvm/test/Transforms/ObjCARC/
ensure-that-exception-unwind-path-is-visited.ll
23
@"\01L_OBJC_CLASSLIST_REFERENCES_$_" = internal global %struct._class_t* @"OBJC_CLASS_$_NSObject", section "__DATA, __objc_classrefs,
regular
, no_dead_strip", align 8
30
@"\01L_OBJC_CLASSLIST_REFERENCES_$_1" = internal global %struct._class_t* @"OBJC_CLASS_$_NSException", section "__DATA, __objc_classrefs,
regular
, no_dead_strip", align 8
151
!35 = metadata !{i32 1, metadata !"Objective-C Image Info Section", metadata !"__DATA, __objc_imageinfo,
regular
, no_dead_strip"}
/external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_3/RegExp/
15.10.6.2-2.js
49
* Performs a
regular
expression match of string against the
regular
54
*
regular
expression pattern as follows:
/external/zlib/src/contrib/untgz/
untgz.c
42
#define REGTYPE '0' /*
regular
file */
43
#define AREGTYPE '\0' /*
regular
file */
286
/* match
regular
expression */
Completed in 865 milliseconds
<<
21
22
23
24
25
26
27
28
29
30
>>