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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/tools/
H A Dcpplint.py5 # Redistribution and use in source and binary forms, with or without
13 # in the documentation and/or other materials provided with the
16 # contributors may be used to endorse or promote products derived from
36 attempt to find all problems, or to ensure that everything it does
70 'NOLINT(category)' comment to the line. NOLINT or NOLINT(*)
111 path to the directory that contains .git, .hg, or .svn. When this flag
210 # All entries here should start with a '-' or '+', as in the --filter= flag.
394 'or': '||',
436 # Finds occurrences of NOLINT or NOLINT(...).
501 return (linenum in _error_suppressions.get(category, set()) or
4098 check_params = True # within class or namespace class in function:CheckForNonConstReference
[all...]

Completed in 122 milliseconds