OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:StringMatcher
(Results
26 - 50
of
76
) sorted by null
1
2
3
4
/external/proguard/src/proguard/classfile/visitor/
ClassNameFilter.java
37
private final
StringMatcher
regularExpressionMatcher;
78
public ClassNameFilter(
StringMatcher
regularExpressionMatcher,
MemberDescriptorFilter.java
36
private final
StringMatcher
regularExpressionMatcher;
61
public MemberDescriptorFilter(
StringMatcher
regularExpressionMatcher,
MemberNameFilter.java
36
private final
StringMatcher
regularExpressionMatcher;
62
public MemberNameFilter(
StringMatcher
regularExpressionMatcher,
/external/proguard/src/proguard/util/
ExtensionMatcher.java
24
* This
StringMatcher
tests whether strings end in a given extension, ignoring
29
public class ExtensionMatcher implements
StringMatcher
35
* Creates a new
StringMatcher
.
44
// Implementations for
StringMatcher
.
VariableStringMatcher.java
24
* This
StringMatcher
tests whether strings start with a specified variable
25
* string and then match another given
StringMatcher
.
29
public class VariableStringMatcher implements
StringMatcher
35
private final
StringMatcher
nextMatcher;
42
StringMatcher
nextMatcher)
51
// Implementations for
StringMatcher
.
/external/clang/utils/TableGen/
ClangCommentHTMLNamedCharacterReferenceEmitter.cpp
19
#include "llvm/TableGen/
StringMatcher
.h"
53
std::vector<
StringMatcher
::StringPair> NameToUTF8;
70
StringMatcher
::StringPair Match(Spelling, CLiteral.str());
79
StringMatcher
("Name", NameToUTF8, OS).Emit();
ClangCommentCommandInfoEmitter.cpp
16
#include "llvm/TableGen/
StringMatcher
.h"
63
std::vector<
StringMatcher
::StringPair> Matches;
69
Matches.push_back(
StringMatcher
::StringPair(Name, Return));
74
StringMatcher
("Name", Matches, OS).Emit();
/external/llvm/lib/TableGen/
Android.mk
8
StringMatcher
.cpp \
StringMatcher.cpp
1
//===-
StringMatcher
.cpp - Generate a matcher for input strings -----------===//
10
// This file implements the
StringMatcher
class.
14
#include "llvm/TableGen/
StringMatcher
.h"
24
StringMatcher
::StringPair*> &Matches) {
43
bool
StringMatcher
::
124
void
StringMatcher
::Emit(unsigned Indent) const {
/external/chromium_org/third_party/icu/source/i18n/
rbt_rule.cpp
118
anteContext = new
StringMatcher
(pattern, 0, anteContextLength,
129
key = new
StringMatcher
(pattern, anteContextLength, anteContextLength + keyLength,
141
postContext = new
StringMatcher
(pattern, anteContextLength + keyLength, pattern.length(),
180
anteContext = (
StringMatcher
*) other.anteContext->clone();
183
key = (
StringMatcher
*) other.key->clone();
186
postContext = (
StringMatcher
*) other.postContext->clone();
363
((
StringMatcher
*) segments[i])->resetMatch();
rbt_pars.h
32
class
StringMatcher
;
90
* to
StringMatcher
object segmentObjects.elementAt(0), etc.
95
* Vector of
StringMatcher
objects for segments. Used during the
98
* to
StringMatcher
object segmentObjects.elementAt(0), etc.
295
* @param adopted the
StringMatcher
to be adopted.
297
void setSegmentObject(int32_t seg,
StringMatcher
* adopted, UErrorCode& status);
/external/icu/icu4c/source/i18n/
rbt_rule.cpp
119
anteContext = new
StringMatcher
(pattern, 0, anteContextLength,
130
key = new
StringMatcher
(pattern, anteContextLength, anteContextLength + keyLength,
142
postContext = new
StringMatcher
(pattern, anteContextLength + keyLength, pattern.length(),
181
anteContext = (
StringMatcher
*) other.anteContext->clone();
184
key = (
StringMatcher
*) other.key->clone();
187
postContext = (
StringMatcher
*) other.postContext->clone();
364
((
StringMatcher
*) segments[i])->resetMatch();
rbt_pars.h
32
class
StringMatcher
;
90
* to
StringMatcher
object segmentObjects.elementAt(0), etc.
95
* Vector of
StringMatcher
objects for segments. Used during the
98
* to
StringMatcher
object segmentObjects.elementAt(0), etc.
295
* @param adopted the
StringMatcher
to be adopted.
297
void setSegmentObject(int32_t seg,
StringMatcher
* adopted, UErrorCode& status);
/external/proguard/src/proguard/classfile/attribute/annotation/visitor/
AnnotationTypeFilter.java
38
private final
StringMatcher
regularExpressionMatcher;
/external/proguard/src/proguard/classfile/util/
WarningPrinter.java
36
private final
StringMatcher
classFilter;
DynamicMemberReferenceInitializer.java
31
import proguard.util.
StringMatcher
;
365
private final
StringMatcher
noteFieldExceptionMatcher;
366
private final
StringMatcher
noteMethodExceptionMatcher;
522
StringMatcher
noteFieldExceptionMatcher,
523
StringMatcher
noteMethodExceptionMatcher)
[
all
...]
DynamicClassReferenceInitializer.java
30
import proguard.util.
StringMatcher
;
182
private final
StringMatcher
noteExceptionMatcher;
228
StringMatcher
noteExceptionMatcher)
EnumFieldReferenceInitializer.java
33
import proguard.util.
StringMatcher
;
/external/proguard/src/proguard/
Initializer.java
395
private
StringMatcher
createClassNoteExceptionMatcher(List noteExceptions)
435
private
StringMatcher
createClassMemberNoteExceptionMatcher(List noteExceptions,
/external/proguard/src/proguard/classfile/attribute/visitor/
AttributeNameFilter.java
41
private final
StringMatcher
regularExpressionMatcher;
82
public AttributeNameFilter(
StringMatcher
regularExpressionMatcher,
NonEmptyAttributeFilter.java
27
import proguard.util.
StringMatcher
;
/external/llvm/utils/TableGen/
IntrinsicEmitter.cpp
21
#include "llvm/TableGen/
StringMatcher
.h"
165
std::vector<
StringMatcher
::StringPair> MatchTable;
185
StringMatcher
("NameR", MatchTable, OS).Emit(1);
729
std::vector<
StringMatcher
::StringPair> Results;
735
Results.push_back(
StringMatcher
::StringPair(I->first, ResultCode));
738
StringMatcher
("BuiltinName", Results, OS).Emit();
/prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.core.net_1.2.200.v20130430-1352.jar
/prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.core.net_1.2.200.v20130430-1352.jar
/external/proguard/src/proguard/gui/
OptimizationsDialog.java
191
StringMatcher
filter = optimizations != null && optimizations.length() > 0 ?
Completed in 1498 milliseconds
1
2
3
4