Searched defs:matching (Results 1 - 21 of 21) sorted by relevance

/external/easymock/src/org/easymock/internal/
H A DErrorMessage.java20 private final boolean matching; field in class:ErrorMessage
26 public ErrorMessage(boolean matching, String message, int actualCount) { argument
27 this.matching = matching;
33 return matching;
46 if (matching) {
/external/chromium_org/chrome/browser/extensions/api/image_writer_private/
H A Dremovable_storage_provider_mac.cc28 CFMutableDictionaryRef matching = IOServiceMatching(kIOMediaClass); local
29 CFDictionaryAddValue(matching, CFSTR(kIOMediaWholeKey), kCFBooleanTrue);
30 CFDictionaryAddValue(matching, CFSTR(kIOMediaWritableKey), kCFBooleanTrue);
34 kIOMasterPortDefault, matching, &disk_iterator) != KERN_SUCCESS) {
/external/chromium_org/chrome/utility/image_writer/
H A Dimage_writer_mac.cc34 CFMutableDictionaryRef matching = IOServiceMatching(kIOMediaClass); local
35 CFDictionaryAddValue(matching, CFSTR(kIOMediaWholeKey), kCFBooleanTrue);
36 CFDictionaryAddValue(matching, CFSTR(kIOMediaWritableKey), kCFBooleanTrue);
37 CFDictionaryAddValue(matching, CFSTR(kIOBSDNameKey), cf_bsd_name);
40 IOServiceGetMatchingService(kIOMasterPortDefault, matching);
/external/chromium_org/ash/display/
H A Dscreen_ash.cc52 const gfx::Display* matching = NULL; local
60 matching = &display;
63 return matching;
103 const gfx::Display* matching = variable
105 // Fallback to the primary display if there is no matching display.
106 return matching ? *matching : GetPrimaryDisplay();
266 const gfx::Display* matching = local
268 // Fallback to the primary display if there is no matching display.
269 return matching
[all...]
/external/owasp/sanitizer/src/main/org/owasp/html/
H A DHtmlPolicyBuilder.java320 .matching(AttributePolicy.REJECT_ALL_ATTRIBUTE_POLICY);
645 * Multiple calls to {@code matching} are combined so that the policies
649 public AttributeBuilder matching(AttributePolicy policy) { method in class:HtmlPolicyBuilder.AttributeBuilder
656 * matching the pattern.
657 * Multiple calls to {@code matching} are combined to restrict to the
660 public AttributeBuilder matching(final Pattern pattern) { method in class:HtmlPolicyBuilder.AttributeBuilder
661 return matching(new AttributePolicy() {
671 * matching the given predicate.
672 * Multiple calls to {@code matching} are combined to restrict to the
675 public AttributeBuilder matching( method in class:HtmlPolicyBuilder.AttributeBuilder
691 public AttributeBuilder matching( method in class:HtmlPolicyBuilder.AttributeBuilder
702 public AttributeBuilder matching( method in class:HtmlPolicyBuilder.AttributeBuilder
[all...]
/external/wpa_supplicant_8/hostapd/src/utils/
H A Dtrace.c47 char **matching; local
61 if (!bfd_check_format_matches(abfd, bfd_object, &matching)) {
63 free(matching);
/external/wpa_supplicant_8/src/utils/
H A Dtrace.c47 char **matching; local
61 if (!bfd_check_format_matches(abfd, bfd_object, &matching)) {
63 free(matching);
/external/wpa_supplicant_8/wpa_supplicant/src/utils/
H A Dtrace.c47 char **matching; local
61 if (!bfd_check_format_matches(abfd, bfd_object, &matching)) {
63 free(matching);
/external/chromium_org/ui/views/widget/desktop_aura/
H A Ddesktop_screen_x11.cc194 const gfx::Display* matching = NULL; local
201 matching = &*it;
204 // Fallback to the primary display if there is no matching display.
205 return matching ? *matching : GetPrimaryDisplay();
/external/proguard/src/proguard/classfile/util/
H A DInstructionSequenceMatcher.java65 private boolean matching; field in class:InstructionSequenceMatcher
99 * Starts matching from the first instruction again next time.
118 return matching;
234 // Check if the instruction sequence is matching now.
256 // Check if the instruction sequence is matching now.
279 // Check if the instruction sequence is matching now.
301 // Check if the instruction sequence is matching now.
329 // Check if the instruction sequence is matching now.
355 // Check if the instruction sequence is matching now.
548 * Marks the specified argument (by index) as matching th
[all...]
/external/flac/libFLAC/
H A Dmetadata_object.c1413 unsigned matching = 0; local
1423 matching++;
1428 return ok? (int)matching : -1;
/external/owasp/sanitizer/distrib/lib/
H A Dowasp-java-html-sanitizer.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/owasp/ org/owasp/html/ org/owasp/html/AbstractTokenStream ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.launcher.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.launcher_1.1.0.v20100507.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.p2.metadata_2.0.0.v20100601.jar ... .p2.metadata.IInstallableUnit unit String key Object matching org.eclipse.equinox.p2.metadata. ...
H A Dorg.apache.commons.httpclient_3.1.0.v201005080502.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.ide_3.6.2.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/proguard/lib/
H A Dproguard.jarMETA-INF/ META-INF/MANIFEST.MF proguard/DataEntryWriterFactory.class DataEntryWriterFactory.java package proguard public ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dfindbugs.jarMETA-INF/ META-INF/MANIFEST.MF default.xsl edu/ edu/umd/ edu/umd/cs/ edu/ ...

Completed in 484 milliseconds