HomeSort by relevance Sort by last modified time
    Searched refs:lint (Results 1 - 25 of 673) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/llvm/utils/lint/
common_lint.py 3 # Common lint functions applicable to multiple types of files.
20 lint = []
25 lint.append((filename, line_num,
28 return lint
41 lint = []
46 lint.append((filename, line_num, 'Tab found instead of whitespace'))
48 return lint
62 lint = []
67 lint.append((filename, line_num, 'Trailing whitespace'))
69 return lint
    [all...]
cpp_lint.py 21 lint = []
46 lint.append((filename, line_num,
57 lint.append((filename, line_num,
62 lint.append((filename, line_num,
70 return lint
77 lint = []
78 lint.extend(VerifyIncludes(filename, lines))
79 lint.extend(common_lint.VerifyLineLength(filename, lines,
81 lint.extend(common_lint.VerifyTabs(filename, lines))
82 lint.extend(common_lint.VerifyTrailingWhitespace(filename, lines)
    [all...]
  /bionic/libc/upstream-netbsd/libc/stdlib/
drand48.c 17 #if defined(LIBC_SCCS) && !defined(lint)
19 #endif /* LIBC_SCCS and not lint */
lrand48.c 17 #if defined(LIBC_SCCS) && !defined(lint)
19 #endif /* LIBC_SCCS and not lint */
mrand48.c 17 #if defined(LIBC_SCCS) && !defined(lint)
19 #endif /* LIBC_SCCS and not lint */
  /bionic/libm/upstream-freebsd/lib/msun/src/
s_fabs.c 13 #ifndef lint
w_cabsf.c 8 #ifndef lint
11 #endif /* not lint */
  /external/libpcap/
fad-null.c 35 #ifndef lint
  /external/tcpdump/
pcap_dump_ftell.c 22 #ifndef lint
  /bionic/libc/upstream-freebsd/lib/libc/stdio/
fgetpos.c 33 #if defined(LIBC_SCCS) && !defined(lint)
35 #endif /* LIBC_SCCS and not lint */
rget.c 33 #if defined(LIBC_SCCS) && !defined(lint)
35 #endif /* LIBC_SCCS and not lint */
clrerr.c 33 #if defined(LIBC_SCCS) && !defined(lint)
35 #endif /* LIBC_SCCS and not lint */
feof.c 33 #if defined(LIBC_SCCS) && !defined(lint)
35 #endif /* LIBC_SCCS and not lint */
  /bionic/libc/upstream-freebsd/lib/libc/stdlib/
abs.c 30 #if defined(LIBC_SCCS) && !defined(lint)
32 #endif /* LIBC_SCCS and not lint */
labs.c 30 #if defined(LIBC_SCCS) && !defined(lint)
32 #endif /* LIBC_SCCS and not lint */
  /bionic/libc/upstream-freebsd/lib/libc/string/
wcscmp.c 34 #if defined(LIBC_SCCS) && !defined(lint)
39 #endif /* LIBC_SCCS and not lint */
  /bionic/libc/upstream-netbsd/libc/gen/
setjmperr.c 33 #if defined(LIBC_SCCS) && !defined(lint)
39 #endif /* LIBC_SCCS and not lint */
  /external/tcpdump/missing/
inet_aton.c 41 #ifndef lint
inet_pton.c 41 #ifndef lint
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/22.2.0/
lint-checks-22.2.0.jar 
  /prebuilts/devtools/tools/lib/
lint-checks.jar 
lint.jar 
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
LintFix.java 16 package com.android.ide.eclipse.adt.internal.lint;
22 import com.android.tools.lint.checks.AccessibilityDetector;
23 import com.android.tools.lint.checks.DetectMissingPrefix;
24 import com.android.tools.lint.checks.DosLineEndingDetector;
25 import com.android.tools.lint.checks.HardcodedValuesDetector;
26 import com.android.tools.lint.checks.InefficientWeightDetector;
27 import com.android.tools.lint.checks.ManifestOrderDetector;
28 import com.android.tools.lint.checks.MissingIdDetector;
29 import com.android.tools.lint.checks.ObsoleteLayoutParamsDetector;
30 import com.android.tools.lint.checks.PxUsageDetector
    [all...]
  /bionic/libc/netbsd/resolv/
__res_close.c 9 #if defined(LIBC_SCCS) && !defined(lint)
11 #endif /* LIBC_SCCS and not lint */
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-api/22.2.0/
lint-api-22.2.0.jar 

Completed in 354 milliseconds

1 2 3 4 5 6 7 8 91011>>