OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:regex
(Results
176 - 200
of
495
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/
ResourceHelper.java
39
import java.util.
regex
.Matcher;
40
import java.util.
regex
.Pattern;
/packages/apps/Mms/src/com/android/mms/ui/
SearchActivity.java
20
import java.util.
regex
.Matcher;
21
import java.util.
regex
.Pattern;
/sdk/ddms/libs/ddmlib/src/com/android/ddmlib/
Device.java
30
import java.util.
regex
.Matcher;
31
import java.util.
regex
.Pattern;
/sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/location/
GpxParser.java
31
import java.util.
regex
.Matcher;
32
import java.util.
regex
.Pattern;
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/
ConfigEditDialog.java
32
import java.util.
regex
.Pattern;
133
// now make sure it's a match for the
regex
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/uimodel/
UiResourceAttributeNode.java
49
import java.util.
regex
.Matcher;
50
import java.util.
regex
.Pattern;
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/ui/
ReferenceChooserDialog.java
54
import java.util.
regex
.Matcher;
55
import java.util.
regex
.Pattern;
/prebuilt/common/groovy/
groovy-all-1.7.0.jar
/external/icu4c/
APIChangeReport.html
717
<td class="file">
regex
.h</td><td class="proto">void RegexMatcher::setTimeLimit(int32_t , UErrorCode &)</td><td class="" colspan="
724
<td class="file">
regex
.h</td><td class="proto">void RegexMatcher::getMatchCallback(URegexMatchCallback *&, const void *&, UErrorCode &)</td><td class="" colspan="
731
<td class="file">
regex
.h</td><td class="proto">void RegexMatcher::setMatchCallback(URegexMatchCallback *, const void *, UErrorCode &)</td><td class="" colspan="
738
<td class="file">
regex
.h</td><td class="proto">RegexMatcher& RegexMatcher::useTransparentBounds(UBool )</td><td class="" colspan="
745
<td class="file">
regex
.h</td><td class="proto">UBool RegexMatcher::hasTransparentBounds() const</td><td class="" colspan="
752
<td class="file">
regex
.h</td><td class="proto">int32_t RegexMatcher::getTimeLimit() const</td><td class="" colspan="
759
<td class="file">
regex
.h</td><td class="proto">RegexMatcher& RegexMatcher::region(int32_t , int32_t , UErrorCode &)</td><td class="" colspan="
766
<td class="file">
regex
.h</td><td class="proto">int32_t RegexMatcher::regionEnd() const</td><td class="" colspan="
773
<td class="file">
regex
.h</td><td class="proto">UBool RegexMatcher::hitEnd() const</td><td class="" colspan="
[
all
...]
/bionic/libc/
Android.mk
286
regex
/regcomp.c \
287
regex
/regerror.c \
288
regex
/regexec.c \
289
regex
/regfree.c \
/bionic/libc/regex/
regexec.c
50
#include <
regex
.h>
/development/tools/idegen/
README
59
use Java's regular expression parser (see java.util.
regex
.Parser).
/development/tools/idegen/src/
Eclipse.java
25
import java.util.
regex
.Pattern;
/device/htc/passion-common/overlay/frameworks/base/core/res/res/values/
config.xml
128
<!--
Regex
array of allowable upstream ifaces for tethering - for example if you want
/external/bluetooth/glib/docs/reference/glib/
building.sgml
207
<arg>--disable-
regex
</arg>
208
<arg>--enable-
regex
</arg>
406
<title><systemitem>--disable-
regex
</systemitem> and
407
<systemitem>--enable-
regex
</systemitem></title>
/external/bluetooth/glib/tests/
Makefile.am
144
regex
-test
makefile.msc.in
54
regex
-test.exe \
/external/clearsilver/
cs_config.h.in
48
/* Does your system have
regex
.h */
/external/icu4c/samples/ugrep/
ugrep.cpp
12
// The use of the ICU
Regex
API all occurs within the main()
28
#include "unicode/
regex
.h"
102
UParseError parseErr; // In the event of a syntax error in the
regex
pattern,
134
// Loop through the lines of a file, trying to match the
regex
pattern on each.
/external/icu4c/tools/genrb/
prscmnts.cpp
16
#include "unicode/
regex
.h"
/external/webkit/WebCore/
WebCorePrefix.h
81
#include <
regex
.h>
/external/webkit/WebCore/inspector/front-end/
SourceFrame.js
196
var
regex
= "";
variable
201
regex
+= "[" + char + "]";
203
var regexObject = new RegExp(
regex
, "i");
206
// Then try
regex
search if user knows the / / hint.
/frameworks/base/core/tests/coretests/src/android/util/
PatternsTest.java
21
import java.util.
regex
.Matcher;
/frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/
FsUtils.java
30
import java.util.
regex
.Pattern;
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/extractstring/
ExtractStringInputPage.java
49
import java.util.
regex
.Matcher;
50
import java.util.
regex
.Pattern;
73
/**
Regex
pattern to read a valid res XML file path. It checks that the are 2 folders and
376
/**
Regex
pattern to parse a valid res path: it reads (/res/folder-name/)+(filename). */
Completed in 692 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>