Searched refs:matches (Results 1 – 15 of 15) sorted by relevance
/build/core/ |
D | device.mk | 65 $(error No matches for device "$(dn)"), \ 66 $(error Device "$(dn)" ambiguous: matches $(d)) \
|
D | product.mk | 182 $(error No matches for product "$(pn)"), \ 183 $(error Product "$(pn)" ambiguous: matches $(p)) \
|
/build/tools/droiddoc/src/ |
D | AttrTagInfo.java | 58 if (!m.matches()) { in parse() 82 if (!m.matches() || m.group(2).trim().length() != 0) { in parse()
|
D | ThrowsTagInfo.java | 35 if (m.matches()) { in ThrowsTagInfo()
|
D | ParamTagInfo.java | 38 if (m.matches()) { in ParamTagInfo()
|
D | Comment.java | 73 m.matches(); in parseRegex() 99 if (m.matches()) { in tag() 221 if (m.matches()) { in parseBriefTags()
|
D | DocFile.java | 84 if (prop.matches()) { in writePage()
|
D | LinkReference.java | 331 if (! matcher.matches()) { in parse() 344 if (! matcher.matches()) { in parse()
|
D | SampleTagInfo.java | 79 if (!m.matches()) { in SampleTagInfo()
|
/build/tools/apicheck/src/com/android/apicheck/ |
D | ClassInfo.java | 99 if (mi.matches(candidate)) { in overriddenMethod() 118 if (mi.matches(candidate)) { in interfaceMethod()
|
D | MethodInfo.java | 88 public boolean matches(MethodInfo other) { in matches() method in MethodInfo
|
/build/tools/acp/ |
D | README | 27 library, the time stamp no longer matches. Preserving the time
|
/build/tools/signapk/ |
D | SignApk.java | 203 !stripPattern.matcher(name).matches())) { in addDigestsToManifest()
|
/build/tools/droiddoc/templates/assets/ |
D | android-developer-docs.css | 808 margin: -0.5em 0 1em 1em; /* matches default img left-margin */ 830 margin: 0 0 0.5em 1em; /* matches default table left-margin */
|
D | jquery-resizable.min.js | 19 …matches=function(T,U){return F(T,null,null,U)};F.find=function(aa,T,ab){var Z,X;if(!aa){return[]}f… function
|