/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/clang/utils/ |
find-unused-diagnostics.sh | 8 ALL_DIAGS=$(grep -E --only-matching --no-filename '(err_|warn_|ext_|note_)[a-z_]+' ./include/clang/Basic/Diagnostic*.td) 12 DIAGS_IN_SOURCES=$(grep -E --only-matching --no-filename '(err_|warn_|ext_|note_)[a-z_]+' $ALL_SOURCES)
|
/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
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/runtime/cla/iface/ |
id_policy.hpp | 51 virtual bool matching( parameter const& p, argv_traverser& tr, bool primary ) const = 0;
|
/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/chromium_org/tools/telemetry/telemetry/page/actions/ |
media_action.js | 8 // Returns elements matching the selector, otherwise returns the first video 26 console.error('Could not find any media elements matching: ' + selector);
|
/external/chromium_org/ui/keyboard/resources/ |
api_adapter.js | 6 * Queries the document for an element with a matching id.
|
/external/chromium/testing/gmock/scripts/ |
gmock_doctor.py | 130 # Regex for matching source file path and line number in the compiler's errors. 145 """Diagnoses the given disease by pattern matching. 153 for matching regex). 281 gcc_regex = (_GCC_FILE_LINE_RE + r'error: no matching function for ' 283 clang_regex = (_CLANG_FILE_LINE_RE + r'error: no matching function for ' 302 gcc_regex = (_GCC_FILE_LINE_RE + r'error: no matching function for call to ' 304 clang_regex = (_CLANG_FILE_LINE_RE + r'error: no matching ' 327 gcc_regex = (_GCC_FILE_LINE_RE + r'error: no matching function for ' 330 clang_regex = (_CLANG_FILE_LINE_RE + r'error: no matching function ' 417 r'.*error: no matching function for call to \'ImplicitCast_\( [all...] |
/external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/ |
checker.py | 35 'matching return statement.')
|
/external/chromium_org/third_party/closure_linter/closure_linter/ |
checker.py | 35 'matching return statement.')
|
/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();
|
/ndk/sources/host-tools/sed-4.2.1/doc/ |
sed.x | 177 corresponding matching sub-expressions in the 254 Match lines matching the regular expression 258 Match lines matching the regular expression
|
/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);
|
/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...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/ |
AdtUtils.java | 588 * @return a list (possibly empty but never null) of matching markers [all...] |
/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/v8/tools/ |
csvparser.js | 37 * A regex for matching a CSV field. 44 * A regex for matching a double quote.
|
v8-info.sh | 54 -i Print revision info for all branches matching the V8 version.
|
/external/v8/tools/ |
csvparser.js | 37 * A regex for matching a CSV field. 44 * A regex for matching a double quote.
|
/external/chromium/chrome/common/extensions/docs/examples/api/tabs/screenshot/ |
screenshot.js | 29 // ensures that exactly one view will have the matching URL.
|
/external/chromium_org/v8/test/webkit/fast/js/ |
regexp-bol-with-multiline.js | 25 'Test for beginning of line (BOL or ^) matching in a multiline string</a>'
|
/external/icu4c/samples/ufortune/resources/ |
fortune_resources.mak | 34 # File name extensions for inference rule matching.
|
/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/markdown/markdown/ |
inlinepatterns.py | 189 """ Return a `<code>` element containing the matching text. """
|