Searched defs:matching (Results 1 - 16 of 16) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/devtools/front_end/cm/
H A Dmatchbrackets.js7 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/
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/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/chromium_org/ash/display/
H A Ddisplay_controller.cc655 const gfx::Display* matching = NULL; local
662 matching = &display;
665 // Fallback to the primary display if there is no matching display.
666 return matching ? *matching : GetPrimaryDisplay();
/external/flac/libFLAC/
H A Dmetadata_object.c1413 unsigned matching = 0; local
1423 matching++;
1428 return ok? (int)matching : -1;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
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 ...
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.core.resources_3.6.1.R36x_v20101007-1215.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.p2.metadata_2.0.0.v20100601.jar ... .p2.metadata.IInstallableUnit unit String key Object matching org.eclipse.equinox.p2.metadata. ...
H A Dorg.apache.commons.httpclient_3.1.0.v201005080502.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.ide_3.6.2.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/proguard/lib/
H A Dproguard.jarMETA-INF/ META-INF/MANIFEST.MF proguard/evaluation/Stack.class Stack.java package proguard ...

Completed in 429 milliseconds