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

1 2

  /external/antlr/antlr-3.4/tool/src/test/java/org/antlr/test/
ErrorQueue.java 40 List warnings = new LinkedList(); field in class:ErrorQueue
51 warnings.add(msg);
59 return infos.size() + errors.size() + warnings.size();
65 "warnings: "+warnings;
  /external/mockito/src/org/mockito/internal/debugging/
WarningsCollector.java 34 String warnings = new WarningsPrinterImpl(unused, allInvocationMatchers, false).print(); local
36 return warnings;
  /external/webkit/Tools/Scripts/webkitpy/thirdparty/simplejson/
__init__.py 273 import warnings namespace
274 warnings.warn("simplejson.loads(s) should be used instead of read(s)",
282 import warnings namespace
283 warnings.warn("simplejson.dumps(s) should be used instead of write(s)",
  /build/tools/
merge-event-log-tags.py 39 warnings = [] variable
132 warnings.extend(tagfile.warnings)
139 if warnings:
140 for fn, ln, msg in warnings:
  /external/chromium-trace/trace-viewer/third_party/web_dev_style/web_dev_style/
js_checker.py 100 import warnings namespace
102 old_filters = warnings.filters
117 warnings.filterwarnings('ignore', category=DeprecationWarning)
124 warnings.filters = old_filters
  /external/chromium/chrome/browser/extensions/
extension_install_ui.cc 206 std::vector<string16> warnings = local
209 profile_, delegate_, extension_, &icon_, warnings, prompt_type_);
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/features/
FeatureSummaryActivity.java 338 String warnings = sb.toString().trim(); local
339 if (warnings == null || "".equals(warnings)) {
342 ((TextView) (findViewById(R.id.fs_warnings))).setText(warnings);
  /external/bison/src/
getargs.h 116 | --warnings. |
119 enum warnings enum
121 warnings_none = 0, /**< Issue no warnings. */
122 warnings_error = 1 << 0, /**< Warnings are treated as errors. */
127 warnings_other = 1 << 5, /**< All other warnings. */
128 warnings_all = ~warnings_error /**< All above warnings. */
130 /** What warnings are issued. */
  /external/markdown/markdown/
__init__.py 48 import warnings namespace
114 warnings.warn(text, MarkdownWarning)
  /external/chromium/chrome/common/extensions/
extension_unittest.cc 1212 std::vector<string16> warnings = extension->GetPermissionMessageStrings(); local
1221 std::vector<string16> warnings = extension->GetPermissionMessageStrings(); local
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
GrammarReport.java 68 int warnings; field in class:GrammarReport.ReportData
246 data.warnings = ErrorManager.getErrorState().warnings;
467 buf.append("Number of warnings: ");
468 buf.append(data.warnings);
ErrorManager.java 189 // GRAMMAR WARNINGS
262 public int warnings; field in class:ErrorManager.ErrorState
610 getErrorState().warnings++;
618 getErrorState().warnings++;
640 getErrorState().warnings++;
659 getErrorState().warnings++;
692 getErrorState().warnings++;
739 getErrorState().warnings++;
    [all...]
  /external/chromium/net/tools/testserver/
testserver.py 32 import warnings namespace
34 # Ignore deprecation warnings, they make our output more cluttered.
35 warnings.filterwarnings("ignore", category=DeprecationWarning)
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/model/
BuildResultsElement.java 124 String[] warnings = new String[list.size()]; local
126 list.toArray(warnings);
128 ComboBoxPropertyDescriptor warningDescriptor = new ComboBoxPropertyDescriptor(P_ID_STATUS_WARNING, P_STR_STATUS_WARNING, warnings);
ConfigResultsElement.java 124 String[] warnings = new String[list.size()]; local
126 list.toArray(warnings);
128 ComboBoxPropertyDescriptor warningDescriptor = new ComboBoxPropertyDescriptor(P_ID_STATUS_WARNING, P_STR_STATUS_WARNING, warnings);
ResultsElement.java 152 String[] warnings = new String[list.size()]; local
154 list.toArray(warnings);
156 ComboBoxPropertyDescriptor warningDescriptor = new ComboBoxPropertyDescriptor(P_ID_STATUS_WARNING, P_STR_STATUS_WARNING, warnings);
379 * <li>6-11: bits for warnings. Current possible warnings are
  /dalvik/dx/src/com/android/dx/command/dexer/
Main.java 129 /** number of warnings during processing */
130 private static int warnings = 0; field in class:Main
187 warnings = 0;
353 if (warnings != 0) {
354 DxConsole.err.println(warnings + " warning" +
355 ((warnings == 1) ? "" : "s"));
502 warnings++;
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
LintViewPart.java 81 * Eclipse View which shows lint warnings for the current project
188 // No supplied context: show lint warnings for all projects
407 int warnings = mLintView.getWarningCount(); local
408 mErrorLabel.setText(String.format("%1$d errors, %2$d warnings", errors, warnings));
628 * Shows or reconfigures the LintView to show the lint warnings for the
631 * @param projects the projects to show lint warnings for
  /prebuilts/devtools/tools/lib/
lint.jar 
  /external/libxslt/libxslt/
xsltInternals.h 1314 int warnings; \/* TODO: number of warnings found at member in struct:_xsltCompilerCtxt
1575 int warnings; \/* number of warnings found at compilation *\/ member in struct:_xsltStylesheet
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/
performanceui.jar 
  /external/dexmaker/lib/
mockito-core-1.9.1-SNAPSHOT.jar 
  /external/robolectric/lib/test/
mockito-core-1.8.5.jar 
  /prebuilts/tools/common/m2/internal/com/google/code/findbugs/findbugs/2.0.1/
findbugs-2.0.1.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jar 

Completed in 1476 milliseconds

1 2