HomeSort by relevance Sort by last modified time
    Searched refs:WILDCARD (Results 1 - 25 of 133) sorted by null

1 2 3 4 5 6

  /external/annotation-tools/scene-lib/src/type/
DeclaredType.java 14 * A {@code DeclaredType} can represent a wildcard by using "?" as the
15 * {@code name}. If this type is a wildcard, it is illegal to call
27 * The {@code name} of a wildcard type.
29 public static final String WILDCARD = "?";
32 * The raw, un-annotated name of this type. "?" for a wildcard.
49 * wildcard
145 * Determines if this type is a wildcard.
146 * @return {@code true} if this type is a wildcard, {@code false} otherwise.
149 return WILDCARD.equals(name);
153 * Throw an {@link IllegalStateException} if this type is a wildcard
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Other/Maintained/Tools/Pccts/sorcerer/h/
STreeParser.h 61 #define _WILDCARD WILDCARD(_t)
101 virtual void WILDCARD(SORASTBase *_t);
  /external/guava/guava/src/com/google/common/net/
MediaType.java 58 * As such, the {@code *} character is treated as a wildcard and is used to represent any acceptable
59 * type or subtype value. A media type may not have wildcard type with a declared subtype. The
107 private static final String WILDCARD = "*";
134 public static final MediaType ANY_TYPE = createConstant(WILDCARD, WILDCARD);
135 public static final MediaType ANY_TEXT_TYPE = createConstant(TEXT_TYPE, WILDCARD);
136 public static final MediaType ANY_IMAGE_TYPE = createConstant(IMAGE_TYPE, WILDCARD);
137 public static final MediaType ANY_AUDIO_TYPE = createConstant(AUDIO_TYPE, WILDCARD);
138 public static final MediaType ANY_VIDEO_TYPE = createConstant(VIDEO_TYPE, WILDCARD);
139 public static final MediaType ANY_APPLICATION_TYPE = createConstant(APPLICATION_TYPE, WILDCARD);
    [all...]
  /external/mdnsresponder/mDNSShared/
dnsextd_lexer.l 75 \* yylval.string = strdup(yytext); return WILDCARD;
dnsextd_parser.y 124 %token <string> WILDCARD
353 WILDCARD
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DozeParameters.java 271 private static final String WILDCARD = "*";
302 if (WILDCARD.equals(item)) {
304 throw new IllegalArgumentException("Illegal spec, `" + WILDCARD +
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Other/Maintained/Tools/Pccts/sorcerer/lib/
STreeParser.cpp 25 WILDCARD(SORASTBase *_t)
  /external/antlr/antlr-3.4/tool/src/main/antlr3/org/antlr/grammar/v3/
DefineGrammarItemsWalker.g 403 else if ( e.getType()==WILDCARD && grammar.type==Grammar.TREE_PARSER )
423 else if ( a.getType() == WILDCARD && grammar.type == Grammar.TREE_PARSER )
490 : ^( BLOCK ^( ALT WILDCARD EOA ) EOB )
541 | WILDCARD
ANTLR.g 746 LT(2).getCharPositionInLine()+1==LT(3).getCharPositionInLine()}? id WILDCARD (terminal|ruleref)) =>
747 id w=WILDCARD^ (terminal|ruleref) {$w.setType(DOT);}
817 | wi=WILDCARD (ROOT^|BANG^)?
1128 WILDCARD : '.' ;
LeftRecursiveRuleWalker.g 277 | WILDCARD
ANTLRTreePrinter.g 446 | ^( WILDCARD {out($start.toString());}
AssignTokenTypesWalker.g 395 | WILDCARD
TreeToNFAConverter.g 634 | ^( w=WILDCARD (as5=ast_suffix)? )
CodeGenTreeWalker.g 129 String name = "wildcard";
251 if ( currentAltHasASTRewrite && elementAST.getType() != WILDCARD )
1137 | w=WILDCARD
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
GrammarSanity.java 308 case ANTLRParser.WILDCARD :
Grammar.java 70 {"<invalid>", "rule", "token", "rule-list", "token-list", "wildcard-tree", "wildcard-tree-list"};
    [all...]
  /external/annotation-tools/annotation-file-utilities/src/annotator/find/
GenericArrayLocationCriterion.java 259 } else if (loc.tag == TypePathEntryKind.WILDCARD
261 // Check if the leaf is an unbounded wildcard instead of the parent, since unbounded
262 // wildcard has no members so it can't be the parent of anything.
275 TreeFinder.warn.debug("WARNING: wildcard bounds not allowed "
282 TreeFinder.warn.debug("WARNING: wildcard bounds not allowed "
362 if (loc.tag != TypePathEntryKind.WILDCARD || locationRemaining.size() == 1) {
363 // If there's only one location left, this can't be a match since a wildcard
ASTPathCriterion.java 722 WildcardTree wildcard = (WildcardTree) actualNode;
723 return wildcard.getBound();
    [all...]
Insertion.java 444 case WILDCARD:
Insertions.java 770 tpes.add(TypePathEntry.WILDCARD);
863 case WILDCARD:
    [all...]
  /frameworks/data-binding/compiler/src/main/java/android/databinding/tool/reflection/annotation/
AnnotationClass.java 252 return mTypeMirror.getKind() == TypeKind.WILDCARD;
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/
DecisionProbe.java 438 // first strip last alt from disableAlts if it's wildcard
498 * if that alt is a simple wildcard. If so, treat like an else clause
499 * and don't emit the error. Strip out the last alt if it's wildcard.
518 // if last alt looks like ( ALT . <end-of-alt> ) then wildcard
523 lastAltAST.getChild(0).getType()== ANTLRParser.WILDCARD &&
526 //System.out.println("wildcard");
    [all...]
  /external/caliper/lib/
jsr311-api-1.1.1.jar 
  /prebuilts/misc/common/robolectric/3.1.1/lib/
maven-artifact-manager-2.2.1.jar 
  /prebuilts/tools/common/m2/repository/org/apache/maven/maven-artifact-manager/2.0.9/
maven-artifact-manager-2.0.9.jar 

Completed in 1369 milliseconds

1 2 3 4 5 6