HomeSort by relevance Sort by last modified time
    Searched full:lint (Results 301 - 325 of 1329) sorted by null

<<11121314151617181920>>

  /bionic/libc/upstream-freebsd/lib/libc/string/
wcscspn.c 31 #if defined(LIBC_SCCS) && !defined(lint)
33 #endif /* LIBC_SCCS and not lint */
wcslen.c 31 #if defined(LIBC_SCCS) && !defined(lint)
33 #endif /* LIBC_SCCS and not lint */
wcsncat.c 31 #if defined(LIBC_SCCS) && !defined(lint)
33 #endif /* LIBC_SCCS and not lint */
wcspbrk.c 31 #if defined(LIBC_SCCS) && !defined(lint)
33 #endif /* LIBC_SCCS and not lint */
wcsspn.c 31 #if defined(LIBC_SCCS) && !defined(lint)
33 #endif /* LIBC_SCCS and not lint */
wmemchr.c 31 #if defined(LIBC_SCCS) && !defined(lint)
33 #endif /* LIBC_SCCS and not lint */
wmemcmp.c 31 #if defined(LIBC_SCCS) && !defined(lint)
33 #endif /* LIBC_SCCS and not lint */
wmemcpy.c 31 #if defined(LIBC_SCCS) && !defined(lint)
33 #endif /* LIBC_SCCS and not lint */
wmemmove.c 31 #if defined(LIBC_SCCS) && !defined(lint)
33 #endif /* LIBC_SCCS and not lint */
wmemset.c 31 #if defined(LIBC_SCCS) && !defined(lint)
33 #endif /* LIBC_SCCS and not lint */
  /bionic/libc/upstream-netbsd/lib/libc/stdlib/
_rand48.c 17 #if defined(LIBC_SCCS) && !defined(lint)
19 #endif /* LIBC_SCCS and not lint */
insque.c 30 #if defined(LIBC_SCCS) && !defined(lint)
32 #endif /* LIBC_SCCS and not lint */
remque.c 30 #if defined(LIBC_SCCS) && !defined(lint)
32 #endif /* LIBC_SCCS and not lint */
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
LintEditAction.java 16 package com.android.ide.eclipse.adt.internal.lint;
26 * Action intended to wrap an existing XML editor action, and then runs lint after
EclipseLintClient.java 16 package com.android.ide.eclipse.adt.internal.lint;
34 import com.android.tools.lint.checks.BuiltinIssueRegistry;
35 import com.android.tools.lint.client.api.Configuration;
36 import com.android.tools.lint.client.api.IssueRegistry;
37 import com.android.tools.lint.client.api.JavaParser;
38 import com.android.tools.lint.client.api.LintClient;
39 import com.android.tools.lint.client.api.XmlParser;
40 import com.android.tools.lint.detector.api.ClassContext;
41 import com.android.tools.lint.detector.api.Context;
42 import com.android.tools.lint.detector.api.DefaultPosition
    [all...]
  /system/core/toolbox/upstream-netbsd/bin/dd/
dd_hostops.c 30 #ifndef lint
32 #endif /* !lint */
  /external/chromium_org/third_party/icu/source/tools/tzcode/
private.h 22 #ifndef lint
26 #endif /* !defined lint */
230 #ifdef lint
232 #endif /* defined lint */
233 #ifndef lint
237 #endif /* !defined lint */
  /external/icu/icu4c/source/tools/tzcode/
private.h 22 #ifndef lint
26 #endif /* !defined lint */
230 #ifdef lint
232 #endif /* defined lint */
233 #ifndef lint
237 #endif /* !defined lint */
  /external/sonivox/arm-hybrid-22k/lib_src/
eas_wtengine.c 73 /*lint -esym(715, pWTVoice) reserved for future use */
94 /*lint -e{703} <avoid multiply for performance>*/
98 /*lint -e{703} <avoid multiply for performance>*/
111 /*lint -e{704} <avoid divide>*/
120 /*lint -e{704} <avoid divide>*/
128 /*lint -e{704} <avoid divide>*/
138 /*lint -e{704} <avoid divide>*/
148 /*lint -e{704} <avoid divide>*/
189 /*lint -e{713} truncation is OK */
195 /*lint -e{701} <avoid multiply for performance>*
    [all...]
  /external/sonivox/arm-wt-22k/lib_src/
eas_wtengine.c 73 /*lint -esym(715, pWTVoice) reserved for future use */
94 /*lint -e{703} <avoid multiply for performance>*/
98 /*lint -e{703} <avoid multiply for performance>*/
111 /*lint -e{704} <avoid divide>*/
120 /*lint -e{704} <avoid divide>*/
128 /*lint -e{704} <avoid divide>*/
138 /*lint -e{704} <avoid divide>*/
148 /*lint -e{704} <avoid divide>*/
189 /*lint -e{713} truncation is OK */
195 /*lint -e{701} <avoid multiply for performance>*
    [all...]
  /hardware/samsung_slsi/exynos5/mobicore/common/MobiCore/inc/
mcVersionHelper.h 33 //lint -emacro(*,MC_CHECK_VERSION) Disable all warnings for this macro.
34 //lint -emacro(*,MC_MAKE_VERSION) Disable all warnings for this macro.
35 //lint -emacro(*,MC_GET_MAJOR_VERSION) Disable all warnings for this macro.
36 //lint -emacro(*,MC_GET_MINOR_VERSION) Disable all warnings for this macro.
37 //lint -emacro(*,MC_GET_MINOR_VERSION) Disable all warnings for this macro.
38 //lint -emacro(*,ASSERT_VERSION_IMPLEMENTATION) Disable all warnings for this macro.
39 //lint -esym(*,Actual_*) Disable all warnings for these functions.
  /external/chromium_org/third_party/libvpx/source/libvpx/tools/
lint-hunks.py 114 lint = Subprocess(cpplint_cmd, expected_returncode=(0, 1),
116 lint_out = lint.communicate()[1]
119 lint = Subprocess(cpplint_cmd, expected_returncode=(0, 1),
122 lint_out = lint.communicate(stdin)[1]
134 # Set exit code if any relevant lint errors seen
  /external/libvpx/libvpx/tools/
lint-hunks.py 114 lint = Subprocess(cpplint_cmd, expected_returncode=(0, 1),
116 lint_out = lint.communicate()[1]
119 lint = Subprocess(cpplint_cmd, expected_returncode=(0, 1),
122 lint_out = lint.communicate(stdin)[1]
134 # Set exit code if any relevant lint errors seen
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/tools/
lint-hunks.py 114 lint = Subprocess(cpplint_cmd, expected_returncode=(0, 1),
116 lint_out = lint.communicate()[1]
119 lint = Subprocess(cpplint_cmd, expected_returncode=(0, 1),
122 lint_out = lint.communicate(stdin)[1]
134 # Set exit code if any relevant lint errors seen
  /external/chromium_org/build/android/lint/
suppress.py 25 '\nSTOP! It looks like you want to suppress some lint errors:\n'
30 ' http://developer.android.com/tools/debugging/improving-w-lint.html\n'
74 new_dom = minidom.getDOMImplementation().createDocument(None, 'lint', None)

Completed in 730 milliseconds

<<11121314151617181920>>