/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
nokia.pem | 1 # Certificate for projects.developer.nokia.com:443 (see issue 13034)
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/ |
SetAttributeFix.java | 52 if (mId.equals(AccessibilityDetector.ISSUE.getId())) { 58 } else if (mId.equals(TextFieldDetector.ISSUE.getId())) { 64 } else if (mId.equals(MissingIdDetector.ISSUE.getId())) { 83 if (mId.equals(AccessibilityDetector.ISSUE.getId())) { 87 } else if (mId.equals(TextFieldDetector.ISSUE.getId())) { 95 } else if (mId.equals(MissingIdDetector.ISSUE.getId())) { 117 || mId.equals(TextFieldDetector.ISSUE.getId()) 136 } else if (mId.equals(TextFieldDetector.ISSUE.getId())) { 138 } else if (mId.equals(MissingIdDetector.ISSUE.getId())) {
|
LintFixGenerator.java | 29 import com.android.tools.lint.detector.api.Issue; 30 import com.android.tools.lint.detector.api.Issue.OutputFormat; 215 * @param thisFileOnly if true, only suppress this issue in this file 220 Issue issue = registry.getIssue(id); local 221 if (issue != null) { 233 ((DefaultConfiguration) configuration).ignore(issue, file); 235 configuration.setSeverity(issue, Severity.IGNORE); 484 Issue issue = EclipseLintClient.getRegistry().getIssue(mId) local [all...] |
/cts/tests/tests/hardware/src/android/hardware/cts/helpers/ |
SensorTestPlatformException.java | 20 * Exception that indicates an issue in the Sensor Test Platform. 29 super(message + " (This is a 'sensor test platform' issue, please report it so it can be fixed)");
|
/external/chromium_org/components/suggestions/ |
suggestions_utils.h | 16 // Behavior: Does not issue a server request, but serves from cache if 26 // Behavior: Do not issue a server request. Clear the cache. Serve empty
|
/external/chromium_org/content/browser/gamepad/ |
gamepad_test_helpers.cc | 35 // event) and *then* will issue the callback on the client thread. Waiting for 36 // it to read twice is a simple way to ensure that it was able to issue
|
/external/chromium_org/content/common/service_worker/ |
service_worker_status_code.h | 46 // Operation is failed by network issue. 49 // Operation is failed by security issue.
|
/external/chromium_org/third_party/icu/source/test/letest/ |
SimpleFontInstance.h | 48 // issue a warning if we don't implement it... 52 // issue a warning if we don't implement it...
|
/external/chromium_org/third_party/icu/source/test/perf/leperf/ |
SimpleFontInstance.h | 48 // issue a warning if we don't implement it... 52 // issue a warning if we don't implement it...
|
/external/clang/test/Misc/ |
serialized-diags-stable.c | 8 // CHECK: serialized-diags-stable.c:[[@LINE+2]]:1: warning: control reaches end of non-void function [-Wreturn-type] [Semantic Issue] 12 // CHECK: serialized-diags-stable.c:[[@LINE+5]]:13: error: redefinition of 'bar' as different kind of symbol [] [Semantic Issue]
|
/external/icu/icu4c/source/test/letest/ |
SimpleFontInstance.h | 48 // issue a warning if we don't implement it... 52 // issue a warning if we don't implement it...
|
/external/icu/icu4c/source/test/perf/leperf/ |
SimpleFontInstance.h | 48 // issue a warning if we don't implement it... 52 // issue a warning if we don't implement it...
|
/external/ppp/pppd/plugins/radius/ |
options.h | 45 {"issue", OT_STR, ST_UNDEF, "/etc/radiusclient/issue"},
|
/external/valgrind/main/docs/internals/ |
SPEC-notes.txt | 17 floating point issue. 39 This is similar to an issue that happens with the "art"
|
/frameworks/base/docs/html/tools/debugging/ |
improving-w-lint.jd | 47 <dd>You can view the results from {@code lint} in the console or in the <strong>Lint Warnings</strong> view in Eclipse. Each issue is identified by the location in the source files where it occurred and a description of the issue.</dd> 70 <p>For example, you can issue the following command to scan the files under the {@code myproject} directory and its subdirectories. The issue ID <code>MissingPrefix</code> tells {@code lint} to only scan for XML attributes that are missing the Android namespace prefix.</p> 120 <LI><b>Suppress this error with an annotation/attribute</b> - If the issue appears in a Java class, the {@code lint} tool adds a <code>@SuppressLint</code> annotation to the method where the issue was detected. If the issue appears in an {@code .xml} file, {@code lint} inserts a <code>tools:ignore</code> attribute to disable checking for the {@code lint} issue in this file.</LI> 121 <LI><b>Ignore in this file</b> - Disables checking for this {@code lint} issue in this file.</LI> 122 <li><b>Ignore in this project</b> - Disables checking for this {@code lint} issue in this project.</li [all...] |
/hardware/qcom/keymaster/ |
keymaster_qcom.h | 85 * cmd_id : Command issue to secure app 100 * cmd_id : Command issue to secure app 120 * cmd_id : Command issue to secure app 135 * cmd_id : Command issue to secure app 153 * cmd_id : Command issue to secure app 171 * cmd_id : Command issue to secure app 189 * cmd_id : Command issue to secure app 211 * cmd_id : Command issue to secure app
|
/external/chromium_org/chrome/common/extensions/docs/server2/ |
patch_servlet.py | 26 def __init__(self, issue, delegate): 27 self._issue = issue 98 issue, path_without_issue = path_with_issue.split('/', 1) 108 _PatchServletDelegate(issue, self._delegate)).Get() 116 response = Response.Redirect('/_patch/%s%s' % (issue, redirect_url),
|
/external/chromium_org/third_party/icu/source/tools/toolutil/ |
udbgutil.h | 113 * Convert a "known issue" string into a URL 121 * Open (or reopen) a 'known issue' table. 130 * Open (or reopen) a 'known issue' table. 138 * Print 'known issue' table, to std::cout. 145 * Close 'known issue' table.
|
/external/icu/icu4c/source/tools/toolutil/ |
udbgutil.h | 113 * Convert a "known issue" string into a URL 121 * Open (or reopen) a 'known issue' table. 130 * Open (or reopen) a 'known issue' table. 138 * Print 'known issue' table, to std::cout. 145 * Close 'known issue' table.
|
/external/nist-sip/java/gov/nist/javax/sip/header/extensions/ |
ReferredBy.java | 76 * Issue number: 82 * CVS: Issue number: 84 * CVS: then enter the issue number(s) here. 98 * Issue number: 79, 80 110 * Issue number: 118 * CVS: Issue number: 120 * CVS: then enter the issue number(s) here.
|
/external/nist-sip/java/gov/nist/javax/sip/header/ |
UserAgent.java | 134 * Issue number: 138 * Fix minor issue in encoding of user-agent header. 141 * Issue number: 79, 80 146 * Issue number: 153 * CVS: Issue number: 155 * CVS: then enter the issue number(s) here. 183 * Issue number: 191 * CVS: Issue number: 193 * CVS: then enter the issue number(s) here.
|
/external/nist-sip/java/gov/nist/javax/sip/parser/ |
RSeqParser.java | 114 * Issue number: 120 * CVS: Issue number: 122 * CVS: then enter the issue number(s) here. 136 * Issue number: 143 * CVS: Issue number: 145 * CVS: then enter the issue number(s) here. 173 * Issue number: 181 * CVS: Issue number: 183 * CVS: then enter the issue number(s) here.
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/lint/ |
ProjectLintConfigurationTest.java | 28 import com.android.tools.lint.detector.api.Issue; 53 Issue usuallyEnabledIssue = DuplicateIdDetector.WITHIN_LAYOUT; 54 Issue usuallyDisabledIssue = UnusedResourceDetector.ISSUE_IDS; 89 Issue usuallyEnabledIssue = DuplicateIdDetector.WITHIN_LAYOUT; 90 Issue usuallyDisabledIssue = UnusedResourceDetector.ISSUE_IDS; 140 Issue usuallyEnabledIssue = DuplicateIdDetector.WITHIN_LAYOUT; 141 Issue usuallyDisabledIssue = UnusedResourceDetector.ISSUE_IDS; 192 public void report(@NonNull Context context, @NonNull Issue issue,
|
/external/chromium_org/third_party/icu/source/common/ |
uposixdefs.h | 37 * The Open Group Base Specifications Issue 6 (IEEE Std 1003.1, 2004 Edition) 60 * There is an issue with turning on _XOPEN_SOURCE_EXTENDED on certain platforms. 61 * A compatibility issue exists between turning on _XOPEN_SOURCE_EXTENDED and using
|
/external/chromium_org/third_party/skia/ |
PRESUBMIT.py | 144 issue = input_api.change.issue 145 if issue and input_api.rietveld: 147 issue=int(issue), messages=False) 166 'Issue owner, this CL must include an addition to the Skia AUTHORS ' 170 'does not then ask the issue owner to sign the CLA at ' 204 issue = input_api.change.issue 205 if issue and input_api.rietveld [all...] |