Home
last modified time | relevance | path

Searched refs:skip (Results 1 – 12 of 12) sorted by relevance

/build/make/tools/warn/
Dcpp_warn_patterns.py50 def skip(description, pattern_list): function
63 skip('skip, conflicting types for ...',
110 skip('skip, near initialization for ...',
209 skip('skip, parameter name (without types) in function declaration',
220 skip('skip, ... location of the previous definition',
244 skip('skip, previous declaration ... was here',
287 skip('skip, ....',
289 skip('skip, base ...',
291 skip('skip, when initialized here',
319 skip('skip, its scope is only this ...',
[all …]
/build/soong/android/
Dutil.go247 skip := 0
250 skip++
252 list[j+skip] = list[j]
255 totalSkip += skip
270 for skip := 3; ; skip++ {
271 _, funcName, ok := callerName(skip)
290 func callerName(skip int) (pkgPath, funcName string, ok bool) {
292 n := runtime.Callers(skip+1, pc[:])
Dpaths.go547 skip := 0
550 skip++
552 list[j+skip] = list[j]
555 totalSkip += skip
/build/make/core/
Dcheck_elf_file.mk32 --skip-bad-elf-magic \
33 --skip-unknown-elf-machine \
/build/soong/androidmk/androidmk/
Dandroid.go73 "LOCAL_ADDITIONAL_DEPENDENCIES": skip, // TODO: check for only .mk files?
74 "LOCAL_CPP_EXTENSION": skip,
75 "LOCAL_MODULE_SUFFIX": skip, // TODO
76 "LOCAL_PATH": skip, // Nothing to do, except maybe avoid the "./" in paths?
77 "LOCAL_PRELINK_MODULE": skip, // Already phased out
78 "LOCAL_BUILT_MODULE_STEM": skip,
79 "LOCAL_USE_AAPT2": skip, // Always enabled in Soong
80 "LOCAL_JAR_EXCLUDE_FILES": skip, // Soong never excludes files from jars
82 "LOCAL_ANNOTATION_PROCESSOR_CLASSES": skip, // Soong gets the processor classes from the plugin
83 "LOCAL_CTS_TEST_PACKAGE": skip, // Obsolete
[all …]
/build/make/tools/releasetools/
Dtarget_files_diff.py79 skip = False
82 skip = True
84 if not skip:
Dtest_utils.py46 return unittest.skip('External tools unavailable')
Dtest_common.py1570 @unittest.skip("enable after we have a server for public")
/build/make/tools/droiddoc/templates-pdk/assets/
Dandroid-developer-resource-browser.js136 var skip = false;
141 skip = true;
145 if (skip)
/build/soong/scripts/
Dbuild-ndk-prebuilts.sh55 m --skip-make ${SOONG_OUT}/ndk.timestamp
Dbuild-aml-prebuilts.sh104 m --skip-make "$@"
/build/blueprint/
Dpackage_ctx.go135 for skip := 3; ; skip++ {
136 _, funcName, ok := callerName(skip)
155 func callerName(skip int) (pkgPath, funcName string, ok bool) {
157 n := runtime.Callers(skip+1, pc[:])