Searched refs:matching (Results 1 - 25 of 55) sorted by relevance

123

/external/easymock/src/org/easymock/internal/
H A DErrorMessage.java20 private final boolean matching; field in class:ErrorMessage
26 public ErrorMessage(boolean matching, String message, int actualCount) { argument
27 this.matching = matching;
33 return matching;
46 if (matching) {
/external/clang/utils/
H A Dfind-unused-diagnostics.sh10 grep -E --only-matching --no-filename '(err_|warn_|ext_|note_)[a-z_]+ ' ./include/clang/Basic/Diagnostic*.td > $ALL_DIAGS
/external/wpa_supplicant_8/hostapd/src/utils/
H A Dtrace.c49 char **matching; local
63 if (!bfd_check_format_matches(abfd, bfd_object, &matching)) {
65 free(matching);
/external/wpa_supplicant_8/src/utils/
H A Dtrace.c49 char **matching; local
63 if (!bfd_check_format_matches(abfd, bfd_object, &matching)) {
65 free(matching);
/external/wpa_supplicant_8/wpa_supplicant/src/utils/
H A Dtrace.c49 char **matching; local
63 if (!bfd_check_format_matches(abfd, bfd_object, &matching)) {
65 free(matching);
/external/proguard/src/proguard/classfile/util/
H A DInstructionSequenceMatcher.java63 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 instructio
[all...]
/external/libvpx/examples/includes/geshi/geshi/
H A Dboo.php19 * Regular Expression Literal matching
H A Dsmalltalk.php132 GESHI_SEARCH => '(self|super|true|false|nil)', //keywords again (to avoid matching in next regexp)
H A Ddiff.php17 * - changing language file to use matching of start (^) and end ($) (wt)
H A Dobjc.php22 * - Sorted all keyword group in reverse-alpha order for correct matching.
/external/icu4c/samples/ufortune/resources/
H A Dfortune_resources.mak34 # File name extensions for inference rule matching.
/external/webkit/Tools/Scripts/
H A Drun-sunspider60 --tests Only run tests matching provided pattern
/external/webkit/PerformanceTests/SunSpider/
H A Dsunspider57 --tests Only run tests matching provided pattern
203 print STDERR "Found " . scalar(@tests) . " tests matching '" . $testsPattern . "'\n";
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
H A DRecognizerSharedState.as62 * matching lexer rule(s). If you subclass to allow multiple token
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/tool/templates/messages/languages/
H A Den.stg265 Alternative <alt>: after matching input such as <input> decision cannot predict what comes next due to recursion overflow <targetRules,callSiteStates:{t,c|to <t> from <c:{s|<s.enclosingRule.name>};separator=", ">}; separator=" and ">
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.launcher.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.launcher_1.1.0.v20100507.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
H A Ddfa.rb79 situations where a non-matching input symbol does
H A Drecognizers.rb188 * token and character matching
917 matching patterns in the text input and breaking the input into tokens.
/external/webkit/Source/ThirdParty/ANGLE/src/compiler/
H A Dglslang_tab.cpp4338 context->error((yyvsp[(1) - (3)].lex).line, "function return is not matching type:", "return", "");
/external/llvm/lib/Support/
H A Dregengine.inc39 * The matching engine and friends. This file is #included by regexec.c
128 - matcher - the actual matching engine
431 for (;;) { /* find first matching branch */
629 for (;;) { /* find first matching branch */
1008 * a matching debug.o, and this is convenient. It all disappears in
/external/flac/libFLAC/
H A Dmetadata_object.c1413 unsigned matching = 0; local
1423 matching++;
1428 return ok? (int)matching : -1;
/external/chromium/third_party/libjingle/source/talk/
H A Dmain.scons471 # Files are assigned to first matching folder. Folder names of None
/external/strace/
H A Dstrace.spec224 - fix ioctl name matching (#129808)

Completed in 448 milliseconds

123