HomeSort by relevance Sort by last modified time
    Searched defs:matching (Results 1 - 22 of 22) 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 49 char **matching; local
63 if (!bfd_check_format_matches(abfd, bfd_object, &matching)) {
65 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...]
  /device/lge/mako/camera/QCamera/HAL/core/src/
QCameraHWI.cpp 922 bool matching = true; local
931 matching = (display_width == dim->display_width) &&
934 if (!matching) {
940 matching = false;
971 return matching;
1060 bool matching; local
    [all...]
QCameraHWI_Still.cpp 340 bool matching = true; local
376 matching = (mPictureWidth == dim->picture_width) &&
378 matching &= (dim->ui_thumbnail_width == mPostviewWidth) &&
383 if (!matching) {
402 matching &= (img_format == dim->main_img_format);
403 if (!matching) {
409 if (!matching) {
1094 bool matching = true; local
    [all...]
  /device/lge/mako/camera/
QCameraHWI.cpp 954 bool matching = true; local
963 matching = (display_width == dim->display_width) &&
966 if (!matching) {
972 matching = false;
1003 return matching;
1119 bool matching; local
    [all...]
QCameraHWI_Still.cpp 396 bool matching = true; local
427 matching = (mPictureWidth == dim->picture_width) &&
429 matching &= (dim->ui_thumbnail_width == mPostviewWidth) &&
434 if (!matching) {
453 matching &= (img_format == dim->main_img_format);
454 if (!matching) {
460 if (!matching) {
1171 bool matching = true; local
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
CanvasViewInfo.java 1021 UiViewElementNode matching = null; local
    [all...]
SelectionManager.java 1142 RuleAction matching = null; local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.launcher.jar 
org.eclipse.equinox.launcher_1.1.0.v20100507.jar 
org.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jar 
org.eclipse.equinox.p2.metadata_2.0.0.v20100601.jar 
org.apache.commons.httpclient_3.1.0.v201005080502.jar 
org.eclipse.ui.ide_3.6.2.M20101117-0800.jar 
  /prebuilts/tools/common/easymock-tools/
easymock-3.1.jar 
  /prebuilts/tools/common/m2/internal/org/easymock/easymock/3.1/
easymock-3.1.jar 
  /external/proguard/lib/
proguard.jar 
  /prebuilts/tools/common/proguard/proguard4.7/lib/
proguard.jar 
  /prebuilts/tools/common/m2/internal/com/google/code/findbugs/findbugs/2.0.1/
findbugs-2.0.1.jar 

Completed in 505 milliseconds