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

1 2

  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/cm/
matchbrackets.js 7 var matching = {"(": ")>", ")": "(<", "[": "]>", "]": "[<", "{": "}>", "}": "{<"};
13 var match = (pos >= 0 && matching[line.text.charAt(pos)]) || matching[line.text.charAt(++pos)];
28 var match = matching[ch];
45 // Disable brace matching in long lines, since it'll cause hugely slow updates
  /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) {
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/runtime/cla/
id_policy.hpp 53 virtual bool matching( parameter const& p, argv_traverser& tr, bool primary ) const;
111 virtual bool matching( parameter const& p, argv_traverser& tr, bool primary ) const function in class:boost::BOOST_RT_PARAM_NAMESPACE::cla::dual_id_policy
113 return m_primary.matching( p, tr, primary ) || m_secondary.matching( p, tr, primary );
parameter.hpp 108 bool matching( argv_traverser& tr, bool primary ) const function in class:boost::BOOST_RT_PARAM_NAMESPACE::cla::parameter
110 return m_id_policy.matching( *this, tr, primary );
116 m_id_policy.matching( *this, tr, true ); // !! can we save this position somehow
  /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/chromium_org/ui/views/widget/desktop_aura/
desktop_screen_x11.cc 241 const gfx::Display* matching = NULL; local
248 matching = &*it;
251 // Fallback to the primary display if there is no matching display.
252 return matching ? *matching : GetPrimaryDisplay();
  /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...]
  /frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
RootsCache.java 119 // cached values for non-matching packages.
349 final List<RootInfo> matching = Lists.newArrayList(); local
373 matching.add(root);
375 return matching;
  /external/chromium_org/ash/display/
display_controller.cc 583 const gfx::Display* matching = NULL; local
590 matching = &display;
593 // Fallback to the primary display if there is no matching display.
594 return matching ? *matching : GetPrimaryDisplay();
  /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 960 bool matching = true; local
969 matching = (display_width == dim->display_width) &&
972 if (!matching) {
978 matching = false;
1125 bool matching; local
    [all...]
QCameraHWI_Still.cpp 414 bool matching = true; local
445 matching = (mPictureWidth == dim->picture_width) &&
447 matching &= (dim->ui_thumbnail_width == mPostviewWidth) &&
452 if (!matching) {
471 matching &= (img_format == dim->main_img_format);
472 if (!matching) {
478 if (!matching) {
1189 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 
  /prebuilts/tools/common/easymock-tools/
easymock-3.1.jar 
  /prebuilts/tools/common/m2/internal/org/easymock/easymock/3.1/
easymock-3.1.jar 
  /prebuilts/tools/common/m2/internal/org/gradle/gradle-tooling-api/1.6/
gradle-tooling-api-1.6.jar 
  /prebuilts/tools/common/m2/internal/org/gradle/gradle-tooling-api/1.6-rc-1/
gradle-tooling-api-1.6-rc-1.jar 
  /prebuilts/tools/common/m2/internal/org/gradle/gradle-tooling-api/1.7/
gradle-tooling-api-1.7.jar 

Completed in 886 milliseconds

1 2