/external/easymock/src/org/easymock/internal/ |
D | ErrorMessage.java | 20 private final boolean matching; field in ErrorMessage 26 public ErrorMessage(boolean matching, String message, int actualCount) { in ErrorMessage() argument 27 this.matching = matching; in ErrorMessage() 33 return matching; in isMatching() 46 if (matching) { in appendTo()
|
/external/iptables/extensions/ |
D | libxt_string.man | 1 This modules matches a given string by using some pattern matching strategy. It requires a linux ke… 4 Select the pattern matching strategy. (bm = Boyer-Moore, kmp = Knuth-Pratt-Morris) 7 Set the offset from which it starts looking for any matching. If not passed, default is 0.
|
D | libipt_LOG.man | 1 Turn on kernel logging of matching packets. When this option is set 3 matching packets (like most IP header fields) via the kernel log 10 separate rules with the same matching criteria, first using target LOG
|
D | libip6t_LOG.man | 1 Turn on kernel logging of matching packets. When this option is set 3 matching packets (like most IPv6 IPv6-header fields) via the kernel log 10 separate rules with the same matching criteria, first using target LOG
|
D | libxt_statistic.man | 9 Set the matching mode of the matching rule, supported modes are
|
D | libxt_hashlimit.man | 54 matching on source host 58 matching on source port 62 matching on subnet
|
D | libxt_NOTRACK.man | 1 This target disables connection tracking for all packets matching that rule.
|
/external/clang/test/SemaObjCXX/ |
D | arc-overloading.mm | 17 f0(wip); // expected-error{{no matching function for call to 'f0'}} 69 f3(&uip); // expected-error{{no matching function for call to 'f3'}} 129 f7(weak_id); // expected-error{{no matching function for call to 'f7'}} 130 f7(autoreleasing_id); // expected-error{{no matching function for call to 'f7'}} 131 f7(unsafe_id); // expected-error{{no matching function for call to 'f7'}} 190 f9790531(self); // expected-error {{no matching function for call to 'f9790531'}} 191 f9790531_1(self); // expected-error {{no matching function for call to 'f9790531_1'}} 192 f9790531_2(self); // expected-error {{no matching function for call to 'f9790531_2'}}
|
D | gc-attributes.mm | 12 f0(&a2); // expected-error{{no matching function}} 21 f1(&a2); // expected-error{{no matching function}}
|
D | blocks.mm | 16 return bar3(objectCreationBlock); // expected-error{{no matching}} 21 return bar4(objectCreationBlock); // expected-error{{no matching}} 119 f(^(B* b) { return 0; }); // expected-error {{no matching function for call to 'f'}}
|
/external/clang/utils/ |
D | find-unused-diagnostics.sh | 8 ALL_DIAGS=$(grep -E --only-matching --no-filename '(err_|warn_|ext_|note_)[a-z_]+' ./include/clang/… 12 DIAGS_IN_SOURCES=$(grep -E --only-matching --no-filename '(err_|warn_|ext_|note_)[a-z_]+' $ALL_SOUR…
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/cm/ |
D | matchbrackets.js | 7 var matching = {"(": ")>", ")": "(<", "[": "]>", "]": "[<", "{": "}>", "}": "{<"}; variable 13 var match = (pos >= 0 && matching[line.text.charAt(pos)]) || matching[line.text.charAt(++pos)]; 28 var match = matching[ch];
|
/external/chromium_org/base/memory/ |
D | weak_ptr_unittest.nc | 51 #elif defined(NCTEST_STATIC_ASWEAKPTR_DOWNCAST) // [r"no matching function"] 66 #elif defined(NCTEST_UNSAFE_INSTANTIATED_HELPER_DOWNCAST) // [r"no matching function"] 87 #elif defined(NCTEST_UNSAFE_INSTANTIATED_HELPER_SIDECAST) // [r"no matching function"] 108 #elif defined(NCTEST_UNRELATED_INSTANTIATED_HELPER) // [r"no matching function"]
|
/external/llvm/docs/CommandGuide/ |
D | llvm-extract.rst | 51 Extract the function(s) matching *function-regular-expr* from the LLVM bitcode. 52 All functions matching the regular expression will be extracted. May be 66 Extract the global variable(s) matching *global-regular-expr* from the LLVM 67 bitcode. All global variables matching the regular expression will be extracted.
|
D | FileCheck.rst | 1 FileCheck - Flexible pattern matching file verifier 17 using :program:`grep`, but it is optimized for matching multiple different 236 occurrences matching ``CHECK-DAG:`` before ``CHECK-NOT:`` must not fall behind 237 occurrences matching ``CHECK-DAG:`` after ``CHECK-NOT:``. For example, 251 or more ``CHECK:`` directives may inadvertently succeed by matching lines in a 263 preventing a ``CHECK:`` directive in one block matching a line in another block. 302 For most uses of FileCheck, fixed string matching is perfectly sufficient. For 303 some things, a more flexible form of matching is desired. To support this, 304 FileCheck allows you to specify regular expressions in matching strings, 306 string matching for a majority of what we do, FileCheck has been designed to [all …]
|
/external/chromium_org/chrome/common/extensions/api/ |
D | app_runtime.idl | 28 // matching file handler in the <code>file_handlers</code> manifest key. 31 // The URL for the <code>onLaunched</code> event triggered by a matching 36 // matching URL handler in the <code>url_handlers</code> manifest key.
|
/external/linux-tools-perf/Documentation/ |
D | perf-probe.txt | 114 …d '%return' means that it probes function return. And ';PTN' means lazy matching pattern (see LAZY… 115 …lazy matching by using 'SRC:ALN' or 'SRC;PTN' syntax, where 'SRC' is the source file path, ':ALN' … 143 …The lazy line matching is similar to glob matching but ignoring spaces in both of pattern and targ… 148 …hedule() can be moved easily by modifying schedule(), but the same line matching 'rq=cpu_rq*' may … 152 The filter pattern is a glob matching pattern(s) to filter variables.
|
/external/proguard/src/proguard/classfile/util/ |
D | InstructionSequenceMatcher.java | 63 private boolean matching; field in InstructionSequenceMatcher 107 return matching; in isMatching() 596 matching = patternInstructionIndex == patternInstructions.length; in checkMatch() 601 if (matching) in checkMatch() 619 matching = false; in checkMatch()
|
/external/chromium_org/ui/views/widget/desktop_aura/ |
D | desktop_screen_x11.cc | 241 const gfx::Display* matching = NULL; in GetDisplayMatching() local 248 matching = &*it; in GetDisplayMatching() 252 return matching ? *matching : GetPrimaryDisplay(); in GetDisplayMatching()
|
/external/wpa_supplicant_8/src/utils/ |
D | trace.c | 49 char **matching; in open_bfd() local 63 if (!bfd_check_format_matches(abfd, bfd_object, &matching)) { in open_bfd() 65 free(matching); in open_bfd()
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/gas/tests/bin/ |
D | rept-err.errwarn | 1 -:3: error: rept without matching endr
|
D | reptnested-err.errwarn | 2 -:3: error: rept without matching endr
|
/external/regex-re2/doc/ |
D | syntax.txt | 78 (?=re) before text matching «re» NOT SUPPORTED 79 (?!re) before text not matching «re» NOT SUPPORTED 80 (?<=re) after text matching «re» NOT SUPPORTED 81 (?<!re) after text not matching «re» NOT SUPPORTED 82 re& before text matching «re» NOT SUPPORTED vim 83 re@= before text matching «re» NOT SUPPORTED vim 84 re@! before text not matching «re» NOT SUPPORTED vim 85 re@<= after text matching «re» NOT SUPPORTED vim 86 re@<! after text not matching «re» NOT SUPPORTED vim
|
/external/chromium_org/third_party/re2/doc/ |
D | syntax.txt | 78 (?=re) before text matching «re» NOT SUPPORTED 79 (?!re) before text not matching «re» NOT SUPPORTED 80 (?<=re) after text matching «re» NOT SUPPORTED 81 (?<!re) after text not matching «re» NOT SUPPORTED 82 re& before text matching «re» NOT SUPPORTED vim 83 re@= before text matching «re» NOT SUPPORTED vim 84 re@! before text not matching «re» NOT SUPPORTED vim 85 re@<= after text matching «re» NOT SUPPORTED vim 86 re@<! after text not matching «re» NOT SUPPORTED vim
|
/external/eclipse-basebuilder/src/ |
D | README.txt | 1 To find the Eclipse sources matching basebuilder-3.6.2:
|