HomeSort by relevance Sort by last modified time
    Searched defs:matching (Results 1 - 7 of 7) sorted by null

  /external/easymock/src/org/easymock/internal/
ErrorMessage.java 20 private final boolean matching; field in class:ErrorMessage
26 public ErrorMessage(boolean matching, String message, int actualCount) {
27 this.matching = matching;
33 return matching;
46 if (matching) {
  /external/wpa_supplicant_8/src/utils/
trace.c 55 char **matching; local
69 if (!bfd_check_format_matches(abfd, bfd_object, &matching)) {
71 free(matching);
  /packages/experimental/LoaderApp/src/com/android/loaderapp/model/
Sources.java 252 final ArrayList<Account> matching = Lists.newArrayList(); local
261 matching.add(account);
264 return matching;
268 * Find the best {@link DataKind} matching the requested
278 // Try finding source and kind matching request
  /external/proguard/src/proguard/classfile/util/
InstructionSequenceMatcher.java 63 private boolean matching; field in class:InstructionSequenceMatcher
95 * Starts matching from the first instruction again next time.
107 return matching;
195 // Check if the instruction sequence is matching now.
217 // Check if the instruction sequence is matching now.
240 // Check if the instruction sequence is matching now.
262 // Check if the instruction sequence is matching now.
290 // Check if the instruction sequence is matching now.
316 // Check if the instruction sequence is matching now.
589 // Remember the offset of the matching instruction
    [all...]
  /external/flac/libFLAC/
metadata_object.c 1413 unsigned matching = 0; local
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
CanvasViewInfo.java 993 UiViewElementNode matching = null; local
    [all...]
  /external/proguard/lib/
proguard.jar 

Completed in 1797 milliseconds